build(deps-dev): bump @commitlint/config-conventional from 20.5.3 to 21.0.2#206
Merged
parse merged 1 commit intoJun 15, 2026
Conversation
Greptile SummaryThis PR bumps
Confidence Score: 5/5Safe 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
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
Reviews (5): Last reviewed commit: "build(deps-dev): bump @commitlint/config..." | Re-trigger Greptile |
0817618 to
aa0eb5e
Compare
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>
aa0eb5e to
dacc215
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @commitlint/config-conventional from 20.5.3 to 21.0.2.
Release notes
Sourced from @commitlint/config-conventional's releases.
... (truncated)
Changelog
Sourced from @commitlint/config-conventional's changelog.
Commits
8069048v21.0.2db8d7d6v21.0.11329a25chore: migrate to pnpm (#4762)6099ae5chore: replace eslint with oxlint (#4756)f081a8ev21.0.044c3174chore: update dependency yargs to v18 #4432 (#4686)ac2b3f4chore!: minimum node version v22 (#4679)