Skip to content

chore: bump frontend submodule for Vite dev-server fix#526

Merged
ArmenSl merged 1 commit intomasterfrom
development
Apr 30, 2026
Merged

chore: bump frontend submodule for Vite dev-server fix#526
ArmenSl merged 1 commit intomasterfrom
development

Conversation

@ArmenSl
Copy link
Copy Markdown
Collaborator

@ArmenSl ArmenSl commented Apr 30, 2026

Hotfix the frontend submodule pointer so production master reflects the dev-server fix.

The frontend's plugin-react 5.x bumped its peer to Vite 8 (rolldown), incompatible with our Vite 7.3.x. After a fresh npm install the dev server crashed on every transform with Missing field moduleType. Pinning to plugin-react 4.x dedupes onto Vite 7.3.2 and restores HMR.

Production build was unaffected, so no functional change for users — this is purely so anyone running npm run dev against this submodule pointer gets a working dev server.

Frontend main advanced from 0fdc6560 -> eefdba16 to pick up the
@vitejs/plugin-react@^4.3.4 pin that restores the dev server after
plugin-react 5.x bumped its peer to Vite 8 (incompatible with our
Vite 7.3.x). Production build was unaffected.
@ArmenSl ArmenSl merged commit a7795aa into master Apr 30, 2026
5 checks passed
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.

1 participant