vite 6.0.2 → 6.0.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.
Potentially problematic release.
This version of vite might be problematic. Click here for more details.
- package/bin/vite.js +4 -0
- package/dist/client/client.mjs +23 -25
- package/dist/node/chunks/{dep-A4nAWF7x.js → dep-BZMjGe_U.js} +636 -353
- package/dist/node/chunks/{dep-DFNV1bxH.js → dep-CrWUFq3l.js} +1 -1
- package/dist/node/chunks/{dep-CoVxupJ6.js → dep-pSQn2Hds.js} +1 -1
- package/dist/node/cli.js +5 -5
- package/dist/node/index.d.ts +14 -9
- package/dist/node/index.js +4 -4
- package/dist/node/module-runner.d.ts +2 -2
- package/dist/node/module-runner.js +11 -11
- package/dist/node-cjs/publicUtils.cjs +106 -68
- package/package.json +15 -14
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "vite",
|
3
|
-
"version": "6.0.
|
3
|
+
"version": "6.0.4",
|
4
4
|
"type": "module",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Evan You",
|
@@ -81,27 +81,27 @@
|
|
81
81
|
},
|
82
82
|
"devDependencies": {
|
83
83
|
"@ampproject/remapping": "^2.3.0",
|
84
|
-
"@babel/parser": "^7.26.
|
84
|
+
"@babel/parser": "^7.26.3",
|
85
85
|
"@jridgewell/trace-mapping": "^0.3.25",
|
86
86
|
"@polka/compression": "^1.0.0-next.25",
|
87
87
|
"@rollup/plugin-alias": "^5.1.1",
|
88
|
-
"@rollup/plugin-commonjs": "^28.0.
|
88
|
+
"@rollup/plugin-commonjs": "^28.0.2",
|
89
89
|
"@rollup/plugin-dynamic-import-vars": "2.1.4",
|
90
90
|
"@rollup/plugin-json": "^6.1.0",
|
91
|
-
"@rollup/plugin-node-resolve": "
|
92
|
-
"@rollup/pluginutils": "^5.1.
|
91
|
+
"@rollup/plugin-node-resolve": "16.0.0",
|
92
|
+
"@rollup/pluginutils": "^5.1.4",
|
93
93
|
"@types/escape-html": "^1.0.4",
|
94
94
|
"@types/pnpapi": "^0.0.5",
|
95
|
-
"artichokie": "^0.
|
95
|
+
"artichokie": "^0.3.1",
|
96
96
|
"cac": "^6.7.14",
|
97
97
|
"chokidar": "^3.6.0",
|
98
98
|
"connect": "^3.7.0",
|
99
99
|
"convert-source-map": "^2.0.0",
|
100
100
|
"cors": "^2.8.5",
|
101
101
|
"cross-spawn": "^7.0.6",
|
102
|
-
"debug": "^4.
|
102
|
+
"debug": "^4.4.0",
|
103
103
|
"dep-types": "link:./src/types",
|
104
|
-
"dotenv": "^16.4.
|
104
|
+
"dotenv": "^16.4.7",
|
105
105
|
"dotenv-expand": "^12.0.1",
|
106
106
|
"es-module-lexer": "^1.5.4",
|
107
107
|
"escape-html": "^1.0.3",
|
@@ -109,11 +109,11 @@
|
|
109
109
|
"etag": "^1.8.1",
|
110
110
|
"http-proxy": "^1.18.1",
|
111
111
|
"launch-editor-middleware": "^2.9.1",
|
112
|
-
"lightningcss": "^1.28.
|
113
|
-
"magic-string": "^0.30.
|
112
|
+
"lightningcss": "^1.28.2",
|
113
|
+
"magic-string": "^0.30.17",
|
114
114
|
"mlly": "^1.7.3",
|
115
115
|
"mrmime": "^2.0.0",
|
116
|
-
"nanoid": "^5.0.
|
116
|
+
"nanoid": "^5.0.9",
|
117
117
|
"open": "^10.1.0",
|
118
118
|
"parse5": "^7.2.1",
|
119
119
|
"pathe": "^1.1.2",
|
@@ -123,15 +123,16 @@
|
|
123
123
|
"postcss-import": "^16.1.0",
|
124
124
|
"postcss-load-config": "^6.0.1",
|
125
125
|
"postcss-modules": "^6.0.1",
|
126
|
-
"resolve.exports": "^2.0.
|
126
|
+
"resolve.exports": "^2.0.3",
|
127
127
|
"rollup-plugin-dts": "^6.1.1",
|
128
128
|
"rollup-plugin-esbuild": "^6.1.1",
|
129
129
|
"rollup-plugin-license": "^3.5.3",
|
130
|
-
"sass": "^1.
|
131
|
-
"sass-embedded": "^1.
|
130
|
+
"sass": "^1.83.0",
|
131
|
+
"sass-embedded": "^1.83.0",
|
132
132
|
"sirv": "^3.0.0",
|
133
133
|
"source-map-support": "^0.5.21",
|
134
134
|
"strip-literal": "^2.1.1",
|
135
|
+
"terser": "^5.37.0",
|
135
136
|
"tinyglobby": "^0.2.10",
|
136
137
|
"tsconfck": "^3.1.4",
|
137
138
|
"tslib": "^2.8.1",
|