From 95e7c99bce16493ac6db868863791e8381c34b69 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Thu, 31 Aug 2023 13:15:16 +0200 Subject: [PATCH] fix: downgrade conventional-changelog-conventionalcommits to get releases working again --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index f5588df..af1faa6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@semantic-release/npm": "10.0.5", "@semantic-release/release-notes-generator": "11.0.7", "@slidev/cli": "0.42.11", - "conventional-changelog-conventionalcommits": "7.0.1", + "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.48.0", "eslint-plugin-vue": "9.17.0", "playwright-chromium": "1.37.1" @@ -4331,15 +4331,15 @@ } }, "node_modules/conventional-changelog-conventionalcommits": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.1.tgz", - "integrity": "sha512-VfFJxBmi+LYXeb4pIfZGbuaFCpWZh0qXbUAKP/s6B8tigV6R4D8j5PDlTtMMWawa7+DcNySVoF7kPWz0EMYuCQ==", + "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": { @@ -21213,9 +21213,9 @@ } }, "conventional-changelog-conventionalcommits": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/conventional-changelog-conventionalcommits/-/conventional-changelog-conventionalcommits-7.0.1.tgz", - "integrity": "sha512-VfFJxBmi+LYXeb4pIfZGbuaFCpWZh0qXbUAKP/s6B8tigV6R4D8j5PDlTtMMWawa7+DcNySVoF7kPWz0EMYuCQ==", + "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 e140955..e723218 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@semantic-release/npm": "10.0.5", "@semantic-release/release-notes-generator": "11.0.7", "@slidev/cli": "0.42.11", - "conventional-changelog-conventionalcommits": "7.0.1", + "conventional-changelog-conventionalcommits": "6.1.0", "eslint": "8.48.0", "eslint-plugin-vue": "9.17.0", "playwright-chromium": "1.37.1"