Skip to content

chore(deps): upgrade frontend toolchain (TS6/Vite8/Vitest4) + add frontend CI#17

Merged
GamalAnwar merged 1 commit into
masterfrom
claude/frontend-deps-and-ci
Jun 18, 2026
Merged

chore(deps): upgrade frontend toolchain (TS6/Vite8/Vitest4) + add frontend CI#17
GamalAnwar merged 1 commit into
masterfrom
claude/frontend-deps-and-ci

Conversation

@GamalAnwar

Copy link
Copy Markdown
Contributor

Summary

Lands the frontend dependency upgrades from Dependabot #7/#8/#9/#10 as one verified change, and adds the missing frontend CI job that makes them safe to land.

Why one PR instead of merging the four

The four npm PRs conflict on package-lock.json, and — more importantly — our CI didn't build the frontend at all, so none of them were actually validated. I upgraded all four together locally and confirmed the combined end-state works:

  • typescript 5.6 → 6.0.3
  • vite 5.4 → 8.0.16
  • vitest 2.1 → 4.1.9
  • @tauri-apps/api2.11.1

npm ci && npm run build (tsc + vite) and the 24 vitest tests all pass on the upgraded toolchain.

Closes the root-cause gap

Adds a frontend CI job (Node 20: npm cinpm run buildvitest run). The frontend was never exercised by a workflow, which is exactly why these bumps were risky to merge blind. The new job validates this upgrade in CI and gates every future frontend dependency bump.

Merging this will auto-close Dependabot #7, #8, #9, #10.

🤖 Generated with Claude Code


Generated by Claude Code

Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.

https://claude.ai/code/session_016jgMTwiYCiZA8F9JMFGfWR
@GamalAnwar GamalAnwar merged commit 97965d6 into master Jun 18, 2026
3 checks passed
@GamalAnwar GamalAnwar deleted the claude/frontend-deps-and-ci branch June 18, 2026 07:34
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the
latest patch, subsuming Dependabot PRs #7/#8/#9/#10:

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
GamalAnwar added a commit that referenced this pull request Jun 18, 2026
Bumps the app's dev toolchain to current majors and the Tauri API to the

- typescript 5.6 → 6.0.3
- vite 5.4 → 8.0.16
- vitest 2.1 → 4.1.9
- @tauri-apps/api → 2.11.1

Verified locally: `npm ci && npm run build` (tsc + vite) and the 24
vitest tests all pass on the upgraded toolchain.

Also adds a `frontend` job to CI (type-check, build, test) — the frontend
was previously not exercised by any workflow, which is why these
dependency bumps couldn't be validated automatically. The new job builds
and tests the upgraded toolchain here and gates future frontend bumps.
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.

2 participants