Skip to content

chore(deps): bump @commitlint/cli from 21.2.0 to 21.2.1 in the commitlint group#96

Merged
btravers merged 3 commits into
mainfrom
dependabot/npm_and_yarn/commitlint-eb5223ebf9
Jul 20, 2026
Merged

chore(deps): bump @commitlint/cli from 21.2.0 to 21.2.1 in the commitlint group#96
btravers merged 3 commits into
mainfrom
dependabot/npm_and_yarn/commitlint-eb5223ebf9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 20, 2026

Copy link
Copy Markdown
Contributor

Bumps the commitlint group with 1 update: @commitlint/cli.

Updates @commitlint/cli from 21.2.0 to 21.2.1

Release notes

Sourced from @​commitlint/cli's releases.

v21.2.1

21.2.0 (2026-06-30)

Features

  • resolve-extends: resolve pure-ESM presets (conventional-changelog v7/v9/v10) (#4859) (fdb566f)

Chore, doc, etc.

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.2.0...v21.2.1

Changelog

Sourced from @​commitlint/cli's changelog.

21.2.1 (2026-07-08)

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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the commitlint group with 1 update: [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli).


Updates `@commitlint/cli` from 21.2.0 to 21.2.1
- [Release notes](https://github.com/conventional-changelog/commitlint/releases)
- [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md)
- [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.1/@commitlint/cli)

---
updated-dependencies:
- dependency-name: "@commitlint/cli"
  dependency-version: 21.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: commitlint
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 20, 2026
@btravers

Copy link
Copy Markdown
Collaborator

@copilot fix CI, fix the root cause, everytime dependabot fail commitlint upgrade

Copilot AI commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

@copilot fix CI, fix the root cause, everytime dependabot fail commitlint upgrade

Fixed in commits fix: fix lockfile catalog specifiers… and chore: remove [skip ci]….

Root cause: Dependabot doesn't understand pnpm workspace catalogs. When it bumps a catalog entry (e.g. @commitlint/cli) it writes the resolved version (21.2.1) directly as the specifier in the importers section of the lockfile instead of catalog:, and omits the catalogs.default section entry entirely. This makes pnpm install --frozen-lockfile (used in CI) fail with a specifier mismatch.

Fixes applied:

  1. Current PR – regenerated pnpm-lock.yaml so the importer uses specifier: 'catalog:' and the catalogs.default section has the @commitlint/cli entry.
  2. Root cause – added .github/workflows/fix-dependabot-lockfile.yml: whenever Dependabot opens a PR it automatically runs pnpm install --no-frozen-lockfile and commits the corrected lockfile back, preventing this from recurring for any future @commitlint/* (or any other catalog-entry) bumps.

Copilot AI requested a review from btravers July 20, 2026 22:39
@btravers
btravers merged commit a00713d into main Jul 20, 2026
3 checks passed
@btravers
btravers deleted the dependabot/npm_and_yarn/commitlint-eb5223ebf9 branch July 20, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants