From 69ab638dae5b5232facbb18dc776a4df8638ac99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:27:46 +0000 Subject: [PATCH] chore(all): bump @commitlint/config-conventional from 20.0.0 to 20.2.0 Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 20.0.0 to 20.2.0. - [Release notes](https://github.com/conventional-changelog/commitlint/releases) - [Changelog](https://github.com/conventional-changelog/commitlint/blob/master/@commitlint/config-conventional/CHANGELOG.md) - [Commits](https://github.com/conventional-changelog/commitlint/commits/v20.2.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 20.2.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++++--------- services/backend/package.json | 2 +- services/frontend/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 517dc14d9..f15be9d25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1531,13 +1531,13 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.0.0.tgz", - "integrity": "sha512-q7JroPIkDBtyOkVe9Bca0p7kAUYxZMxkrBArCfuD3yN4KjRAenP9PmYwnn7rsw8Q+hHq1QB2BRmBh0/Z19ZoJw==", + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-20.2.0.tgz", + "integrity": "sha512-MsRac+yNIbTB4Q/psstKK4/ciVzACHicSwz+04Sxve+4DW+PiJeTjU0JnS4m/oOnulrXYN+yBPlKaBSGemRfgQ==", "dev": true, "license": "MIT", "dependencies": { - "@commitlint/types": "^20.0.0", + "@commitlint/types": "^20.2.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -1752,9 +1752,9 @@ } }, "node_modules/@commitlint/types": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.0.0.tgz", - "integrity": "sha512-bVUNBqG6aznYcYjTjnc3+Cat/iBgbgpflxbIBTnsHTX0YVpnmINPEkSRWymT2Q8aSH3Y7aKnEbunilkYe8TybA==", + "version": "20.2.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-20.2.0.tgz", + "integrity": "sha512-KTy0OqRDLR5y/zZMnizyx09z/rPlPC/zKhYgH8o/q6PuAjoQAKlRfY4zzv0M64yybQ//6//4H1n14pxaLZfUnA==", "dev": true, "license": "MIT", "dependencies": { @@ -21770,7 +21770,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.1.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@eslint/js": "^9.35.0", "@release-it/conventional-changelog": "^10.0.2", "@types/fs-extra": "^11.0.4", @@ -21848,7 +21848,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.1.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@release-it/conventional-changelog": "^10.0.2", "@tailwindcss/postcss": "^4.1.17", "@tsconfig/node22": "^22.0.5", diff --git a/services/backend/package.json b/services/backend/package.json index e11d526ce..91b94ff62 100644 --- a/services/backend/package.json +++ b/services/backend/package.json @@ -50,7 +50,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.1.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@eslint/js": "^9.35.0", "@release-it/conventional-changelog": "^10.0.2", "@types/fs-extra": "^11.0.4", diff --git a/services/frontend/package.json b/services/frontend/package.json index b1b427d38..5ab57d26c 100644 --- a/services/frontend/package.json +++ b/services/frontend/package.json @@ -38,7 +38,7 @@ }, "devDependencies": { "@commitlint/cli": "^20.1.0", - "@commitlint/config-conventional": "^20.0.0", + "@commitlint/config-conventional": "^20.2.0", "@release-it/conventional-changelog": "^10.0.2", "@tailwindcss/postcss": "^4.1.17", "@tsconfig/node22": "^22.0.5",