@depup/vite 8.0.8-depup.0 → 8.2.0-depup.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 +94 -2
- package/README.md +4 -4
- package/bin/openChrome.js +1 -1
- package/changes.json +6 -6
- package/client.d.ts +3 -0
- package/dist/client/bundledDevClient.mjs +1463 -0
- package/dist/client/client.mjs +90 -87
- package/dist/node/chunks/build.js +5484 -2
- package/dist/node/chunks/dist.js +191 -126
- package/dist/node/chunks/lib.js +1 -1
- package/dist/node/chunks/moduleRunnerTransport.d.ts +25 -26
- package/dist/node/chunks/node.js +16515 -14186
- package/dist/node/chunks/postcss-import.js +11 -11
- package/dist/node/cli.js +6 -8
- package/dist/node/index.d.ts +1431 -1244
- package/dist/node/index.js +1 -2
- package/dist/node/module-runner.d.ts +78 -80
- package/dist/node/module-runner.js +61 -45
- package/package.json +85 -83
- package/types/customEvent.d.ts +3 -1
- package/types/hmrPayload.d.ts +20 -6
- package/types/importGlob.d.ts +48 -6
- package/dist/node/chunks/build2.js +0 -5378
- package/dist/node/chunks/chunk.js +0 -37
- package/dist/node/chunks/config.js +0 -2
- package/dist/node/chunks/logger.js +0 -322
- package/dist/node/chunks/optimizer.js +0 -2
- package/dist/node/chunks/preview.js +0 -2
- package/dist/node/chunks/server.js +0 -2
package/LICENSE.md
CHANGED
|
@@ -369,6 +369,34 @@ Repository: https://github.com/vitest-dev/vitest
|
|
|
369
369
|
|
|
370
370
|
---------------------------------------
|
|
371
371
|
|
|
372
|
+
## @voidzero-dev/vite-task-client
|
|
373
|
+
License: MIT
|
|
374
|
+
Repository: https://github.com/voidzero-dev/vite-task
|
|
375
|
+
|
|
376
|
+
> MIT License
|
|
377
|
+
>
|
|
378
|
+
> Copyright (c) 2026-present, VoidZero Inc.
|
|
379
|
+
>
|
|
380
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
381
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
382
|
+
> in the Software without restriction, including without limitation the rights
|
|
383
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
384
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
385
|
+
> furnished to do so, subject to the following conditions:
|
|
386
|
+
>
|
|
387
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
388
|
+
> copies or substantial portions of the Software.
|
|
389
|
+
>
|
|
390
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
391
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
392
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
393
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
394
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
395
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
396
|
+
> SOFTWARE.
|
|
397
|
+
|
|
398
|
+
---------------------------------------
|
|
399
|
+
|
|
372
400
|
## anymatch
|
|
373
401
|
License: ISC
|
|
374
402
|
By: Elan Shanker
|
|
@@ -962,6 +990,35 @@ Repository: https://github.com/follow-redirects/follow-redirects
|
|
|
962
990
|
|
|
963
991
|
---------------------------------------
|
|
964
992
|
|
|
993
|
+
## fresh-import
|
|
994
|
+
License: MIT
|
|
995
|
+
By: sapphi-red
|
|
996
|
+
Repository: https://github.com/sapphi-red/fresh-import
|
|
997
|
+
|
|
998
|
+
> MIT License
|
|
999
|
+
>
|
|
1000
|
+
> Copyright (c) 2026 sapphi-red
|
|
1001
|
+
>
|
|
1002
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1003
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
1004
|
+
> in the Software without restriction, including without limitation the rights
|
|
1005
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1006
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
1007
|
+
> furnished to do so, subject to the following conditions:
|
|
1008
|
+
>
|
|
1009
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
1010
|
+
> copies or substantial portions of the Software.
|
|
1011
|
+
>
|
|
1012
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1013
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1014
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1015
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1016
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1017
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1018
|
+
> SOFTWARE.
|
|
1019
|
+
|
|
1020
|
+
---------------------------------------
|
|
1021
|
+
|
|
965
1022
|
## generic-names
|
|
966
1023
|
License: MIT
|
|
967
1024
|
By: Alexey Litvinov
|
|
@@ -1162,6 +1219,13 @@ Repository: https://github.com/micromatch/is-glob
|
|
|
1162
1219
|
|
|
1163
1220
|
---------------------------------------
|
|
1164
1221
|
|
|
1222
|
+
## is-reference
|
|
1223
|
+
License: MIT
|
|
1224
|
+
By: Rich Harris
|
|
1225
|
+
Repository: https://github.com/Rich-Harris/is-reference
|
|
1226
|
+
|
|
1227
|
+
---------------------------------------
|
|
1228
|
+
|
|
1165
1229
|
## isexe, which
|
|
1166
1230
|
License: ISC
|
|
1167
1231
|
By: Isaac Z. Schlueter
|
|
@@ -1217,7 +1281,7 @@ Repository: https://github.com/lydell/js-tokens
|
|
|
1217
1281
|
## launch-editor, launch-editor-middleware
|
|
1218
1282
|
License: MIT
|
|
1219
1283
|
By: Evan You
|
|
1220
|
-
Repositories: https://github.com/
|
|
1284
|
+
Repositories: https://github.com/vitejs/launch-editor, https://github.com/vitejs/launch-editor
|
|
1221
1285
|
|
|
1222
1286
|
> The MIT License (MIT)
|
|
1223
1287
|
>
|
|
@@ -1549,7 +1613,7 @@ Repository: https://github.com/jshttp/on-finished
|
|
|
1549
1613
|
|
|
1550
1614
|
## parse5
|
|
1551
1615
|
License: MIT
|
|
1552
|
-
By: Ivan Nikulin,
|
|
1616
|
+
By: Ivan Nikulin, James Garbutt, Felix Boehm, Titus
|
|
1553
1617
|
Repository: https://github.com/inikulin/parse5
|
|
1554
1618
|
|
|
1555
1619
|
> Copyright (c) 2013-2019 Ivan Nikulin (ifaaan@gmail.com, https://github.com/inikulin)
|
|
@@ -2228,3 +2292,31 @@ Repository: https://github.com/websockets/ws
|
|
|
2228
2292
|
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
2229
2293
|
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
2230
2294
|
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2295
|
+
|
|
2296
|
+
---------------------------------------
|
|
2297
|
+
|
|
2298
|
+
## zimmerframe
|
|
2299
|
+
License: MIT
|
|
2300
|
+
Repository: https://github.com/sveltejs/zimmerframe
|
|
2301
|
+
|
|
2302
|
+
> MIT License
|
|
2303
|
+
>
|
|
2304
|
+
> Copyright (c) 2023 [these people](https://github.com/Rich-Harris/zimmerframe/graphs/contributors)
|
|
2305
|
+
>
|
|
2306
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2307
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
2308
|
+
> in the Software without restriction, including without limitation the rights
|
|
2309
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2310
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
2311
|
+
> furnished to do so, subject to the following conditions:
|
|
2312
|
+
>
|
|
2313
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
2314
|
+
> copies or substantial portions of the Software.
|
|
2315
|
+
>
|
|
2316
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2317
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2318
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2319
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2320
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2321
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2322
|
+
> SOFTWARE.
|
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/vite
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [vite](https://www.npmjs.com/package/vite) @ 8.0
|
|
17
|
-
| Processed | 2026-
|
|
16
|
+
| Original | [vite](https://www.npmjs.com/package/vite) @ 8.2.0 |
|
|
17
|
+
| Processed | 2026-08-02 |
|
|
18
18
|
| Smoke test | failed |
|
|
19
19
|
| Deps updated | 2 |
|
|
20
20
|
|
|
@@ -22,8 +22,8 @@ npm install @depup/vite
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| postcss | ^8.5.
|
|
26
|
-
|
|
|
25
|
+
| postcss | ^8.5.23 | ^8.5.25 |
|
|
26
|
+
| rolldown | ~1.2.0 | ^1.2.1 |
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
package/bin/openChrome.js
CHANGED
|
@@ -3,7 +3,7 @@ Copyright (c) 2015-present, Facebook, Inc.
|
|
|
3
3
|
|
|
4
4
|
This source code is licensed under the MIT license found in the
|
|
5
5
|
LICENSE file at
|
|
6
|
-
https://github.com/
|
|
6
|
+
https://github.com/react/create-react-app/blob/main/LICENSE
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
/* global Application */
|
package/changes.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"bumped": {
|
|
3
3
|
"postcss": {
|
|
4
|
-
"from": "^8.5.
|
|
5
|
-
"to": "^8.5.
|
|
4
|
+
"from": "^8.5.23",
|
|
5
|
+
"to": "^8.5.25"
|
|
6
6
|
},
|
|
7
|
-
"
|
|
8
|
-
"from": "
|
|
9
|
-
"to": "^
|
|
7
|
+
"rolldown": {
|
|
8
|
+
"from": "~1.2.0",
|
|
9
|
+
"to": "^1.2.1"
|
|
10
10
|
}
|
|
11
11
|
},
|
|
12
|
-
"timestamp": "2026-
|
|
12
|
+
"timestamp": "2026-08-02T00:58:59.250Z",
|
|
13
13
|
"totalUpdated": 2
|
|
14
14
|
}
|