chore(deps): bump vite group to v8 and apply migration changes#1995
chore(deps): bump vite group to v8 and apply migration changes#1995Copilot wants to merge 6 commits intodependabot/npm_and_yarn/vite-555ff24f4afrom
Conversation
Bumps the vite group with 3 updates in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite), [vite-node](https://github.com/antfu-collective/vite-node) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `vite` from 7.3.1 to 8.0.0 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.0/packages/vite) Updates `vite-node` from 5.3.0 to 6.0.0 - [Release notes](https://github.com/antfu-collective/vite-node/releases) - [Commits](antfu-collective/vite-node@v5.3.0...v6.0.0) Updates `vitest` from 4.0.18 to 4.1.0 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.0/packages/vitest) --- updated-dependencies: - dependency-name: vite dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vite-node dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: vite - dependency-name: vitest dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: vite ... Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: arturcic <1760506+arturcic@users.noreply.github.com>
|
@copilot fix the build, using https://vite.dev/guide/migration from v7 to v8 for vite |
…e.tsconfigPaths Co-authored-by: arturcic <1760506+arturcic@users.noreply.github.com>
|
Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details. Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Co-authored-by: arturcic <1760506+arturcic@users.noreply.github.com>
Fixed in commit 1e48815. Vite 8 uses rolldown which changed the chunking behavior:
Also added input validation for |
|
bb72f9b to
18c03ab
Compare



Bumps
vite7→8,vite-node5→6, andvitest4.0→4.1. Applies the required Vite 8 migration: drops thevite-tsconfig-pathsplugin in favour of Vite 8's native tsconfig path resolution.Changes
src/vite.common.config.mts— removevite-tsconfig-pathsplugin; addresolve.tsconfigPaths: truesrc/__tests__/vitest.config.ts— same as above for the test configpackage.json— removevite-tsconfig-pathsfromdevDependencies🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.