chore(deps): update dependency conventional-commits-parser to v6 #5

Closed
renovate-bot wants to merge 1 commits from renovate/conventional-commits-parser-6.x into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
conventional-commits-parser (source) 3.2.46.2.1 age confidence

Release Notes

conventional-changelog/conventional-changelog (conventional-commits-parser)

v6.2.1

Compare Source

Bug Fixes

v6.2.0

Compare Source

Features
Bug Fixes

v6.1.0

Compare Source

Features
  • conventional-commits-parser: allow @​ in scope part of the header (#​1283) (d48c660)
Bug Fixes
  • conventional-commits-parser: give a possible 'header' merge pattern correspondence a priority over the next line (#​1311) (373d330)
  • conventional-commits-parser: ignore irrelevant references (#​1288) (115d5d0)

v6.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 18 is required
  • conventional-recommended-bump: new Bumper exported class (#​1218)
  • conventional-commits-filter: rewrite to TypeScript (#​1178)
  • conventional-commits-parser: rewrite to TypeScript (#​1126)
  • Now all packages, except gulp-conventional-changelog, are ESM-only.
  • git-semver-tags,conventional-recommended-bump: gitSemverTags and conventionalRecommendedBump now return promises
  • standard-changelog: createIfMissing method now returns a promise
Features
Bug Fixes
  • conventional-commits-parser: parse header if subject includes ! to indicate breaking change (#​1213) (30cfa82)
  • deps: update dependency meow to v13 (#​1190) (862f66b)

v5.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 16 is required
Features
Bug Fixes

v4.0.0

Compare Source

⚠ BREAKING CHANGES
  • Node >= 14 is required
Code Refactoring
3.2.4 (2021-12-29)
Bug Fixes
  • support BREAKING-CHANGE alongside BREAKING CHANGE (#​882) (e6f44ad)
3.2.3 (2021-10-23)
Bug Fixes
3.2.2 (2021-09-09)
Bug Fixes
  • conventional-commits-parser: address CVE-2021-23425 (#​841) (02b3d53)
3.2.1 (2021-02-15)
Bug Fixes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [conventional-commits-parser](https://github.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme) ([source](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-commits-parser)) | [`3.2.4` → `6.2.1`](https://renovatebot.com/diffs/npm/conventional-commits-parser/3.2.4/6.2.1) | ![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-commits-parser/6.2.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conventional-commits-parser/3.2.4/6.2.1?slim=true) | --- ### Release Notes <details> <summary>conventional-changelog/conventional-changelog (conventional-commits-parser)</summary> ### [`v6.2.1`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#621-2025-10-20) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v6.2.0...conventional-commits-parser-v6.2.1) ##### Bug Fixes - support ClickUp-style issue IDs ending with letters ([#&#8203;1407](https://github.com/conventional-changelog/conventional-changelog/issues/1407)) ([557450b](https://github.com/conventional-changelog/conventional-changelog/commit/557450b85425f43cfc62176e85976eb98a752317)) ### [`v6.2.0`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#620-2025-06-09) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v6.1.0...conventional-commits-parser-v6.2.0) ##### Features - named capturing groups support for regex patterns ([#&#8203;1372](https://github.com/conventional-changelog/conventional-changelog/issues/1372)) ([a63c3f3](https://github.com/conventional-changelog/conventional-changelog/commit/a63c3f3102893d03b90e767bee220d72c1cefdcb)) ##### Bug Fixes - respect comment char while truncate to scissors ([#&#8203;1373](https://github.com/conventional-changelog/conventional-changelog/issues/1373)) ([a964ccc](https://github.com/conventional-changelog/conventional-changelog/commit/a964ccc23440805baa17c731fea707a10059d15a)) ### [`v6.1.0`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#610-2025-01-15) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v6.0.0...conventional-commits-parser-v6.1.0) ##### Features - **conventional-commits-parser:** allow @&#8203; in scope part of the header ([#&#8203;1283](https://github.com/conventional-changelog/conventional-changelog/issues/1283)) ([d48c660](https://github.com/conventional-changelog/conventional-changelog/commit/d48c660e849868e0f014cb0634bc37b7b4086d49)) ##### Bug Fixes - **conventional-commits-parser:** give a possible 'header' merge pattern correspondence a priority over the next line ([#&#8203;1311](https://github.com/conventional-changelog/conventional-changelog/issues/1311)) ([373d330](https://github.com/conventional-changelog/conventional-changelog/commit/373d330c76c54de7b6214a27e5b1577b243ed029)) - **conventional-commits-parser:** ignore irrelevant references ([#&#8203;1288](https://github.com/conventional-changelog/conventional-changelog/issues/1288)) ([115d5d0](https://github.com/conventional-changelog/conventional-changelog/commit/115d5d0bcc10df793c6156d041fb9957314b4ccb)) ### [`v6.0.0`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#600-2024-04-26) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v5.0.0...conventional-commits-parser-v6.0.0) ##### ⚠ BREAKING CHANGES - Node >= 18 is required - **conventional-recommended-bump:** new `Bumper` exported class ([#&#8203;1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) - **conventional-commits-filter:** rewrite to TypeScript ([#&#8203;1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) - **conventional-commits-parser:** rewrite to TypeScript ([#&#8203;1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) - Now all packages, except gulp-conventional-changelog, are ESM-only. - **git-semver-tags,conventional-recommended-bump:** gitSemverTags and conventionalRecommendedBump now return promises - **standard-changelog:** createIfMissing method now returns a promise ##### Features - **conventional-commits-filter:** rewrite to TypeScript ([#&#8203;1178](https://github.com/conventional-changelog/conventional-changelog/issues/1178)) ([e0c7b06](https://github.com/conventional-changelog/conventional-changelog/commit/e0c7b060202100ab82d858986ce43ba1b310d496)) - **conventional-commits-parser:** add parseCommits method to work with async iterables ([#&#8203;1180](https://github.com/conventional-changelog/conventional-changelog/issues/1180)) ([7ee67ec](https://github.com/conventional-changelog/conventional-changelog/commit/7ee67ec5602d052d62ed2072760fe29c98e5c36a)) - **conventional-commits-parser:** rewrite to TypeScript ([#&#8203;1126](https://github.com/conventional-changelog/conventional-changelog/issues/1126)) ([9e280d8](https://github.com/conventional-changelog/conventional-changelog/commit/9e280d89f33e2185643e2531edb668bd0e0df22c)) - **conventional-recommended-bump:** new `Bumper` exported class ([#&#8203;1218](https://github.com/conventional-changelog/conventional-changelog/issues/1218)) ([0ddc8cd](https://github.com/conventional-changelog/conventional-changelog/commit/0ddc8cdceb91f838f9f73e0bff8e3f140176a13a)) - drop node 16 support ([#&#8203;1226](https://github.com/conventional-changelog/conventional-changelog/issues/1226)) ([ec69cfd](https://github.com/conventional-changelog/conventional-changelog/commit/ec69cfdf0040f73ec0eadc4779c37874e71f3dff)) - **git-semver-tags,conventional-recommended-bump:** refactoring to use promises instead of callbacks ([#&#8203;1112](https://github.com/conventional-changelog/conventional-changelog/issues/1112)) ([1697ecd](https://github.com/conventional-changelog/conventional-changelog/commit/1697ecdf4c2329732e612cc1bd3323e84f046f3a)) - move from CommonJS to ESM ([#&#8203;1144](https://github.com/conventional-changelog/conventional-changelog/issues/1144)) ([c5b859d](https://github.com/conventional-changelog/conventional-changelog/commit/c5b859d201e124822002eb54574f003f074216e2)) - **standard-changelog:** use promises ([#&#8203;1111](https://github.com/conventional-changelog/conventional-changelog/issues/1111)) ([5015ab7](https://github.com/conventional-changelog/conventional-changelog/commit/5015ab71de7a3db9cbcbbabd0cc25502f1cd0109)) ##### Bug Fixes - **conventional-commits-parser:** parse header if subject includes ! to indicate breaking change ([#&#8203;1213](https://github.com/conventional-changelog/conventional-changelog/issues/1213)) ([30cfa82](https://github.com/conventional-changelog/conventional-changelog/commit/30cfa8276436415b994599ab55db3a723d136e03)) - **deps:** update dependency meow to v13 ([#&#8203;1190](https://github.com/conventional-changelog/conventional-changelog/issues/1190)) ([862f66b](https://github.com/conventional-changelog/conventional-changelog/commit/862f66ba99989af2d44a524b11bc3a873426b00b)) ### [`v5.0.0`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#500-2023-08-26) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v4.0.0...conventional-commits-parser-v5.0.0) ##### ⚠ BREAKING CHANGES - Node >= 16 is required ##### Features - drop node 14 support ([#&#8203;1085](https://github.com/conventional-changelog/conventional-changelog/issues/1085)) ([1bce036](https://github.com/conventional-changelog/conventional-changelog/commit/1bce0362dbb624a869eb01fd7724ab7f81d337e6)) ##### Bug Fixes - **deps:** update dependency is-text-path to v2 ([#&#8203;903](https://github.com/conventional-changelog/conventional-changelog/issues/903)) ([8568ee4](https://github.com/conventional-changelog/conventional-changelog/commit/8568ee4bcd66ceeb85444dc71342bcb2b11db9ca)) - **deps:** update dependency split2 to v4 ([#&#8203;1032](https://github.com/conventional-changelog/conventional-changelog/issues/1032)) ([d16ccc5](https://github.com/conventional-changelog/conventional-changelog/commit/d16ccc5df75f2c728417d20324b6eb6e746633ab)) - fix semver vulnerability ([#&#8203;1071](https://github.com/conventional-changelog/conventional-changelog/issues/1071)) ([3f5c99d](https://github.com/conventional-changelog/conventional-changelog/commit/3f5c99d503ea1bf01df679f4180c39516e190b21)), closes [#&#8203;1019](https://github.com/conventional-changelog/conventional-changelog/issues/1019) ### [`v4.0.0`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#400-2023-06-06) [Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v3.2.4...conventional-commits-parser-v4.0.0) ##### ⚠ BREAKING CHANGES - Node >= 14 is required ##### Code Refactoring - drop lodash from dependencies where it possible ([#&#8203;959](https://github.com/conventional-changelog/conventional-changelog/issues/959)) ([a8b4e12](https://github.com/conventional-changelog/conventional-changelog/commit/a8b4e12883021231befc6bdfeb95a9b50637f361)) ##### [3.2.4](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v3.2.3...conventional-commits-parser-v3.2.4) (2021-12-29) ##### Bug Fixes - support BREAKING-CHANGE alongside BREAKING CHANGE ([#&#8203;882](https://github.com/conventional-changelog/conventional-changelog/issues/882)) ([e6f44ad](https://github.com/conventional-changelog/conventional-changelog/commit/e6f44adcf1ac5abbb85bdac73237c331c6594177)) ##### [3.2.3](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v3.2.2...conventional-commits-parser-v3.2.3) (2021-10-23) ##### Bug Fixes - address ReDoS issue ([#&#8203;861](https://www.github.com/conventional-changelog/conventional-changelog/issues/861)) ([c696fa3](https://www.github.com/conventional-changelog/conventional-changelog/commit/c696fa35f93e0ee13728d6cf1221587ac6386311)) ##### [3.2.2](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v3.2.1...conventional-commits-parser-v3.2.2) (2021-09-09) ##### Bug Fixes - **conventional-commits-parser:** address CVE-2021-23425 ([#&#8203;841](https://www.github.com/conventional-changelog/conventional-changelog/issues/841)) ([02b3d53](https://www.github.com/conventional-changelog/conventional-changelog/commit/02b3d53a0c142f0c28ee7d190d210c76a62887c2)) ##### [3.2.1](https://www.github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser@3.2.0...v3.2.1) (2021-02-15) ##### Bug Fixes - handle missing header in merge commit ([#&#8203;757](https://www.github.com/conventional-changelog/conventional-changelog/issues/757)) ([d189d3e](https://www.github.com/conventional-changelog/conventional-changelog/commit/d189d3e45b82e7141115ce8eccd95c8cf2d7db77)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS43Ni4wIiwidXBkYXRlZEluVmVyIjoiNDIuODUuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Owner

Sticking with the outdated version for now. The types are out of sync with the package from what I can see.

Sticking with the outdated version for now. The types are out of sync with the package from what I can see.
renovate-bot changed title from chore(deps): update dependency conventional-commits-parser to v6 to fix(deps): update dependency conventional-commits-parser to v6 2025-11-16 14:48:05 +01:00
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from 63dc9cef6b to 3c0b000966 2025-12-07 10:02:53 +01:00 Compare
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from 3c0b000966 to 5446125e02 2025-12-07 11:02:13 +01:00 Compare
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from 5446125e02 to d8728ec1c5 2025-12-12 11:01:55 +01:00 Compare
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from d8728ec1c5 to 8af5772ee2 2025-12-12 13:01:19 +01:00 Compare
renovate-bot changed title from fix(deps): update dependency conventional-commits-parser to v6 to chore(deps): update dependency conventional-commits-parser to v6 2025-12-12 20:36:43 +01:00
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from 8af5772ee2 to 51b278fbe8 2026-01-31 18:01:28 +01:00 Compare
renovate-bot force-pushed renovate/conventional-commits-parser-6.x from 51b278fbe8 to 01510cc709 2026-01-31 18:45:31 +01:00 Compare
t.behrendt closed this pull request 2026-02-01 11:39:31 +01:00
Author
Collaborator

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x releases. But if you manually upgrade to 6.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `6.x` releases. But if you manually upgrade to `6.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
Some checks are pending
renovate/stability-days Updates have met minimum release age requirement
CI / Test (pull_request) Failing after 23s
Required
Details
CI / Dry-Run (pull_request) Successful in 21s
Required
Details
CI / Dry-Run Prerelease (pull_request) Successful in 20s
Required
Details
CI / Check Dist (pull_request) Failing after 1m47s
Required
Details
Run TAS*
Required

Pull request closed

Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: t.behrendt/conventional-semantic-git-tag-increment#5