chore: update packageManager to pnpm@11.12.0 - #308
Conversation
|
|
@fedimint-bot review |
|
@fedimint-bot why is the iOS test failing? |
|
iOS failure analysis The failing check is
The later TypeScript error: is fallout from that earlier Rust/Nix iOS build failure: the generated UniFFI bindings never get produced, so This does not look specific to the pnpm 11 change in this PR. I checked a newer React Native Verify run from another PR and it fails in the same iOS Nix step with the same One extra note: the iOS workflow does not use the changed |
|
@MrImmortal09 , |
Migrates the workspace from
pnpmv9 topnpmv11.packageManagertopnpm@11.12.0across the project.overridesand configuredallowBuildsinpnpm-workspace.yamlto comply with pnpm v11 workspace rules.22in the CI install-deps action (pnpm v11 requires Node.js >=22.13 fornode:sqlite).Validation: Clean install, lint, typecheck, and build all pass successfully.
Fix: #292