Skip to content

馃悰 fix(deps): encode pnpm integrity hash - #45

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

馃悰 fix(deps): encode pnpm integrity hash#45
xdanger merged 1 commit into
mainfrom
fix/pnpm-11-20-0-hash

Conversation

@xdanger

@xdanger xdanger commented Aug 3, 2026

Copy link
Copy Markdown
Member

Summary

  • replace the SRI base64 digest introduced by the previous pnpm bump with Corepack's required SHA-512 hexadecimal digest
  • keep pnpm at 11.20.0; this changes only integrity metadata

Validation

  • Corepack resolves and verifies pnpm 11.20.0
  • frozen install
  • full repository lint suite

Risk

Low. This is a metadata-only repair with no dependency or lockfile change.

- 馃悰 encode the Corepack hash as SHA-512 hex

- 馃敡 keep the mise pin aligned where configured

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

This PR repairs the packageManager metadata in package.json so Corepack can resolve and verify the pinned pnpm version using the expected SHA-512 integrity encoding.

Changes:

  • Replaces the pnpm@11.20.0 integrity value from a base64-encoded digest to a hexadecimal SHA-512 digest.
  • Keeps the pinned pnpm version unchanged (11.20.0); only the integrity metadata is updated.

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

@xdanger
xdanger merged commit ccf4120 into main Aug 3, 2026
5 checks passed
@xdanger
xdanger deleted the fix/pnpm-11-20-0-hash branch August 3, 2026 19:05
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