chore(deps-dev): bump @semantic-release/github from 8.1.0 to 11.0.3 #55

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/semantic-release/github-11.0.3 into main
dependabot[bot] commented 2025-05-26 17:19:58 +02:00 (Migrated from github.com)

Bumps @semantic-release/github from 8.1.0 to 11.0.3.

Release notes

Sourced from @​semantic-release/github's releases.

v11.0.3

11.0.3 (2025-05-25)

Bug Fixes

v11.0.2

11.0.2 (2025-04-25)

Bug Fixes

v11.0.1

11.0.1 (2024-11-06)

Bug Fixes

  • success: PRs not recognized as resolved issues (#960) (7cde776)

v11.0.0

11.0.0 (2024-09-24)

chore

  • update peer dependency for semantic-release (95c7cdd)

Code Refactoring

  • modify commit associatedPRs and relatedIssues label property data type. (718134a)

Features

  • integrate warn in fail script (7a9914a)
  • integrate warn in success script (792720d)

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 @​semantic-release/github is now v24.1.0

... (truncated)

Commits
  • b60a983 fix(deps): update octokit monorepo (major) (#1049)
  • 5f2de30 chore(deps): update dependency semantic-release to v24.2.5 (#1047)
  • e29a3c7 chore(deps): update dependency npm-run-all2 to v8.0.3 (#1046)
  • d15f74b chore(deps): update dependency semantic-release to v24.2.4 (#1045)
  • 3ea8ff1 chore(deps): update npm to v11 (#1043)
  • ec7faeb chore(deps): update dependency npm-run-all2 to v8.0.2 (#1044)
  • 2f63a44 chore(deps): lock file maintenance (#1042)
  • 558a760 chore(deps): lock file maintenance (#1040)
  • 4348afc chore(deps): update dependency npm-run-all2 to v8 (#1039)
  • 6d0da17 chore(deps): update dependency ava to v6.3.0 (#1038)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [@semantic-release/github](https://github.com/semantic-release/github) from 8.1.0 to 11.0.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/semantic-release/github/releases"><code>@​semantic-release/github</code>'s releases</a>.</em></p> <blockquote> <h2>v11.0.3</h2> <h2><a href="https://github.com/semantic-release/github/compare/v11.0.2...v11.0.3">11.0.3</a> (2025-05-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo (major) (<a href="https://redirect.github.com/semantic-release/github/issues/1049">#1049</a>) (<a href="https://github.com/semantic-release/github/commit/b60a9834b7145b65f81daa015c3525fd0eb6f389">b60a983</a>)</li> </ul> <h2>v11.0.2</h2> <h2><a href="https://github.com/semantic-release/github/compare/v11.0.1...v11.0.2">11.0.2</a> (2025-04-25)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>deps:</strong> update octokit monorepo (major) (<a href="https://redirect.github.com/semantic-release/github/issues/1020">#1020</a>) (<a href="https://github.com/semantic-release/github/commit/12f6bfd4d5f4d23eab630ddb881b6637e88a7539">12f6bfd</a>)</li> </ul> <h2>v11.0.1</h2> <h2><a href="https://github.com/semantic-release/github/compare/v11.0.0...v11.0.1">11.0.1</a> (2024-11-06)</h2> <h3>Bug Fixes</h3> <ul> <li><strong>success:</strong> PRs not recognized as resolved issues (<a href="https://redirect.github.com/semantic-release/github/issues/960">#960</a>) (<a href="https://github.com/semantic-release/github/commit/7cde776801771a9b28fa08d7ed83d14fa61f24f7">7cde776</a>)</li> </ul> <h2>v11.0.0</h2> <h1><a href="https://github.com/semantic-release/github/compare/v10.3.5...v11.0.0">11.0.0</a> (2024-09-24)</h1> <h3>chore</h3> <ul> <li>update peer dependency for <code>semantic-release</code> (<a href="https://github.com/semantic-release/github/commit/95c7cdd19b9f053913839cf7b0f9a55bd8f0e494">95c7cdd</a>)</li> </ul> <h3>Code Refactoring</h3> <ul> <li>modify commit associatedPRs and relatedIssues <code>label</code> property data type. (<a href="https://github.com/semantic-release/github/commit/718134ac436f2be4378c3982ae1af725a7aafe63">718134a</a>)</li> </ul> <h3>Features</h3> <ul> <li>integrate <code>warn</code> in <code>fail</code> script (<a href="https://github.com/semantic-release/github/commit/7a9914a30247cef045bf0cebaac3970318408c1c">7a9914a</a>)</li> <li>integrate <code>warn</code> in <code>success</code> script (<a href="https://github.com/semantic-release/github/commit/792720d84633569c88254f6d654894f378e6edca">792720d</a>)</li> </ul> <h3>BREAKING CHANGES</h3> <ul> <li>the commit associatedPR and relatedIssues <code>label</code> prop is now an array of objects with more properties</li> <li>the minimum required version of semantic-release to use <code>@​semantic-release/github</code> is now v24.1.0</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/semantic-release/github/commit/b60a9834b7145b65f81daa015c3525fd0eb6f389"><code>b60a983</code></a> fix(deps): update octokit monorepo (major) (<a href="https://redirect.github.com/semantic-release/github/issues/1049">#1049</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/5f2de3095ee242b59e5c842bb53e1821b61685c4"><code>5f2de30</code></a> chore(deps): update dependency semantic-release to v24.2.5 (<a href="https://redirect.github.com/semantic-release/github/issues/1047">#1047</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/e29a3c7af04bc4b5874c194f0d943ee035b80202"><code>e29a3c7</code></a> chore(deps): update dependency npm-run-all2 to v8.0.3 (<a href="https://redirect.github.com/semantic-release/github/issues/1046">#1046</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/d15f74b81b547081fa0542420214da4883269367"><code>d15f74b</code></a> chore(deps): update dependency semantic-release to v24.2.4 (<a href="https://redirect.github.com/semantic-release/github/issues/1045">#1045</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/3ea8ff1df6e850f703725dae64600b52946b285c"><code>3ea8ff1</code></a> chore(deps): update npm to v11 (<a href="https://redirect.github.com/semantic-release/github/issues/1043">#1043</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/ec7faeba2822c5ccb7f28d35c32b48dbb1b83128"><code>ec7faeb</code></a> chore(deps): update dependency npm-run-all2 to v8.0.2 (<a href="https://redirect.github.com/semantic-release/github/issues/1044">#1044</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/2f63a4446972a58c460b8dcb0b3bdd99875df0c1"><code>2f63a44</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/semantic-release/github/issues/1042">#1042</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/558a760be2422b5a7b6cfe2e1c7720071f4c5728"><code>558a760</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/semantic-release/github/issues/1040">#1040</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/4348afcb559e3ce259a779a67b95013360e00692"><code>4348afc</code></a> chore(deps): update dependency npm-run-all2 to v8 (<a href="https://redirect.github.com/semantic-release/github/issues/1039">#1039</a>)</li> <li><a href="https://github.com/semantic-release/github/commit/6d0da171c959b6fe66748b45edd415344c8adaba"><code>6d0da17</code></a> chore(deps): update dependency ava to v6.3.0 (<a href="https://redirect.github.com/semantic-release/github/issues/1038">#1038</a>)</li> <li>Additional commits viewable in <a href="https://github.com/semantic-release/github/compare/v8.1.0...v11.0.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@semantic-release/github&package-manager=npm_and_yarn&previous-version=8.1.0&new-version=11.0.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/semantic-release/github-11.0.3:dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch dependabot/npm_and_yarn/semantic-release/github-11.0.3

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch dependabot/npm_and_yarn/semantic-release/github-11.0.3
git rebase main
git switch main
git merge --ff-only dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch dependabot/npm_and_yarn/semantic-release/github-11.0.3
git rebase main
git switch main
git merge --no-ff dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch main
git merge --squash dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch main
git merge --ff-only dependabot/npm_and_yarn/semantic-release/github-11.0.3
git switch main
git merge dependabot/npm_and_yarn/semantic-release/github-11.0.3
git push origin main
Sign in to join this conversation.
No description provided.