mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git
build(deps-dev): bump release-it from 19.2.4 to 20.0.1 (#954)
[//]: # (dependabot-start)
⚠️ **Dependabot is rebasing this PR** ⚠️
Rebasing might not happen immediately, so don't worry if this takes some
time.
Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.
---
[//]: # (dependabot-end)
Bumps [release-it](https://github.com/release-it/release-it) from 19.2.4
to 20.0.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/release-it/release-it/releases">release-it's
releases</a>.</em></p>
<blockquote>
<h2>Release 20.0.1</h2>
<ul>
<li>fix: allow false as npm config value in types (<a
href="https://redirect.github.com/release-it/release-it/issues/1289">#1289</a>)
(f783e825944cf8114305606116ca61542f0031c6) - thanks <a
href="https://github.com/ahippler"><code>@ahippler</code></a>!</li>
<li>Bump actions/checkout from 5 to 6 (<a
href="https://redirect.github.com/release-it/release-it/issues/1262">#1262</a>)
(19921fc2429b314912a139f66ed43ca12475ffd3) - thanks <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]!</li>
<li>fix: Replace <code>@nodeutils/defaults-deep</code> with defu for
deep-default merging (<a
href="https://redirect.github.com/release-it/release-it/issues/1297">#1297</a>)
(8616a216ccf2be474732b1aefbe47dce0e6b4eb0) - thanks <a
href="https://github.com/rajnsunny"><code>@rajnsunny</code></a>!</li>
<li>Update dependencies (bee31380a2bbdda7aeaffe7658a3900290a1a181)</li>
</ul>
<h2>Release 20.0.0</h2>
<ul>
<li>fix: remove leading slashes from owner (<a
href="https://redirect.github.com/release-it/release-it/issues/1288">#1288</a>)
(5585b720e9389fa857ba50f86161245ccb3b9589) - thanks <a
href="https://github.com/driiftkiing"><code>@driiftkiing</code></a>!</li>
<li>Fix <code>write: false</code> guard in <code>npm.bump</code>
(resolve <a
href="https://redirect.github.com/release-it/release-it/issues/1267">#1267</a>)
(a2d1b99bfe52fff1b6768f904cae5c4aaa78cfb1)</li>
<li>Format (f427a85758999073a5ea4f666c6ddb4cd5586d61)</li>
</ul>
<h2>Release 20.0.0-1</h2>
<ul>
<li>Fix test (56cae4cd441e00a58d3d91fbc15b1503d423a775)</li>
<li>Update changelog & docs for v20
(509e50b043003f8adf3f347af949819e2954b639)</li>
<li>Improve <code>guessPreReleaseTag</code> →
<code>getRegistryDistTags</code>
(a62509e6c7374e3d6898b17ae9ec8c365296fe64)</li>
</ul>
<h2>Release 20.0.0-0</h2>
<ul>
<li>fix: upgrade undici from 6.23.0 to 7.24.3 to resolve security
vulnerabilities (<a
href="https://redirect.github.com/release-it/release-it/issues/1285">#1285</a>)
(cd100eb1368d084f5892a9a2bbad0c14d511125e) - thanks <a
href="https://github.com/nbouvrette"><code>@nbouvrette</code></a>!</li>
<li>Fix Logger.info() on Node.js 25 (<a
href="https://redirect.github.com/release-it/release-it/issues/1284">#1284</a>)
(dcc0b43fc6bb693b3ec176cd8d77bbb40f454164) - thanks <a
href="https://github.com/bidord"><code>@bidord</code></a>!</li>
<li>Update <code>proxy-agent</code> to fix DEP0169 (<a
href="https://redirect.github.com/release-it/release-it/issues/1287">#1287</a>)
(c660ef5f34536988abd203807f53ec3ea5c1c742) - thanks <a
href="https://github.com/risantos"><code>@risantos</code></a>!</li>
<li>Update dependencies (9dc313e29e617af912ace05a5aaa5cc34fdf35a3)</li>
<li>Fix lint issues (a0522ff8777fc6877bf03f5f441e33561c9dc25b)</li>
<li>Bump <code>engines.node</code>
(5654b9badae6dd08a3d654772d2f280f6b1d84c3)</li>
<li>Don't roll back if <code>isReleased</code> is set (resolve <a
href="https://redirect.github.com/release-it/release-it/issues/1281">#1281</a>)
(f2a31231f587cb4809415f4eae81a99617177341)</li>
<li>Fix if not running test using npm
(332f40536ec32bbd816f9872bb89bc864ee66136)</li>
<li>Migrate to <code>@inquirer/prompts</code> (resolve <a
href="https://redirect.github.com/release-it/release-it/issues/1260">#1260</a>)
(6c21e95c9188e88d41bb30840672cbd5fe99f5b6)</li>
<li>Pop it (c90c4c97e11da8f90b398f045e5337f8ec5e0439)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/release-it/release-it/blob/main/CHANGELOG.md">release-it's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<p>This document lists breaking changes for each major release.</p>
<p>See the GitHub Releases page for detailed changelogs:
[https://github.com/release-it/release-it/releases][1]</p>
<h2>v20 (2026-03-24)</h2>
<ul>
<li>Upgraded <code>undici</code> from v6 to v7 to resolve security
vulnerabilities.</li>
<li>Upgraded <code>proxy-agent</code> from v6 to v7 to fix DEP0169
(<code>url.parse()</code> deprecation).</li>
<li>Migrated from deprecated <code>inquirer</code> to
<code>@inquirer/prompts</code>.</li>
<li>Bumped <code>engines.node</code> to minimum Node.js v20.19.0 (was
v20.12.0).</li>
</ul>
<h2>v19 (2025-04-18)</h2>
<ul>
<li>No breaking changes (dependency party)</li>
</ul>
<h2>v18 (2025-01-06)</h2>
<ul>
<li>Removed support for Node.js v18.</li>
</ul>
<h2>v17 (2023-11-11)</h2>
<ul>
<li>Removed support for Node.js v16.</li>
</ul>
<h2>v16 (2023-07-05)</h2>
<ul>
<li>Removed support for Node.js v14.</li>
</ul>
<h2>v15 (2022-04-30)</h2>
<ul>
<li>Removed support for Node.js v10 and v12.</li>
<li>Removed support for GitLab v12.4 and lower.</li>
<li>Removed anonymous metrics (and the option to disable it).</li>
<li>Programmatic usage and plugins only through ES Module syntax
(<code>import</code>)</li>
</ul>
<p>Use release-it v14 in legacy environments.</p>
<h2>v14 (2020-09-03)</h2>
<ul>
<li>Removed <code>global</code> property from plugins. Use
<code>this.config[key]</code> instead.</li>
<li>Removed deprecated <code>npm.access</code> option. Set this in
<code>package.json</code> instead.</li>
</ul>
<h2>v13 (2020-03-07)</h2>
<ul>
<li>Dropped support for Node v8</li>
<li>Dropped support for GitLab v11.6 and lower.</li>
<li>Deprecated <code>scripts</code> are removed (in favor of
[hooks][2]).</li>
<li>Removed deprecated <code>--non-interactive</code> (<code>-n</code>)
argument. Use <code>--ci</code> instead.</li>
<li>Removed old <code>%s</code> and <code>[REV_RANGE]</code> syntax in
command substitutions. Use <code>${version}</code> and
<code>${latestTag}</code> instead.</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/release-it/release-it/commit/55701a0c503c911daa504805cdbee8fc4d6095d0"><code>55701a0</code></a>
Release 20.0.1</li>
<li><a
href="https://github.com/release-it/release-it/commit/bee31380a2bbdda7aeaffe7658a3900290a1a181"><code>bee3138</code></a>
Update dependencies</li>
<li><a
href="https://github.com/release-it/release-it/commit/8616a216ccf2be474732b1aefbe47dce0e6b4eb0"><code>8616a21</code></a>
fix: Replace <code>@nodeutils/defaults-deep</code> with defu for
deep-default merging (<a
href="https://redirect.github.com/release-it/release-it/issues/1297">#1297</a>)</li>
<li><a
href="https://github.com/release-it/release-it/commit/19921fc2429b314912a139f66ed43ca12475ffd3"><code>19921fc</code></a>
Bump actions/checkout from 5 to 6 (<a
href="https://redirect.github.com/release-it/release-it/issues/1262">#1262</a>)</li>
<li><a
href="https://github.com/release-it/release-it/commit/f783e825944cf8114305606116ca61542f0031c6"><code>f783e82</code></a>
fix: allow false as npm config value in types (<a
href="https://redirect.github.com/release-it/release-it/issues/1289">#1289</a>)</li>
<li><a
href="https://github.com/release-it/release-it/commit/c03780d08c2e1d84208ee23b2026632f490c2d91"><code>c03780d</code></a>
Release 20.0.0</li>
<li><a
href="https://github.com/release-it/release-it/commit/f427a85758999073a5ea4f666c6ddb4cd5586d61"><code>f427a85</code></a>
Format</li>
<li><a
href="https://github.com/release-it/release-it/commit/a2d1b99bfe52fff1b6768f904cae5c4aaa78cfb1"><code>a2d1b99</code></a>
Fix <code>write: false</code> guard in <code>npm.bump</code> (resolve <a
href="https://redirect.github.com/release-it/release-it/issues/1267">#1267</a>)</li>
<li><a
href="https://github.com/release-it/release-it/commit/5585b720e9389fa857ba50f86161245ccb3b9589"><code>5585b72</code></a>
fix: remove leading slashes from owner (<a
href="https://redirect.github.com/release-it/release-it/issues/1288">#1288</a>)</li>
<li><a
href="https://github.com/release-it/release-it/commit/5a36283d896b184fa0cf65332a0c68020b14ffa6"><code>5a36283</code></a>
Release 20.0.0-1</li>
<li>Additional commits viewable in <a
href="https://github.com/release-it/release-it/compare/19.2.4...20.0.1">compare
view</a></li>
</ul>
</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 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>
Co-authored-by: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com>