Skip to content

Commit 3b311a2

Browse files
chore(deps): update dependency @semantic-release/github to v11 (SAP#6404)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@semantic-release/github](https://redirect.github.com/semantic-release/github) | [`^10.0.0` -> `^11.0.0`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/10.3.5/11.0.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@semantic-release%2fgithub/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@semantic-release%2fgithub/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@semantic-release%2fgithub/10.3.5/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@semantic-release%2fgithub/10.3.5/11.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>semantic-release/github (@&#8203;semantic-release/github)</summary> ### [`v11.0.0`](https://redirect.github.com/semantic-release/github/releases/tag/v11.0.0) [Compare Source](https://redirect.github.com/semantic-release/github/compare/v10.3.5...v11.0.0) ##### chore - update peer dependency for `semantic-release` ([95c7cdd](https://redirect.github.com/semantic-release/github/commit/95c7cdd19b9f053913839cf7b0f9a55bd8f0e494)) ##### Code Refactoring - modify commit associatedPRs and relatedIssues `label` property data type. ([718134a](https://redirect.github.com/semantic-release/github/commit/718134ac436f2be4378c3982ae1af725a7aafe63)) ##### Features - integrate `warn` in `fail` script ([7a9914a](https://redirect.github.com/semantic-release/github/commit/7a9914a30247cef045bf0cebaac3970318408c1c)) - integrate `warn` in `success` script ([792720d](https://redirect.github.com/semantic-release/github/commit/792720d84633569c88254f6d654894f378e6edca)) ##### BREAKING CHANGES - the commit associatedPR and relatedIssues `label` prop is now an array of objects with more properties - the minimum required version of semantic-release to use [@&#8203;semantic-release/github](https://redirect.github.com/semantic-release/github) is now v24.1.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/SAP/ui5-webcomponents-react). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a7f3284 commit 3b311a2

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@babel/preset-react": "7.24.7",
5656
"@babel/preset-typescript": "7.24.7",
5757
"@cypress/code-coverage": "^3.10.0",
58-
"@semantic-release/github": "^10.0.0",
58+
"@semantic-release/github": "^11.0.0",
5959
"@testing-library/cypress": "^10.0.0",
6060
"@types/jscodeshift": "^0.11.11",
6161
"@types/node": "^20.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4614,9 +4614,9 @@ __metadata:
46144614
languageName: node
46154615
linkType: hard
46164616

4617-
"@semantic-release/github@npm:^10.0.0":
4618-
version: 10.3.5
4619-
resolution: "@semantic-release/github@npm:10.3.5"
4617+
"@semantic-release/github@npm:^11.0.0":
4618+
version: 11.0.0
4619+
resolution: "@semantic-release/github@npm:11.0.0"
46204620
dependencies:
46214621
"@octokit/core": "npm:^6.0.0"
46224622
"@octokit/plugin-paginate-rest": "npm:^11.0.0"
@@ -4635,8 +4635,8 @@ __metadata:
46354635
p-filter: "npm:^4.0.0"
46364636
url-join: "npm:^5.0.0"
46374637
peerDependencies:
4638-
semantic-release: ">=20.1.0"
4639-
checksum: 10c0/fbc3b805d6a5d66604afbd712a3661c7a1742838553058fbf037d83ff5cbf14e96c69d5788631abc3d6ed26d9ecf985963b449518d27fbab9f588be37f5c1eb0
4638+
semantic-release: ">=24.1.0"
4639+
checksum: 10c0/e64a6f0e8061ecdb7c382a0595c2a6597a511c16b2c291649a11a5cb8a47e1a4aad714bb41bf429aa3bcc6a4490a59b8393f591ee6ad0f2f282927fd358d0fc1
46404640
languageName: node
46414641
linkType: hard
46424642

@@ -21667,7 +21667,7 @@ __metadata:
2166721667
"@babel/preset-react": "npm:7.24.7"
2166821668
"@babel/preset-typescript": "npm:7.24.7"
2166921669
"@cypress/code-coverage": "npm:^3.10.0"
21670-
"@semantic-release/github": "npm:^10.0.0"
21670+
"@semantic-release/github": "npm:^11.0.0"
2167121671
"@storybook/addon-a11y": "npm:8.3.2"
2167221672
"@storybook/addon-essentials": "npm:8.3.2"
2167321673
"@storybook/blocks": "npm:8.3.2"

0 commit comments

Comments
 (0)