Skip to content

build(deps-dev): bump @commitlint/config-conventional from 20.5.3 to 21.0.2#206

Merged
parse merged 1 commit into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2
Jun 15, 2026
Merged

build(deps-dev): bump @commitlint/config-conventional from 20.5.3 to 21.0.2#206
parse merged 1 commit into
mainfrom
dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 4, 2026

Copy link
Copy Markdown
Contributor

Bumps @commitlint/config-conventional from 20.5.3 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

v21.0.1

21.0.1 (2026-05-12)

Bug Fixes

CI

New Contributors

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

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.

... (truncated)

Changelog

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

21.0.2 (2026-05-29)

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

21.0.1 (2026-05-12)

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

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 dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 4, 2026 02:36
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 4, 2026
@greptile-apps

greptile-apps Bot commented Jun 4, 2026

Copy link
Copy Markdown

Greptile Summary

This PR bumps @commitlint/config-conventional from ^20.5.3 to ^21.0.2, aligning it with the already-upgraded @commitlint/cli@^21.0.2 so both packages share the same major version.

  • Syncs @commitlint/config-conventional to v21, eliminating the cross-major mismatch that previously required npm to install duplicate nested @commitlint/types entries under each internal commitlint package.
  • The lock file is deduplicated as a result: the eleven nested @commitlint/types@21.0.1 overrides are removed and the single top-level @commitlint/types entry is promoted from 20.5.0 to 21.0.1.

Confidence Score: 5/5

Safe to merge — aligns both commitlint packages to the same major version and produces a cleaner, deduplicated lock file.

Both commitlint packages are now on the same major version (v21), removing the previous duplicate nested @commitlint/types entries. This is a dev-only dependency used only during commit linting, with no runtime impact. The lock file changes are consistent and expected.

No files require special attention.

Important Files Changed

Filename Overview
package.json Single-line change bumping @commitlint/config-conventional from ^20.5.3 to ^21.0.2, matching the existing @commitlint/cli version; no issues.
package-lock.json Lock file correctly deduplicates eleven nested @commitlint/types@21.0.1 entries and promotes the top-level @commitlint/types from 20.5.0 to 21.0.1, resulting in a cleaner dependency tree.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["@commitlint/cli@21.0.2"] --> T["@commitlint/types@21.0.1 (shared)"]
    B["@commitlint/config-conventional@21.0.2"] --> T
    subgraph Before["Before (mismatched)"]
        direction TB
        A1["@commitlint/cli@21.0.2"] --> T1["@commitlint/types@21.0.1 (nested x11)"]
        B1["@commitlint/config-conventional@20.5.3"] --> T2["@commitlint/types@20.5.0 (top-level)"]
    end
    subgraph After["After (aligned)"]
        direction TB
        A --> T
        B --> T
    end
Loading

Reviews (5): Last reviewed commit: "build(deps-dev): bump @commitlint/config..." | Re-trigger Greptile

Comment thread package.json Outdated
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2 branch 3 times, most recently from 0817618 to aa0eb5e Compare June 10, 2026 17:39
@parse

parse commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 20.5.3 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-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2 branch from aa0eb5e to dacc215 Compare June 15, 2026 08:29
@parse parse merged commit 23c4b1f into main Jun 15, 2026
3 checks passed
@parse parse deleted the dependabot/npm_and_yarn/commitlint/config-conventional-21.0.2 branch June 15, 2026 08:31
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.

1 participant