Skip to content

fix(desktop): restore compatible pnpm lockfile#271

Merged
wesbillman merged 1 commit intomainfrom
fix/desktop-lockfile-compat
Apr 8, 2026
Merged

fix(desktop): restore compatible pnpm lockfile#271
wesbillman merged 1 commit intomainfrom
fix/desktop-lockfile-compat

Conversation

@wesbillman
Copy link
Copy Markdown
Collaborator

Summary

Regenerates desktop/pnpm-lock.yaml to restore a compatible dependency resolution for desktop installs.

This is a narrow follow-up to #248 rather than a full revert. The regenerated lockfile rolls the desktop dependency graph back to the previously compatible transitive set, including [email protected] and [email protected].

Why

On the Block workstation npm setup, pnpm install started failing after #248 when the updated lockfile resolved to a new public tarball fetch ([email protected]). Regenerating the lockfile restored the older transitive resolution and unblocked installs without reverting the broader dependency update PR.

Validation

  • pnpm check
  • pnpm build
  • cargo check --manifest-path desktop/src-tauri/Cargo.toml
  • cargo clippy --workspace --all-targets -- -D warnings
  • ./scripts/run-tests.sh unit

@wesbillman wesbillman merged commit 94ad235 into main Apr 8, 2026
9 checks passed
@wesbillman wesbillman deleted the fix/desktop-lockfile-compat branch April 8, 2026 19:34
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