chore(deps): desktop dependency batch (tauri 2.11.5, tauri-plugin-pty 0.3.1, window-vibrancy 0.8.0) - #590
Merged
Merged
Conversation
Bumps tauri-plugin-pty from 0.1.1 to 0.3.1. --- updated-dependencies: - dependency-name: tauri-plugin-pty dependency-version: 0.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [window-vibrancy](https://github.com/tauri-apps/tauri-plugin-vibrancy) from 0.7.1 to 0.8.0. - [Release notes](https://github.com/tauri-apps/tauri-plugin-vibrancy/releases) - [Changelog](https://github.com/tauri-apps/window-vibrancy/blob/dev/CHANGELOG.md) - [Commits](tauri-apps/window-vibrancy@window-vibrancy-v0.7.1...window-vibrancy-v0.8.0) --- updated-dependencies: - dependency-name: window-vibrancy dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [tauri](https://github.com/tauri-apps/tauri) from 2.10.3 to 2.11.1. - [Release notes](https://github.com/tauri-apps/tauri/releases) - [Commits](tauri-apps/tauri@tauri-v2.10.3...tauri-v2.11.1) --- updated-dependencies: - dependency-name: tauri dependency-version: 2.11.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This was referenced Jul 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Combines #556, #547, and #548 into one branch so the desktop dependencies get a single validation pass instead of three sequential CI rounds with conflicting lockfiles.
Why combined
Each dependabot PR carried its own Cargo.lock, so merging them one at a time would conflict. Here the lock is regenerated from the union of the three manifest changes rather than hand-merged.
Final versions: tauri 2.11.5 (the
"2"range meant the bump was lock-only), tauri-plugin-pty 0.3.1, window-vibrancy 0.8.0.Validation on real macOS hardware
Linux CI cannot validate desktop dependency changes, so this was checked on an Apple Silicon Mac:
cargo check -p minutes-appclean with all three bumps.cargo test -p minutes-app --no-default-features: 260 passed, 1 failed.That one failure is pre-existing and unrelated, confirmed by control runs:
list_documents_merges_assistant_and_meeting_sources_by_recencyalso fails on origin/main in a full-suite run, and passes in isolation on this branch. It is a parallel-order flake, filed separately.Deliberately not done:
install-dev-app.shwas not run. Over a non-interactive session it would ad-hoc sign, changing the dev app's cdhash and poisoning its TCC grants (the Accessibility failure mode from #531-adjacent debugging). Compile plus unit tests validate what a dependency bump can realistically break without disturbing permission state.Supersedes #556, #547, #548.
🤖 Generated with Claude Code