From 6bb2967772964acda665f287b5c2b12941224b8a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Apr 2026 11:26:09 +0000 Subject: [PATCH] chore(deps): update workflow dependencies (minor & patch) (#99) 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 | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | | patch | `3.20.0` → `3.20.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/alpine%2fhelm/3.20.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/alpine%2fhelm/3.20.0/3.20.1?slim=true) | | [alpine/helm](https://github.com/alpine-docker/helm) ([changelog](https://github.com/helm/helm)) | container | patch | `3.20.0` → `3.20.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/alpine%2fhelm/3.20.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/alpine%2fhelm/3.20.0/3.20.1?slim=true) | | [commitlint/commitlint](https://github.com/conventional-changelog/commitlint) | container | minor | `20.4.1` → `20.5.1` | ![age](https://developer.mend.io/api/mc/badges/age/docker/commitlint%2fcommitlint/20.5.1?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/commitlint%2fcommitlint/20.4.1/20.5.1?slim=true) | | [docker.io/thegeeklab/git-sv](https://github.com/thegeeklab/git-sv) | container | patch | `2.0.9` → `2.0.11` | ![age](https://developer.mend.io/api/mc/badges/age/docker/docker.io%2fthegeeklab%2fgit-sv/2.0.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/docker/docker.io%2fthegeeklab%2fgit-sv/2.0.9/2.0.11?slim=true) | | [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) | devDependencies | minor | [`^0.47.0` → `^0.48.0`](https://renovatebot.com/diffs/npm/markdownlint-cli/0.47.0/0.48.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/markdownlint-cli/0.48.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/markdownlint-cli/0.47.0/0.48.0?slim=true) | --- ### Release Notes
conventional-changelog/commitlint (commitlint/commitlint) ### [`v20.5.1`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2051-2026-03-31) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.5.0...v20.5.1) ##### 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) ### [`v20.5.0`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2050-2026-03-15) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.4...v20.5.0) ##### Bug Fixes - **cli:** validate that --cwd directory exists before execution ([#​4658](https://github.com/conventional-changelog/commitlint/issues/4658)) ([cf80f75](https://github.com/conventional-changelog/commitlint/commit/cf80f75745593f4f018cac301a91f23316c974fd)), closes [#​4595](https://github.com/conventional-changelog/commitlint/issues/4595) - **load:** resolve async config exports in CJS projects ([#​4659](https://github.com/conventional-changelog/commitlint/issues/4659)) ([fce263f](https://github.com/conventional-changelog/commitlint/commit/fce263f544977958f476d6f4c8539e5fab996198)), closes [#​4557](https://github.com/conventional-changelog/commitlint/issues/4557) - **resolve-extends:** always resolve extended parser presets for proper merging ([#​4647](https://github.com/conventional-changelog/commitlint/issues/4647)) ([e9ef76c](https://github.com/conventional-changelog/commitlint/commit/e9ef76caf44e77f22086910ce706bbe0c03b0ab5)), closes [#​4640](https://github.com/conventional-changelog/commitlint/issues/4640) ##### Features - **cz-commitlint:** add exclamation mark support for breaking changes ([#​4655](https://github.com/conventional-changelog/commitlint/issues/4655)) ([3b124a7](https://github.com/conventional-changelog/commitlint/commit/3b124a78000dc2ad353884b72db5ba0c78a642a3)) #### [20.4.4](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4) (2026-03-12) ##### Bug Fixes - **is-ignored:** strip CI skip markers from release commits ([#​4637](https://github.com/conventional-changelog/commitlint/issues/4637)) ([56a6fd0](https://github.com/conventional-changelog/commitlint/commit/56a6fd069dc8a46054ce23ddd388ce924ca499c2)) - **read:** update git-raw-commits to v5 API ([#​4638](https://github.com/conventional-changelog/commitlint/issues/4638)) ([bd6ab41](https://github.com/conventional-changelog/commitlint/commit/bd6ab41740210215d92bc10fa93184325bc970a6)) - **types:** allow context parameter in QualifiedRuleConfig functions ([#​4636](https://github.com/conventional-changelog/commitlint/issues/4636)) ([17537ae](https://github.com/conventional-changelog/commitlint/commit/17537ae05f3402f3b196d5a8cb92ae7207af8ba5)), closes [#​4357](https://github.com/conventional-changelog/commitlint/issues/4357) #### [20.4.3](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) (2026-03-03) ##### Bug Fixes - footer parser does not escape special chars for regex [#​4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#​4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) - npx usage [#​613](https://github.com/conventional-changelog/commitlint/issues/613) ([#​4630](https://github.com/conventional-changelog/commitlint/issues/4630)) ([1644f1e](https://github.com/conventional-changelog/commitlint/commit/1644f1e8f74a844547e44e3e7a76fabbb96775f8)), closes [#​3](https://github.com/conventional-changelog/commitlint/issues/3) [#​1](https://github.com/conventional-changelog/commitlint/issues/1) [#​2](https://github.com/conventional-changelog/commitlint/issues/2) [#​4](https://github.com/conventional-changelog/commitlint/issues/4) [#​5](https://github.com/conventional-changelog/commitlint/issues/5) [#​7](https://github.com/conventional-changelog/commitlint/issues/7) [#​6](https://github.com/conventional-changelog/commitlint/issues/6) - **types:** incorrect types for rule options ([#​4633](https://github.com/conventional-changelog/commitlint/issues/4633)) ([77b85f2](https://github.com/conventional-changelog/commitlint/commit/77b85f24d3858161d076078d333c96909e6136f8)) #### [20.4.2](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2) (2026-02-19) ##### Bug Fixes - **config-nx-scopes:** add unique names to fixture projects ([#​4622](https://github.com/conventional-changelog/commitlint/issues/4622)) ([5635cf0](https://github.com/conventional-changelog/commitlint/commit/5635cf0ab885005aa56f2917b9db5e9c2259722d)) - **rules:** ignore cherry-picks in signed-off-by ([#​4625](https://github.com/conventional-changelog/commitlint/issues/4625)) ([691a52d](https://github.com/conventional-changelog/commitlint/commit/691a52d4b0ba2ad8cd5a33f7fa35a901ca861009)) #### [20.4.1](https://github.com/conventional-changelog/commitlint/compare/v20.4.0...v20.4.1) (2026-02-02) ##### Reverts - replace all lodash string methods with kasi [#​4602](https://github.com/conventional-changelog/commitlint/issues/4602) ([#​4621](https://github.com/conventional-changelog/commitlint/issues/4621)) ([5326ab9](https://github.com/conventional-changelog/commitlint/commit/5326ab98a7c68f2f67c46c253f10c087d4570ddd)), closes [#​4620](https://github.com/conventional-changelog/commitlint/issues/4620) [#​4620](https://github.com/conventional-changelog/commitlint/issues/4620) ### [`v20.4.4`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2044-2026-03-12) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.3...v20.4.4) ##### Bug Fixes - **is-ignored:** strip CI skip markers from release commits ([#​4637](https://github.com/conventional-changelog/commitlint/issues/4637)) ([56a6fd0](https://github.com/conventional-changelog/commitlint/commit/56a6fd069dc8a46054ce23ddd388ce924ca499c2)) - **read:** update git-raw-commits to v5 API ([#​4638](https://github.com/conventional-changelog/commitlint/issues/4638)) ([bd6ab41](https://github.com/conventional-changelog/commitlint/commit/bd6ab41740210215d92bc10fa93184325bc970a6)) - **types:** allow context parameter in QualifiedRuleConfig functions ([#​4636](https://github.com/conventional-changelog/commitlint/issues/4636)) ([17537ae](https://github.com/conventional-changelog/commitlint/commit/17537ae05f3402f3b196d5a8cb92ae7207af8ba5)), closes [#​4357](https://github.com/conventional-changelog/commitlint/issues/4357) ### [`v20.4.3`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2043-2026-03-03) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.2...v20.4.3) ##### Bug Fixes - footer parser does not escape special chars for regex [#​4560](https://github.com/conventional-changelog/commitlint/issues/4560) ([#​4634](https://github.com/conventional-changelog/commitlint/issues/4634)) ([8ff7c7f](https://github.com/conventional-changelog/commitlint/commit/8ff7c7fcbc2db2b45910ecb5c01e9f1763060770)) - npx usage [#​613](https://github.com/conventional-changelog/commitlint/issues/613) ([#​4630](https://github.com/conventional-changelog/commitlint/issues/4630)) ([1644f1e](https://github.com/conventional-changelog/commitlint/commit/1644f1e8f74a844547e44e3e7a76fabbb96775f8)), closes [#​3](https://github.com/conventional-changelog/commitlint/issues/3) [#​1](https://github.com/conventional-changelog/commitlint/issues/1) [#​2](https://github.com/conventional-changelog/commitlint/issues/2) [#​4](https://github.com/conventional-changelog/commitlint/issues/4) [#​5](https://github.com/conventional-changelog/commitlint/issues/5) [#​7](https://github.com/conventional-changelog/commitlint/issues/7) [#​6](https://github.com/conventional-changelog/commitlint/issues/6) - **types:** incorrect types for rule options ([#​4633](https://github.com/conventional-changelog/commitlint/issues/4633)) ([77b85f2](https://github.com/conventional-changelog/commitlint/commit/77b85f24d3858161d076078d333c96909e6136f8)) ### [`v20.4.2`](https://github.com/conventional-changelog/commitlint/blob/HEAD/CHANGELOG.md#2042-2026-02-19) [Compare Source](https://github.com/conventional-changelog/commitlint/compare/v20.4.1...v20.4.2) ##### Bug Fixes - **config-nx-scopes:** add unique names to fixture projects ([#​4622](https://github.com/conventional-changelog/commitlint/issues/4622)) ([5635cf0](https://github.com/conventional-changelog/commitlint/commit/5635cf0ab885005aa56f2917b9db5e9c2259722d)) - **rules:** ignore cherry-picks in signed-off-by ([#​4625](https://github.com/conventional-changelog/commitlint/issues/4625)) ([691a52d](https://github.com/conventional-changelog/commitlint/commit/691a52d4b0ba2ad8cd5a33f7fa35a901ca861009))
thegeeklab/git-sv (docker.io/thegeeklab/git-sv) ### [`v2.0.11`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.11) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.10...v2.0.11) #### v2.0.11 (2026-03-29) ##### Bug Fixes - parse multiline breaking changes correctly ([#​297](https://github.com/thegeeklab/git-sv/issues/297)) ([`7898fb6`](https://github.com/thegeeklab/git-sv/commit/7898fb6)) - **deps:** update module github.com/rs/zerolog to v1.35.0 ([#​294](https://github.com/thegeeklab/git-sv/issues/294)) ([`2a091dd`](https://github.com/thegeeklab/git-sv/commit/2a091dd)) ##### Others - **deps:** bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 ([#​296](https://github.com/thegeeklab/git-sv/issues/296)) ([`909ad60`](https://github.com/thegeeklab/git-sv/commit/909ad60)) - improve test coverage ([#​295](https://github.com/thegeeklab/git-sv/issues/295)) ([`de86f6c`](https://github.com/thegeeklab/git-sv/commit/de86f6c)) - **deps:** update dependency golangci/golangci-lint to v2.11.4 ([#​293](https://github.com/thegeeklab/git-sv/issues/293)) ([`e5663e5`](https://github.com/thegeeklab/git-sv/commit/e5663e5)) - **docker:** update docker.io/library/golang:1.26.1 docker digest to [`595c784`](https://github.com/thegeeklab/git-sv/commit/595c784) ([#​292](https://github.com/thegeeklab/git-sv/issues/292)) ([`21374a6`](https://github.com/thegeeklab/git-sv/commit/21374a6)) - **docker:** update docker.io/library/golang:1.26.1 docker digest to [`c42e4d7`](https://github.com/thegeeklab/git-sv/commit/c42e4d7) ([#​291](https://github.com/thegeeklab/git-sv/issues/291)) ([`d7c21aa`](https://github.com/thegeeklab/git-sv/commit/d7c21aa)) ##### CI Pipeline - use trivy image from ghcr ([`4261c0f`](https://github.com/thegeeklab/git-sv/commit/4261c0f)) ### [`v2.0.10`](https://github.com/thegeeklab/git-sv/releases/tag/v2.0.10) [Compare Source](https://github.com/thegeeklab/git-sv/compare/v2.0.9...v2.0.10) #### v2.0.10 (2026-03-12) ##### Bug Fixes - **deps:** update module github.com/urfave/cli/v3 to v3.7.0 ([#​287](https://github.com/thegeeklab/git-sv/issues/287)) ([`fa50899`](https://github.com/thegeeklab/git-sv/commit/fa50899)) - **deps:** update module github.com/urfave/cli/v3 to v3.6.2 ([#​274](https://github.com/thegeeklab/git-sv/issues/274)) ([`db378fd`](https://github.com/thegeeklab/git-sv/commit/db378fd)) - **deps:** update module github.com/goccy/go-yaml to v1.19.2 ([#​270](https://github.com/thegeeklab/git-sv/issues/270)) ([`c0e650d`](https://github.com/thegeeklab/git-sv/commit/c0e650d)) - **deps:** update module github.com/goccy/go-yaml to v1.19.1 ([#​266](https://github.com/thegeeklab/git-sv/issues/266)) ([`b7974ba`](https://github.com/thegeeklab/git-sv/commit/b7974ba)) ##### Others - **deps:** update dependency golangci/golangci-lint to v2.11.3 ([#​290](https://github.com/thegeeklab/git-sv/issues/290)) ([`bfc4e71`](https://github.com/thegeeklab/git-sv/commit/bfc4e71)) - **deps:** update golang patch version ([#​289](https://github.com/thegeeklab/git-sv/issues/289)) ([`e17551c`](https://github.com/thegeeklab/git-sv/commit/e17551c)) - **docker:** update docker.io/library/golang:1.26.0 docker digest to [`fb612b7`](https://github.com/thegeeklab/git-sv/commit/fb612b7) ([#​288](https://github.com/thegeeklab/git-sv/issues/288)) ([`3474fb1`](https://github.com/thegeeklab/git-sv/commit/3474fb1)) - **docker:** update docker.io/library/golang:1.26.0 docker digest to [`9edf713`](https://github.com/thegeeklab/git-sv/commit/9edf713) ([#​286](https://github.com/thegeeklab/git-sv/issues/286)) ([`f72ce98`](https://github.com/thegeeklab/git-sv/commit/f72ce98)) - **docker:** update docker.io/library/golang:1.26.0 docker digest to [`a9c4aac`](https://github.com/thegeeklab/git-sv/commit/a9c4aac) ([#​285](https://github.com/thegeeklab/git-sv/issues/285)) ([`886ff59`](https://github.com/thegeeklab/git-sv/commit/886ff59)) - **deps:** update dependency golangci/golangci-lint to v2.10.1 ([#​283](https://github.com/thegeeklab/git-sv/issues/283)) ([`009cee1`](https://github.com/thegeeklab/git-sv/commit/009cee1)) - **deps:** update docker.io/lycheeverse/lychee docker tag to v0.23 ([#​284](https://github.com/thegeeklab/git-sv/issues/284)) ([`d67f814`](https://github.com/thegeeklab/git-sv/commit/d67f814)) - **deps:** update golang version ([#​279](https://github.com/thegeeklab/git-sv/issues/279)) ([`562e6b6`](https://github.com/thegeeklab/git-sv/commit/562e6b6)) - **deps:** update dependency golangci/golangci-lint to v2.9.0 ([#​282](https://github.com/thegeeklab/git-sv/issues/282)) ([`0fa44b0`](https://github.com/thegeeklab/git-sv/commit/0fa44b0)) - **docker:** update docker.io/library/golang:1.25.7 docker digest to [`85c0ab0`](https://github.com/thegeeklab/git-sv/commit/85c0ab0) ([#​280](https://github.com/thegeeklab/git-sv/issues/280)) ([`15e0180`](https://github.com/thegeeklab/git-sv/commit/15e0180)) - **deps:** update golang patch version ([#​278](https://github.com/thegeeklab/git-sv/issues/278)) ([`57eb5f1`](https://github.com/thegeeklab/git-sv/commit/57eb5f1)) - **docker:** update docker.io/library/golang:1.25.6 docker digest to [`06d1251`](https://github.com/thegeeklab/git-sv/commit/06d1251) ([#​277](https://github.com/thegeeklab/git-sv/issues/277)) ([`d3620b6`](https://github.com/thegeeklab/git-sv/commit/d3620b6)) - **docker:** update docker.io/library/alpine:3.23 docker digest to [`2510918`](https://github.com/thegeeklab/git-sv/commit/2510918) ([#​276](https://github.com/thegeeklab/git-sv/issues/276)) ([`17b4167`](https://github.com/thegeeklab/git-sv/commit/17b4167)) - fix lychee and use yaml file extension ([`cadbc7b`](https://github.com/thegeeklab/git-sv/commit/cadbc7b)) - **docker:** update docker.io/library/golang:1.25.6 docker digest to [`ce63a16`](https://github.com/thegeeklab/git-sv/commit/ce63a16) ([#​275](https://github.com/thegeeklab/git-sv/issues/275)) ([`ede5c73`](https://github.com/thegeeklab/git-sv/commit/ede5c73)) - **deps:** update golang patch version ([#​273](https://github.com/thegeeklab/git-sv/issues/273)) ([`9937fcf`](https://github.com/thegeeklab/git-sv/commit/9937fcf)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`8bbd140`](https://github.com/thegeeklab/git-sv/commit/8bbd140) ([#​272](https://github.com/thegeeklab/git-sv/issues/272)) ([`3938585`](https://github.com/thegeeklab/git-sv/commit/3938585)) - **deps:** update dependency golangci/golangci-lint to v2.8.0 ([#​271](https://github.com/thegeeklab/git-sv/issues/271)) ([`411d457`](https://github.com/thegeeklab/git-sv/commit/411d457)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`6cc2338`](https://github.com/thegeeklab/git-sv/commit/6cc2338) ([#​269](https://github.com/thegeeklab/git-sv/issues/269)) ([`4b858a5`](https://github.com/thegeeklab/git-sv/commit/4b858a5)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`31c1e53`](https://github.com/thegeeklab/git-sv/commit/31c1e53) ([#​268](https://github.com/thegeeklab/git-sv/issues/268)) ([`bc5174b`](https://github.com/thegeeklab/git-sv/commit/bc5174b)) - **docker:** update docker.io/library/alpine:3.23 docker digest to [`865b95f`](https://github.com/thegeeklab/git-sv/commit/865b95f) ([#​267](https://github.com/thegeeklab/git-sv/issues/267)) ([`5b2b90e`](https://github.com/thegeeklab/git-sv/commit/5b2b90e)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`36b4f45`](https://github.com/thegeeklab/git-sv/commit/36b4f45) ([#​265](https://github.com/thegeeklab/git-sv/issues/265)) ([`d20165f`](https://github.com/thegeeklab/git-sv/commit/d20165f)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`a22b2e6`](https://github.com/thegeeklab/git-sv/commit/a22b2e6) ([#​264](https://github.com/thegeeklab/git-sv/issues/264)) ([`c54bb89`](https://github.com/thegeeklab/git-sv/commit/c54bb89)) - **docker:** update docker.io/library/golang:1.25.5 docker digest to [`68ee6df`](https://github.com/thegeeklab/git-sv/commit/68ee6df) ([#​263](https://github.com/thegeeklab/git-sv/issues/263)) ([`caafd3d`](https://github.com/thegeeklab/git-sv/commit/caafd3d)) - **deps:** update dependency golangci/golangci-lint to v2.7.2 ([#​262](https://github.com/thegeeklab/git-sv/issues/262)) ([`c23a505`](https://github.com/thegeeklab/git-sv/commit/c23a505)) ##### CI Pipeline - drop notify workflow ([`df67269`](https://github.com/thegeeklab/git-sv/commit/df67269)) - unify golangci config ([`f450ce8`](https://github.com/thegeeklab/git-sv/commit/f450ce8)) - drop prealloc linter ([`f6354f7`](https://github.com/thegeeklab/git-sv/commit/f6354f7))
igorshubovych/markdownlint-cli (markdownlint-cli) ### [`v0.48.0`](https://github.com/igorshubovych/markdownlint-cli/releases/tag/v0.48.0) [Compare Source](https://github.com/igorshubovych/markdownlint-cli/compare/v0.47.0...v0.48.0) - Update all dependencies via `Dependabot`
--- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Only on Sunday and Saturday (`* * * * 0,6`) - Automerge - Between 12:00 AM and 03:59 AM (`* 0-3 * * *`) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.com/gitea/helm-actions/pulls/99 Reviewed-by: DaanSelen <135789+daanselen@noreply.gitea.com> Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- .gitea/workflows/changelog.yml | 2 +- .gitea/workflows/commitlint.yml | 2 +- .gitea/workflows/release-version.yml | 2 +- .gitea/workflows/test-pr.yml | 2 +- package.json | 2 +- pnpm-lock.yaml | 28 ++++++++++++++-------------- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.gitea/workflows/changelog.yml b/.gitea/workflows/changelog.yml index e095e0a..7acf6ba 100644 --- a/.gitea/workflows/changelog.yml +++ b/.gitea/workflows/changelog.yml @@ -8,7 +8,7 @@ on: jobs: changelog: runs-on: ubuntu-latest - container: docker.io/thegeeklab/git-sv:2.0.9 + container: docker.io/thegeeklab/git-sv:2.0.11 steps: - name: install tools run: | diff --git a/.gitea/workflows/commitlint.yml b/.gitea/workflows/commitlint.yml index c055e37..fc70a91 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.4.1 + container: commitlint/commitlint:20.5.1 steps: - uses: actions/checkout@v6 - name: check PR title diff --git a/.gitea/workflows/release-version.yml b/.gitea/workflows/release-version.yml index ecf3a7d..81a4d49 100644 --- a/.gitea/workflows/release-version.yml +++ b/.gitea/workflows/release-version.yml @@ -7,7 +7,7 @@ on: env: # renovate: datasource=docker depName=alpine/helm - HELM_VERSION: "3.20.0" + HELM_VERSION: "3.20.1" jobs: generate-chart-publish: diff --git a/.gitea/workflows/test-pr.yml b/.gitea/workflows/test-pr.yml index 53bed43..947eaac 100644 --- a/.gitea/workflows/test-pr.yml +++ b/.gitea/workflows/test-pr.yml @@ -16,7 +16,7 @@ env: jobs: check-and-test: runs-on: ubuntu-latest - container: alpine/helm:3.20.0 + container: alpine/helm:3.20.1 steps: - name: install tools run: | diff --git a/package.json b/package.json index d0d243e..399bb11 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,6 @@ }, "devDependencies": { "@bitnami/readme-generator-for-helm": "^2.7.0", - "markdownlint-cli": "^0.47.0" + "markdownlint-cli": "^0.48.0" } } \ No newline at end of file diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6bb16d4..ec3d247 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -12,8 +12,8 @@ importers: specifier: ^2.7.0 version: 2.7.2 markdownlint-cli: - specifier: ^0.47.0 - version: 0.47.0 + specifier: ^0.48.0 + version: 0.48.0 packages: @@ -188,8 +188,8 @@ packages: markdown-table@2.0.0: resolution: {integrity: sha512-Ezda85ToJUBhM6WGaG6veasyym+Tbs3cMAw/ZhOPqXiYsr0jgocBV3j3nx+4lk47plLlIqjwuTm/ywVI+zjJ/A==} - markdownlint-cli@0.47.0: - resolution: {integrity: sha512-HOcxeKFAdDoldvoYDofd85vI8LgNWy8vmYpCwnlLV46PJcodmGzD7COSSBlhHwsfT4o9KrAStGodImVBus31Bg==} + markdownlint-cli@0.48.0: + resolution: {integrity: sha512-NkZQNu2E0Q5qLEEHwWj674eYISTLD4jMHkBzDobujXd1kv+yCxi8jOaD/rZoQNW1FBBMMGQpuW5So8B51N/e0A==} engines: {node: '>=20'} hasBin: true @@ -275,9 +275,9 @@ packages: micromark@4.0.2: resolution: {integrity: sha512-zpe98Q6kvavpCr1NPVSCMebCKfD7CA2NqZ+rykeNhONIJBpc1tFKt9hucLGwha3jNTNI8lHpctWJWoimVF4PfA==} - minimatch@10.1.3: - resolution: {integrity: sha512-IF6URNyBX7Z6XfvjpaNy5meRxPZiIf2OqtOoSLs+hLJ9pJAScnM1RjrFcbCaD85y42KcI+oZmKjFIJKYDFjQfg==} - engines: {node: 20 || >=22} + minimatch@10.2.5: + resolution: {integrity: sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==} + engines: {node: 18 || 20 || >=22} minimatch@3.1.5: resolution: {integrity: sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==} @@ -314,8 +314,8 @@ packages: resolution: {integrity: sha512-CcfE+mYiTcKEzg0IqS08+efdnH0oJ3zV0wSUFBNrMHMuxCtXvBCLzCJHatwuXDcu/RlhjTziTo/a1ruQik6/Yg==} hasBin: true - smol-toml@1.5.2: - resolution: {integrity: sha512-QlaZEqcAH3/RtNyet1IPIYPsEWAaYyXXv1Krsi+1L/QHppjX4Ifm8MQsBISz9vE8cHicIq3clogsheili5vhaQ==} + smol-toml@1.6.1: + resolution: {integrity: sha512-dWUG8F5sIIARXih1DTaQAX4SsiTXhInKf1buxdY9DIg4ZYPZK5nGM1VRIYmEbDbsHt7USo99xSLFu5Q1IqTmsg==} engines: {node: '>= 18'} string-width@8.1.0: @@ -491,7 +491,7 @@ snapshots: dependencies: repeat-string: 1.6.1 - markdownlint-cli@0.47.0: + markdownlint-cli@0.48.0: dependencies: commander: 14.0.3 deep-extend: 0.6.0 @@ -501,9 +501,9 @@ snapshots: jsonpointer: 5.0.1 markdown-it: 14.1.1 markdownlint: 0.40.0 - minimatch: 10.1.3 + minimatch: 10.2.5 run-con: 1.3.2 - smol-toml: 1.5.2 + smol-toml: 1.6.1 tinyglobby: 0.2.15 transitivePeerDependencies: - supports-color @@ -696,7 +696,7 @@ snapshots: transitivePeerDependencies: - supports-color - minimatch@10.1.3: + minimatch@10.2.5: dependencies: brace-expansion: 5.0.5 @@ -737,7 +737,7 @@ snapshots: minimist: 1.2.8 strip-json-comments: 3.1.1 - smol-toml@1.5.2: {} + smol-toml@1.6.1: {} string-width@8.1.0: dependencies: