From 6ac771ae0fd8d2edbe6d92fe610f19b06610fcc6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:09:43 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-conventionalcommits to v10 --- package-lock.json | 22 ++++++++++++++++------ package.json | 2 +- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index d6d6924bff..f3ac244eff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.8", "@semantic-release/release-notes-generator": "^14.1.1", - "conventional-changelog-conventionalcommits": "^9.0.0", + "conventional-changelog-conventionalcommits": "^10.0.0", "normalize-url": ">=9.0.0", "semantic-release": "^25.0.3", "trim-newlines": ">=5.0.0" @@ -93,6 +93,16 @@ "node": ">=0.1.90" } }, + "node_modules/@conventional-changelog/template": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.0.0.tgz", + "integrity": "sha512-gJCWgneQIGfxZ22B4nGh7LF3cHbIdhwTHZi9octL7kagH4UHfnsLvp/yPl6tzWvdnIIRUutJtVNEih6Ln2YzFw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=22" + } + }, "node_modules/@fastify/busboy": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@fastify/busboy/-/busboy-2.1.1.tgz", @@ -1541,16 +1551,16 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "9.3.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz", - "integrity": "sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.0.0.tgz", + "integrity": "sha512-MI9NHlb+21eTLJyd6c8mgH2XHGz+ZaQanCFyH1A6AGtqqbTw+w9Ren4Oi5yWFi/pDehlmbnFU1pJzRqQXTOp+w==", "dev": true, "license": "ISC", "dependencies": { - "compare-func": "^2.0.0" + "@conventional-changelog/template": "^1.0.0" }, "engines": { - "node": ">=18" + "node": ">=22" } }, "node_modules/conventional-changelog-writer": { diff --git a/package.json b/package.json index 57e2f59b4b..624ae48b96 100644 --- a/package.json +++ b/package.json @@ -124,7 +124,7 @@ "@semantic-release/git": "^10.0.1", "@semantic-release/github": "^12.0.8", "@semantic-release/release-notes-generator": "^14.1.1", - "conventional-changelog-conventionalcommits": "^9.0.0", + "conventional-changelog-conventionalcommits": "^10.0.0", "normalize-url": ">=9.0.0", "semantic-release": "^25.0.3", "trim-newlines": ">=5.0.0"