Skip to content

chore: bump dependencies to latest#31

Merged
mxschmitt merged 1 commit into
mainfrom
chore/update-dependencies
May 24, 2026
Merged

chore: bump dependencies to latest#31
mxschmitt merged 1 commit into
mainfrom
chore/update-dependencies

Conversation

@mxschmitt

Copy link
Copy Markdown
Owner

Summary

  • Bumps all dependencies to their latest versions, including React 19, Vite 8, TypeScript 6, @vitejs/plugin-react 6, vite-plugin-istanbul 9, and the latest Playwright/types/nyc.
  • Renames vite.config.tsvite.config.mts because vite-plugin-istanbul 9 is ESM-only.
  • Updates tsconfig.json target (es5ES2020) and moduleResolution (nodebundler) to satisfy TypeScript 6 deprecations.

Test plan

  • npm run build succeeds
  • npm test passes (3/3 Playwright tests)

Updates all dependencies to their latest versions, including React 19,
Vite 8, TypeScript 6, and the latest Playwright. Renames vite.config.ts
to .mts since vite-plugin-istanbul 9 is ESM-only, and updates the
tsconfig target/moduleResolution for TypeScript 6.
@coveralls

Copy link
Copy Markdown

Coverage Report for CI Build 26368965873

Coverage decreased (-3.5%) to 90.909%

Details

  • Coverage decreased (-3.5%) from the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 11
Covered Lines: 10
Line Coverage: 90.91%
Coverage Strength: 2.73 hits per line

💛 - Coveralls

@mxschmitt mxschmitt merged commit 1d6d8c0 into main May 24, 2026
1 check passed
@mxschmitt mxschmitt deleted the chore/update-dependencies branch May 24, 2026 18:15
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