Skip to content

chore(deps-dev): Bump @commitlint/config-conventional from 19.8.1 to 20.5.0#209

Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0
Closed

chore(deps-dev): Bump @commitlint/config-conventional from 19.8.1 to 20.5.0#209
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 28, 2026

Bumps @commitlint/config-conventional from 19.8.1 to 20.5.0.

Release notes

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

v20.5.0

20.5.0 (2026-03-15)

Bug Fixes

Features

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.4...v20.5.0

v20.4.4

20.4.4 (2026-03-12)

Bug Fixes

New Contributors

Full Changelog: conventional-changelog/commitlint@v20.4.3...v20.4.4

v20.4.3

20.4.3 (2026-03-03)

Bug Fixes

... (truncated)

Changelog

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

20.5.0 (2026-03-15)

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

20.4.4 (2026-03-12)

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

20.4.3 (2026-03-03)

Bug Fixes

20.4.2 (2026-02-19)

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

20.4.1 (2026-02-02)

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

20.4.0 (2026-01-30)

Features

... (truncated)

Commits

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@AbongileBoja
Copy link
Copy Markdown
Owner

@dependabot recreate

@dependabot dependabot Bot changed the title deps-dev: bump @commitlint/config-conventional from 19.8.1 to 20.5.0 chore(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.5.0 Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0 branch from d1fcce9 to 640dbdd Compare April 28, 2026 15:24
@AbongileBoja AbongileBoja enabled auto-merge (squash) April 28, 2026 16:03
@AbongileBoja
Copy link
Copy Markdown
Owner

@dependabot rebase

AbongileBoja added a commit that referenced this pull request Apr 28, 2026
Dependabot includes a markdown changelog table in the commit body for
grouped bumps; many of those table rows exceed 120 chars per line and
fail the body-max-line-length rule, blocking every grouped dependabot
PR (#211, #214, #212, #209, plus future ones).

Per-line length is a low-value rule on commit bodies — git wraps log
output, the body is rarely read raw, and the rule was already biting
human commits intermittently. Drop both line-length rules. Keep
header-max-length: 100 (the meaningful limit).

Validated locally: relaxed config accepts a dependabot grouped-bump
body and a normal feature commit body.

Closes #240
Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.8.1 to 20.5.0.
- [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/v20.5.0/@commitlint/config-conventional)

---
updated-dependencies:
- dependency-name: "@commitlint/config-conventional"
  dependency-version: 20.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps-dev): bump @commitlint/config-conventional from 19.8.1 to 20.5.0 chore(deps-dev): Bump @commitlint/config-conventional from 19.8.1 to 20.5.0 Apr 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0 branch from 640dbdd to e1905e1 Compare April 28, 2026 16:09
@github-actions
Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
QuerySpec.Analyzers 93% 84% 133
QuerySpec.Analyzers.CodeFixes 90% 70% 50
QuerySpec.Core 93% 84% 959
QuerySpec.DependencyInjection 92% 75% 43
QuerySpec.EFCore 86% 77% 303
Summary 91% (2118 / 2316) 81% (930 / 1143) 1488

AbongileBoja added a commit that referenced this pull request Apr 28, 2026
Dependabot's grouped-update commits embed a markdown changelog table
whose rows legitimately exceed 120 chars per line, blocking every
grouped dependabot PR (#211, #214, #212, #209, etc.).

Migrate from .commitlintrc.json to commitlint.config.js so we can use
the `ignores` predicate to skip commits stamped with the dependabot[bot]
sign-off trailer. Body/footer line-length rules remain enforced at 120
chars for human commits.

Closes #240
AbongileBoja added a commit that referenced this pull request Apr 28, 2026
Dependabot's grouped-update commits embed a markdown changelog table
whose rows legitimately exceed 120 chars per line, blocking every
grouped dependabot PR (#211, #214, #212, #209, etc.).

Migrate from .commitlintrc.json to commitlint.config.js so we can use
the `ignores` predicate to skip commits stamped with the dependabot[bot]
sign-off trailer. Body/footer line-length rules remain enforced at 120
chars for human commits.

Closes #240
@AbongileBoja
Copy link
Copy Markdown
Owner

Superseded by #242 — bumps both @commitlint/cli and @commitlint/config-conventional to v20 in lockstep to avoid the major-version split between linter and preset that this PR introduced. Closing in favour of the coupled bump.

auto-merge was automatically disabled April 28, 2026 19:28

Pull request was closed

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 28, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/npm_and_yarn/commitlint/config-conventional-20.5.0 branch April 28, 2026 19:28
AbongileBoja added a commit that referenced this pull request Apr 28, 2026
Replaces #209 with a coupled bump keeping @commitlint/cli and @commitlint/config-conventional on the same major.

Dependabot only bumped the preset to v20 while leaving the cli on v19, producing two copies of @commitlint/types in the lockfile. This lockstep bump collapses to a single @commitlint/types@20.5.0.

v20 single breaking change: body-max-line-length now skips lines containing URLs (commitlint #4486). Relaxation, not regression.

Closes #209
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant