-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bump PNPM to 9.15.5 #1440
base: develop
Are you sure you want to change the base?
Bump PNPM to 9.15.5 #1440
Conversation
PNPM v9.15.5 brings in several bugfixes, at least one of which (running preprepare scripts from packages on pnpm install, and "preprepare" is not a typo) we'll probably want to have when we upgrade our SvelteKit dependency.
PNPM 9.15.5 was just released yesterday, and I'm seeing errors from Node Corepack when I try to run |
It looks like the dockerfile is still referencing the old version, funny I made this change yesterday. In both the dev and prod docker files they're running |
PNPM versions from 9.8 onwards will self-update when they encounter a |
PNPM v9.15.5 brings in several bugfixes, at least one of which (running preprepare scripts from packages on pnpm install, and "preprepare" is not a typo) we'll probably want to have when we upgrade our SvelteKit dependency.
Fixes #1430.
Also fixes #1429.
Also fixes #1446.