7 Commits

Author SHA1 Message Date
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
Colum Ferry
246fd1907b
fix(remix): typo in tsconfig.spec.json update led to invalid tsconfig (#21886) 2024-02-20 16:04:14 +02:00
Colum Ferry
ec00acd4eb
fix(remix): do not rename root jest.preset.js (#21703) 2024-02-08 16:37:33 +00:00
Colum Ferry
1ea09adaa3
fix(remix): tsconfigs were being incorrectly generated causing errors #21002 (#21387) 2024-01-29 17:15:23 +00:00
Colum Ferry
08bc36691f
feat(remix): generate vitest file instead vite.config (#21100) 2024-01-12 18:27:21 +00:00
Katerina Skroumpelou
cac2c173c5
feat(vite): update to vitest v1 (#20747) 2023-12-14 19:55:08 +04:00
Colum Ferry
3b5bf6d1d1
feat(remix): add remix (#20641) 2023-12-13 11:07:08 -05:00