Skip to content

Commit

Permalink
Deps: Downgrade and lock conventional-changelog-cli on v3
Browse files Browse the repository at this point in the history
Newer versions do not properly generate changelog with
@lmc-eu/conventional-changelog-lmc-github (it does not group changes by prefix)
  • Loading branch information
OndraM committed Jan 9, 2025
1 parent cffbadf commit c3289c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit c3289c5

Please sign in to comment.