Skip to content

Fix pnpm lockfile hash format for patched dependencies#147

Merged
hotlong merged 2 commits intocopilot/update-kernel-and-modify-codefrom
copilot/update-action-step-logging
Jan 31, 2026
Merged

Fix pnpm lockfile hash format for patched dependencies#147
hotlong merged 2 commits intocopilot/update-kernel-and-modify-codefrom
copilot/update-action-step-logging

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 31, 2026

CI failing with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH during frozen install. The lockfile was using deprecated SHA-256 hash format for patched dependencies; pnpm v9.15+ requires base32 encoding.

Changes

  • Updated patchedDependencies hash format in pnpm-lock.yaml:
    • Old: 5abf4024276eb2b69e6ffbcbff3e8447ff1cc63e49ba6a7f9df1aebe7f54f9ef (SHA-256)
    • New: i55z7fr6u3f4jx32ulku7jkiye (base32)
  • Removed redundant libc constraints from Sharp package entries (pnpm optimization)

The patch file content and path remain unchanged; only the hash encoding format differs.

Original prompt

引用: https://github.com/objectstack-ai/objectos/actions/runs/21540813033/job/62075195086#step:5:1


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@vercel
Copy link
Copy Markdown

vercel bot commented Jan 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
objectos Error Error Jan 31, 2026 7:43am

Request Review

Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action step logging functionality Fix pnpm lockfile hash format for patched dependencies Jan 31, 2026
Copilot AI requested a review from hotlong January 31, 2026 07:43
@hotlong hotlong marked this pull request as ready for review January 31, 2026 07:50
Copilot AI review requested due to automatic review settings January 31, 2026 07:50
@hotlong hotlong merged commit 25e425a into copilot/update-kernel-and-modify-code Jan 31, 2026
5 of 6 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

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.

3 participants