Skip to content
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
@@ -1,5 +1,5 @@
{
"packageManager": "pnpm@11.18.0+sha512.33d83c77da82f49fba836925c6f1b841181ec3132b670639bd012f7075f5c7cf634c5f870147c19aae7478fac01df09d8892e880454896edd23ee9b33757563c",
"packageManager": "pnpm@11.20.0+sha512.mm8zCpW2ZEbqCI+vFSFAWooB8H/ecSTMmVjf7VLUu0NnN+ZbCPhfN7Rvy6N1CSVYrFEmK4FoRLIvY0Bu0Wa/7g==",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Encode the Corepack hash as hexadecimal

When pnpm is invoked through Corepack, the base64 characters / and = make the portion after @ invalid SemVer build metadata, so Corepack rejects this manifest with expected a semver version before running any pnpm command. Corepack's packageManager syntax represents the digest after sha512. as hexadecimal; convert this integrity value to hex (as the previous value was) so installs, linting, and other pnpm scripts can run.

Useful? React with 馃憤聽/ 馃憥.

"engines": {
"node": ">=22.22.1"
},
Expand Down
Loading