Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 20.5.3 to 21.0.0#265

Open
dependabot[bot] wants to merge 21 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.0
Open

chore(deps-dev): bump @commitlint/config-conventional from 20.5.3 to 21.0.0#265
dependabot[bot] wants to merge 21 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps @commitlint/config-conventional from 20.5.3 to 21.0.0.

Release notes

Sourced from @​commitlint/config-conventional's releases.

v21.0.0

Heads-up: --legacy-output is a transitional escape hatch. It will be removed in a future major release. Plan to migrate your parsers / snapshots to the new format during the v21 lifecycle.

21.0.0 (2026-05-08)

Breaking

Fixes

Internals (Node 22 cleanup)

  • chore: replace dependencies with Node 22 built-ins by @​escapedcat in #4681 — drops glob, fast-glob, import-meta-resolve, minimist, fs-extra
  • refactor: replace read-pkg with native fs.readFile + JSON.parse by @​escapedcat in #4742
  • chore: update dependency yargs to v18 by @​escapedcat in #4686
  • chore: remove cross-env, move env vars to vitest config by @​escapedcat in #4684

Dependency updates

Full Changelog: conventional-changelog/commitlint@v20.5.3...v21.0.0

Changelog

Sourced from @​commitlint/config-conventional's changelog.

21.0.0 (2026-05-08)

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

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 20.5.3 to 21.0.0.
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.0.0/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Dependency update PRs security Security-related PRs and issues labels May 10, 2026
@dependabot dependabot Bot requested a review from a team as a code owner May 10, 2026 18:23
@dependabot dependabot Bot added dependencies Dependency update PRs security Security-related PRs and issues labels May 10, 2026
@don-petry don-petry enabled auto-merge (squash) May 12, 2026 01:38
Copy link
Copy Markdown
Collaborator

@don-petry don-petry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dev-Lead Review

This is a major version bump with a breaking change worth flagging:

Breaking change: @commitlint/config-conventional v21.0.0 raises the minimum Node.js requirement from ≥18 to ≥22. The CI pipeline currently uses Node 20 (node-version: '20' in .github/workflows/ci.yml).

Practical impact: Commitlint runs only in pre-commit hooks (via Husky), not in CI directly, so all CI checks still pass. However, developers running Node 20 locally will get an unsupported-engine warning (or may hit runtime errors depending on which Node 22 built-ins v21 now uses directly).

Related PR: #269 bumps @commitlint/cli to v21.0.0 as well — these two packages must move together since they belong to the same monorepo and must stay on matching majors. Merging this PR alone while @commitlint/cli stays at v20 will create a version mismatch.

Recommendation: Merge #265 and #269 together (or in quick succession), and consider bumping node-version in the CI workflow to '22' at the same time to stay consistent with the new engine requirement.

All other checks pass — no functional issues introduced.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 17, 2026

A newer version of @​commitlint/config-conventional exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@don-petry
Copy link
Copy Markdown
Collaborator

@dev-lead - please fix this PR

@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency update PRs security Security-related PRs and issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant