mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

dependabot[bot]
20 hours ago c3ada3fa46e89a6f565bdb6fe72c733da2ed3ec0
build(deps-dev): bump @release-it/conventional-changelog from 10.0.6 to 11.0.0 (#953)

Bumps
[@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog)
from 10.0.6 to 11.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/release-it/conventional-changelog/releases"><code>@​release-it/conventional-changelog</code>'s
releases</a>.</em></p>
<blockquote>
<h2>Release 11.0.0</h2>
<ul>
<li>Fix <code>repository.url</code>
(23d3d9cd50fdb4475b8736273a776541833862c0)</li>
<li>docs: fix broken links and remove outdated override warning (<a
href="https://redirect.github.com/release-it/conventional-changelog/issues/138">#138</a>)
(344bad3bf2f90618a86d3e38883a5d5eff12aaf1) - thanks <a
href="https://github.com/aarondpn"><code>@​aarondpn</code></a>!</li>
<li>fix: support release-it 20 (<a
href="https://redirect.github.com/release-it/conventional-changelog/issues/142">#142</a>)
(043242693e5c88244a25fbcf0dceafcbf955588f) - thanks <a
href="https://github.com/twk3"><code>@​twk3</code></a>!</li>
<li>Update dependencies &amp; bump <code>engines.node</code>
(1b746e6b5a26335cf01c314074dcf7e291c260a0)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/release-it/conventional-changelog/commit/981e7b07a7ff7fdc3ba625974dc34a81999f416a"><code>981e7b0</code></a>
Release 11.0.0</li>
<li><a
href="https://github.com/release-it/conventional-changelog/commit/1b746e6b5a26335cf01c314074dcf7e291c260a0"><code>1b746e6</code></a>
Update dependencies &amp; bump <code>engines.node</code></li>
<li><a
href="https://github.com/release-it/conventional-changelog/commit/043242693e5c88244a25fbcf0dceafcbf955588f"><code>0432426</code></a>
fix: support release-it 20 (<a
href="https://redirect.github.com/release-it/conventional-changelog/issues/142">#142</a>)</li>
<li><a
href="https://github.com/release-it/conventional-changelog/commit/344bad3bf2f90618a86d3e38883a5d5eff12aaf1"><code>344bad3</code></a>
docs: fix broken links and remove outdated override warning (<a
href="https://redirect.github.com/release-it/conventional-changelog/issues/138">#138</a>)</li>
<li><a
href="https://github.com/release-it/conventional-changelog/commit/23d3d9cd50fdb4475b8736273a776541833862c0"><code>23d3d9c</code></a>
Fix <code>repository.url</code></li>
<li>See full diff in <a
href="https://github.com/release-it/conventional-changelog/compare/10.0.6...11.0.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@release-it/conventional-changelog&package-manager=npm_and_yarn&previous-version=10.0.6&new-version=11.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 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>
2 files modified
32 ■■■■■ changed files
package-lock.json 30 ●●●●● patch | view | raw | blame | history
package.json 2 ●●● patch | view | raw | blame | history
package-lock.json
@@ -17,7 +17,7 @@
            "devDependencies": {
                "@biomejs/biome": "2.4.13",
                "@github/markdownlint-github": "0.8.0",
                "@release-it/conventional-changelog": "10.0.6",
                "@release-it/conventional-changelog": "11.0.0",
                "@types/node": "25.6.0",
                "dotenv": "17.4.2",
                "lint-staged": "16.4.0",
@@ -128,9 +128,6 @@
                "arm64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -148,9 +145,6 @@
                "arm64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -168,9 +162,6 @@
                "x64"
            ],
            "dev": true,
            "libc": [
                "glibc"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -188,9 +179,6 @@
                "x64"
            ],
            "dev": true,
            "libc": [
                "musl"
            ],
            "license": "MIT OR Apache-2.0",
            "optional": true,
            "os": [
@@ -2267,25 +2255,25 @@
            }
        },
        "node_modules/@release-it/conventional-changelog": {
            "version": "10.0.6",
            "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-10.0.6.tgz",
            "integrity": "sha512-aUb0IkcsBTMcOH5PPQ9Jv9lEOOVu2+rSgkE1ny+dzsTziQm2BhDRAtaFK/dw/HflthuXMWrqhhyfJhAV1AOEPQ==",
            "version": "11.0.0",
            "resolved": "https://registry.npmjs.org/@release-it/conventional-changelog/-/conventional-changelog-11.0.0.tgz",
            "integrity": "sha512-3/WyzObY+y+EejBt+J2vcojFPLUiGu14liRiaPWc0bNVluhRIsADeJ785Iq5ynnhdd1zcjMNh5lBmM/J6/KXig==",
            "dev": true,
            "license": "MIT",
            "dependencies": {
                "@conventional-changelog/git-client": "^2.6.0",
                "@conventional-changelog/git-client": "^2.7.0",
                "concat-stream": "^2.0.0",
                "conventional-changelog": "^7.2.0",
                "conventional-changelog-angular": "^8.3.0",
                "conventional-changelog-conventionalcommits": "^9.3.0",
                "conventional-changelog-angular": "^8.3.1",
                "conventional-changelog-conventionalcommits": "^9.3.1",
                "conventional-recommended-bump": "^11.2.0",
                "semver": "^7.7.4"
            },
            "engines": {
                "node": "^20.12.0 || >=22.0.0"
                "node": "^20.19.0 || ^22.13.0 || >=24.0.0"
            },
            "peerDependencies": {
                "release-it": "^18.0.0 || ^19.0.0"
                "release-it": "^18.0.0 || ^19.0.0 || ^20.0.0"
            }
        },
        "node_modules/@simple-libs/child-process-utils": {
package.json
@@ -33,7 +33,7 @@
    "devDependencies": {
        "@biomejs/biome": "2.4.13",
        "@github/markdownlint-github": "0.8.0",
        "@release-it/conventional-changelog": "10.0.6",
        "@release-it/conventional-changelog": "11.0.0",
        "@types/node": "25.6.0",
        "dotenv": "17.4.2",
        "lint-staged": "16.4.0",