🐛 Bug: Transition mode should not lower package.json dependency versions #1997
Labels
status: accepting prs
Please, send a pull request to resolve this!
type: bug
Something isn't working :(
Milestone
Bug Report Checklist
main
branch of the repository.Expected
Many repos set up with CTA have Renovate automatically bumping npm dependencies to their latest versions. If:
npx create-typescript-app
run in that repo resolves to a CTA with an older version of that dependency...then the repo will get downgraded back down to the older version.
Actual
The package.json Block should check if there's an existing version for deps, and use the greater of (it, CTA's). That way transition mode won't lower versions in
package.json
s.Additional Info
Sibling issue for GHA deps: #1998
🎁
The text was updated successfully, but these errors were encountered: