From 78e92656f07e138228c318b858455ad4df1141ee Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 7 Aug 2026 09:35:06 +0000
Subject: [PATCH 1/5] chore(deps): update dependency publint to v0.3.23 (#951)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [publint](https://publint.dev)
([source](https://redirect.github.com/publint/publint/tree/HEAD/packages/publint))
| [`0.3.22` →
`0.3.23`](https://renovatebot.com/diffs/npm/publint/0.3.22/0.3.23) |

|

|
---
### Release Notes
publint/publint (publint)
###
[`v0.3.23`](https://redirect.github.com/publint/publint/blob/HEAD/packages/publint/CHANGELOG.md#0323)
##### Patch Changes
- [#248](https://redirect.github.com/publint/publint/pull/248)
[`9ff88ac`](https://redirect.github.com/publint/publint/commit/9ff88ac3784a33cb36d9d78064586588de07e9e1)
- Recursively detect test files (e.g. `*.test.js`, `*.spec.ts`) for the
`USE_FILES` suggestion.
- [#245](https://redirect.github.com/publint/publint/pull/245)
[`ad737a3`](https://redirect.github.com/publint/publint/commit/ad737a386b1b8e8e4b2dce1bf7a7ce8d4506ebba)
- The `USE_FILES` message now reports which internal files or
directories triggered it via `args.internalFilePaths`
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/semantic-release/commit-analyzer).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package-lock.json | 8 ++++----
package.json | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index cdc1d3c0..9192e1e5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -31,7 +31,7 @@
"ls-engines": "0.9.4",
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
- "publint": "0.3.22",
+ "publint": "0.3.23",
"semantic-release": "25.0.8",
"sinon": "22.1.0"
},
@@ -10157,9 +10157,9 @@
"license": "ISC"
},
"node_modules/publint": {
- "version": "0.3.22",
- "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.22.tgz",
- "integrity": "sha512-6Z/scsr5CA7APdwyF35EY88CqgDj1textWuY788DVTJYPCWVv/Wn9G6KmLnrVRnStgYcahqN4wCDLZGSbQJ69w==",
+ "version": "0.3.23",
+ "resolved": "https://registry.npmjs.org/publint/-/publint-0.3.23.tgz",
+ "integrity": "sha512-5MQipUPcB7MWw84zLUkHrg/H/UBtk3LL+A0GngTTBSsiNJLQurMUaSIRG3edlOrRz4UFe0AOKK9TZdIWviV+jQ==",
"dev": true,
"license": "MIT",
"dependencies": {
diff --git a/package.json b/package.json
index 3f466cc4..90a154f8 100644
--- a/package.json
+++ b/package.json
@@ -41,7 +41,7 @@
"ls-engines": "0.9.4",
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
- "publint": "0.3.22",
+ "publint": "0.3.23",
"semantic-release": "25.0.8",
"sinon": "22.1.0"
},
From 1f24012133a63c7b77642877b7f07ba0033032b4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 8 Aug 2026 09:07:24 +0000
Subject: [PATCH 2/5] chore(deps): update dependency semantic-release to
v25.0.9 (#952)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[semantic-release](https://redirect.github.com/semantic-release/semantic-release)
| [`25.0.8` →
`25.0.9`](https://renovatebot.com/diffs/npm/semantic-release/25.0.8/25.0.9)
|

|

|
---
### Release Notes
semantic-release/semantic-release (semantic-release)
###
[`v25.0.9`](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.8...8d905a56e80030c141a71a32c0c4cb870e90470a)
[Compare
Source](https://redirect.github.com/semantic-release/semantic-release/compare/v25.0.8...v25.0.9)
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/semantic-release/commit-analyzer).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package-lock.json | 53 +++++++++++++++++++++++++++++++----------------
package.json | 2 +-
2 files changed, 36 insertions(+), 19 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 9192e1e5..5f7688f1 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -32,7 +32,7 @@
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
"publint": "0.3.23",
- "semantic-release": "25.0.8",
+ "semantic-release": "25.0.9",
"sinon": "22.1.0"
},
"engines": {
@@ -1491,9 +1491,9 @@
}
},
"node_modules/ansi-regex": {
- "version": "6.1.0",
- "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz",
- "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==",
+ "version": "6.2.2",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.2.2.tgz",
+ "integrity": "sha512-Bq3SmSpyFHaWjPk8If9yc6svM8c56dB5BAtW4Qbw5jHTwwXXcTLoRMkpDJp6VL0XzlWaCHTXrkFURMYmD0sLqg==",
"dev": true,
"license": "MIT",
"engines": {
@@ -4146,9 +4146,9 @@
}
},
"node_modules/get-east-asian-width": {
- "version": "1.3.0",
- "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz",
- "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==",
+ "version": "1.6.0",
+ "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
+ "integrity": "sha512-QRbvDIbx6YklUe6RxeTeleMR0yv3cYH6PsPZHcnVn7xv7zO1BHN8r0XETu8n6Ye3Q+ahtSarc3WgtNWmehIBfA==",
"dev": true,
"license": "MIT",
"engines": {
@@ -10695,9 +10695,9 @@
"license": "MIT"
},
"node_modules/semantic-release": {
- "version": "25.0.8",
- "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.8.tgz",
- "integrity": "sha512-w/iZ0bur36rKffXZYmIUmy068eoBY3Ij1DCCddx2JwWEM5Tg+eU9ld/E9qSInVvPASyyR2Ln/XGfQ9OZrMlhtw==",
+ "version": "25.0.9",
+ "resolved": "https://registry.npmjs.org/semantic-release/-/semantic-release-25.0.9.tgz",
+ "integrity": "sha512-bxve7csK0/Txr++CkfrmV+X1r4jqiSOw2WsSad9E2S68R+ZfLBwDn8IceM8WfiOmKQIHgsQc1cNA8Dzg7U75pg==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -10907,16 +10907,16 @@
}
},
"node_modules/semantic-release/node_modules/yargs": {
- "version": "18.0.0",
- "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.0.0.tgz",
- "integrity": "sha512-4UEqdc2RYGHZc7Doyqkrqiln3p9X2DZVxaGbwhn2pi7MrRagKaOcIKe8L3OxYcbhXLgLFUS3zAYuQjKBQgmuNg==",
+ "version": "18.1.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-18.1.0.tgz",
+ "integrity": "sha512-2rAgRKu54VsHkqI0/tYkmluGXHD4KW7yZoycuqDQ15QOTnc2VVfy0nN/1eMhnQLO00A+dwtK20xuCnc1YGeUyg==",
"dev": true,
"license": "MIT",
"dependencies": {
"cliui": "^9.0.1",
"escalade": "^3.1.1",
"get-caller-file": "^2.0.5",
- "string-width": "^7.2.0",
+ "string-width": "^8.2.1",
"y18n": "^5.0.5",
"yargs-parser": "^22.0.0"
},
@@ -10934,6 +10934,23 @@
"node": "^20.19.0 || ^22.12.0 || >=23"
}
},
+ "node_modules/semantic-release/node_modules/yargs/node_modules/string-width": {
+ "version": "8.2.2",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-8.2.2.tgz",
+ "integrity": "sha512-GaPUh5gfdrYzqeVNZvUfT23vYYxXzKYidUcnMtJg/3rxRV63EFZy3k6xfKlmfeJD0176lnUV/Usr3XcwSvFzpg==",
+ "dev": true,
+ "license": "MIT",
+ "dependencies": {
+ "get-east-asian-width": "^1.5.0",
+ "strip-ansi": "^7.1.2"
+ },
+ "engines": {
+ "node": ">=20"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
"node_modules/semver": {
"version": "7.7.3",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.3.tgz",
@@ -11775,13 +11792,13 @@
}
},
"node_modules/strip-ansi": {
- "version": "7.1.0",
- "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
- "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.2.0.tgz",
+ "integrity": "sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==",
"dev": true,
"license": "MIT",
"dependencies": {
- "ansi-regex": "^6.0.1"
+ "ansi-regex": "^6.2.2"
},
"engines": {
"node": ">=12"
diff --git a/package.json b/package.json
index 90a154f8..2be51e90 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
"publint": "0.3.23",
- "semantic-release": "25.0.8",
+ "semantic-release": "25.0.9",
"sinon": "22.1.0"
},
"engines": {
From f5ff1f64d12803cc1d8d183967ed016a4339046e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Fri, 14 Aug 2026 02:52:17 +0000
Subject: [PATCH 3/5] chore(deps): update dependency
conventional-changelog-conventionalcommits to v10.3.0 (#953)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[conventional-changelog-conventionalcommits](https://conventional-changelog.js.org/presets/conventional-commits/)
([source](https://redirect.github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-changelog-conventionalcommits))
| [`10.2.1` →
`10.3.0`](https://renovatebot.com/diffs/npm/conventional-changelog-conventionalcommits/10.2.1/10.3.0)
|

|

|
---
### Release Notes
conventional-changelog/conventional-changelog
(conventional-changelog-conventionalcommits)
###
[`v10.3.0`](https://redirect.github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-changelog-conventionalcommits/CHANGELOG.md#1030-2026-08-10)
[Compare
Source](https://redirect.github.com/conventional-changelog/conventional-changelog/compare/conventional-changelog-conventionalcommits-v10.2.1...conventional-changelog-conventionalcommits-v10.3.0)
##### Features
- format references in breaking change notes
([#1529](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1529))
([a8ef1ed](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/a8ef1eda4526785460daa1f85a415eee326f291c)),
closes
[#631](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/631)
- group notes by their keyword
([#1533](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1533))
([7be33d4](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/7be33d4bac4917340063e2186477f3a121541734)),
closes
[#815](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/815)
##### Bug Fixes
- use current host url paths
([#1534](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/1534))
([612d368](https://redirect.github.com/conventional-changelog/conventional-changelog/commit/612d36822d3f0bf4c3041e85d19175faf55da7cf)),
closes
[#986](https://redirect.github.com/conventional-changelog/conventional-changelog/issues/986)
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/semantic-release/commit-analyzer).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package-lock.json | 16 ++++++++--------
package.json | 2 +-
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index 5f7688f1..f9790ef7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -22,7 +22,7 @@
"ava": "6.4.1",
"c8": "11.0.0",
"conventional-changelog-atom": "5.1.0",
- "conventional-changelog-conventionalcommits": "10.2.1",
+ "conventional-changelog-conventionalcommits": "10.3.0",
"conventional-changelog-ember": "5.1.0",
"conventional-changelog-eslint": "6.1.0",
"conventional-changelog-express": "5.1.0",
@@ -128,9 +128,9 @@
}
},
"node_modules/@conventional-changelog/template": {
- "version": "1.2.1",
- "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.2.1.tgz",
- "integrity": "sha512-TzlTVpKPjaqW6qOYjQcYUDuGsLCNsvFHVBXkYGTAnf5V37jCWrE5haKNXzz0WZUtVHjrpV76L1buANjwXMfT8w==",
+ "version": "1.3.0",
+ "resolved": "https://registry.npmjs.org/@conventional-changelog/template/-/template-1.3.0.tgz",
+ "integrity": "sha512-GsCw/qu92GI0EX6s7fxUi/SG1lmFjG9XZivxxEDZXqztuQKCn5o5wKdz4v005zci0Md7EZzgAwmQLoIEDZoaow==",
"dev": true,
"license": "MIT",
"engines": {
@@ -2780,13 +2780,13 @@
}
},
"node_modules/conventional-changelog-conventionalcommits": {
- "version": "10.2.1",
- "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.2.1.tgz",
- "integrity": "sha512-n4Kr1HFMTf3iMbES0TMxKIcYtUUv4rKqyQQp2JwfOEfFCOfGT3Tq4mCyJ8S9/YPyWhydjfKrrvnyl+gCjA+mJQ==",
+ "version": "10.3.0",
+ "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-10.3.0.tgz",
+ "integrity": "sha512-qag0zFD867Qq1DK0jAWicyWlEMS1FFC/BLVLISaoeI7Y6Em6aWchk7BCkhOTsecRpMsV6qX41XmlNnghiiTmSw==",
"dev": true,
"license": "ISC",
"dependencies": {
- "@conventional-changelog/template": "^1.2.1"
+ "@conventional-changelog/template": "^1.3.0"
},
"engines": {
"node": ">=22"
diff --git a/package.json b/package.json
index 2be51e90..2deef12a 100644
--- a/package.json
+++ b/package.json
@@ -32,7 +32,7 @@
"ava": "6.4.1",
"c8": "11.0.0",
"conventional-changelog-atom": "5.1.0",
- "conventional-changelog-conventionalcommits": "10.2.1",
+ "conventional-changelog-conventionalcommits": "10.3.0",
"conventional-changelog-ember": "5.1.0",
"conventional-changelog-eslint": "6.1.0",
"conventional-changelog-express": "5.1.0",
From a6c3e41db1dea6d9a7cf974036b723ed238ae767 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 16 Aug 2026 22:47:00 +0000
Subject: [PATCH 4/5] chore(deps): update dependency lockfile-lint to v5.0.1
(#954)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[lockfile-lint](https://redirect.github.com/lirantal/lockfile-lint/tree/master/packages/lockfile-lint)
([source](https://redirect.github.com/lirantal/lockfile-lint/tree/HEAD/packages/lockfile-lint))
| [`5.0.0` →
`5.0.1`](https://renovatebot.com/diffs/npm/lockfile-lint/5.0.0/5.0.1) |

|

|
---
### Release Notes
lirantal/lockfile-lint (lockfile-lint)
###
[`v5.0.1`](https://redirect.github.com/lirantal/lockfile-lint/blob/HEAD/packages/lockfile-lint/CHANGELOG.md#501)
[Compare
Source](https://redirect.github.com/lirantal/lockfile-lint/compare/lockfile-lint@5.0.0...lockfile-lint@5.0.1)
##### Patch Changes
-
[`6ca1c1871c861888744c314652dd0e59da17fad2`](https://redirect.github.com/lirantal/lockfile-lint/commit/6ca1c1871c861888744c314652dd0e59da17fad2)
Thanks [@lirantal](https://redirect.github.com/lirantal)! -
chore: release patch for security fix
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/semantic-release/commit-analyzer).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
package-lock.json | 10 +++++-----
package.json | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index f9790ef7..b3a81c59 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -27,7 +27,7 @@
"conventional-changelog-eslint": "6.1.0",
"conventional-changelog-express": "5.1.0",
"conventional-changelog-jshint": "5.2.0",
- "lockfile-lint": "5.0.0",
+ "lockfile-lint": "5.0.1",
"ls-engines": "0.9.4",
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
@@ -5632,16 +5632,16 @@
}
},
"node_modules/lockfile-lint": {
- "version": "5.0.0",
- "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.0.tgz",
- "integrity": "sha512-QcVIVITLZAhWYHU2wbNSOMgwc6EN4Y2sy6mjgS5aikYyRzgDIfotXUsCrm38En+3fZpc58Yu7DF9dNeT/goi1A==",
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/lockfile-lint/-/lockfile-lint-5.0.1.tgz",
+ "integrity": "sha512-Ukjf5yGBQwfl7L2niV3in7bU5wEww3+4Dkw89JGTzOuq18tzS7jaszl2oO7M6u+jcim080MfX5E4Gokt1KhRHQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
"cosmiconfig": "^9.0.0",
"debug": "^4.3.4",
- "fast-glob": "^3.3.2",
"lockfile-lint-api": "^5.9.2",
+ "tinyglobby": "^0.2.15",
"yargs": "^17.7.2"
},
"bin": {
diff --git a/package.json b/package.json
index 2deef12a..e81b9f60 100644
--- a/package.json
+++ b/package.json
@@ -37,7 +37,7 @@
"conventional-changelog-eslint": "6.1.0",
"conventional-changelog-express": "5.1.0",
"conventional-changelog-jshint": "5.2.0",
- "lockfile-lint": "5.0.0",
+ "lockfile-lint": "5.0.1",
"ls-engines": "0.9.4",
"npm-run-all2": "9.0.3",
"prettier": "3.9.6",
From b6484683f481c9b788869e82c1db4f7325ff0aa6 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 17 Aug 2026 02:01:49 +0000
Subject: [PATCH 5/5] fix(deps): update dependency conventional-commits-filter
to v6
---
package-lock.json | 33 +++++++++++++++++++++++++++++++--
package.json | 2 +-
2 files changed, 32 insertions(+), 3 deletions(-)
diff --git a/package-lock.json b/package-lock.json
index b3a81c59..a9a202e5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -11,7 +11,7 @@
"dependencies": {
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-writer": "^8.0.0",
- "conventional-commits-filter": "^5.0.0",
+ "conventional-commits-filter": "^6.0.0",
"conventional-commits-parser": "^6.0.0",
"debug": "^4.0.0",
"import-from-esm": "^2.0.0",
@@ -910,6 +910,16 @@
"semantic-release": ">=20.1.0"
}
},
+ "node_modules/@semantic-release/commit-analyzer/node_modules/conventional-commits-filter": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz",
+ "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/@semantic-release/error": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@semantic-release/error/-/error-4.0.0.tgz",
@@ -1020,6 +1030,16 @@
"semantic-release": ">=20.1.0"
}
},
+ "node_modules/@semantic-release/release-notes-generator/node_modules/conventional-commits-filter": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz",
+ "integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==",
+ "dev": true,
+ "license": "MIT",
+ "engines": {
+ "node": ">=18"
+ }
+ },
"node_modules/@semantic-release/release-notes-generator/node_modules/get-stream": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-7.0.1.tgz",
@@ -2853,7 +2873,7 @@
"node": ">=18"
}
},
- "node_modules/conventional-commits-filter": {
+ "node_modules/conventional-changelog-writer/node_modules/conventional-commits-filter": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-5.0.0.tgz",
"integrity": "sha512-tQMagCOC59EVgNZcC5zl7XqO30Wki9i9J3acbUvkaosCT6JX3EeFwJD7Qqp4MCikRnzS18WXV3BLIQ66ytu6+Q==",
@@ -2862,6 +2882,15 @@
"node": ">=18"
}
},
+ "node_modules/conventional-commits-filter": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/conventional-commits-filter/-/conventional-commits-filter-6.0.1.tgz",
+ "integrity": "sha512-cs+LadpH7Kpw0M3k8wurk+sOVVDAENA0iK4OBOrkL94j5lEVYRJ4j3zd2bhY9qgzyrPqthdcYT3axzRN7AliMg==",
+ "license": "MIT",
+ "engines": {
+ "node": ">=22"
+ }
+ },
"node_modules/conventional-commits-parser": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-6.1.0.tgz",
diff --git a/package.json b/package.json
index e81b9f60..0392b1ce 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,7 @@
"dependencies": {
"conventional-changelog-angular": "^8.0.0",
"conventional-changelog-writer": "^8.0.0",
- "conventional-commits-filter": "^5.0.0",
+ "conventional-commits-filter": "^6.0.0",
"conventional-commits-parser": "^6.0.0",
"debug": "^4.0.0",
"import-from-esm": "^2.0.0",