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

chore(deps): update pnpm to v8.15.8 #1921

Merged
merged 1 commit into from
May 7, 2024
Merged
Changes from all commits
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@
"tsx": "^4.7.1",
"zod": "^3.22.4"
},
"packageManager": "[email protected].7"
"packageManager": "[email protected].8"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'pnpm' package manager version has been updated from 8.15.7 to 8.15.8. Do verify that this version upgrade does not break any existing functionalities and all your applications dependencies are compatible with this new version.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have updated pnpm from 8.15.7 to 8.15.8, which seems fine as long as it doesn’t lead to any breaking changes. Please make sure to test this update in a controlled environment before pushing it to production.

}