Skip to content

Commit 557bf8f

Browse files
Version Packages (#397)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f084ef commit 557bf8f

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

.changeset/vite-dynamic-imports-esm-externals.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

packages/gdu/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

packages/gdu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)