-
-
Notifications
You must be signed in to change notification settings - Fork 150
refactor: remove support for pnpm <v9 #2456
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
Conversation
|
b83eeba to
5616a9f
Compare
5616a9f to
0ed6a2f
Compare
a639dc4 to
c602409
Compare
c602409 to
a899618
Compare
| commit = i.commit, | ||
| custom_postinstall = i.custom_postinstall, | ||
| deps = i.deps, | ||
| dev = i.dev_only, |
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.
This is also key. The npm_import(dev) and NpmPackageStoreInfo.dev flags are gone along with the npm_imported_package_store_internal(dev_only) and the struct(dev_only).



Changes are visible to end-users: yes
Remove support for PNPM versions 8 and lower. Only modern pnpm 9 and 10+ are supported.
Update the default pnpm version to
^10.0.Test plan