Skip to content

Commit f395639

Browse files
feat(deps): upgrade upstream dependencies
- vite: 6e585dc -> v8.0.9 (ce729f5) - oxfmt: 0.45.0 -> 0.46.0 - oxlint: 1.60.0 -> 1.61.0 - @oxc-project/runtime: 0.126.0 -> 0.127.0 - @oxc-project/types: 0.126.0 -> 0.127.0 - oxc-minify: 0.126.0 -> 0.127.0 - oxc-parser: 0.126.0 -> 0.127.0 - oxc-transform: 0.126.0 -> 0.127.0 Code changes: - Bump bundled vite to 8.0.9 (packages/core/package.json) - Update vite upstream hash (packages/tools/.upstream-versions.json) - Re-point patched dependency dotenv-expand@12.0.3 -> 13.0.0 to track vite (pnpm-workspace.yaml) - Refresh oxfmt wrapper snapshot for new --disable-nested-config flag (packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt) - Refresh helper snapshot for new --disable-nested-config flag and vite minify default change to oxc (packages/cli/snap-tests/command-helper/snap.txt) - Refresh bun list snapshot for new slow-filesystem warning (packages/cli/snap-tests-global/command-list-bun/snap.txt)
1 parent 1ffb0f8 commit f395639

7 files changed

Lines changed: 763 additions & 545 deletions

File tree

packages/cli/snap-tests-global/command-list-bun/snap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
VITE+ - The Unified Toolchain for the Web
33

44
bun install v<semver> (af24e281)
5+
warn: Slow filesystem detected. If <homedir>/.bun/install/cache is a network drive, consider setting $BUN_INSTALL_CACHE_DIR to a local folder.
56

67
+ test-vite-plus-package@<semver>
78
+ test-vite-plus-package-optional@<semver>

packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Output Options:
2424
Config Options
2525
-c, --config=PATH Path to the configuration file (.json, .jsonc, .ts, .mts, .cts, .js,
2626
.mjs, .cjs)
27+
--disable-nested-config Do not search for configuration files in subdirectories
2728

2829
Ignore Options
2930
--ignore-path=PATH Path to ignore file(s). Can be specified multiple times. If not

packages/cli/snap-tests/command-helper/snap.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Output Options:
9595
Config Options
9696
-c, --config=PATH Path to the configuration file (.json, .jsonc, .ts, .mts, .cts, .js,
9797
.mjs, .cjs)
98+
--disable-nested-config Do not search for configuration files in subdirectories
9899

99100
Ignore Options
100101
--ignore-path=PATH Path to ignore file(s). Can be specified multiple times. If not
@@ -234,7 +235,7 @@ Options:
234235
--assetsInlineLimit <number> [number] static asset base64 inline threshold in bytes (default: 4096)
235236
--ssr [entry] [string] build specified entry for server-side rendering
236237
--sourcemap [output] [boolean | "inline" | "hidden"] output source maps for build (default: false)
237-
--minify [minifier] [boolean | "terser" | "esbuild"] enable/disable minification, or specify minifier to use (default: esbuild)
238+
--minify [minifier] [boolean | "oxc" | "terser" | "esbuild"] enable/disable minification, or specify minifier to use (default: oxc)
238239
--manifest [name] [boolean | string] emit build manifest json
239240
--ssrManifest [name] [boolean | string] emit ssr manifest json
240241
--emptyOutDir [boolean] force empty outDir when it's outside of root

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
"node": "^20.19.0 || >=22.12.0"
218218
},
219219
"bundledVersions": {
220-
"vite": "8.0.8",
220+
"vite": "8.0.9",
221221
"rolldown": "1.0.0-rc.16",
222222
"tsdown": "0.21.9"
223223
}

packages/tools/.upstream-versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"vite": {
88
"repo": "https://github.com/vitejs/vite.git",
99
"branch": "main",
10-
"hash": "6e585dcb05a3b159fba7ae57f7faf0b1eca7a390"
10+
"hash": "ce729f5fa1a5adca373b2adcb0e1b18099164a14"
1111
}
1212
}

0 commit comments

Comments
 (0)