Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: octoherd/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.5
Choose a base ref
...
head repository: octoherd/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.0.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 9, 2024

  1. build(deps): lock file maintenance (#171)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Apr 9, 2024
    Copy the full SHA
    78f053b View commit details

Commits on Apr 10, 2024

  1. fix(deps): update dependency @octoherd/octokit to v5 (#172)

    BREAKING CHANGE: require NodeJS >= 18
    renovate[bot] authored Apr 10, 2024
    Copy the full SHA
    64bfaa6 View commit details
Showing with 78 additions and 57 deletions.
  1. +77 −56 package-lock.json
  2. +1 −1 package.json
133 changes: 77 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
},
"types": "index.d.ts",
"dependencies": {
"@octoherd/octokit": "^4.0.0",
"@octoherd/octokit": "^5.0.0",
"@octokit/auth-oauth-device": "^7.0.0",
"@octokit/openapi-types": "^22.0.0",
"chalk": "^5.0.0",