Feature request: Option to bump package version ranges to match the version the lockfile is installing #30020
dylang
started this conversation in
Suggest an Idea
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Assumption
For this discussion, a made up dependency
dep
that has the latest version1.5.0
.Example Situation
In the
package.json
In the lockfile
Result and Problem
👍 We are installing
[email protected]
.👎 Renovate still has in the queue:
Upgrade from ^1.0.0 to ^1.5.0
.👎 Management, and some security tools, think we are still using
1.0.0
.Suggestion
With this feature enabled, Renovate would automatically update the
package.json
to match the version installed:Reasoning
pnpm
orbun install
is less likely to cause new problems from installing unwanted versions.Beta Was this translation helpful? Give feedback.
All reactions