chore: regenerate pnpm-lock.yaml for elliptic override branch #10
Reference in New Issue
Block a user
Delete Branch "hugh/pri-759-fix-template-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
pnpm-lock.yamlforfix/elliptic-vulnerability-overridebranchERR_PNPM_LOCKFILE_CONFIG_MISMATCHin CI (template#9)--frozen-lockfilewith pnpm v10.33.0Root Cause
The lockfile was committed with
overridessection but with stale transitive dependency versions. The current pnpm v10.33.0 resolver computes different transitive deps, causing a config mismatch with--frozen-lockfile.Testing
pnpm install --frozen-lockfilepasses with updated lockfileCo-Authored-By: Paperclip noreply@paperclip.ing
Pull request closed