Compare commits

..

4 Commits

Author SHA1 Message Date
864e2da492 Merge pull request 'fix: align Tauri npm packages with Rust crate versions' (#68) from fix/tauri-version-mismatch into master
All checks were successful
Auto Tag / autotag (push) Successful in 6s
Auto Tag / wiki-sync (push) Successful in 6s
Test / rust-fmt-check (push) Successful in 1m22s
Auto Tag / changelog (push) Successful in 1m22s
Test / frontend-typecheck (push) Successful in 1m28s
Test / frontend-tests (push) Successful in 1m34s
Test / rust-clippy (push) Successful in 4m0s
Test / rust-tests (push) Successful in 6m30s
Auto Tag / build-linux-amd64 (push) Successful in 9m1s
Auto Tag / build-windows-amd64 (push) Successful in 11m18s
Auto Tag / build-linux-arm64 (push) Successful in 11m40s
Auto Tag / build-macos-arm64 (push) Successful in 5m22s
Reviewed-on: #68
2026-06-05 18:38:30 +00:00
Shaun Arman
19f277b6ec chore: pin all loose npm version ranges to locked minor versions
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m22s
Test / rust-clippy (pull_request) Successful in 3m44s
Test / frontend-typecheck (pull_request) Successful in 2m37s
Test / frontend-tests (pull_request) Successful in 1m30s
PR Review Automation / review (pull_request) Successful in 6m26s
Test / rust-tests (pull_request) Successful in 6m0s
Replace "latest", "^2", "^3" etc. with explicit ^x.y.z ranges matching
what was already pinned in package-lock.json. Also aligns @tauri-apps/cli
to 2.11.0 to match the rest of the Tauri package family.

No functional change — lockfile already resolved these exact versions.
2026-06-05 13:28:09 -05:00
Shaun Arman
093efbd200 fix: pin plugin-stronghold npm version to match Rust crate (2.3.1)
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m35s
Test / frontend-typecheck (pull_request) Successful in 1m34s
Test / frontend-tests (pull_request) Successful in 1m35s
Test / rust-clippy (pull_request) Successful in 3m24s
Test / rust-tests (pull_request) Successful in 6m1s
PR Review Automation / review (pull_request) Successful in 7m21s
Address automated review finding: "^2" was overly permissive and
inconsistent with other plugin version pins added in this PR.
2026-06-05 13:26:06 -05:00
Shaun Arman
fc6af60495 fix: align Tauri npm packages with Rust crate versions
All checks were successful
Test / rust-fmt-check (pull_request) Successful in 1m22s
Test / frontend-typecheck (pull_request) Successful in 1m35s
Test / frontend-tests (pull_request) Successful in 1m32s
Test / rust-clippy (pull_request) Successful in 3m13s
PR Review Automation / review (pull_request) Successful in 4m21s
Test / rust-tests (pull_request) Successful in 5m19s
Bump @tauri-apps/api 2.10.1→2.11.0, @tauri-apps/plugin-dialog 2.6.0→2.7.1,
and @tauri-apps/plugin-fs 2.4.5→2.5.1 to match the installed Rust crates
and resolve the tauri-cli version mismatch build failure.
2026-06-05 12:54:09 -05:00
2 changed files with 734 additions and 149 deletions

825
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,46 +15,46 @@
"test:e2e": "wdio run tests/e2e/wdio.conf.ts"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-fs": "^2",
"@tauri-apps/plugin-stronghold": "^2",
"class-variance-authority": "^0.7",
"clsx": "^2",
"lucide-react": "latest",
"react": "^18",
"react-diff-viewer-continued": "^3",
"react-dom": "^18",
"react-markdown": "^9",
"react-router-dom": "^6",
"remark-gfm": "^4",
"tailwindcss": "^3",
"zustand": "^4"
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-stronghold": "^2.3.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.577.0",
"react": "^18.3.1",
"react-diff-viewer-continued": "^3.4.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"react-router-dom": "^6.30.3",
"remark-gfm": "^4.0.1",
"tailwindcss": "^3.4.19",
"zustand": "^4.5.7"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@tauri-apps/cli": "^2.11.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16",
"@testing-library/user-event": "^14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@types/testing-library__react": "^10",
"@typescript-eslint/eslint-plugin": "^8.58.1",
"@typescript-eslint/parser": "^8.58.1",
"@vitejs/plugin-react": "^4",
"@vitest/coverage-v8": "^2",
"@wdio/cli": "^9",
"@wdio/mocha-framework": "^9",
"autoprefixer": "^10",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^2.1.9",
"@wdio/cli": "^9.25.0",
"@wdio/mocha-framework": "^9.25.0",
"autoprefixer": "^10.4.27",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"jsdom": "^26",
"postcss": "^8",
"typescript": "^5",
"vite": "^6",
"vitest": "^2",
"webdriverio": "^9"
"jsdom": "^26.1.0",
"postcss": "^8.5.8",
"typescript": "^5.9.3",
"vite": "^6.4.1",
"vitest": "^2.1.9",
"webdriverio": "^9.25.0"
}
}