Commit cd99f93
authored
chore(dev-deps): update semantic-release monorepo (major) (#604)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[@semantic-release/github](https://redirect.github.com/semantic-release/github)
| [`11.0.6` ->
`12.0.1`](https://renovatebot.com/diffs/npm/@semantic-release%2fgithub/11.0.6/12.0.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[@semantic-release/npm](https://redirect.github.com/semantic-release/npm)
| [`12.0.2` ->
`13.1.1`](https://renovatebot.com/diffs/npm/@semantic-release%2fnpm/12.0.2/13.1.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[semantic-release](https://redirect.github.com/semantic-release/semantic-release)
| [`24.2.9` ->
`25.0.1`](https://renovatebot.com/diffs/npm/semantic-release/24.2.9/25.0.1)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>semantic-release/github
(@​semantic-release/github)</summary>
###
[`v12.0.1`](https://redirect.github.com/semantic-release/github/compare/v12.0.0...8df8d4a677299357ac660360da979942cfdaf222)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v12.0.0...v12.0.1)
###
[`v12.0.0`](https://redirect.github.com/semantic-release/github/releases/tag/v12.0.0)
[Compare
Source](https://redirect.github.com/semantic-release/github/compare/v11.0.6...v12.0.0)
##### Features
- **node-versions:** drop support for node versions v20, v21, and v23
([6e2ac27](https://redirect.github.com/semantic-release/github/commit/6e2ac27ef2e2807a1d3af0962681aaac41218398))
- **node-versions:** raise the minimum node version requirement for the
v24 range
([4d6924d](https://redirect.github.com/semantic-release/github/commit/4d6924db6096c15089bb98b5689d729f355f8730))
- remove github search api consumption
([#​1037](https://redirect.github.com/semantic-release/github/issues/1037))
([d260bfd](https://redirect.github.com/semantic-release/github/commit/d260bfd631498f6e63f12c958f7eacb40bde1d34)),
closes
[#​1022](https://redirect.github.com/semantic-release/github/issues/1022)
##### BREAKING CHANGES
- **node-versions:** the minimum node version for the v24 range is now
v24.10.0
- `@semantic-release/github` no longer consumes the GitHub Search API in
the plugin
- **node-versions:** a minimum of node v22.14 is now required
</details>
<details>
<summary>semantic-release/npm (@​semantic-release/npm)</summary>
###
[`v13.1.1`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.1.1)
[Compare
Source](https://redirect.github.com/semantic-release/npm/compare/v13.1.0...v13.1.1)
##### Bug Fixes
- **publish-dry-run:** temporarily remove the addition of dry-running
the publish step
([30bd176](https://redirect.github.com/semantic-release/npm/commit/30bd1763e404f2b0a789336ade6748a20c9d3138))
###
[`v13.1.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.1.0)
[Compare
Source](https://redirect.github.com/semantic-release/npm/compare/v13.0.0...v13.1.0)
##### Features
- **trusted-publishing:** verify auth, considering OIDC vs tokens from
various registries
([e3319f1](https://redirect.github.com/semantic-release/npm/commit/e3319f1b2cb07eef8f61f9fa613552fa33bc92ae)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **trusted-publishing:** refine the messages for related errors
([316ce21](https://redirect.github.com/semantic-release/npm/commit/316ce2161e1a7894ce9775b4c8788b966c4dc0db)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **trusted-publishing:** make request to verify if OIDC token exchange
can succeed
([c80ecb0](https://redirect.github.com/semantic-release/npm/commit/c80ecb0404f44fa60c5d9edb1d3424adf8a336f0)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **trusted-publishing:** pass id-token as bearer header for github
actions
([d83b727](https://redirect.github.com/semantic-release/npm/commit/d83b727440121f4e029d5c2885e9cb55f8aab839)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **trusted-publishing:** pass id-token as bearer header for gitlab
pipelines
([6d1c3cf](https://redirect.github.com/semantic-release/npm/commit/6d1c3cf9b3c9a9c44a855ab7fc16b7b9e76026ca)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **trusted-publishing:** handle failure to retrieve id-token in the
context of github actions
([b673257](https://redirect.github.com/semantic-release/npm/commit/b67325747f7ce80bfc0e2c647f5b8c151109ea57)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **auth-error:** update messaging for auth failure to be less token
specific
([e24967d](https://redirect.github.com/semantic-release/npm/commit/e24967d7c15f29eef164fd2825f0c29850e629b2))
- **auth:** attempt a dry-run publish to determine auth status
([841dc67](https://redirect.github.com/semantic-release/npm/commit/841dc67dd094d51f3e576f02c2bcd7303f36794f))
##### Bug Fixes
- **trusted-publishing:** uri encode the package name for the token
exchange request
([3dd95d0](https://redirect.github.com/semantic-release/npm/commit/3dd95d0b5161a3af609e2fdcd416ee67f4f1c353)),
closes
[#​958](https://redirect.github.com/semantic-release/npm/issues/958)
- **auth:** throw appropriate error when auth context fails to enable
publishing
([f5c8d85](https://redirect.github.com/semantic-release/npm/commit/f5c8d853bb1b1a5dfece1024fd07de382ae4e543))
- **auth:** throw error if dry-run publish determines lack of auth
([8f88e9d](https://redirect.github.com/semantic-release/npm/commit/8f88e9dafb6c85a61e020044838507a4d1efeda5))
- **verify-auth:** enable the publish dry-run to work for projects
publishing from a sub-directory
([e7d684c](https://redirect.github.com/semantic-release/npm/commit/e7d684c8d143f3541b056bc22dc509568d70b667))
###
[`v13.0.0`](https://redirect.github.com/semantic-release/npm/releases/tag/v13.0.0)
[Compare
Source](https://redirect.github.com/semantic-release/npm/compare/v12.0.2...v13.0.0)
##### Features
- **node-versions:** drop support for node versions v20, v21, and v23
- **node-versions:** raise the minimum node version requirement for the
v24 range
([935439e](https://redirect.github.com/semantic-release/npm/commit/935439e1efead57e0db66f7e3ae16733d93542c6))
##### Bug Fixes
- **deps:** update npm to v11
([debc7c5](https://redirect.github.com/semantic-release/npm/commit/debc7c58e51d0c991de92d64f412ac3904a60ed3)),
closes
[#​966](https://redirect.github.com/semantic-release/npm/issues/966)
[#​966](https://redirect.github.com/semantic-release/npm/issues/966)
- **deps:** update to the latest version of npm
([1b25d6c](https://redirect.github.com/semantic-release/npm/commit/1b25d6c1d6922a9f0f61498c42bd114395dba7c8))
##### BREAKING CHANGES
- **node-versions:** the minimum node version for the v24 range is now
v24.10.0
- **deps:** a minimum of node v22.14 is now required
</details>
<details>
<summary>semantic-release/semantic-release (semantic-release)</summary>
###
[`v25.0.1`](https://redirect.github.com/semantic-release/semantic-release/releases/tag/v25.0.1)
[Compare
Source](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.0...v25.0.1)
##### Bug Fixes
- **deps:** update to the latest version of the npm plugin to add
trusted publishing support
([fad173e](https://redirect.github.com/semantic-release/semantic-release/commit/fad173e5fc767c8193027e77bb04b1103eebdcd3)),
closes
[semantic-release/npm#958](https://redirect.github.com/semantic-release/npm/issues/958)
###
[`v25.0.0`](https://redirect.github.com/semantic-release/semantic-release/releases/tag/v25.0.0)
[Compare
Source](https://redirect.github.com/semantic-release/semantic-release/compare/v24.2.9...v25.0.0)
##### Bug Fixes
- **deps:** update dependency hosted-git-info to v9
([9fa04f8](https://redirect.github.com/semantic-release/semantic-release/commit/9fa04f85df77cb84c9adf8a582fbf39149244f1b))
- **deps:** update dependency yargs to v18
([#​3745](https://redirect.github.com/semantic-release/semantic-release/issues/3745))
([cde9a72](https://redirect.github.com/semantic-release/semantic-release/commit/cde9a720d6a005af3ce31670f950adb01f530db9))
- **deps:** update to the stable version of the github plugin
([f12cf81](https://redirect.github.com/semantic-release/semantic-release/commit/f12cf8101a7f6576249dfafd7c6a10245ee6234c))
- **deps:** update to the stable version of the release-notes-generator
plugin
([d9def72](https://redirect.github.com/semantic-release/semantic-release/commit/d9def723917b05f1e96b91b597d5a2a3bd700444))
- **deps:** updated to the stable version of the commit-analyzer plugin
([291533b](https://redirect.github.com/semantic-release/semantic-release/commit/291533b1a93daf2543f20b08a5d13f56ce72cf97))
- **deps:** upgrade to the new major version of the npm plugin, which
upgrades npm to v11 for publishing
([1be8290](https://redirect.github.com/semantic-release/semantic-release/commit/1be8290a6169e3855fc7c32a8e1364e187c6f30d))
##### Features
- **node-versions:** drop support for node versions v20, v21, and v23
([56d16f4](https://redirect.github.com/semantic-release/semantic-release/commit/56d16f428420860cbcc0da67e5b5f370f7c23565))
- **node-versions:** raise the minimum node version for the v24 range
([116a188](https://redirect.github.com/semantic-release/semantic-release/commit/116a1880771f8367ce7e245f8541aa10f247bd7f))
##### BREAKING CHANGES
- **node-versions:** the minimum node version for the v24 range is now
v24.10.0
- **node-versions:** a minimum of node v22.14 is now required
</details>
---
### Configuration
📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day
1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- 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/RebeccaStevens/deepmerge-ts).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyI6Ymx1ZV9oZWFydDoiLCJUeXBlOiBNYWludGVuYW5jZSJdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 192c9ee commit cd99f93
2 files changed
+160
-72
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments