Skip to content

chore(deps-dev): bump @commitlint/config-conventional from 21.0.1 to 21.0.2#1254

Merged
carlos-alm merged 6 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2
May 31, 2026
Merged

chore(deps-dev): bump @commitlint/config-conventional from 21.0.1 to 21.0.2#1254
carlos-alm merged 6 commits into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps @commitlint/config-conventional from 21.0.1 to 21.0.2.

Release notes

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

v21.0.2

21.0.2 (2026-05-29)

Bug Fixes

Chore/CI

New Contributors

Full Changelog: conventional-changelog/commitlint@v21.0.1...v21.0.2

Changelog

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

21.0.2 (2026-05-29)

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

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 21.0.1 to 21.0.2.
- [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.2/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 21.0.2
  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 May 30, 2026
carlos-alm and others added 2 commits May 30, 2026 15:26
Dependabot's npm install on macOS stripped the libc fields from
@optave/codegraph-linux-{arm64-gnu,x64-gnu,x64-musl} entries.
Restore them so the CI lockfile check passes.
carlos-alm added a commit that referenced this pull request May 31, 2026
* chore(deps-dev): bump tree-sitter-erlang from 0.0.0 to 0.18

Bumps [tree-sitter-erlang](https://github.com/WhatsApp/tree-sitter-erlang) from 0.0.0 to 0.18.
- [Release notes](https://github.com/WhatsApp/tree-sitter-erlang/releases)
- [Commits](https://github.com/WhatsApp/tree-sitter-erlang/commits/0.18)

---
updated-dependencies:
- dependency-name: tree-sitter-erlang
  dependency-version: '0.18'
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix: restore missing libc discriminators in package-lock.json (#1254)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: carlos-alm <contato@carlosalmeida.com>
Co-authored-by: carlos-alm <127798846+carlos-alm@users.noreply.github.com>
@carlos-alm

Copy link
Copy Markdown
Contributor

@greptileai

@greptile-apps

greptile-apps Bot commented May 31, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Patch bump of the dev dependency @commitlint/config-conventional from 21.0.1 to 21.0.2, touching only package-lock.json to update the resolved URL and integrity hash.

  • The 21.0.2 release is a bug-fix-only patch: improved error messaging when --edit cannot find COMMIT_EDITMSG, better handling of --from/--to with no shared merge-base, and a fix disallowing the same commit hash for both flags.
  • This is a devDependency used solely for commit message linting; it has no runtime or build impact.

Confidence Score: 5/5

Safe to merge — only the lockfile entry for a dev-only commit-linting tool is updated.

The change is limited to updating the resolved URL and integrity hash for a devDependency that runs only during commit message validation. The patch release contains bug fixes to edge cases in the CLI reading logic and carries no API or configuration changes that would affect this project.

No files require special attention.

Important Files Changed

Filename Overview
package-lock.json Updates @commitlint/config-conventional lockfile entry from 21.0.1 to 21.0.2 with new resolved URL and integrity hash; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[dependabot detects new patch release] --> B["@commitlint/config-conventional 21.0.1 → 21.0.2"]
    B --> C[package-lock.json updated]
    C --> D[New resolved URL]
    C --> E[New integrity hash]
    D & E --> F[No runtime / build impact\ndev dependency only]
Loading

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

@carlos-alm carlos-alm left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Dependabot patch bump of @commitlint/config-conventional from 21.0.1 to 21.0.2. CI is fully green across all platforms. Greptile reviewed with 5/5 confidence — lockfile-only change to a devDependency with no runtime or build impact. Safe to merge.

@carlos-alm carlos-alm merged commit e97c4fe into main May 31, 2026
13 checks passed
@carlos-alm carlos-alm deleted the dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2 branch May 31, 2026 20:08
@github-actions github-actions Bot locked and limited conversation to collaborators May 31, 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