-
Notifications
You must be signed in to change notification settings - Fork 11.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update pnpm lockfile #11633
Update pnpm lockfile #11633
Conversation
hmmmm, not sure why the CI is unhappy |
@@ -122,9 +122,9 @@ | |||
"yargs": "^17.5.1" | |||
}, | |||
"engines": { | |||
"pnpm": ">=7" | |||
"pnpm": ">=8" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems we need to update this too, not too happy about that but looking at the npm stats it seems like the majority of the user base is already on this version
https://www.npmjs.com/package/pnpm?activeTab=versions
fe5a064
to
e34ce24
Compare
I think the compressed size fails because it needs to use 2 sepperate versions of pnpm and it does not like that. So it should work in following pr's again. But it is an assumption, couldn't find things about it. |
Pnpm changed the lockfile version.
Mr to update it so people can install the codebase again without lockfile changes
resolving: #11627