From a32bcff86cd7e609af44d4963c67d3ca1f07f8fb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Sep 2026 16:44:56 +0000 Subject: [PATCH] chore(deps): update dependency conventional-changelog-conventionalcommits to v10 --- package.json | 2 +- yarn.lock | 15 ++++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a65b1f7f..088fbc2a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "devDependencies": { "@semantic-release/changelog": "7.0.0", "@semantic-release/git": "11.0.1", - "conventional-changelog-conventionalcommits": "9.3.1", + "conventional-changelog-conventionalcommits": "10.4.0", "semantic-release": "25.0.9", "semantic-release-pub": "0.13.4", "semantic-release-replace-plugin": "1.2.7" diff --git a/yarn.lock b/yarn.lock index 4aacd54f..ae5c5a27 100644 --- a/yarn.lock +++ b/yarn.lock @@ -49,6 +49,11 @@ resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5da43d25f97bdbd9" integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ== +"@conventional-changelog/template@^1.4.0": + version "1.4.0" + resolved "https://registry.yarnpkg.com/@conventional-changelog/template/-/template-1.4.0.tgz#30a8680f2ab8d3a60a08e86bebb33fe8f0f8f100" + integrity sha512-aalGyl7dbB5PArRebDIX43ZvBlXrYm9uWzGJ26t+4SzJVPsOuvfILGGbw5X4yX7i50YEmJ8zvbiWnqH/AAnZqg== + "@gar/promise-retry@^1.0.0", "@gar/promise-retry@^1.0.2": version "1.0.3" resolved "https://registry.yarnpkg.com/@gar/promise-retry/-/promise-retry-1.0.3.tgz#65e726428e794bc4453948e0a41e6de4215ce8b0" @@ -916,12 +921,12 @@ conventional-changelog-angular@^8.0.0: dependencies: compare-func "^2.0.0" -conventional-changelog-conventionalcommits@9.3.1: - version "9.3.1" - resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-9.3.1.tgz#14f2dd65ccc5de09322a7eb0159f3e0259d7399c" - integrity sha512-dTYtpIacRpcZgrvBYvBfArMmK2xvIpv2TaxM0/ZI5CBtNUzvF2x0t15HsbRABWprS6UPmvj+PzHVjSx4qAVKyw== +conventional-changelog-conventionalcommits@10.4.0: + version "10.4.0" + resolved "https://registry.yarnpkg.com/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.4.0.tgz#a75bb40f10731d66e0b4209dc1dd3ee0cf2925f3" + integrity sha512-Rriac6ZrAlVm6cy9Bz4NSp+WMHpwNXoPIYex+HjCgduAVUSbnew29DQjQw0C4g9u3HtSYzGiGY+pdBXAZo+4aA== dependencies: - compare-func "^2.0.0" + "@conventional-changelog/template" "^1.4.0" conventional-changelog-writer@^8.0.0: version "8.4.0"