Replies: 1 comment 2 replies
-
It doesn't do anything because you use exact versions instead of version ranges in your |
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
-
This is my config:
When I do
pnpm up --latest
, it updates the major version too (as expected).It seems like
pnpm up
doesn't do anything.Something like this looks good to me:
pnpm up
: update only patchpnpm up --latest-no-major
: update patch and minor but not major.Beta Was this translation helpful? Give feedback.
All reactions