-
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
chore: change pnpm version in engines field to be able to use 8.x.x #11209
Conversation
CI seems to fail |
I guess, I should also change GitHub workflows. |
Guess we can't do this in V4 because if we need to update our workflow to version 8 that means it doesn't work with version 7 anymore as specified in the package json and makes this a breaking change |
Maybe, I should just update the package.json to allow pnpm 8.0.0. The version used in this library can be 7 anyway. |
This reverts commit 32dacab.
All checks are successful except the size check. The size check script also fails in my local, before making these changes. |
Not sure which size is over. I quickly glanced at the output and they all seemed under |
pnpm
released a new version recently, 8.0.0.Without this change, one get an incompatibility error while installing
chart.js
, if s/he upgraded to the latestpnpm
version.This PR includes the changes to use the latest
pnpm
version without getting the error.Resolves #11208.
Note: Didn't change the
packageManager
field inpackage.json
yet. If this should be changed also, please let me know.