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

chore(deps): update dependency @semantic-release/github to v11 #6404

Merged
merged 1 commit into from
Sep 25, 2024
Merged
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 @@ -55,7 +55,7 @@
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@cypress/code-coverage": "^3.10.0",
"@semantic-release/github": "^10.0.0",
"@semantic-release/github": "^11.0.0",
"@testing-library/cypress": "^10.0.0",
"@types/jscodeshift": "^0.11.11",
"@types/node": "^20.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4614,9 +4614,9 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/github@npm:^10.0.0":
version: 10.3.5
resolution: "@semantic-release/github@npm:10.3.5"
"@semantic-release/github@npm:^11.0.0":
version: 11.0.0
resolution: "@semantic-release/github@npm:11.0.0"
dependencies:
"@octokit/core": "npm:^6.0.0"
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
Expand All @@ -4635,8 +4635,8 @@ __metadata:
p-filter: "npm:^4.0.0"
url-join: "npm:^5.0.0"
peerDependencies:
semantic-release: ">=20.1.0"
checksum: 10c0/fbc3b805d6a5d66604afbd712a3661c7a1742838553058fbf037d83ff5cbf14e96c69d5788631abc3d6ed26d9ecf985963b449518d27fbab9f588be37f5c1eb0
semantic-release: ">=24.1.0"
checksum: 10c0/e64a6f0e8061ecdb7c382a0595c2a6597a511c16b2c291649a11a5cb8a47e1a4aad714bb41bf429aa3bcc6a4490a59b8393f591ee6ad0f2f282927fd358d0fc1
languageName: node
linkType: hard

Expand Down Expand Up @@ -21667,7 +21667,7 @@ __metadata:
"@babel/preset-react": "npm:7.24.7"
"@babel/preset-typescript": "npm:7.24.7"
"@cypress/code-coverage": "npm:^3.10.0"
"@semantic-release/github": "npm:^10.0.0"
"@semantic-release/github": "npm:^11.0.0"
"@storybook/addon-a11y": "npm:8.3.2"
"@storybook/addon-essentials": "npm:8.3.2"
"@storybook/blocks": "npm:8.3.2"
Expand Down
Loading