Skip to content
Merged
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
2 changes: 2 additions & 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 Expand Up @@ -64,6 +65,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
5 changes: 3 additions & 2 deletions 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 Expand Up @@ -293,7 +294,7 @@ Options:
--api [port] Specify server port. Note if the port is already being used, Vite will automatically try the next available port so this may not be the actual port the server ends up listening on. If true will be set to 51204. Use '--help --api' for more info.
--silent [value] Silent console output from tests. Use 'passed-only' to see logs from failing tests only.
--hideSkippedTests Hide logs for skipped tests
--reporter <name> Specify reporters (default, agent, blob, verbose, dot, json, tap, tap-flat, junit, tree, hanging-process, github-actions)
--reporter <name> Specify reporters (default, agent, minimal, blob, verbose, dot, json, tap, tap-flat, junit, tree, hanging-process, github-actions)
--outputFile <filename/-s> Write test results to a file when supporter reporter is also specified, use cac's dot notation for individual outputs of multiple reporters (example: --outputFile.tap=./tap.txt)
--coverage Enable coverage report. Use '--help --coverage' for more info.
--mode <name> Override Vite mode (default: test or benchmark)
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
32 changes: 16 additions & 16 deletions packages/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -293,17 +293,17 @@
"@blazediff/core": "1.9.1",
"@oxc-node/cli": "catalog:",
"@oxc-node/core": "catalog:",
"@vitest/browser": "4.1.4",
"@vitest/browser-playwright": "4.1.4",
"@vitest/browser-preview": "4.1.4",
"@vitest/browser-webdriverio": "4.1.4",
"@vitest/expect": "4.1.4",
"@vitest/mocker": "4.1.4",
"@vitest/pretty-format": "4.1.4",
"@vitest/runner": "4.1.4",
"@vitest/snapshot": "4.1.4",
"@vitest/spy": "4.1.4",
"@vitest/utils": "4.1.4",
"@vitest/browser": "4.1.5",
"@vitest/browser-playwright": "4.1.5",
"@vitest/browser-preview": "4.1.5",
"@vitest/browser-webdriverio": "4.1.5",
"@vitest/expect": "4.1.5",
"@vitest/mocker": "4.1.5",
"@vitest/pretty-format": "4.1.5",
"@vitest/runner": "4.1.5",
"@vitest/snapshot": "4.1.5",
"@vitest/spy": "4.1.5",
"@vitest/utils": "4.1.5",
"chai": "^6.2.1",
"convert-source-map": "^2.0.0",
"estree-walker": "^3.0.3",
Expand All @@ -316,16 +316,16 @@
"rolldown": "workspace:*",
"rolldown-plugin-dts": "catalog:",
"tinyrainbow": "^3.1.0",
"vitest-dev": "^4.1.4",
"vitest-dev": "^4.1.5",
"why-is-node-running": "^2.3.0"
},
"peerDependencies": {
"@edge-runtime/vm": "*",
"@opentelemetry/api": "^1.9.0",
"@types/node": "^20.0.0 || ^22.0.0 || >=24.0.0",
"@vitest/coverage-istanbul": "4.1.4",
"@vitest/coverage-v8": "4.1.4",
"@vitest/ui": "4.1.4",
"@vitest/coverage-istanbul": "4.1.5",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"happy-dom": "*",
"jsdom": "*",
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
Expand Down Expand Up @@ -363,6 +363,6 @@
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
},
"bundledVersions": {
"vitest": "4.1.4"
"vitest": "4.1.5"
}
}
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