Skip to content

fix(tauri): bump @tauri-apps/api to ^2.11.0 to match crate#84

Merged
EinfachValle merged 1 commit into
developfrom
bugfix/tauri-api-bump-to-2-11
Jun 16, 2026
Merged

fix(tauri): bump @tauri-apps/api to ^2.11.0 to match crate#84
EinfachValle merged 1 commit into
developfrom
bugfix/tauri-api-bump-to-2-11

Conversation

@EinfachValle

Copy link
Copy Markdown
Contributor

Summary

yarn dev (full Tauri) was failing with:

Error Found version mismatched Tauri packages.
tauri (v2.11.2) : @tauri-apps/api (v2.10.1)

The Rust crate is at 2.11.2 (pulled in via the cargo-all minor bump in #76), but @tauri-apps/api was pinned at ^2.1.1 and the lockfile resolved that to 2.10.1. Tauri's startup check requires matching major + minor.

Changes

  • app/package.json: @tauri-apps/api ^2.1.1^2.11.0
  • package.json: added resolutions to force the same ^2.11.0 for every transitive consumer (a few Tauri plugins still ranged ^2.10.1 / ^2.8.0, so without this yarn would keep two copies side-by-side)

Test plan

  • yarn install resolves all three ranges (^2.8.0, ^2.10.1, ^2.11.0) to a single 2.11.0
  • yarn typecheck green
  • yarn test green
  • yarn dev (Tauri) no longer errors at startup — pending local verification by maintainer

@EinfachValle EinfachValle merged commit 4d5c1da into develop Jun 16, 2026
8 of 13 checks passed
@EinfachValle EinfachValle deleted the bugfix/tauri-api-bump-to-2-11 branch June 16, 2026 07:49
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