chore(deps): update tauri, svelte, and build tooling dependencies#214
chore(deps): update tauri, svelte, and build tooling dependencies#214
Conversation
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (macos-latest, aarch64-apple-darwin), build (ubuntu-22.04, x86_64-unknown-linux-gnu), build (windows-latest, x86_64-pc-windows-msvc) — RepoWarden |
4237fd6 to
329da4a
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (ubuntu-22.04, x86_64-unknown-linux-gnu), build (windows-latest, x86_64-pc-windows-msvc), build (macos-latest, aarch64-apple-darwin) — RepoWarden |
329da4a to
5b4ddec
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (windows-latest, x86_64-pc-windows-msvc), build (ubuntu-22.04, x86_64-unknown-linux-gnu), build (macos-latest, aarch64-apple-darwin) — RepoWarden |
5b4ddec to
f90489d
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (ubuntu-22.04, x86_64-unknown-linux-gnu), build (macos-latest, aarch64-apple-darwin), build (windows-latest, x86_64-pc-windows-msvc) — RepoWarden |
f90489d to
8ad0dbb
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (windows-latest, x86_64-pc-windows-msvc), build (macos-latest, aarch64-apple-darwin), build (ubuntu-22.04, x86_64-unknown-linux-gnu) — RepoWarden |
8ad0dbb to
3a51313
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (macos-latest, aarch64-apple-darwin), build (windows-latest, x86_64-pc-windows-msvc), build (ubuntu-22.04, x86_64-unknown-linux-gnu) — RepoWarden |
Co-Authored-By: RepoWarden <bot@repowarden.dev>
3a51313 to
113cf66
Compare
|
I've attempted to fix CI 3 times but the checks are still failing. Please review and fix manually. Failing checks: build (ubuntu-22.04, x86_64-unknown-linux-gnu), build (windows-latest, x86_64-pc-windows-msvc), build (macos-latest, aarch64-apple-darwin) — RepoWarden |
Summary
Updates major dependencies across the Tauri application stack, Svelte framework, and build/test tooling. This PR consolidates 12 dependency updates, including significant version bumps for core frameworks and tools.
Changes
Tauri Ecosystem (2.2.0 → 2.10.x)
@tauri-apps/api: 2.2.0 → 2.10.1@tauri-apps/cli: 2.2.0 → 2.10.1@tauri-apps/plugin-autostart: 2.2.0 → 2.5.1@tauri-apps/plugin-clipboard-manager: 2.2.0 → 2.3.2@tauri-apps/plugin-updater: 2.2.0 → 2.10.0Svelte Ecosystem
svelte: 5.0.0 → 5.53.7 (minor + patch updates)@sveltejs/vite-plugin-svelte: 5.0.0 → 6.2.4Build & Test Tools
vite: 6.0.0 → 7.3.1vitest: 3.0.0 → 4.0.18@testing-library/svelte: 5.2.0 → 5.3.1@testing-library/jest-dom: 6.0.0 → 6.9.1jsdom: 25.0.0 → 28.1.0Risk Assessment: MEDIUM
Action Items
vitest.config.jsfor compatibility with Vitest 4.x - configuration schema may have changedTesting Recommendations
npm testnpm run devnpm run buildNote
The following open Dependabot PRs can likely be closed after merging this update:
🤖 Generated by RepoWarden