Skip to content

Update all of commitlint 20.4.3 → 20.5.0 (minor)#199

Open
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/npm/group/commitlint-20.5.0
Open

Update all of commitlint 20.4.3 → 20.5.0 (minor)#199
depfu[bot] wants to merge 1 commit intomainfrom
depfu/update/npm/group/commitlint-20.5.0

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Mar 16, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ @​commitlint/cli (20.4.3 → 20.5.0) · Repo · Changelog

Release Notes

20.5.0

20.5.0 (2026-03-15)

Bug Fixes

  • fix(resolve-extends): always resolve extended parser presets for proper merging by @omar-y-abdi in #4647
  • fix(load): resolve async config exports in CJS projects by @omar-y-abdi in #4659
  • fix(cli): validate that --cwd directory exists before execution by @omar-y-abdi in #4658

Features

  • feat(cz-commitlint): add exclamation mark support for breaking changes by @mrt181 in #4655

New Contributors

Full Changelog: v20.4.4...v20.5.0

20.4.4

20.4.4 (2026-03-12)

Bug Fixes

  • fix(types): allow context parameter in QualifiedRuleConfig functions by @Br1an67 in #4636
  • fix(read): update git-raw-commits to v5 API by @Tamas-hi in #4638
  • fix(is-ignored): strip CI skip markers from release commits by @Br1an67 in #4637

New Contributors

Full Changelog: v20.4.3...v20.4.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

✳️ @​commitlint/config-conventional (20.4.3 → 20.5.0) · Repo · Changelog

Release Notes

20.4.4

20.4.4 (2026-03-12)

Bug Fixes

  • fix(types): allow context parameter in QualifiedRuleConfig functions by @Br1an67 in #4636
  • fix(read): update git-raw-commits to v5 API by @Tamas-hi in #4638
  • fix(is-ignored): strip CI skip markers from release commits by @Br1an67 in #4637

New Contributors

Full Changelog: v20.4.3...v20.4.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ @​commitlint/lint (indirect, 20.4.3 → 20.5.0) · Repo · Changelog

Release Notes

20.5.0

20.5.0 (2026-03-15)

Bug Fixes

  • fix(resolve-extends): always resolve extended parser presets for proper merging by @omar-y-abdi in #4647
  • fix(load): resolve async config exports in CJS projects by @omar-y-abdi in #4659
  • fix(cli): validate that --cwd directory exists before execution by @omar-y-abdi in #4658

Features

  • feat(cz-commitlint): add exclamation mark support for breaking changes by @mrt181 in #4655

New Contributors

Full Changelog: v20.4.4...v20.5.0

20.4.4

20.4.4 (2026-03-12)

Bug Fixes

  • fix(types): allow context parameter in QualifiedRuleConfig functions by @Br1an67 in #4636
  • fix(read): update git-raw-commits to v5 API by @Tamas-hi in #4638
  • fix(is-ignored): strip CI skip markers from release commits by @Br1an67 in #4637

New Contributors

Full Changelog: v20.4.3...v20.4.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ @​commitlint/load (indirect, 20.4.3 → 20.5.0) · Repo · Changelog

Release Notes

20.5.0

20.5.0 (2026-03-15)

Bug Fixes

  • fix(resolve-extends): always resolve extended parser presets for proper merging by @omar-y-abdi in #4647
  • fix(load): resolve async config exports in CJS projects by @omar-y-abdi in #4659
  • fix(cli): validate that --cwd directory exists before execution by @omar-y-abdi in #4658

Features

  • feat(cz-commitlint): add exclamation mark support for breaking changes by @mrt181 in #4655

New Contributors

Full Changelog: v20.4.4...v20.5.0

20.4.4

20.4.4 (2026-03-12)

Bug Fixes

  • fix(types): allow context parameter in QualifiedRuleConfig functions by @Br1an67 in #4636
  • fix(read): update git-raw-commits to v5 API by @Tamas-hi in #4638
  • fix(is-ignored): strip CI skip markers from release commits by @Br1an67 in #4637

New Contributors

Full Changelog: v20.4.3...v20.4.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ @​commitlint/types (indirect, 20.4.3 → 20.5.0) · Repo · Changelog

Release Notes

20.5.0

20.5.0 (2026-03-15)

Bug Fixes

  • fix(resolve-extends): always resolve extended parser presets for proper merging by @omar-y-abdi in #4647
  • fix(load): resolve async config exports in CJS projects by @omar-y-abdi in #4659
  • fix(cli): validate that --cwd directory exists before execution by @omar-y-abdi in #4658

Features

  • feat(cz-commitlint): add exclamation mark support for breaking changes by @mrt181 in #4655

New Contributors

Full Changelog: v20.4.4...v20.5.0

20.4.4

20.4.4 (2026-03-12)

Bug Fixes

  • fix(types): allow context parameter in QualifiedRuleConfig functions by @Br1an67 in #4636
  • fix(read): update git-raw-commits to v5 API by @Tamas-hi in #4638
  • fix(is-ignored): strip CI skip markers from release commits by @Br1an67 in #4637

New Contributors

Full Changelog: v20.4.3...v20.4.4

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ git-raw-commits (indirect, 4.0.0 → 5.0.1) · Repo · Changelog

Release Notes

5.0.1 (from changelog)

Bug Fixes

Does any of this look wrong? Please let us know.

↗️ tinyexec (indirect, 1.0.2 → 1.0.4) · Repo

Release Notes

1.0.4

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

What's Changed

  • chore: enable dependabot, bump actions by @43081j in #60
  • chore: upgrade dependencies by @43081j in #62
  • chore(deps): bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group by @dependabot[bot] in #66
  • chore: add licenses to distributed code temporarily by @43081j in #69
  • chore(deps): bump actions/checkout from 5.0.1 to 6.0.0 in the github-actions group by @dependabot[bot] in #70
  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #72
  • chore: bump node in CI by @43081j in #75
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 8 updates by @dependabot[bot] in #74
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #77
  • chore(deps): bump actions/setup-node from 6.1.0 to 6.2.0 in the github-actions group by @dependabot[bot] in #76
  • chore(deps): bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group by @dependabot[bot] in #79
  • chore(deps-dev): bump the development-dependencies group with 6 updates by @dependabot[bot] in #80
  • chore(deps-dev): bump @types/node from 25.0.10 to 25.2.0 in the development-dependencies group by @dependabot[bot] in #81
  • chore(deps-dev): bump the development-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #83
  • chore(deps-dev): bump the development-dependencies group with 3 updates by @dependabot[bot] in #84
  • chore(deps-dev): bump @types/node from 25.3.0 to 25.3.3 in the development-dependencies group by @dependabot[bot] in #85
  • fix: prefer local node_modules/.bin executables to globally installed ones by @iiroj in #87
  • chore(deps): bump actions/setup-node from 6.2.0 to 6.3.0 in the github-actions group by @dependabot[bot] in #88
  • chore(deps-dev): bump the development-dependencies group with 4 updates by @dependabot[bot] in #89

New Contributors

Full Changelog: 1.0.2...1.0.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 20 commits:

🆕 @​simple-libs/child-process-utils (added, 1.0.2)

🆕 @​conventional-changelog/git-client (added, 2.6.0)

🆕 conventional-commits-filter (added, 5.0.0)

🗑️ dargs (removed)

🗑️ meow (removed)

🗑️ split2 (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

0 participants