From 42f8121aee088f0ce897e06e6329cc42aa52402e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 16:54:46 +0000 Subject: [PATCH] build(deps): bump @commitlint/config-conventional in /dependencies Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 21.0.1 to 21.1.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/v21.1.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-version: 21.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/package-lock.json | 16 ++++++++-------- dependencies/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 693f055..80adbfb 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -11,7 +11,7 @@ "@babel/preset-typescript": "^7.28.5", "@biomejs/biome": "^2.4.15", "@coffeelint/cli": "^5.2.11", - "@commitlint/config-conventional": "^21.0.1", + "@commitlint/config-conventional": "^21.1.0", "@stoplight/spectral-cli": "^6.16.0", "@typescript-eslint/eslint-plugin": "^8.59.3", "asl-validator": "^4.0.0", @@ -1762,12 +1762,12 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.0.1.tgz", - "integrity": "sha512-gRorrkfWOh/+V5X8GYWWbQvrzPczopGMS4CCNrQdHkK4xWElv82BDvIsDhJZWTlI7TazOlYea6VATufCsFs+sw==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-21.1.0.tgz", + "integrity": "sha512-BIFl8xM+3SLy3jrblUC3wmQLCVbLty+++6o859BDCmybVrQdXmIWO+dlkGIbv/M2bBoC55wGuh0zGiw3TPjL1g==", "license": "MIT", "dependencies": { - "@commitlint/types": "^21.0.1", + "@commitlint/types": "^21.1.0", "conventional-changelog-conventionalcommits": "^9.2.0" }, "engines": { @@ -1973,9 +1973,9 @@ } }, "node_modules/@commitlint/types": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.0.1.tgz", - "integrity": "sha512-4u7w8jcoCUFWhjWnASYzZHAP34OqOtuFBN87nQmFvqda03YU0T6z+yB4w0gSAMpekiRqqGk5rt+qSlW+a2vSEg==", + "version": "21.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-21.1.0.tgz", + "integrity": "sha512-YodnnnH1Cp+08nP8HGNJAIuB6L3/vdCTHVRTfF8Ik/wRCLOTsU9zwv3yO1cSPQRDa9CLYtE+UJ2K67r7CwMSFw==", "license": "MIT", "dependencies": { "conventional-commits-parser": "^6.3.0", diff --git a/dependencies/package.json b/dependencies/package.json index f41984a..5719b0e 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -6,7 +6,7 @@ "@babel/preset-typescript": "^7.28.5", "@biomejs/biome": "^2.4.15", "@coffeelint/cli": "^5.2.11", - "@commitlint/config-conventional": "^21.0.1", + "@commitlint/config-conventional": "^21.1.0", "@stoplight/spectral-cli": "^6.16.0", "@typescript-eslint/eslint-plugin": "^8.59.3", "asl-validator": "^4.0.0",