vite 8.0.0-beta.2 → 8.0.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3506,12 +3506,13 @@ interface ExperimentalOptions {
3506
3506
  *
3507
3507
  * - 'resolver' (deprecated, will be removed in v8 stable): Enable only the native resolver plugin.
3508
3508
  * - 'v1' (will be deprecated, will be removed in v8 stable): Enable the first stable set of native plugins (including resolver).
3509
- * - true: Enable all native plugins (currently an alias of 'v1', it will map to a newer one in the future versions).
3509
+ * - 'v2' (will be deprecated, will be removed in v8 stable): Enable the improved dynamicImportVarsPlugin and importGlobPlugin.
3510
+ * - true: Enable all native plugins (currently an alias of 'v2', it will map to a newer one in the future versions).
3510
3511
  *
3511
3512
  * @experimental
3512
- * @default 'v1'
3513
+ * @default 'v2'
3513
3514
  */
3514
- enableNativePlugin?: boolean | "resolver" | "v1";
3515
+ enableNativePlugin?: boolean | "resolver" | "v1" | "v2";
3515
3516
  /**
3516
3517
  * Enable full bundle mode.
3517
3518
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vite",
3
- "version": "8.0.0-beta.2",
3
+ "version": "8.0.0-beta.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Evan You",
@@ -60,12 +60,12 @@
60
60
  "funding": "https://github.com/vitejs/vite?sponsor=1",
61
61
  "//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
62
62
  "dependencies": {
63
- "@oxc-project/runtime": "0.102.0",
63
+ "@oxc-project/runtime": "0.103.0",
64
64
  "fdir": "^6.5.0",
65
65
  "lightningcss": "^1.30.2",
66
66
  "picomatch": "^4.0.3",
67
67
  "postcss": "^8.5.6",
68
- "rolldown": "1.0.0-beta.54",
68
+ "rolldown": "1.0.0-beta.56",
69
69
  "tinyglobby": "^0.2.15"
70
70
  },
71
71
  "optionalDependencies": {
@@ -75,9 +75,9 @@
75
75
  "@babel/parser": "^7.28.5",
76
76
  "@jridgewell/remapping": "^2.3.5",
77
77
  "@jridgewell/trace-mapping": "^0.3.31",
78
- "@oxc-project/types": "0.102.0",
78
+ "@oxc-project/types": "0.103.0",
79
79
  "@polka/compression": "^1.0.0-next.25",
80
- "@rolldown/pluginutils": "1.0.0-beta.54",
80
+ "@rolldown/pluginutils": "1.0.0-beta.56",
81
81
  "@rollup/plugin-alias": "^5.1.1",
82
82
  "@rollup/plugin-commonjs": "^29.0.0",
83
83
  "@rollup/plugin-dynamic-import-vars": "2.1.4",
@@ -85,7 +85,7 @@
85
85
  "@types/escape-html": "^1.0.4",
86
86
  "@types/pnpapi": "^0.0.5",
87
87
  "artichokie": "^0.4.2",
88
- "baseline-browser-mapping": "^2.9.5",
88
+ "baseline-browser-mapping": "^2.9.7",
89
89
  "cac": "^6.7.14",
90
90
  "chokidar": "^3.6.0",
91
91
  "connect": "^3.7.0",
@@ -120,8 +120,8 @@
120
120
  "rolldown-plugin-dts": "^0.18.3",
121
121
  "rollup": "^4.43.0",
122
122
  "rollup-plugin-license": "^3.6.0",
123
- "sass": "^1.95.1",
124
- "sass-embedded": "^1.95.1",
123
+ "sass": "^1.96.0",
124
+ "sass-embedded": "^1.96.0",
125
125
  "sirv": "^3.0.2",
126
126
  "strip-literal": "^3.1.0",
127
127
  "terser": "^5.44.1",