From c3289c5fcdd5424582dd3e6982b6091c2ffe2b2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Machulda?= Date: Thu, 9 Jan 2025 16:49:09 +0100 Subject: [PATCH] Deps: Downgrade and lock conventional-changelog-cli on v3 Newer versions do not properly generate changelog with @lmc-eu/conventional-changelog-lmc-github (it does not group changes by prefix) --- package.json | 2 +- renovate.json | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00673887..752ad794 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "autoprefixer": "10.4.20", "babel-jest": "29.7.0", "clean-css-cli": "5.6.3", - "conventional-changelog-cli": "5.0.0", + "conventional-changelog-cli": "3.0.0", "eslint": "8.57.1", "eslint-config-prettier": "9.1.0", "eslint-plugin-jest": "28.10.0", diff --git a/renovate.json b/renovate.json index 23a5e3eb..c6a9b663 100644 --- a/renovate.json +++ b/renovate.json @@ -46,6 +46,13 @@ "matchManagers": ["npm"], "matchPackageNames": ["eslint"], "allowedVersions": "^8" + }, + { + "groupName": "Lock conventional-changelog-cli on ^3", + "description": "Lock conventional-changelog-cli on ^3, because v4 is not compatible with @lmc-eu/conventional-changelog-lmc-github", + "matchManagers": ["npm"], + "matchPackageNames": ["conventional-changelog-cli"], + "allowedVersions": "^3" } ] }