From 62d95ca008941970724929878e07c829df04e3af Mon Sep 17 00:00:00 2001 From: Erek Speed Date: Mon, 11 Sep 2023 08:46:02 +0000 Subject: [PATCH] build(deps): Pin conventionalcommits preset to 6.x to avoid release failure --- package-lock.json | 39 ++++++++------------------------------- package.json | 2 +- 2 files changed, 9 insertions(+), 32 deletions(-) diff --git a/package-lock.json b/package-lock.json index 650f12552..888a43d7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "byline": "^5.0.0", "chai-like": "^1.1.1", "chai-things": "^0.2.0", - "conventional-changelog-conventionalcommits": "^7.0.2", + "conventional-changelog-conventionalcommits": "~6.1.0", "csv-parse": "^5.5.0", "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0", @@ -541,18 +541,6 @@ "node": ">=v14" } }, - "node_modules/@commitlint/config-conventional/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==", - "dev": true, - "dependencies": { - "compare-func": "^2.0.0" - }, - "engines": { - "node": ">=14" - } - }, "node_modules/@commitlint/config-validator": { "version": "17.6.7", "resolved": "https://registry.npmjs.org/@commitlint/config-validator/-/config-validator-17.6.7.tgz", @@ -7089,15 +7077,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "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==", + "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==", "dev": true, "dependencies": { "compare-func": "^2.0.0" }, "engines": { - "node": ">=16" + "node": ">=14" } }, "node_modules/conventional-changelog-writer": { @@ -24347,17 +24335,6 @@ "dev": true, "requires": { "conventional-changelog-conventionalcommits": "^6.1.0" - }, - "dependencies": { - "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==", - "dev": true, - "requires": { - "compare-func": "^2.0.0" - } - } } }, "@commitlint/config-validator": { @@ -29402,9 +29379,9 @@ } }, "conventional-changelog-conventionalcommits": { - "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==", + "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==", "dev": true, "requires": { "compare-func": "^2.0.0" diff --git a/package.json b/package.json index 64405ad55..daac307cd 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "byline": "^5.0.0", "chai-like": "^1.1.1", "chai-things": "^0.2.0", - "conventional-changelog-conventionalcommits": "^7.0.2", + "conventional-changelog-conventionalcommits": "~6.1.0", "csv-parse": "^5.5.0", "eslint": "^8.49.0", "eslint-config-prettier": "^9.0.0",