Skip to content
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

Merged
merged 2 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/check-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"jest": "^29.7.0",
"memfs": "^4.11.1"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.8.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@
"tslib": "^2.6.3",
"whatwg-fetch": "^3.6.20"
},
"packageManager": "pnpm@9.7.0",
"msw": {
"workerDirectory": [
"web/.storybook/public"
]
}
},
"packageManager": "pnpm@9.8.0"
Copy link
Member

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.

Copy link
Contributor Author

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.

}
Loading