chore(deps): update commitlint monorepo to v21 (major) #23

Open
renovate wants to merge 1 commit from renovate/major-commitlint-monorepo into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
@commitlint/cli (source) 20.4.421.0.1 age confidence
@commitlint/config-conventional (source) 20.4.421.0.1 age confidence

Release Notes

conventional-changelog/commitlint (@​commitlint/cli)

v21.0.1

Compare Source

Note: Version bump only for package @​commitlint/cli

v21.0.0

Compare Source

BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/cli

20.5.2 (2026-04-25)

Note: Version bump only for package @​commitlint/cli

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.2

Compare Source

Note: Version bump only for package @​commitlint/cli

v20.5.0

Compare Source

Bug Fixes

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/cli

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/cli

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/cli

conventional-changelog/commitlint (@​commitlint/config-conventional)

v21.0.1

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v21.0.0

Compare Source

BREAKING CHANGES
  • drop node v18 and v20 support
  • Bump engines to >=v22 in all 39 package.json files
  • Update @​types/node to ^22.0.0
  • Update CI matrix to [22, 24]
  • Update Ubuntu baseline job to ubuntu:26.04
  • Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json
  • Update pre-commit hook to use --ignore-engines
  • Update README and docs

Co-authored-by: Claude Opus 4.6 (1M context) noreply@anthropic.com

20.5.3 (2026-04-30)

Note: Version bump only for package @​commitlint/config-conventional

v20.5.3

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

v20.5.0

Compare Source

Note: Version bump only for package @​commitlint/config-conventional

20.4.4 (2026-03-12)

Note: Version bump only for package @​commitlint/config-conventional

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

Note: Version bump only for package @​commitlint/config-conventional

20.4.1 (2026-02-02)

