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

dependabot[bot]
7 days ago 0741449bb0e37c3ca2cbe5085f20d50d9fc568d6
build(deps-dev): bump @release-it/conventional-changelog

Bumps [@release-it/conventional-changelog](https://github.com/release-it/conventional-changelog) from 10.0.6 to 11.0.0.
- [Release notes](https://github.com/release-it/conventional-changelog/releases)
- [Commits](https://github.com/release-it/conventional-changelog/compare/10.0.6...11.0.0)

---
updated-dependencies:
- dependency-name: "@release-it/conventional-changelog"
dependency-version: 11.0.0
dependency-type: direct:development
update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@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",