Skip to content

Commit

Permalink
chore(deps): update dependency conventional-commits-parser to v5 (#102)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[conventional-commits-parser](https://togithub.com/conventional-changelog/conventional-changelog/tree/master/packages/conventional-commits-parser#readme)
([source](https://togithub.com/conventional-changelog/conventional-changelog))
| [`^4.0.0` ->
`^5.0.0`](https://renovatebot.com/diffs/npm/conventional-commits-parser/4.0.0/5.0.0)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-commits-parser/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/conventional-commits-parser/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/conventional-commits-parser/4.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conventional-commits-parser/4.0.0/5.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>conventional-changelog/conventional-changelog
(conventional-commits-parser)</summary>

###
[`v5.0.0`](https://togithub.com/conventional-changelog/conventional-changelog/releases/tag/conventional-changelog-conventionalcommits-v5.0.0):
conventional-changelog-conventionalcommits: v5.0.0

[Compare
Source](https://togithub.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v4.0.0...conventional-commits-parser-v5.0.0)

##### ⚠ BREAKING CHANGES

- always use H2 heading for versions
([#&#8203;920](https://togithub.com/conventional-changelog/conventional-changelog/issues/920))

##### Bug Fixes

- always use H2 heading for versions
([#&#8203;920](https://togithub.com/conventional-changelog/conventional-changelog/issues/920))
([d2e02d7](https://togithub.com/conventional-changelog/conventional-changelog/commit/d2e02d73f275bd10a39c52016999d8faf400c990)),
closes
[#&#8203;867](https://togithub.com/conventional-changelog/conventional-changelog/issues/867)

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/JoshuaKGoldberg/should-semantic-release).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2023
1 parent 470c8b4 commit 6b8e743
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 31 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bin": "./bin/should-semantic-release.mjs",
"dependencies": {
"@pkgjs/parseargs": "^0.11.0",
"conventional-commits-parser": "^4.0.0"
"conventional-commits-parser": "^5.0.0"
},
"description": "Checks whether a semantic release should be run for a commit.",
"devDependencies": {
Expand Down
Loading

0 comments on commit 6b8e743

Please sign in to comment.