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
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
41 changes: 34 additions & 7 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
Expand Up @@ -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",

"@octokit/plugin-throttling": "^6.1.0",
"minimatch": "^9.0.1",
"node-fetch": "^3.3.1",
Expand Down