691f6247ed
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) |  |  | --- ### 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 ([#​1517](https://github.com/conventional-changelog/conventional-changelog/issues/1517)) ([92423a5](https://github.com/conventional-changelog/conventional-changelog/commit/92423a513920aff0b127b282af7cab7705ece374)), closes [#​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>
28 lines
754 B
JSON
28 lines
754 B
JSON
{
|
|
"name": "conventional-semantic-git-tag-increment",
|
|
"description": "GitHub Action to increment semantic version tag based on conventional commits",
|
|
"license": "MIT",
|
|
"author": "Timo Behrendt <t.behrendt@t00n.de>",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"build": "rolldown -c",
|
|
"test": "vitest",
|
|
"format": "oxfmt",
|
|
"format:check": "oxfmt --check"
|
|
},
|
|
"dependencies": {
|
|
"@actions/core": "3.0.1",
|
|
"conventional-commits-parser": "7.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/conventional-commits-parser": "5.0.2",
|
|
"@types/node": "24.13.3",
|
|
"@vitest/coverage-v8": "4.1.10",
|
|
"oxfmt": "0.61.0",
|
|
"rolldown": "1.2.1",
|
|
"typescript": "7.0.2",
|
|
"vitest": "4.1.10"
|
|
}
|
|
}
|