File tree Expand file tree Collapse file tree 3 files changed +19
-13
lines changed
Expand file tree Collapse file tree 3 files changed +19
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# gdu
22
3+ ## 13.14.0
4+
5+ ### Minor Changes
6+
7+ - 8f084ef: Upgrade from Vite 7 to Vite 8 (Rolldown + OXC)
8+ - Bump ` vite ` dependency from ` ^7.0.0 ` to ` ^8.0.0-beta.0 ` — replaces
9+ Rollup + esbuild with Rolldown + OXC for 10-30x faster bundling
10+ - Rename ` rollupOptions ` to ` rolldownOptions ` and ` esbuild ` config to ` oxc `
11+ across all Vite configuration
12+ - Change ` minify: 'esbuild' ` to ` minify: true ` (OXC minifier is the new
13+ default)
14+ - Import ` esmExternalRequirePlugin ` from ` 'vite' ` instead of
15+ ` 'rolldown/plugins' ` (now a first-class Vite 8 re-export)
16+ - Fix bug where ` external: undefined ` was set when esmExternalRequirePlugin
17+ loaded, which would have caused all externals to be bundled
18+ - Add ` peerDependencyMeta ` override for ` @vanilla-extract/vite-plugin ` to
19+ suppress Vite 8 peer dep warning
20+
321## 13.13.0
422
523### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " gdu" ,
3- "version" : " 13.13 .0" ,
3+ "version" : " 13.14 .0" ,
44 "description" : " AutoGuru's development toolkit" ,
55 "homepage" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu#readme" ,
66 "repository" : " https://github.com/autoguru-au/octane/tree/master/packages/gdu" ,
You can’t perform that action at this time.
0 commit comments