From c4d86d6e3ca39a65b9996461c356f71950f0da3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:19:13 +0800 Subject: [PATCH] chore(deps): update dependency @commitlint/config-conventional to v18.6.3 (#155) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- templates/cli/package.json | 2 +- templates/javascript/package.json | 2 +- templates/typescript/package.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3008703..3483d51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "husky": "8.0.3" @@ -138,9 +138,9 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "18.6.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", - "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", + "version": "18.6.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.3.tgz", + "integrity": "sha512-8ZrRHqF6je+TRaFoJVwszwnOXb/VeYrPmTwPhf0WxpzpGTcYy1p0SPyZ2eRn/sRi/obnWAcobtDAq6+gJQQNhQ==", "dev": true, "dependencies": { "@commitlint/types": "^18.6.1", @@ -2925,9 +2925,9 @@ } }, "@commitlint/config-conventional": { - "version": "18.6.2", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.2.tgz", - "integrity": "sha512-PcgSYg1AKGQIwDQKbaHtJsfqYy4uJTC7crLVZ83lfjcPaec4Pry2vLeaWej7ao2KsT20l9dWoMPpEGg8LWdUuA==", + "version": "18.6.3", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.6.3.tgz", + "integrity": "sha512-8ZrRHqF6je+TRaFoJVwszwnOXb/VeYrPmTwPhf0WxpzpGTcYy1p0SPyZ2eRn/sRi/obnWAcobtDAq6+gJQQNhQ==", "dev": true, "requires": { "@commitlint/types": "^18.6.1", diff --git a/package.json b/package.json index ea52fb7..51c4f14 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/wang1212/create-lib-starter#readme", "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", "husky": "8.0.3" diff --git a/templates/cli/package.json b/templates/cli/package.json index 12ab727..f9c262c 100644 --- a/templates/cli/package.json +++ b/templates/cli/package.json @@ -43,7 +43,7 @@ "peerDependencies": {}, "devDependencies": { "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "@wang1212/eslint-config": "0.4.0", "commitizen": "4.3.0", "cz-conventional-changelog": "3.3.0", diff --git a/templates/javascript/package.json b/templates/javascript/package.json index f6791c8..02238f8 100644 --- a/templates/javascript/package.json +++ b/templates/javascript/package.json @@ -53,7 +53,7 @@ "@babel/plugin-transform-runtime": "7.23.9", "@babel/preset-env": "7.23.9", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.7", "@rollup/plugin-eslint": "8.0.5", diff --git a/templates/typescript/package.json b/templates/typescript/package.json index 9c22562..e0f33fe 100644 --- a/templates/typescript/package.json +++ b/templates/typescript/package.json @@ -66,7 +66,7 @@ "@babel/preset-env": "7.23.9", "@babel/preset-typescript": "7.23.3", "@commitlint/cli": "18.6.1", - "@commitlint/config-conventional": "18.6.2", + "@commitlint/config-conventional": "18.6.3", "@release-it/conventional-changelog": "8.0.1", "@rollup/plugin-babel": "6.0.4", "@rollup/plugin-commonjs": "25.0.7",