Commit 222a1c5
authored
build(deps-dev): bump semantic-release from 25.0.1 to 25.0.2 (#1510)
Bumps
[semantic-release](https://github.com/semantic-release/semantic-release)
from 25.0.1 to 25.0.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/semantic-release/semantic-release/releases">semantic-release's
releases</a>.</em></p>
<blockquote>
<h2>v25.0.2</h2>
<h2><a
href="https://github.com/semantic-release/semantic-release/compare/v25.0.1...v25.0.2">25.0.2</a>
(2025-11-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency read-package-up to v12 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3935">#3935</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/1494cb99a957c3be8cd5e02b13ebe21155c83e10">1494cb9</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/1494cb99a957c3be8cd5e02b13ebe21155c83e10"><code>1494cb9</code></a>
fix(deps): update dependency read-package-up to v12 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3935">#3935</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/b79ff4cb7634bd7aa28a92192e6adc2c0ff2f40e"><code>b79ff4c</code></a>
Merge pull request <a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3931">#3931</a>
from Simek/patch-1</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/ddfe3cbfcb2eba1f28cc4b594ddc40c5f0179522"><code>ddfe3cb</code></a>
Merge pull request <a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3932">#3932</a>
from Deltamir/docs-add-semantic-release-uv-community...</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/adac0b79cafd090c2fafb1225db3515e0f220eb3"><code>adac0b7</code></a>
Merge pull request <a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3920">#3920</a>
from semantic-release/installation</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8b681089e3630dfd246bed6e53b6ed9ee63ab0f0"><code>8b68108</code></a>
update Node version in <code>npx</code> command example</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/15293df42d795512797720d690b75d520a19cf5e"><code>15293df</code></a>
docs(plugins): add semantic-release-uv community plugin in plugins
list</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/bfc6d4d6696c24cb054f85d22d471821d083e7bd"><code>bfc6d4d</code></a>
docs: Update minimal required Node version</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/8d7d8ed915c1ea21bc0dd965b4e9a963c7280cae"><code>8d7d8ed</code></a>
chore(deps): update dependency <code>@types/node</code> to v24.10.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3929">#3929</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/809126c51feafc7a399973bd9205a428f26627b8"><code>809126c</code></a>
chore(deps): lock file maintenance (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3928">#3928</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/d1affd3aa83b2df2343d71a19ebeebdf330431a1"><code>d1affd3</code></a>
chore(deps): update dependency got to v14.6.2 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/3927">#3927</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/semantic-release/semantic-release/compare/v25.0.1...v25.0.2">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for semantic-release since your current
version.</p>
</details>
<br />
[](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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e0d63b8 commit 222a1c5
2 files changed
+187
-10
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
0 commit comments