Note: Version bump only for package @​commitlint/config-conventional


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

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://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli)) | [`20.4.4` → `21.0.1`](https://renovatebot.com/diffs/npm/@commitlint%2fcli/20.4.4/21.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fcli/21.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fcli/20.4.4/21.0.1?slim=true) | | [@commitlint/config-conventional](https://commitlint.js.org/) ([source](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional)) | [`20.4.4` → `21.0.1`](https://renovatebot.com/diffs/npm/@commitlint%2fconfig-conventional/20.4.4/21.0.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@commitlint%2fconfig-conventional/21.0.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@commitlint%2fconfig-conventional/20.4.4/21.0.1?slim=true) | --- ### Release Notes <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/cli)</summary> ### [`v21.0.1`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2101-2026-05-12) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v21.0.0...v21.0.1) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) ### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2100-2026-05-08) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0) - chore!: minimum node version v22 ([#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679) ##### BREAKING CHANGES - drop node v18 and v20 support * Bump engines to >=v22 in all 39 package.json files * Update [@&#8203;types/node](https://github.com/types/node) to ^22.0.0 * Update CI matrix to \[22, 24] * Update Ubuntu baseline job to ubuntu:26.04 * Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json * Update pre-commit hook to use --ignore-engines * Update README and docs Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> #### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) #### [20.5.2](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) (2026-04-25) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) ### [`v20.5.3`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2053-2026-04-30) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) ### [`v20.5.2`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2052-2026-04-25) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.2) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) ### [`v20.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/cli/CHANGELOG.md#2050-2026-03-15) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.4...v20.5.0) ##### Bug Fixes - **cli:** validate that --cwd directory exists before execution ([#&#8203;4658](https://github.com/conventional-changelog/commitlint/issues/4658)) ([cf80f75](https://github.com/conventional-changelog/commitlint/commit/cf80f75745593f4f018cac301a91f23316c974fd)), closes [#&#8203;4595](https://github.com/conventional-changelog/commitlint/issues/4595) #### [20.4.4](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4) (2026-03-12) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) #### [20.4.3](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) (2026-03-03) ##### Bug Fixes - footer parser does not escape special chars for regex [#&#8203;4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) #### [20.4.2](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2) (2026-02-19) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) #### [20.4.1](https://github.com/conventional-changelog/commitlint/compare/v20.4.0...v20.4.1) (2026-02-02) **Note:** Version bump only for package [@&#8203;commitlint/cli](https://github.com/commitlint/cli) </details> <details> <summary>conventional-changelog/commitlint (@&#8203;commitlint/config-conventional)</summary> ### [`v21.0.1`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2101-2026-05-12) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v21.0.0...v21.0.1) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) ### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2100-2026-05-08) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0) - chore!: minimum node version v22 ([#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#&#8203;4679](https://github.com/conventional-changelog/commitlint/issues/4679) ##### BREAKING CHANGES - drop node v18 and v20 support * Bump engines to >=v22 in all 39 package.json files * Update [@&#8203;types/node](https://github.com/types/node) to ^22.0.0 * Update CI matrix to \[22, 24] * Update Ubuntu baseline job to ubuntu:26.04 * Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json * Update pre-commit hook to use --ignore-engines * Update README and docs Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> #### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) ### [`v20.5.3`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2053-2026-04-30) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.3) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) ### [`v20.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/@&#8203;commitlint/config-conventional/CHANGELOG.md#2050-2026-03-15) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.4...v20.5.0) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) #### [20.4.4](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4) (2026-03-12) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) #### [20.4.3](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) (2026-03-03) ##### Bug Fixes - footer parser does not escape special chars for regex [#&#8203;4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#&#8203;4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) #### [20.4.2](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2) (2026-02-19) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) #### [20.4.1](https://github.com/conventional-changelog/commitlint/compare/v20.4.0...v20.4.1) (2026-02-02) **Note:** Version bump only for package [@&#8203;commitlint/config-conventional](https://github.com/commitlint/config-conventional) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni4zIiwidXBkYXRlZEluVmVyIjoiNDMuNzYuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
chore(deps): update commitlint monorepo to v21
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Pull request analysis (push) Has been cancelled
CI / Pull request analysis (pull_request) Has been cancelled
CI / CI optimization (push) Has been cancelled
CI / Release (semantic, dry) (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Release (semantic) (push) Has been cancelled
CI / Semantic Release (push) Has been cancelled
CI / Semantic Release-1 (push) Has been cancelled
CI / CI optimization (pull_request) Has been cancelled
CI / Release (semantic, dry) (pull_request) Has been cancelled
CI / pre-commit (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
CI / Release (semantic) (pull_request) Has been cancelled
CI / Semantic Release (pull_request) Has been cancelled
CI / Semantic Release-1 (pull_request) Has been cancelled
e0beab8ad1
renovate force-pushed renovate/major-commitlint-monorepo from e0beab8ad1
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Pull request analysis (push) Has been cancelled
CI / Pull request analysis (pull_request) Has been cancelled
CI / CI optimization (push) Has been cancelled
CI / Release (semantic, dry) (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Release (semantic) (push) Has been cancelled
CI / Semantic Release (push) Has been cancelled
CI / Semantic Release-1 (push) Has been cancelled
CI / CI optimization (pull_request) Has been cancelled
CI / Release (semantic, dry) (pull_request) Has been cancelled
CI / pre-commit (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
CI / Release (semantic) (pull_request) Has been cancelled
CI / Semantic Release (pull_request) Has been cancelled
CI / Semantic Release-1 (pull_request) Has been cancelled
to 72b606fa8d
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Pull request analysis (push) Has been cancelled
CI / Pull request analysis (pull_request) Has been cancelled
CI / CI optimization (push) Has been cancelled
CI / Release (semantic, dry) (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Release (semantic) (push) Has been cancelled
CI / Semantic Release (push) Has been cancelled
CI / Semantic Release-1 (push) Has been cancelled
CI / CI optimization (pull_request) Has been cancelled
CI / Release (semantic, dry) (pull_request) Has been cancelled
CI / pre-commit (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
CI / Release (semantic) (pull_request) Has been cancelled
CI / Semantic Release (pull_request) Has been cancelled
CI / Semantic Release-1 (pull_request) Has been cancelled
2026-05-16 04:30:47 +00:00
Compare
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
CI / Pull request analysis (push) Has been cancelled
CI / Pull request analysis (pull_request) Has been cancelled
CI / CI optimization (push) Has been cancelled
CI / Release (semantic, dry) (push) Has been cancelled
CI / pre-commit (push) Has been cancelled
CI / Build (push) Has been cancelled
CI / Release (semantic) (push) Has been cancelled
CI / Semantic Release (push) Has been cancelled
CI / Semantic Release-1 (push) Has been cancelled
CI / CI optimization (pull_request) Has been cancelled
CI / Release (semantic, dry) (pull_request) Has been cancelled
CI / pre-commit (pull_request) Has been cancelled
CI / Build (pull_request) Has been cancelled
CI / Release (semantic) (pull_request) Has been cancelled
CI / Semantic Release (pull_request) Has been cancelled
CI / Semantic Release-1 (pull_request) Has been cancelled
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/major-commitlint-monorepo:renovate/major-commitlint-monorepo
git switch renovate/major-commitlint-monorepo

Merge

Merge the changes and update on Forgejo.
git switch main
git merge --no-ff renovate/major-commitlint-monorepo
git switch renovate/major-commitlint-monorepo
git rebase main
git switch main
git merge --ff-only renovate/major-commitlint-monorepo
git switch renovate/major-commitlint-monorepo
git rebase main
git switch main
git merge --no-ff renovate/major-commitlint-monorepo
git switch main
git merge --squash renovate/major-commitlint-monorepo
git switch main
git merge --ff-only renovate/major-commitlint-monorepo
git switch main
git merge renovate/major-commitlint-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
flipdot/drinks-touch!23
No description provided.