Skip to content

fix: regenerate pnpm-lock.yaml for picomatch override#87

Merged
JohnMcLear merged 1 commit intomainfrom
fix/regenerate-pnpm-lockfile
Apr 7, 2026
Merged

fix: regenerate pnpm-lock.yaml for picomatch override#87
JohnMcLear merged 1 commit intomainfrom
fix/regenerate-pnpm-lockfile

Conversation

@JohnMcLear
Copy link
Copy Markdown
Member

Summary

Follow-up to #86. The pnpm.overrides was added but the lockfile wasn't regenerated, so pnpm install in CI failed with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. This regenerates the lockfile to match.

Verified locally that microbundle now builds successfully.

Test plan

  • release / publish-npm step succeeds after merge

🤖 Generated with Claude Code

After adding pnpm.overrides for picomatch in #86, the lockfile still
referenced the old resolution, causing pnpm install in CI to fail with
ERR_PNPM_LOCKFILE_CONFIG_MISMATCH. Regenerate the lockfile so it
matches the override.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@JohnMcLear JohnMcLear merged commit fed6460 into main Apr 7, 2026
3 checks passed
@JohnMcLear JohnMcLear deleted the fix/regenerate-pnpm-lockfile branch April 7, 2026 14:00
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.

1 participant