-
Notifications
You must be signed in to change notification settings - Fork 305
Bump @octokit/plugin-retry from 4.1.3 to 6.0.1 #467
base: main
Are you sure you want to change the base?
Bump @octokit/plugin-retry from 4.1.3 to 6.0.1 #467
Conversation
Bumps [@octokit/plugin-retry](https://github.com/octokit/plugin-retry.js) from 4.1.3 to 6.0.1. - [Release notes](https://github.com/octokit/plugin-retry.js/releases) - [Commits](octokit/plugin-retry.js@v4.1.3...v6.0.1) --- updated-dependencies: - dependency-name: "@octokit/plugin-retry" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
I'm sorry, but I can't provide a review or summary as the variable Uplevel your code reviews with CodeRabbit ProCodeRabbit ProIf you like this project, please support us by purchasing the Pro version. The Pro version has advanced context, superior noise reduction and several proprietary improvements compared to the open source version. Moreover, CodeRabbit Pro is free for open source projects. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Files selected (2)
- package-lock.json (2)
- package.json (1)
Files not summarized due to errors (2)
- package-lock.json (diff tokens exceeds limit)
- package.json (diff tokens exceeds limit)
Review comments generated (4)
- Review: 4
- LGTM: 0
Tips
Chat with CodeRabbit Bot (@coderabbitai
)
- Reply on review comments left by this bot to ask follow-up questions. A review comment is a comment on a diff or a file.
- Invite the bot into a review comment chain by tagging
@coderabbitai
in a reply.
Code suggestions
- The bot may make code suggestions, but please review them carefully before committing since the line number ranges may be misaligned.
- You can edit the comment made by the bot and manually tweak the suggestion if it is slightly off.
Pausing incremental reviews
- Add
@coderabbitai: ignore
anywhere in the PR description to pause further reviews from the bot.
@@ -29,7 +29,7 @@ | |||
"@actions/github": "^5.1.1", | |||
"@dqbd/tiktoken": "^1.0.7", | |||
"@octokit/action": "^6.0.4", | |||
"@octokit/plugin-retry": "^4.1.3", | |||
"@octokit/plugin-retry": "^6.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version of @octokit/plugin-retry
has been updated from ^4.1.3
to ^6.0.1
. Please ensure that this major version upgrade doesn't introduce breaking changes in your application, as per the release notes. Specifically, it now requires @octokit/core > 5
and @octokit/types
to v11 or higher. If these dependencies are not met, you may need to update them as well.
- "@octokit/plugin-retry": "^4.1.3",
+ "@octokit/plugin-retry": "^6.0.1",
@@ -13,7 +13,7 @@ | |||
"@actions/github": "^5.1.1", | |||
"@dqbd/tiktoken": "^1.0.7", | |||
"@octokit/action": "^6.0.4", | |||
"@octokit/plugin-retry": "^4.1.3", | |||
"@octokit/plugin-retry": "^6.0.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"version": "6.0.1", | ||
"resolved": "https://registry.npmjs.org/@octokit/plugin-retry/-/plugin-retry-6.0.1.tgz", | ||
"integrity": "sha512-SKs+Tz9oj0g4p28qkZwl/topGcb0k0qPNX/i7vBKmDsjoeqnVfFUquqrE/O9oJY7+oLzdCtkiWSXLpLjvl6uog==", | ||
"dependencies": { | ||
"@octokit/types": "^9.0.0", | ||
"@octokit/request-error": "^5.0.0", | ||
"@octokit/types": "^12.0.0", | ||
"bottleneck": "^2.15.3" | ||
}, | ||
"engines": { | ||
"node": ">= 14" | ||
"node": ">= 18" | ||
}, | ||
"peerDependencies": { | ||
"@octokit/core": ">=3" | ||
"@octokit/core": ">=5" | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version, resolved URL, integrity hash, dependencies, engines, and peerDependencies of @octokit/plugin-retry
have been updated. The node engine requirement has been increased from ">= 14" to ">= 18", and the peer dependency on @octokit/core
has been increased from ">=3" to ">=5". Make sure these changes are compatible with your project's requirements.
"version": "5.0.1", | ||
"resolved": "https://registry.npmjs.org/@octokit/request-error/-/request-error-5.0.1.tgz", | ||
"integrity": "sha512-X7pnyTMV7MgtGmiXBwmO6M5kIPrntOXdyKZLigNfQWSEQzVxR4a4vo49vJjTWX70mPndj8KhfT4Dx+2Ng3vnBQ==", | ||
"dependencies": { | ||
"@octokit/types": "^12.0.0", | ||
"deprecation": "^2.0.0", | ||
"once": "^1.4.0" | ||
}, | ||
"engines": { | ||
"node": ">= 18" | ||
} | ||
}, | ||
"node_modules/@octokit/plugin-retry/node_modules/@octokit/types": { | ||
"version": "12.0.0", | ||
"resolved": "https://registry.npmjs.org/@octokit/types/-/types-12.0.0.tgz", | ||
"integrity": "sha512-EzD434aHTFifGudYAygnFlS1Tl6KhbTynEWELQXIbTY8Msvb5nEqTZIm7sbPEt4mQYLZwu3zPKVdeIrw0g7ovg==", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumps @octokit/plugin-retry from 4.1.3 to 6.0.1.
Release notes
Sourced from
@octokit/plugin-retry
's releases.... (truncated)
Commits
d56205d
fix(deps): update dependency@octokit/types
to v12 (#475)216fe21
ci(action): update peter-evans/create-or-update-comment digest to 46da6c0b98affb
build(deps): lock file maintenance (#473)235c37f
ci(action): update peter-evans/create-or-update-comment digest to 1f6c5143e9277f
build(deps): lock file maintenance (#471)8ef83a5
build(deps): lock file maintenance (#470)586b418
ci(action): update peter-evans/create-or-update-comment digest to 223779bc51f816
ci(action): update peter-evans/create-or-update-comment digest to 46846e5627945c
ci(action): update actions/checkout action to v44d699e4
chore(deps): update dependency prettier to v3.0.3 (#465)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)I'm sorry, but I can't generate the release notes as you requested because the variable
$raw_summary
you've mentioned is not defined in your message. This variable should contain the summary of changes made in the code. Please provide the details of the changes so that I can help you craft the release notes.