Do not pin dependencies to "latest" #32739
sabonerune
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
storybook/code/renderers/vue3/package.json
Line 70 in 642f0cf
pnpm interprets this as disallowing any version other than the latest tag.
This setting causes problems when minimumreleaseage is set.
If a new version of
vue-component-type-helpersis released, you will not be able to manage other packages until the set period has passed.Describe the solution you'd like
Please allow versions other than "latest".
However, I don't know how "latest" was set, so I don't know how to fix it.
Describe alternatives you've considered
No response
Are you able to assist to bring the feature to reality?
no
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions