-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 to 9.8.0 #45722
Update pnpm to 9.8.0 #45722
Conversation
"msw": { | ||
"workerDirectory": [ | ||
"web/.storybook/public" | ||
] | ||
} | ||
}, | ||
"packageManager": "pnpm@9.8.0" |
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.
I was thinking of setting update-notifier
to false, as the pnpm team releases new versions pretty often and we don't need to stay at the freshest version at all times.
Too bad that dependabot cannot update pnpm for us, otherwise with update-notifier
turned off we'd have to remember about the updates ourselves.
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.
I think disabling the notifications makes sense, 9.8.0 is the third release in August only. It's a bit annoying to see this notification that often.
Hopefully one day Dependeabot will support updating packageManager
.
1012781
to
61bbe57
Compare
* Update pnpm to 9.8.0 * Set `update-notifier=false` (cherry picked from commit 254292b)
https://github.com/pnpm/pnpm/releases/tag/v9.8.0