From fd75b282b89c1df7dc5b3689f515c5531b3c9e0c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 20 May 2026 20:07:54 +0000 Subject: [PATCH] chore(deps): update commitlint/commitlint docker tag to v21 (#147) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [commitlint/commitlint](https://github.com/conventional-changelog/commitlint) | container | major | `20.5.3` → `21.0.1` | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v21.0.1`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2101-2026-05-12) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v21.0.0...v21.0.1) ##### Bug Fixes - **load:** only resolve relative formatter paths ([#​4761](https://github.com/conventional-changelog/commitlint/issues/4761)) ([f8be069](https://github.com/conventional-changelog/commitlint/commit/f8be0698ff20b211d21d6d7fde7920512cd42845)) - **types:** add presetConfig to ParserPreset interface ([#​4749](https://github.com/conventional-changelog/commitlint/issues/4749)) ([e402cd4](https://github.com/conventional-changelog/commitlint/commit/e402cd415ec820c683ea934c24386c5191966ac4)), closes [#​4748](https://github.com/conventional-changelog/commitlint/issues/4748) ### [`v21.0.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2100-2026-05-08) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.3...v21.0.0) ##### Bug Fixes - widen cz-commitlint inquirer peer dep to support v9-v12 [#​4554](https://github.com/conventional-changelog/commitlint/issues/4554) ([#​4682](https://github.com/conventional-changelog/commitlint/issues/4682)) ([341f0c4](https://github.com/conventional-changelog/commitlint/commit/341f0c4770040773e756715fb5f9570427e1fcd1)) - chore!: minimum node version v22 ([#​4679](https://github.com/conventional-changelog/commitlint/issues/4679)) ([ac2b3f4](https://github.com/conventional-changelog/commitlint/commit/ac2b3f4a947670e46af9a738881ba14158f0987a)), closes [#​4679](https://github.com/conventional-changelog/commitlint/issues/4679) ##### BREAKING CHANGES - drop node v18 and v20 support * Bump engines to >=v22 in all 39 package.json files * Update [@​types/node](https://github.com/types/node) to ^22.0.0 * Update CI matrix to \[22, 24] * Update Ubuntu baseline job to ubuntu:26.04 * Update Dockerfile.ci, .mise.toml, .codesandbox/ci.json * Update pre-commit hook to use --ignore-engines * Update README and docs Co-authored-by: Claude Opus 4.6 (1M context) #### [20.5.3](https://github.com/conventional-changelog/commitlint/compare/v20.5.2...v20.5.3) (2026-04-30) **Note:** Version bump only for package [@​commitlint/root](https://github.com/commitlint/root) #### [20.5.2](https://github.com/conventional-changelog/commitlint/compare/v20.5.1...v20.5.2) (2026-04-25) ##### Bug Fixes - update dependency global-directory to v5 ([#​4698](https://github.com/conventional-changelog/commitlint/issues/4698)) ([a8b6224](https://github.com/conventional-changelog/commitlint/commit/a8b622497b5ac1bb8d56791a678cc03021b5ade8)) #### [20.5.1](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.1) (2026-03-31) ##### Bug Fixes - **cz-commitlint:** add VS16 to single character emojis ([#​4666](https://github.com/conventional-changelog/commitlint/issues/4666)) ([9e3e2d3](https://github.com/conventional-changelog/commitlint/commit/9e3e2d3ebffbc4c2fb60ead37946ede02d2b1381)) - **cz-commitlint:** handle modifiers correctly ([#​4667](https://github.com/conventional-changelog/commitlint/issues/4667)) ([5a3ebf5](https://github.com/conventional-changelog/commitlint/commit/5a3ebf5fc687db4af39a2e82d1a631af91fee29d)) - update dependency global-directory to v5 ([#​4671](https://github.com/conventional-changelog/commitlint/issues/4671)) ([a300d32](https://github.com/conventional-changelog/commitlint/commit/a300d32eb4cc9a0702b59952a06d2cf31e2faafe)) ##### Reverts - Revert "fix: update dependency global-directory to v5 ([#​4671](https://github.com/conventional-changelog/commitlint/issues/4671))" ([#​4677](https://github.com/conventional-changelog/commitlint/issues/4677)) ([0f124c9](https://github.com/conventional-changelog/commitlint/commit/0f124c9700443fb7145b4746883ec2124f7534a4)), closes [#​4671](https://github.com/conventional-changelog/commitlint/issues/4671) [#​4677](https://github.com/conventional-changelog/commitlint/issues/4677)
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **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 [Mend Renovate](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/147 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/commitlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index d79e272..4d92a7d 100644 --- a/.gitea/workflows/commitlint.yml +++ b/.gitea/workflows/commitlint.yml @@ -11,7 +11,7 @@ on: jobs: check-and-test: runs-on: ubuntu-latest - container: commitlint/commitlint:20.5.3 + container: commitlint/commitlint:21.0.1 steps: - uses: actions/checkout@v6 - name: check PR title