Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot 691f6247ed chore(deps): update dependency conventional-commits-parser to v7.1.2 (#94)
CD / Release (push) Successful in 40s
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://conventional-changelog.js.org/commits-parser/) ([source](https://github.com/conventional-changelog/conventional-changelog/tree/HEAD/packages/conventional-commits-parser)) | [`7.1.1` → `7.1.2`](https://renovatebot.com/diffs/npm/conventional-commits-parser/7.1.1/7.1.2) | ![age](https://developer.mend.io/api/mc/badges/age/npm/conventional-commits-parser/7.1.2?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/conventional-commits-parser/7.1.1/7.1.2?slim=true) |

---

### Release Notes

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

### [`v7.1.2`](https://github.com/conventional-changelog/conventional-changelog/blob/HEAD/packages/conventional-commits-parser/CHANGELOG.md#712-2026-07-31)

[Compare Source](https://github.com/conventional-changelog/conventional-changelog/compare/conventional-commits-parser-v7.1.1...conventional-commits-parser-v7.1.2)

##### Bug Fixes

- require colon and line start for note keywords ([#&#8203;1517](https://github.com/conventional-changelog/conventional-changelog/issues/1517)) ([92423a5](https://github.com/conventional-changelog/conventional-changelog/commit/92423a513920aff0b127b282af7cab7705ece374)), closes [#&#8203;1515](https://github.com/conventional-changelog/conventional-changelog/issues/1515)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- 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 [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuOSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBzIiwibnBtIl19-->

Reviewed-on: https://gitea.t000-n.de/t.behrendt/conventional-semantic-git-tag-increment/pulls/94
Reviewed-by: t.behrendt <2+t.behrendt@noreply.localhost>
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-08-09 18:35:06 +02:00
3 changed files with 6 additions and 6 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+4 -4
View File
@@ -8,7 +8,7 @@
"license": "MIT",
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.1.1"
"conventional-commits-parser": "7.1.2"
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",
@@ -1480,9 +1480,9 @@
}
},
"node_modules/conventional-commits-parser": {
"version": "7.1.1",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.1.tgz",
"integrity": "sha512-B0f42jI++V5Vb7qK+DDw68r0dNxz5hk+RdKUkx2NOi39emc9hsHa3u2M3doF7QQhRFzCrAj7uM90teG+RBTaYQ==",
"version": "7.1.2",
"resolved": "https://registry.npmjs.org/conventional-commits-parser/-/conventional-commits-parser-7.1.2.tgz",
"integrity": "sha512-O+x4N2yH+ijvqWlIyTHsXTAP+algNWgGbjY2duCe8w2vUMvUB95cLRslCPfTMQyLAKlet3bhZTdu6ozn4M+QJQ==",
"license": "MIT",
"dependencies": {
"@simple-libs/stream-utils": "^2.0.0",
+1 -1
View File
@@ -13,7 +13,7 @@
},
"dependencies": {
"@actions/core": "3.0.1",
"conventional-commits-parser": "7.1.1"
"conventional-commits-parser": "7.1.2"
},
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",