Skip to content

fix(deps): sync @tauri-apps/api and cli to 2.11.x to match tauri crate#334

Merged
lshw54 merged 1 commit into
codefrom
fix/tauri-api-version-sync
Jul 10, 2026
Merged

fix(deps): sync @tauri-apps/api and cli to 2.11.x to match tauri crate#334
lshw54 merged 1 commit into
codefrom
fix/tauri-api-version-sync

Conversation

@lshw54

@lshw54 lshw54 commented Jul 10, 2026

Copy link
Copy Markdown
Collaborator

What

PR #333 bumped the tauri Rust crate to 2.11.1 but left the npm packages at 2.10.1, so tauri dev now warns:

Error Found version mismatched Tauri packages. Make sure the NPM package and Rust crate versions are on the same major/minor releases:
tauri (v2.11.1) : @tauri-apps/api (v2.10.1)

Fix

Lockfile-only bump of the npm side to the matching minor: @tauri-apps/api 2.10.1 → 2.11.1, @tauri-apps/cli 2.10.1 → 2.11.4. package.json ranges (^2) already allow both.

Verified: 629 frontend tests pass, production build OK, npm audit clean.

PR #333 bumped the tauri Rust crate to 2.11.1 but left the npm side at
2.10.1, so 'tauri dev' warns about mismatched major/minor versions.
Bump @tauri-apps/api to 2.11.1 and @tauri-apps/cli to 2.11.4
(lockfile-only; package.json ranges already allow both).
@lshw54
lshw54 merged commit e7218d1 into code Jul 10, 2026
3 checks passed
@lshw54
lshw54 deleted the fix/tauri-api-version-sync branch July 10, 2026 12:43
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