Upgrade to Vite 8 (#7184)

* Upgrade to Vite 8

* Add release notes

* PR feedback

* [autofix.ci] apply automated fixes

* PR feedback

* fix: inject process.env

* Restore deleted release note

* Clean up and typecheck

* Fix dev server

* Fix type error

* Fix tests

* PR feedback

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Julian Dominguez-Schatz
2026-03-15 19:16:39 -04:00
committed by GitHub
parent 8a3db77cff
commit a4eb17eff2
18 changed files with 157 additions and 477 deletions

View File

@@ -19,6 +19,6 @@
"@typescript/native-preview": "^7.0.0-dev.20260309.1",
"cross-env": "^10.1.0",
"typescript-strict-plugin": "^2.4.4",
"vite": "^7.3.1"
"vite": "^8.0.0"
}
}