From be9c2f173c126e4600608fc6e08cb15d4b398b49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 13:42:13 +0000 Subject: [PATCH] chore: update dependency @commitlint/config-conventional to v19 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 30 +++++++++++++++++++++--------- package.json | 2 +- 2 files changed, 22 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e19bf2..c97a6a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^18.6.2", + "@commitlint/config-conventional": "^19.0.0", "eslint": "^8.56.0", "eslint-config-loopback": "^13.1.0", "loopback-datasource-juggler": "^5.0.6", @@ -42,12 +42,12 @@ } }, "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": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-19.0.0.tgz", + "integrity": "sha512-d8lPm+slPUdA8Zof2Y36RqAm/MmAYx/QQIEd2gKbpfLThQK1oYLs+0C3sMPD+4LIq2kh4cnbV9WnPA0P5sN8Ig==", "dev": true, "dependencies": { - "@commitlint/types": "^18.6.1", + "@commitlint/types": "^19.0.0", "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { @@ -55,17 +55,29 @@ } }, "node_modules/@commitlint/types": { - "version": "18.6.1", - "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-18.6.1.tgz", - "integrity": "sha512-gwRLBLra/Dozj2OywopeuHj2ac26gjGkz2cZ+86cTJOdtWfiRRr4+e77ZDAGc6MDWxaWheI+mAV5TLWWRwqrFg==", + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/@commitlint/types/-/types-19.0.0.tgz", + "integrity": "sha512-qLjLUdYXKi0TIavONrjBkxrElp7KguqDbvzIRbqTdJBV/cAAr8QEhHe1qUq8OcCM3gFWTlUrDz3ISZbkRoGsAg==", "dev": true, "dependencies": { - "chalk": "^4.1.0" + "chalk": "^5.3.0" }, "engines": { "node": ">=v18" } }, + "node_modules/@commitlint/types/node_modules/chalk": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", + "dev": true, + "engines": { + "node": "^12.17.0 || ^14.13 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", diff --git a/package.json b/package.json index 058f7e1..253927c 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^18.6.2", + "@commitlint/config-conventional": "^19.0.0", "eslint": "^8.56.0", "eslint-config-loopback": "^13.1.0", "loopback-datasource-juggler": "^5.0.6",