vite 5.0.0-beta.9 → 5.0.0
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 +22 -36
- package/dist/client/client.mjs +17 -3
- package/dist/client/client.mjs.map +1 -1
- package/dist/node/chunks/{dep-e04185e5.js → dep-M-BNPx05.js} +2 -2
- package/dist/node/chunks/{dep-ffdf177d.js → dep-T98iZFpD.js} +23525 -23424
- package/dist/node/chunks/{dep-6d23b7fa.js → dep-_v8GkZ9b.js} +145 -145
- package/dist/node/cli.js +32 -35
- package/dist/node/constants.js +1 -0
- package/dist/node/index.d.ts +121 -67
- package/dist/node/index.js +4 -3
- package/dist/node-cjs/publicUtils.cjs +389 -373
- package/index.cjs +0 -1
- package/package.json +12 -13
- /package/dist/node/chunks/{dep-c423598f.js → dep-8a-6Quh6.js} +0 -0
- /package/dist/node/chunks/{dep-f0c7dae0.js → dep-kjUoH5nk.js} +0 -0
package/index.cjs
CHANGED
|
@@ -27,7 +27,6 @@ asyncFunctions.forEach((name) => {
|
|
|
27
27
|
|
|
28
28
|
function warnCjsUsage() {
|
|
29
29
|
if (process.env.VITE_CJS_IGNORE_WARNING) return
|
|
30
|
-
globalThis.__vite_cjs_skip_clear_screen = true
|
|
31
30
|
const yellow = (str) => `\u001b[33m${str}\u001b[39m`
|
|
32
31
|
const log = process.env.VITE_CJS_TRACE ? console.trace : console.warn
|
|
33
32
|
log(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite",
|
|
3
|
-
"version": "5.0.0
|
|
3
|
+
"version": "5.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Evan You",
|
|
@@ -63,30 +63,29 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"esbuild": "^0.19.3",
|
|
65
65
|
"postcss": "^8.4.31",
|
|
66
|
-
"rollup": "^
|
|
66
|
+
"rollup": "^4.2.0"
|
|
67
67
|
},
|
|
68
68
|
"optionalDependencies": {
|
|
69
69
|
"fsevents": "~2.3.3"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@ampproject/remapping": "^2.2.1",
|
|
73
|
-
"@
|
|
73
|
+
"@babel/parser": "^7.23.3",
|
|
74
|
+
"@jridgewell/trace-mapping": "^0.3.20",
|
|
74
75
|
"@rollup/plugin-alias": "^5.0.1",
|
|
75
76
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
76
|
-
"@rollup/plugin-dynamic-import-vars": "^2.0
|
|
77
|
+
"@rollup/plugin-dynamic-import-vars": "^2.1.0",
|
|
77
78
|
"@rollup/plugin-json": "^6.0.1",
|
|
78
79
|
"@rollup/plugin-node-resolve": "15.2.3",
|
|
79
80
|
"@rollup/plugin-typescript": "^11.1.5",
|
|
80
81
|
"@rollup/pluginutils": "^5.0.5",
|
|
81
|
-
"@types/escape-html": "^1.0.
|
|
82
|
-
"@types/pnpapi": "^0.0.
|
|
83
|
-
"acorn": "^8.
|
|
84
|
-
"acorn-
|
|
85
|
-
"acorn-walk": "^8.2.0",
|
|
82
|
+
"@types/escape-html": "^1.0.4",
|
|
83
|
+
"@types/pnpapi": "^0.0.5",
|
|
84
|
+
"acorn": "^8.11.2",
|
|
85
|
+
"acorn-walk": "^8.3.0",
|
|
86
86
|
"cac": "^6.7.14",
|
|
87
87
|
"chokidar": "^3.5.3",
|
|
88
88
|
"connect": "^3.7.0",
|
|
89
|
-
"connect-history-api-fallback": "^2.0.0",
|
|
90
89
|
"convert-source-map": "^2.0.0",
|
|
91
90
|
"cors": "^2.8.5",
|
|
92
91
|
"cross-spawn": "^7.0.3",
|
|
@@ -94,15 +93,15 @@
|
|
|
94
93
|
"dep-types": "link:./src/types",
|
|
95
94
|
"dotenv": "^16.3.1",
|
|
96
95
|
"dotenv-expand": "^10.0.0",
|
|
97
|
-
"es-module-lexer": "^1.
|
|
96
|
+
"es-module-lexer": "^1.4.1",
|
|
98
97
|
"escape-html": "^1.0.3",
|
|
99
98
|
"estree-walker": "^3.0.3",
|
|
100
99
|
"etag": "^1.8.1",
|
|
101
|
-
"fast-glob": "^3.3.
|
|
100
|
+
"fast-glob": "^3.3.2",
|
|
102
101
|
"http-proxy": "^1.18.1",
|
|
103
102
|
"json-stable-stringify": "^1.0.2",
|
|
104
103
|
"launch-editor-middleware": "^2.6.1",
|
|
105
|
-
"lightningcss": "^1.22.
|
|
104
|
+
"lightningcss": "^1.22.1",
|
|
106
105
|
"magic-string": "^0.30.5",
|
|
107
106
|
"micromatch": "^4.0.5",
|
|
108
107
|
"mlly": "^1.4.2",
|
|
File without changes
|
|
File without changes
|