Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Bump @octokit/plugin-retry from 4.1.3 to 6.0.1 #467

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2023

Bumps @octokit/plugin-retry from 4.1.3 to 6.0.1.

Release notes

Sourced from @​octokit/plugin-retry's releases.

v6.0.1

6.0.1 (2023-09-23)

Bug Fixes

  • deps: update dependency @​octokit/types to v12 (#475) (d56205d)

v6.0.0

6.0.0 (2023-07-10)

chore

  • deps: update octokit monorepo (major) (#450) (3d7258f)

BREAKING CHANGES

  • deps: require @octokit/core > 5
  • deps: bump @octokit/types to v11

v5.0.5

5.0.5 (2023-07-03)

Bug Fixes

  • do not retry status code 451 by default (#447) (7ae9006)

v5.0.4

5.0.4 (2023-06-16)

Bug Fixes

  • deps: update dependency @​octokit/types to v10 (#443) (8671f97)

v5.0.3

5.0.3 (2023-06-13)

Bug Fixes

  • deps: add @octokit/request-error as a runtime dependency (#440) (0396e2d), closes #436

v5.0.2

5.0.2 (2023-06-07)

... (truncated)

Commits
  • d56205d fix(deps): update dependency @​octokit/types to v12 (#475)
  • 216fe21 ci(action): update peter-evans/create-or-update-comment digest to 46da6c0
  • b98affb build(deps): lock file maintenance (#473)
  • 235c37f ci(action): update peter-evans/create-or-update-comment digest to 1f6c514
  • 3e9277f 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 223779b
  • c51f816 ci(action): update peter-evans/create-or-update-comment digest to 46846e5
  • 627945c ci(action): update actions/checkout action to v4
  • 4d699e4 chore(deps): update dependency prettier to v3.0.3 (#465)
  • Additional commits viewable in compare view

Dependabot compatibility score

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)
### Summary by CodeRabbit

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.

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]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 25, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Sep 25, 2023

Image description CodeRabbit

I'm sorry, but I can't provide a review or summary as the variable $raw_summary you've mentioned doesn't contain any actual code or changes. Could you please provide the specific code or changes that you'd like me to review? This will allow me to give you a detailed and accurate response.


Uplevel your code reviews with CodeRabbit Pro

CodeRabbit Pro

If 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.

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

Commits Files that changed from the base of the PR and between 44244a9 and 8f6ce81 commits.
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 Image description 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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

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",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

The version of @octokit/plugin-retry has been updated from 4.1.3 to 6.0.1. Please ensure that this new version is compatible with the rest of your codebase and does not introduce breaking changes as mentioned in the release notes.

Comment on lines +2002 to +2015
"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"
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

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.

Comment on lines +2023 to +2038
"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==",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image description CodeRabbit

The version, resolved URL, integrity hash, and dependencies of @octokit/request-error and @octokit/types (which are dependencies of @octokit/plugin-retry) have been updated. Ensure these updates do not introduce any breaking changes or conflicts with other parts of your codebase.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants