Skip to content

Commit

Permalink
Update dependency @octokit/plugin-retry to v5 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 19, 2023
1 parent 7725ccc commit f9e450b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@actions/core": "1.10.1",
"@actions/github": "5.1.1",
"@octokit/plugin-request-log": "4.0.0",
"@octokit/plugin-retry": "4.1.6",
"@octokit/plugin-retry": "5.0.5",
"@octokit/plugin-throttling": "5.2.3",
"console-log-level": "1.4.1",
"picomatch": "2.3.1"
Expand Down
40 changes: 34 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1044,6 +1044,13 @@ __metadata:
languageName: node
linkType: hard

"@octokit/openapi-types@npm:^18.0.0":
version: 18.0.0
resolution: "@octokit/openapi-types@npm:18.0.0"
checksum: d487d6c6c1965e583eee417d567e4fe3357a98953fc49bce1a88487e7908e9b5dbb3e98f60dfa340e23b1792725fbc006295aea071c5667a813b9c098185b56f
languageName: node
linkType: hard

"@octokit/plugin-paginate-rest@npm:^2.17.0":
version: 2.21.3
resolution: "@octokit/plugin-paginate-rest@npm:2.21.3"
Expand Down Expand Up @@ -1076,15 +1083,16 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-retry@npm:4.1.6":
version: 4.1.6
resolution: "@octokit/plugin-retry@npm:4.1.6"
"@octokit/plugin-retry@npm:5.0.5":
version: 5.0.5
resolution: "@octokit/plugin-retry@npm:5.0.5"
dependencies:
"@octokit/types": ^9.0.0
"@octokit/request-error": ^4.0.1
"@octokit/types": ^10.0.0
bottleneck: ^2.15.3
peerDependencies:
"@octokit/core": ">=3"
checksum: 9bebaf7fc9c34683d7e97c0398ab9f5a164ce8770e92e8b8a65ed8e85ee3b0fddc5c72dfb18da112e2f643434d217ec7092f57496808c4ae6c2a824f42ae1ccf
checksum: c0bf1735e8af38fddccfe69bb1b97f2c194df88cd201309992e19a6d2c82b6d8e0515ca8d81acbc5861a03a49f0178bb026a230d107a53239ed3b7de43cf6e11
languageName: node
linkType: hard

Expand All @@ -1111,6 +1119,17 @@ __metadata:
languageName: node
linkType: hard

"@octokit/request-error@npm:^4.0.1":
version: 4.0.2
resolution: "@octokit/request-error@npm:4.0.2"
dependencies:
"@octokit/types": ^10.0.0
deprecation: ^2.0.0
once: ^1.4.0
checksum: 9510078f718be08cf74e7b04b45f67aa545a388787192ff1cd3ca0d066499963d641bf1fea76ef47d2657a55f0cf3e612e46bbf4f33a96436415d30a2e3bb00a
languageName: node
linkType: hard

"@octokit/request@npm:^5.6.0, @octokit/request@npm:^5.6.3":
version: 5.6.3
resolution: "@octokit/request@npm:5.6.3"
Expand All @@ -1125,6 +1144,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^10.0.0":
version: 10.0.0
resolution: "@octokit/types@npm:10.0.0"
dependencies:
"@octokit/openapi-types": ^18.0.0
checksum: 8aafba2ff0cd2435fb70c291bf75ed071c0fa8a865cf6169648732068a35dec7b85a345851f18920ec5f3e94ee0e954988485caac0da09ec3f6781cc44fe153a
languageName: node
linkType: hard

"@octokit/types@npm:^6.0.3, @octokit/types@npm:^6.16.1, @octokit/types@npm:^6.39.0, @octokit/types@npm:^6.40.0":
version: 6.41.0
resolution: "@octokit/types@npm:6.41.0"
Expand Down Expand Up @@ -6323,7 +6351,7 @@ __metadata:
"@actions/core": 1.10.1
"@actions/github": 5.1.1
"@octokit/plugin-request-log": 4.0.0
"@octokit/plugin-retry": 4.1.6
"@octokit/plugin-retry": 5.0.5
"@octokit/plugin-throttling": 5.2.3
"@tsconfig/node20": 20.1.2
"@types/jest": 29.5.5
Expand Down

0 comments on commit f9e450b

Please sign in to comment.