vite 6.0.0-alpha.17 → 6.0.0-alpha.18
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.
- package/LICENSE.md +1 -59
- package/dist/node/chunks/{dep-DJVII9WQ.js → dep-70g8Z1cd.js} +3 -3
- package/dist/node/chunks/{dep-DVlS5vGL.js → dep-DXWVQosX.js} +7121 -12048
- package/dist/node/chunks/{dep-CNsiFGD3.js → dep-DlhHXrzk.js} +1 -1
- package/dist/node/cli.js +5 -5
- package/dist/node/index.d.ts +83 -35
- package/dist/node/index.js +2 -2
- package/dist/node/module-runner.d.ts +18 -7
- package/dist/node/module-runner.js +35 -50
- package/dist/node-cjs/publicUtils.cjs +2 -19
- package/package.json +9 -11
- package/types/customEvent.d.ts +1 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite",
|
3
|
-
"version": "6.0.0-alpha.
|
3
|
+
"version": "6.0.0-alpha.18",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Evan You",
|
@@ -72,7 +72,7 @@
|
|
72
72
|
"funding": "https://github.com/vitejs/vite?sponsor=1",
|
73
73
|
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
|
74
74
|
"dependencies": {
|
75
|
-
"esbuild": "^0.
|
75
|
+
"esbuild": "^0.21.3",
|
76
76
|
"postcss": "^8.4.38",
|
77
77
|
"rollup": "^4.13.0"
|
78
78
|
},
|
@@ -81,11 +81,11 @@
|
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
83
|
"@ampproject/remapping": "^2.3.0",
|
84
|
-
"@babel/parser": "^7.24.
|
84
|
+
"@babel/parser": "^7.24.6",
|
85
85
|
"@jridgewell/trace-mapping": "^0.3.25",
|
86
86
|
"@polka/compression": "^1.0.0-next.25",
|
87
87
|
"@rollup/plugin-alias": "^5.1.0",
|
88
|
-
"@rollup/plugin-commonjs": "^25.0.
|
88
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
89
89
|
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
|
90
90
|
"@rollup/plugin-json": "^6.1.0",
|
91
91
|
"@rollup/plugin-node-resolve": "15.2.3",
|
@@ -93,8 +93,6 @@
|
|
93
93
|
"@rollup/pluginutils": "^5.1.0",
|
94
94
|
"@types/escape-html": "^1.0.4",
|
95
95
|
"@types/pnpapi": "^0.0.5",
|
96
|
-
"acorn": "^8.11.3",
|
97
|
-
"acorn-walk": "^8.3.2",
|
98
96
|
"artichokie": "^0.2.1",
|
99
97
|
"cac": "^6.7.14",
|
100
98
|
"chokidar": "^3.6.0",
|
@@ -102,7 +100,7 @@
|
|
102
100
|
"convert-source-map": "^2.0.0",
|
103
101
|
"cors": "^2.8.5",
|
104
102
|
"cross-spawn": "^7.0.3",
|
105
|
-
"debug": "^4.3.
|
103
|
+
"debug": "^4.3.5",
|
106
104
|
"dep-types": "link:./src/types",
|
107
105
|
"dotenv": "^16.4.5",
|
108
106
|
"dotenv-expand": "^11.0.6",
|
@@ -113,9 +111,9 @@
|
|
113
111
|
"fast-glob": "^3.3.2",
|
114
112
|
"http-proxy": "^1.18.1",
|
115
113
|
"launch-editor-middleware": "^2.6.1",
|
116
|
-
"lightningcss": "^1.25.
|
114
|
+
"lightningcss": "^1.25.1",
|
117
115
|
"magic-string": "^0.30.10",
|
118
|
-
"micromatch": "^4.0.
|
116
|
+
"micromatch": "^4.0.7",
|
119
117
|
"mlly": "^1.7.0",
|
120
118
|
"mrmime": "^2.0.0",
|
121
119
|
"open": "^8.4.2",
|
@@ -131,12 +129,12 @@
|
|
131
129
|
"rollup-plugin-dts": "^6.1.1",
|
132
130
|
"rollup-plugin-esbuild": "^6.1.1",
|
133
131
|
"rollup-plugin-license": "^3.4.0",
|
134
|
-
"sass": "^1.77.
|
132
|
+
"sass": "^1.77.4",
|
135
133
|
"sirv": "^2.0.4",
|
136
134
|
"source-map-support": "^0.5.21",
|
137
135
|
"strip-ansi": "^7.1.0",
|
138
136
|
"strip-literal": "^2.1.0",
|
139
|
-
"tsconfck": "^3.0
|
137
|
+
"tsconfck": "^3.1.0",
|
140
138
|
"tslib": "^2.6.2",
|
141
139
|
"types": "link:./types",
|
142
140
|
"ufo": "^1.5.3",
|
package/types/customEvent.d.ts
CHANGED
@@ -23,6 +23,7 @@ export interface WebSocketConnectionPayload {
|
|
23
23
|
* This might be removed in the future if we didn't find reasonable use cases.
|
24
24
|
* If you find this useful, please open an issue with details so we can discuss and make it stable API.
|
25
25
|
*/
|
26
|
+
// eslint-disable-next-line n/no-unsupported-features/node-builtins
|
26
27
|
webSocket: WebSocket
|
27
28
|
}
|
28
29
|
|