From 6f90764e5da1c4384c8040f2ac2eb8cfa3c26b7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 10:50:45 +0100 Subject: [PATCH] chore(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.6.0 (#6700) chore(deps-dev): bump @commitlint/config-conventional Bumps [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/config-conventional) from 19.2.2 to 19.6.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/v19.6.0/@commitlint/config-conventional) --- updated-dependencies: - dependency-name: "@commitlint/config-conventional" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- core/package.json | 2 +- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/core/package.json b/core/package.json index a9aacb5523..18c2bdf2f2 100644 --- a/core/package.json +++ b/core/package.json @@ -165,7 +165,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/config-conventional": "^19.6.0", "@garden-io/platform-api-types": "1.1131.0", "@google-cloud/artifact-registry": "^3.5.0", "@types/archiver": "^6.0.3", diff --git a/package-lock.json b/package-lock.json index 798653fb3c..14b68734d8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ ], "devDependencies": { "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/config-conventional": "^19.6.0", "@inquirer/prompts": "^7.1.0", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-esm-shim": "^0.1.7", @@ -963,7 +963,7 @@ }, "devDependencies": { "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/config-conventional": "^19.6.0", "@garden-io/platform-api-types": "1.1131.0", "@google-cloud/artifact-registry": "^3.5.0", "@types/archiver": "^6.0.3", @@ -8466,12 +8466,12 @@ "dev": true }, "node_modules/@commitlint/config-conventional": { - "version": "19.2.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.2.2.tgz", - "integrity": "sha512-mLXjsxUVLYEGgzbxbxicGPggDuyWNkf25Ht23owXIH+zV2pv1eJuzLK3t1gDY5Gp6pxdE60jZnWUY5cvgL3ufw==", + "version": "19.6.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.6.0.tgz", + "integrity": "sha512-DJT40iMnTYtBtUfw9ApbsLZFke1zKh6llITVJ+x9mtpHD08gsNXaIRqHTmwTZL3dNX5+WoyK7pCN/5zswvkBCQ==", "dev": true, "dependencies": { - "@commitlint/types": "^19.0.3", + "@commitlint/types": "^19.5.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -8479,9 +8479,9 @@ } }, "node_modules/@commitlint/config-conventional/node_modules/@commitlint/types": { - "version": "19.0.3", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.3.tgz", - "integrity": "sha512-tpyc+7i6bPG9mvaBbtKUeghfyZSDgWquIDfMgqYtTbmZ9Y9VzEm2je9EYcQ0aoz5o7NvGS+rcDec93yO08MHYA==", + "version": "19.5.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.5.0.tgz", + "integrity": "sha512-DSHae2obMSMkAtTBSOulg5X7/z+rGLxcXQIkg3OmWvY6wifojge5uVMydfhUvs7yQj+V7jNmRZ2Xzl8GJyqRgg==", "dev": true, "dependencies": { "@types/conventional-commits-parser": "^5.0.0", @@ -8492,9 +8492,9 @@ } }, "node_modules/@commitlint/config-conventional/node_modules/@commitlint/types/node_modules/@types/conventional-commits-parser": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.0.tgz", - "integrity": "sha512-loB369iXNmAZglwWATL+WRe+CRMmmBPtpolYzIebFaX4YA3x+BEfLqhUAV9WanycKI3TG1IMr5bMJDajDKLlUQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@types/conventional-commits-parser/-/conventional-commits-parser-5.0.1.tgz", + "integrity": "sha512-7uz5EHdzz2TqoMfV7ee61Egf5y6NkcO4FB/1iCCQnbeiI1F3xzv3vK5dBCXUCLQgGYS+mUeigK1iKQzvED+QnQ==", "dev": true, "dependencies": { "@types/node": "*" diff --git a/package.json b/package.json index 79a913974b..e6dd46bd0e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "private": true, "devDependencies": { "@commitlint/cli": "^19.6.0", - "@commitlint/config-conventional": "^19.2.2", + "@commitlint/config-conventional": "^19.6.0", "@inquirer/prompts": "^7.1.0", "@rollup/plugin-commonjs": "^28.0.1", "@rollup/plugin-esm-shim": "^0.1.7",