From 7c9f23b4265647a06e49bbc89b3843166edef164 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:07:55 +0000 Subject: [PATCH] chore: update dependency @commitlint/config-conventional to v18 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 53b41a4c1..3a5091a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "loopback-connector-mysql", - "version": "7.0.2", + "version": "7.0.3", "license": "MIT", "dependencies": { "async": "^3.2.4", @@ -17,7 +17,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^17.8.0", + "@commitlint/config-conventional": "^18.1.0", "eslint": "^8.51.0", "eslint-config-loopback": "^13.1.0", "loopback-datasource-juggler": "^4.28.9", @@ -40,15 +40,15 @@ } }, "node_modules/@commitlint/config-conventional": { - "version": "17.8.0", - "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-17.8.0.tgz", - "integrity": "sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==", + "version": "18.1.0", + "resolved": "https://registry.npmjs.org/@commitlint/config-conventional/-/config-conventional-18.1.0.tgz", + "integrity": "sha512-8vvvtV3GOLEMHeKc8PjRL1lfP1Y4B6BG0WroFd9PJeRiOc3nFX1J0wlJenLURzl9Qus6YXVGWf+a/ZlbCKT3AA==", "dev": true, "dependencies": { - "conventional-changelog-conventionalcommits": "^6.1.0" + "conventional-changelog-conventionalcommits": "^7.0.2" }, "engines": { - "node": ">=v14" + "node": ">=v18" } }, "node_modules/@eslint-community/eslint-utils": { @@ -590,15 +590,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-6.1.0.tgz", - "integrity": "sha512-3cS3GEtR78zTfMzk0AizXKKIdN4OvSh7ibNz6/DPbhWWQu7LqE/8+/GqSodV+sywUR2gpJAdP/1JFf4XtN7Zpw==", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.2.tgz", + "integrity": "sha512-NKXYmMR/Hr1DevQegFB4MwfM5Vv0m4UIxKZTTYuD98lpTknaZlSRrDOG4X7wIXpGkfsYxZTghUN+Qq+T0YQI7w==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/core-util-is": { diff --git a/package.json b/package.json index 4dca6abf3..f7de3223d 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "strong-globalize": "^6.0.6" }, "devDependencies": { - "@commitlint/config-conventional": "^17.8.0", + "@commitlint/config-conventional": "^18.1.0", "eslint": "^8.51.0", "eslint-config-loopback": "^13.1.0", "loopback-datasource-juggler": "^4.28.9",