Skip to content

Commit 253f17b

Browse files
fix(deps): update commitlint monorepo to ^20.4.3 (#1592)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@commitlint/cli](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`^20.4.2` → `^20.4.3`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/20.4.2/20.4.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/20.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/20.4.2/20.4.3?slim=true) | | [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://redirect.github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`^20.4.2` → `^20.4.3`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/20.4.2/20.4.3) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/20.4.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/20.4.2/20.4.3?slim=true) | --- ### Release Notes <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary> ### [`v20.4.3`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2043-2026-03-03) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) ##### Bug Fixes - footer parser does not escape special chars for regex [#&#8203;4560](https://redirect.github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://redirect.github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://redirect.github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) </details> <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary> ### [`v20.4.3`](https://redirect.github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2043-2026-03-03) [Compare Source](https://redirect.github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) ##### Bug Fixes - footer parser does not escape special chars for regex [#&#8203;4560](https://redirect.github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://redirect.github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://redirect.github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 00:00 before 16:00 on monday" in timezone Europe/Paris, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->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/pplancq/dev-tools). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8ff522 commit 253f17b

3 files changed

Lines changed: 101 additions & 88 deletions

File tree

package-lock.json

Lines changed: 99 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/commitlint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"config"
3535
],
3636
"dependencies": {
37-
"@commitlint/config-conventional": "^20.4.2"
37+
"@commitlint/config-conventional": "^20.4.3"
3838
},
3939
"peerDependencies": {
4040
"@commitlint/cli": "^19.0.3 || ^20.0.0"

packages/react-template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@bdellegrazie/playwright-sonar-reporter": "^0.4.0",
63-
"@commitlint/cli": "^20.4.2",
63+
"@commitlint/cli": "^20.4.3",
6464
"@msw/playwright": "^0.6.5",
6565
"@playwright/test": "^1.58.2",
6666
"@pplancq/commitlint-config": "*",

0 commit comments

Comments
 (0)