Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump @octokit/plugin-rest-endpoint-methods from 10.0.1 to 10.1.0 #188

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/core": "^5.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.0.1",
"@octokit/plugin-rest-endpoint-methods": "^10.1.0",
"async-retry": "^1.3.3",
"csv-parse": "^5.5.2",
"handlebars": "^4.7.8",
Expand Down
31 changes: 29 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ __metadata:
"@actions/io": ^1.1.3
"@actions/tool-cache": ^2.0.1
"@octokit/core": ^5.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.0.1
"@octokit/plugin-rest-endpoint-methods": ^10.1.0
"@types/csv-parse": ^1.2.2
"@types/js-yaml": ^4.0.5
"@types/node": ^20.5.9
Expand Down Expand Up @@ -1613,6 +1613,13 @@ __metadata:
languageName: node
linkType: hard

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

"@octokit/plugin-paginate-rest@npm:^9.0.0":
version: 9.0.0
resolution: "@octokit/plugin-paginate-rest@npm:9.0.0"
Expand All @@ -1624,7 +1631,7 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0, @octokit/plugin-rest-endpoint-methods@npm:^10.0.1":
"@octokit/plugin-rest-endpoint-methods@npm:^10.0.0":
version: 10.0.1
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.0.1"
dependencies:
Expand All @@ -1635,6 +1642,17 @@ __metadata:
languageName: node
linkType: hard

"@octokit/plugin-rest-endpoint-methods@npm:^10.1.0":
version: 10.1.0
resolution: "@octokit/plugin-rest-endpoint-methods@npm:10.1.0"
dependencies:
"@octokit/types": ^12.1.0
peerDependencies:
"@octokit/core": ">=5"
checksum: 289225cc74baa2ae86b4ab7087ddd47cfad58b85ecccfb369d38ea950f3b2714c0cae13fa775ae1f50efb1045f5d00da2ba0e053ba011889499b471cceb7eda9
languageName: node
linkType: hard

"@octokit/request-error@npm:^5.0.0":
version: 5.0.0
resolution: "@octokit/request-error@npm:5.0.0"
Expand Down Expand Up @@ -1677,6 +1695,15 @@ __metadata:
languageName: node
linkType: hard

"@octokit/types@npm:^12.1.0":
version: 12.1.0
resolution: "@octokit/types@npm:12.1.0"
dependencies:
"@octokit/openapi-types": ^19.0.1
checksum: a452776247959d7d54df663500798e01c27e3912f78fcfb89430e6f4a40f2fa1e3f0c87ee18bb5adb0336f65578fa541cb97e3c2d6854ef60b50a5fb27d68bb9
languageName: node
linkType: hard

"@opentelemetry/api@npm:^1.0.1":
version: 1.4.1
resolution: "@opentelemetry/api@npm:1.4.1"
Expand Down