Skip to content

馃敡 chore(deps): bump pnpm to 11.20.0 - #44

Merged
xdanger merged 1 commit into
mainfrom
chore/pnpm-11-20-0
Aug 3, 2026
Merged

馃敡 chore(deps): bump pnpm to 11.20.0#44
xdanger merged 1 commit into
mainfrom
chore/pnpm-11-20-0

Conversation

@xdanger

@xdanger xdanger commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • update the package manager from pnpm 11.18.0 to 11.20.0
  • adopt pnpm security fixes for named-registry substitution and lockfile path traversal
  • keep the lockfile unchanged because this repository does not configure namedRegistries

Validation

  • frozen install with pnpm 11.20.0
  • full repository lint suite

Risk

Low. This is a same-major, packageManager-only update. pnpm 11.20.0 is semi-breaking only for projects using namedRegistries; no migration is required here.

- 馃敡 apply the pnpm registry security fix

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository鈥檚 declared package manager version to pnpm 11.20.0 via the packageManager field in package.json, enabling consumers (e.g., Corepack) to consistently use the intended pnpm version.

Changes:

  • Bumped packageManager from pnpm@11.18.0 to pnpm@11.20.0 (including updated integrity hash).

馃挕 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@xdanger
xdanger merged commit c4a475f into main Aug 3, 2026
5 checks passed
@xdanger
xdanger deleted the chore/pnpm-11-20-0 branch August 3, 2026 18:57

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

馃挕 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4a6bc58545

鈩癸笍 About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 馃憤.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
@@ -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 馃憤聽/ 馃憥.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants