Skip to content

Fix pnpm lockfile hash format mismatch#150

Merged
hotlong merged 3 commits intocopilot/update-kernel-and-modify-codefrom
copilot/update-action-workflow-steps
Jan 31, 2026
Merged

Fix pnpm lockfile hash format mismatch#150
hotlong merged 3 commits intocopilot/update-kernel-and-modify-codefrom
copilot/update-action-workflow-steps

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 31, 2026

CI failing with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH on pnpm install --frozen-lockfile. The lockfile contained SHA-256 hashes for patchedDependencies, but pnpm v9.15.9 expects base32-encoded hashes.

Changes

  • Regenerated pnpm-lock.yaml with pnpm install --no-frozen-lockfile
  • Updated @objectstack/objectql@0.7.1 patch hash format:
    • Before: 5abf4024276eb2b69e6ffbcbff3e8447ff1cc63e49ba6a7f9df1aebe7f54f9ef (SHA-256)
    • After: i55z7fr6u3f4jx32ulku7jkiye (base32)
  • Removed redundant libc constraints on platform-specific packages (pnpm v9 optimization)
Original prompt

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


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Jan 31, 2026
@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 Ready Ready Preview, Comment Jan 31, 2026 8:51am

Request Review

Copilot AI and others added 2 commits January 31, 2026 08:15
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot AI changed the title [WIP] Update action workflow to fix job failures Fix pnpm lockfile hash format mismatch Jan 31, 2026
Copilot AI requested a review from hotlong January 31, 2026 08:18
@hotlong hotlong marked this pull request as ready for review January 31, 2026 08:26
Copilot AI review requested due to automatic review settings January 31, 2026 08:26
@hotlong hotlong merged commit cac932c into copilot/update-kernel-and-modify-code Jan 31, 2026
1 of 2 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