Skip to content

Commit

Permalink
build(deps-dev): Bump semantic-release from 21.1.1 to 22.0.0 (#593)
Browse files Browse the repository at this point in the history
Bumps
[semantic-release](https://github.com/semantic-release/semantic-release)
from 21.1.1 to 22.0.0.
<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>v22.0.0</h2>
<h1><a
href="https://github.com/semantic-release/semantic-release/compare/v21.1.2...v22.0.0">22.0.0</a>
(2023-09-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> updated to the latest beta of the commit
analyzer plugin (<a
href="https://github.com/semantic-release/semantic-release/commit/03a687b3ea862f06cc5f8a721827296718640fd1">03a687b</a>)</li>
<li><strong>deps:</strong> updated to the latest betas of the
commit-analyzer and release-notes-generator plugins (<a
href="https://github.com/semantic-release/semantic-release/commit/de8e4e05e9f20c1ac073e08e5dd340aadc2ba70e">de8e4e0</a>)</li>
<li><strong>deps:</strong> upgraded to the latest version of the npm
plugin with npm v10 (<a
href="https://github.com/semantic-release/semantic-release/commit/a23b71890b0638d41e52c41ffbd8d37f421fda6b">a23b718</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>conventional-changelog-presets:</strong> supported new
preset format (<a
href="https://github.com/semantic-release/semantic-release/commit/07a79ea7e9588f3c4175b4c7196370819cae8a56">07a79ea</a>)</li>
<li>defined exports for the package (<a
href="https://github.com/semantic-release/semantic-release/commit/72ab317bb0c6333c643f457f5658c318b78e4740">72ab317</a>)</li>
<li><strong>node-versions:</strong> raised the minimum node v20
requirement to v20.6 (<a
href="https://github.com/semantic-release/semantic-release/commit/e623cc642ae2a2dba0d439494ba700366bd86dd3">e623cc6</a>)</li>
<li><strong>node-versions:</strong> raised the minimum required node
version to v18.17 and dropped v19 support (<a
href="https://github.com/semantic-release/semantic-release/commit/b9f294d179b2792882c19206b64eb484bb0c1cef">b9f294d</a>)</li>
<li><strong>node-versions:</strong> raised the minimum supported node
version w/in the v20 range to v20.6.1 (<a
href="https://github.com/semantic-release/semantic-release/commit/b93bef4eea9baf3a94f41def4efb2f2af19cddf6">b93bef4</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>node-versions:</strong> the minimum supported version for
the v20 range of node has been raised slightly to
v20.6.1 to avoid a known node bug</li>
<li><strong>node-versions:</strong> the minimum supported node version
in the v20 major range is now v20.6</li>
<li><strong>node-versions:</strong> node v18.17 is now the minimum
supported node version and support for v19 has been dropped</li>
<li>exports prevents access to internal files, but they arent intended
for public use anyway</li>
<li><strong>conventional-changelog-presets:</strong> the new preset
format is a breaking change when compared to the previous preset format.
updating to support the new format means that the old preset format is
no longer supported. update your preset to the latest version to
maintain compatibility</li>
</ul>
<h2>v22.0.0-beta.9</h2>
<h1><a
href="https://github.com/semantic-release/semantic-release/compare/v22.0.0-beta.8...v22.0.0-beta.9">22.0.0-beta.9</a>
(2023-09-16)</h1>
<h3>Features</h3>
<ul>
<li><strong>node-versions:</strong> raised the minimum supported node
version w/in the v20 range to v20.6.1 (<a
href="https://github.com/semantic-release/semantic-release/commit/b93bef4eea9baf3a94f41def4efb2f2af19cddf6">b93bef4</a>)</li>
</ul>
<h3>BREAKING CHANGES</h3>
<ul>
<li><strong>node-versions:</strong> the minimum supported version for
the v20 range of node has been raised slightly to
v20.6.1 to avoid a known node bug</li>
</ul>
<h2>v22.0.0-beta.8</h2>
<h1><a
href="https://github.com/semantic-release/semantic-release/compare/v22.0.0-beta.7...v22.0.0-beta.8">22.0.0-beta.8</a>
(2023-09-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency aggregate-error to v5 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/2956">#2956</a>)
(<a
href="https://github.com/semantic-release/semantic-release/commit/1017e1aac2d12736fb3027a8693aca228b0717d1">1017e1a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/11788ed5dc35d615bb6d733b56e886c33f4a0a9d"><code>11788ed</code></a>
Merge pull request <a
href="https://redirect.github.com/semantic-release/semantic-release/issues/2934">#2934</a>
from semantic-release/beta</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/b93bef4eea9baf3a94f41def4efb2f2af19cddf6"><code>b93bef4</code></a>
feat(node-versions): raised the minimum supported node version w/in the
v20 r...</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/6604153812bd1c57f98456458259ba289b2f3d30"><code>6604153</code></a>
Merge branch 'master' of github.com:semantic-release/semantic-release
into beta</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/e623cc642ae2a2dba0d439494ba700366bd86dd3"><code>e623cc6</code></a>
feat(node-versions): raised the minimum node v20 requirement to
v20.6</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/42f7b8269ee1c2594785a54d478975a8ae90fe44"><code>42f7b82</code></a>
chore(deps): update dependency testdouble to v3.19.0 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/2961">#2961</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/1017e1aac2d12736fb3027a8693aca228b0717d1"><code>1017e1a</code></a>
fix(deps): update dependency aggregate-error to v5 (<a
href="https://redirect.github.com/semantic-release/semantic-release/issues/2956">#2956</a>)</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/a23b71890b0638d41e52c41ffbd8d37f421fda6b"><code>a23b718</code></a>
fix(deps): upgraded to the latest version of the npm plugin with npm
v10</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/fb850ff26dea9c7296bc5f90af505c8f1b927083"><code>fb850ff</code></a>
Merge branch 'master' of github.com:semantic-release/semantic-release
into beta</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/b9f294d179b2792882c19206b64eb484bb0c1cef"><code>b9f294d</code></a>
feat(node-versions): raised the minimum required node version to v18.17
and d...</li>
<li><a
href="https://github.com/semantic-release/semantic-release/commit/03a687b3ea862f06cc5f8a721827296718640fd1"><code>03a687b</code></a>
fix(deps): updated to the latest beta of the commit analyzer plugin</li>
<li>Additional commits viewable in <a
href="https://github.com/semantic-release/semantic-release/compare/v21.1.1...v22.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=semantic-release&package-manager=npm_and_yarn&previous-version=21.1.1&new-version=22.0.0)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 18, 2023
1 parent 5bbe9cc commit 95d3aa9
Show file tree
Hide file tree
Showing 2 changed files with 2,074 additions and 2,692 deletions.
Loading

0 comments on commit 95d3aa9

Please sign in to comment.