Skip to content

build(deps-dev): bump @commitlint/cli from 21.2.0 to 21.2.1 - #2091

Merged
carlos-alm merged 3 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/cli-21.2.1
Jul 16, 2026
Merged

build(deps-dev): bump @commitlint/cli from 21.2.0 to 21.2.1#2091
carlos-alm merged 3 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/cli-21.2.1

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @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 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/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@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:development
  update-type: version-update:semver-patch
...

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 11, 2026
@carlos-alm

Copy link
Copy Markdown
Contributor

@greptileai

@greptile-apps

greptile-apps Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

This PR bumps the dev-only @commitlint/cli from 21.2.0 to 21.2.1. Alongside the version number change, the lock file reflects a dependency swap inside @commitlint/read: the deprecated git-raw-commits package is dropped in favour of @conventional-changelog/git-client v3, which also pulls updated major versions of @simple-libs/child-process-utils (1 → 2) and @simple-libs/stream-utils (1 → 2).

  • @commitlint/cli and @commitlint/read are both bumped to 21.2.1; these are devDependencies that only run during linting and CI, so there is no runtime impact.
  • @conventional-changelog/git-client jumps from 2.7.0 to 3.1.0, tightening its Node engine requirement to >=22; the project already declares "node": ">=22.12.0", so this constraint is fully satisfied.
  • The deprecated git-raw-commits package (and its transitive meow dependency) are removed from the lock file entirely.

Confidence Score: 5/5

Routine dev-dependency patch bump with no production code changes; safe to merge.

All changes are confined to package-lock.json and affect only a dev dependency used for commit message linting. The most notable transitive change — @conventional-changelog/git-client moving from v2 to v3 with a Node >=22 engine requirement — is already met by the project's declared engine constraint of >=22.12.0. The removal of the deprecated git-raw-commits package is a positive cleanup.

No files require special attention; package-lock.json reflects only automated dependency resolution.

Important Files Changed

Filename Overview
package-lock.json Patch bump of @commitlint/cli from 21.2.0 to 21.2.1; replaces deprecated git-raw-commits with @conventional-changelog/git-client v3, which now requires Node >=22 — already satisfied by the project's engine constraint of >=22.12.0

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@commitlint/cli v21.2.1\n(devDependency)"] --> B["@commitlint/read v21.2.1"]
    B --> C["@conventional-changelog/git-client v3.1.0\n(was: git-raw-commits v5 → removed)"]
    C --> D["@simple-libs/child-process-utils v2.0.0\n(was: v1.0.2)"]
    D --> E["@simple-libs/stream-utils v2.0.0\n(was: v1.2.0)"]
    C --> F["Node >=22 engine requirement\n✅ project requires >=22.12.0"]
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
    A["@commitlint/cli v21.2.1\n(devDependency)"] --> B["@commitlint/read v21.2.1"]
    B --> C["@conventional-changelog/git-client v3.1.0\n(was: git-raw-commits v5 → removed)"]
    C --> D["@simple-libs/child-process-utils v2.0.0\n(was: v1.0.2)"]
    D --> E["@simple-libs/stream-utils v2.0.0\n(was: v1.2.0)"]
    C --> F["Node >=22 engine requirement\n✅ project requires >=22.12.0"]
Loading

Reviews (1): Last reviewed commit: "Merge branch 'main' into dependabot/npm_..." | Re-trigger Greptile

@carlos-alm
carlos-alm merged commit cced0ee into main Jul 16, 2026
14 checks passed
@carlos-alm
carlos-alm deleted the dependabot/npm_and_yarn/commitlint/cli-21.2.1 branch July 16, 2026 07:19
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 16, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

1 participant