Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/cli/snap-tests-global/command-list-bun/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
VITE+ - The Unified Toolchain for the Web

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

+ test-vite-plus-package@<semver>
+ test-vite-plus-package-optional@<semver>
Expand Down
1 change: 1 addition & 0 deletions packages/cli/snap-tests/bin-oxfmt-wrapper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Output Options:
Config Options
-c, --config=PATH Path to the configuration file (.json, .jsonc, .ts, .mts, .cts, .js,
.mjs, .cjs)
--disable-nested-config Do not search for configuration files in subdirectories

Ignore Options
--ignore-path=PATH Path to ignore file(s). Can be specified multiple times. If not
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/snap-tests/command-helper/snap.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Output Options:
Config Options
-c, --config=PATH Path to the configuration file (.json, .jsonc, .ts, .mts, .cts, .js,
.mjs, .cjs)
--disable-nested-config Do not search for configuration files in subdirectories

Ignore Options
--ignore-path=PATH Path to ignore file(s). Can be specified multiple times. If not
Expand Down Expand Up @@ -234,7 +235,7 @@ Options:
--assetsInlineLimit <number> [number] static asset base64 inline threshold in bytes (default: 4096)
--ssr [entry] [string] build specified entry for server-side rendering
--sourcemap [output] [boolean | "inline" | "hidden"] output source maps for build (default: false)
--minify [minifier] [boolean | "terser" | "esbuild"] enable/disable minification, or specify minifier to use (default: esbuild)
--minify [minifier] [boolean | "oxc" | "terser" | "esbuild"] enable/disable minification, or specify minifier to use (default: oxc)
--manifest [name] [boolean | string] emit build manifest json
--ssrManifest [name] [boolean | string] emit ssr manifest json
--emptyOutDir [boolean] force empty outDir when it's outside of root
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
"node": "^20.19.0 || >=22.12.0"
},
"bundledVersions": {
"vite": "8.0.8",
"vite": "8.0.9",
"rolldown": "1.0.0-rc.16",
"tsdown": "0.21.9"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/.upstream-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"vite": {
"repo": "https://github.com/vitejs/vite.git",
"branch": "main",
"hash": "6e585dcb05a3b159fba7ae57f7faf0b1eca7a390"
"hash": "ce729f5fa1a5adca373b2adcb0e1b18099164a14"
}
}
Loading
Loading