nx/docs/generated/packages/vite/migrations/20.5.0-package-updates.json
Colum Ferry c1ebcb9129
feat(vite): add support for vite 6 (#29871)
## Current Behavior
Nx currently supports Vite at version 5. Nx does not generate vite
configurations using Vite 6 which has been released.
 

## Expected Behavior
Nx should use Vite 6 for vite projects.

## TODO
- [x] Add Package Update Migrations for Existing Projects
- [x] Add AST migrations to handle breaking change in resolve.extensions
- [x] Add migration to install `jsx` or `jiti` to handle processing TS
postcss config files
2025-02-11 11:28:23 -05:00

16 lines
390 B
JSON

{
"name": "20.5.0-package-updates",
"version": "20.5.0-beta.3",
"packages": {
"vite": { "version": "^6.0.0", "alwaysAddToPackageJson": false },
"vite-plugin-dts": { "version": "~4.5.0", "alwaysAddToPackageJson": false }
},
"aliases": [],
"description": "",
"hidden": false,
"implementation": "",
"path": "/packages/vite",
"schema": null,
"type": "migration"
}