From 22ce94ba8d0b48f2de2a371dbc20424981426a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 13:00:11 +0000 Subject: [PATCH] build(deps-dev): bump @commitlint/cli from 21.2.1 to 21.2.2 Bumps [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) from 21.2.1 to 21.2.2. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/cli/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v21.2.2/@commitlint/cli) --- updated-dependencies: - dependency-name: "@commitlint/cli" dependency-version: 21.2.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 18 +++++++++++++----- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8d81051b17..ce665441da 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ }, "devDependencies": { "@axe-core/playwright": "4.13.0", - "@commitlint/cli": "21.2.1", + "@commitlint/cli": "21.2.2", "@commitlint/config-conventional": "21.2.0", "@playwright/test": "1.62.1", "@types/bootstrap": "5.2.11", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ece6d1ef5d..606e205335 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -44,8 +44,8 @@ devDependencies: specifier: 4.13.0 version: 4.13.0(playwright-core@1.63.0) '@commitlint/cli': - specifier: 21.2.1 - version: 21.2.1(@types/node@26.2.0)(typescript@7.0.2) + specifier: 21.2.2 + version: 21.2.2(@types/node@26.2.0)(typescript@7.0.2) '@commitlint/config-conventional': specifier: 21.2.0 version: 21.2.0 @@ -331,12 +331,12 @@ packages: keyv: 5.6.0 dev: true - /@commitlint/cli@21.2.1(@types/node@26.2.0)(typescript@7.0.2): - resolution: {integrity: sha512-blsZGe29hJ72VGEFVl72IVYX+1vsfINpjA9yWQA6i7OKD/McGEOXg08sKIRKjFk4JvzhV/9n0l3i6NooPLTNfg==} + /@commitlint/cli@21.2.2(@types/node@26.2.0)(typescript@7.0.2): + resolution: {integrity: sha512-a+6hQxIxnpdvSvS2apvttPNbEliYsVC3PqFYDiiB2kjbwIsQsj1urvQ4Tkf70pKYozPalKAuRQmm/GHwndduqA==} engines: {node: '>=22.12.0'} hasBin: true dependencies: - '@commitlint/config-conventional': 21.2.0 + '@commitlint/config-conventional': 21.2.2 '@commitlint/format': 21.2.2 '@commitlint/lint': 21.2.2 '@commitlint/load': 21.2.2(@types/node@26.2.0)(typescript@7.0.2) @@ -359,6 +359,14 @@ packages: conventional-changelog-conventionalcommits: 10.4.0 dev: true + /@commitlint/config-conventional@21.2.2: + resolution: {integrity: sha512-NxA37SZviusFUEYOQZ5hNnZ1h7O/KiemPkxjOlpzKJNnWxThiwc6/SaZhaPa8fyLvfRBAywhQhJJk8XESHWlpQ==} + engines: {node: '>=22.12.0'} + dependencies: + '@commitlint/types': 21.2.0 + conventional-changelog-conventionalcommits: 10.4.0 + dev: true + /@commitlint/config-validator@21.2.0: resolution: {integrity: sha512-t7AzNHAKeIdo/3NRGwzpufKHsKkPHmFs/56N2Fnsh0/r0rGtnQzTxk6vnFgjaGr4hdSQKNB50/KAhR9Yk4LJKA==} engines: {node: '>=22.12.0'}