From 0741449bb0e37c3ca2cbe5085f20d50d9fc568d6 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 01 May 2026 12:39:06 +0000
Subject: [PATCH] build(deps-dev): bump @release-it/conventional-changelog
---
package-lock.json | 30 +++++++++---------------------
package.json | 2 +-
2 files changed, 10 insertions(+), 22 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 2c05090..c75f156 100644
--- a/package-lock.json
+++ b/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": {
diff --git a/package.json b/package.json
index c103ab8..acb6978 100644
--- a/package.json
+++ b/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",
--
Gitblit v1.10.0