From ac3147a5c6fbbfeaf0e8654514016ddc2c0c0123 Mon Sep 17 00:00:00 2001 From: "ti-renovate[bot]" <148291315+ti-renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 02:25:35 +0000 Subject: [PATCH] chore(deps): update dependency @insurgent/commitlint-config to v20 --- package-lock.json | 35 +++++++++++++++++------------------ package.json | 2 +- 2 files changed, 18 insertions(+), 19 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6902f61..0b8859f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@commitlint/cli": "19.3.0", - "@insurgent/commitlint-config": "19.0.0", + "@insurgent/commitlint-config": "20.0.0", "@insurgent/conventional-changelog-preset": "10.0.0", "@jest/globals": "29.7.0", "@semantic-release/changelog": "6.0.3", @@ -1039,30 +1039,29 @@ "license": "BSD-3-Clause" }, "node_modules/@insurgent/commitlint-config": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/@insurgent/commitlint-config/-/commitlint-config-19.0.0.tgz", - "integrity": "sha512-hA3wvVxIVbqo2fOeu3Vvirkhn3yZY0NE/pr81bGcYo7T9LrWio/AVRqh4P6SzkU0m/8Owus8fyaJULDbSpm2Vw==", + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/@insurgent/commitlint-config/-/commitlint-config-20.0.0.tgz", + "integrity": "sha512-Pxbi+aiioFg4CgrZmQWVVXWtV61oyGBu00MEoiIDIuBlOPppcOd5iGgkBxm1kSZ5E0S5/1w9CyEGkTPWC0U06Q==", "dev": true, "license": "MIT", "dependencies": { - "@insurgent/conventional-changelog-preset": "^8.0.0" + "@insurgent/conventional-changelog-preset": "^10.0.0", + "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { "node": ">=v16" - } - }, - "node_modules/@insurgent/commitlint-config/node_modules/@insurgent/conventional-changelog-preset": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/@insurgent/conventional-changelog-preset/-/conventional-changelog-preset-8.0.2.tgz", - "integrity": "sha512-yeylvUQylXVEWxeA6a2RJU53bRlt6J4RrlYnzi3sFaVwXM1rYJflB8Tqlx/TGyBWk6edwEIg+nZHP083v8cOmw==", - "dev": true, - "license": "MIT", - "dependencies": { - "conventional-changelog-conventionalcommits": "^7.0.0", - "lodash": "^4.17.21" }, - "engines": { - "node": ">=16" + "peerDependencies": { + "@commitlint/cli": ">= 19.0.0", + "@commitlint/lint": ">= 19.0.0" + }, + "peerDependenciesMeta": { + "@commitlint/cli": { + "optional": true + }, + "@commitlint/lint": { + "optional": true + } } }, "node_modules/@insurgent/commitlint-config/node_modules/conventional-changelog-conventionalcommits": { diff --git a/package.json b/package.json index 6fb0d3c..7f9e5d7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@commitlint/cli": "19.3.0", - "@insurgent/commitlint-config": "19.0.0", + "@insurgent/commitlint-config": "20.0.0", "@insurgent/conventional-changelog-preset": "10.0.0", "@jest/globals": "29.7.0", "@semantic-release/changelog": "6.0.3",