Skip to content

bump all the packages#35

Merged
fredclausen merged 1 commit into
masterfrom
fix/vite-8-scss-config
May 14, 2026
Merged

bump all the packages#35
fredclausen merged 1 commit into
masterfrom
fix/vite-8-scss-config

Conversation

@fredclausen

Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 14, 2026 14:31
@fredclausen fredclausen enabled auto-merge May 14, 2026 14:31
@fredclausen fredclausen merged commit eb9db19 into master May 14, 2026
3 checks passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project’s frontend/build toolchain dependencies (React, React Router, Vite/Vitest, Playwright, etc.) and adjusts Vite configuration to match Vite 8’s updated Sass behavior.

Changes:

  • Bumped runtime deps: react, react-dom, react-router.
  • Bumped build/test tooling: vite → 8.x, @vitejs/plugin-react → 6.x, vitest/coverage, Playwright, Node types.
  • Removed now-unnecessary Sass css.preprocessorOptions from vite.config.ts (Vite 8 default behavior).

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
vite.config.ts Removes Sass preprocessor options and documents Vite 8’s default Sass compiler API behavior.
package.json Pins updated dependency versions, including Vite 8 and plugin-react 6.
package-lock.json Updates resolved dependency graph to match the bumped versions (notably Vite 8’s new dependency set).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Comment on lines 36 to +38
"typescript": "6.0.3",
"vite": "6.4.2",
"vitest": "4.1.5"
"vite": "8.0.13",
"vitest": "4.1.6"
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