fix: upgrade vite to 7.3.0 — fixes esbuild vuln #7
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Upgrade Vite to 7.3.0 to address an esbuild vulnerability (npm audit shows zero vulnerabilities now). I built and tested locally:
vite v7.3.0 building client environment for production...
transforming...
✓ 883 modules transformed.
rendering chunks...
computing gzip size...
dist/index.html 0.35 kB │ gzip: 0.25 kB
dist/assets/index-B2NuCr6T.css 123.09 kB │ gzip: 15.03 kB
dist/assets/index-CEpT9PhY.js 1,150.27 kB │ gzip: 297.58 kB
✓ built in 4.09s and
Executing 1 defined specs...
Running in random order... (seed: 12837)
Test Suites & Specs:
✔ should render Handsontable (990ms)
Summary:
👊 Passed
Suites: 1 of 1
Specs: 1 of 1
Expects: 1 (0 failures)
Finished in 0.997 seconds passed. Notes: build shows chunk-size warnings; installed OS-level Chromium deps to run Puppeteer tests. Please review and run CI.