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 integrity hash as hexadecimal

When Corepack is used, the new base64/SRI suffix is not a valid semver build component because it contains characters such as /, +, and =. With Corepack 0.34.6, even pnpm --version from this repository exits with Invalid package manager specification ... expected a semver version, preventing installs and lint commands from running. Corepack's documented packageManager format uses a hexadecimal hash suffix; convert this SHA-512 value to hex or let corepack use pnpm@11.20.0 generate the field.

Useful? React with 馃憤聽/ 馃憥.

"scripts": {
"format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .",
"lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",
Expand Down
Loading