Skip to content

Commit 68638f7

Browse files
renovate[bot]bluwy
andauthored
fix(deps): update all non-major dependencies (#14092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: bluwy <[email protected]>
1 parent 67f4e52 commit 68638f7

File tree

37 files changed

+1585
-1675
lines changed

37 files changed

+1585
-1675
lines changed

docs/guide/features.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -541,9 +541,8 @@ import wasmUrl from 'foo.wasm?url'
541541

542542
const main = async () => {
543543
const responsePromise = fetch(wasmUrl)
544-
const { module, instance } = await WebAssembly.instantiateStreaming(
545-
responsePromise,
546-
)
544+
const { module, instance } =
545+
await WebAssembly.instantiateStreaming(responsePromise)
547546
/* ... */
548547
}
549548

package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -41,51 +41,51 @@
4141
"ci-docs": "run-s build docs-build"
4242
},
4343
"devDependencies": {
44-
"@babel/types": "^7.22.17",
45-
"@microsoft/api-extractor": "^7.36.3",
46-
"@rollup/plugin-typescript": "^11.1.2",
47-
"@types/babel__core": "^7.20.1",
48-
"@types/babel__preset-env": "^7.9.2",
49-
"@types/convert-source-map": "^2.0.0",
50-
"@types/cross-spawn": "^6.0.2",
44+
"@babel/types": "^7.22.19",
45+
"@microsoft/api-extractor": "^7.37.0",
46+
"@rollup/plugin-typescript": "^11.1.3",
47+
"@types/babel__core": "^7.20.2",
48+
"@types/babel__preset-env": "^7.9.3",
49+
"@types/convert-source-map": "^2.0.1",
50+
"@types/cross-spawn": "^6.0.3",
5151
"@types/debug": "^4.1.8",
5252
"@types/estree": "^1.0.1",
5353
"@types/etag": "^1.8.1",
54-
"@types/fs-extra": "^11.0.1",
54+
"@types/fs-extra": "^11.0.2",
5555
"@types/json-stable-stringify": "^1.0.34",
56-
"@types/less": "^3.0.3",
56+
"@types/less": "^3.0.4",
5757
"@types/micromatch": "^4.0.2",
58-
"@types/node": "^18.17.3",
58+
"@types/node": "^18.17.17",
5959
"@types/picomatch": "^2.3.0",
6060
"@types/sass": "~1.43.1",
61-
"@types/stylus": "^0.48.38",
61+
"@types/stylus": "^0.48.39",
6262
"@types/ws": "^8.5.5",
63-
"@typescript-eslint/eslint-plugin": "^6.2.1",
64-
"@typescript-eslint/parser": "^6.2.1",
65-
"@vitejs/release-scripts": "^1.3.0",
63+
"@typescript-eslint/eslint-plugin": "^6.7.0",
64+
"@typescript-eslint/parser": "^6.7.0",
65+
"@vitejs/release-scripts": "^1.3.1",
6666
"conventional-changelog-cli": "^3.0.0",
67-
"eslint": "^8.46.0",
67+
"eslint": "^8.49.0",
6868
"eslint-define-config": "^1.23.0",
69-
"eslint-plugin-import": "^2.28.0",
70-
"eslint-plugin-n": "^16.0.1",
69+
"eslint-plugin-import": "^2.28.1",
70+
"eslint-plugin-n": "^16.1.0",
7171
"eslint-plugin-regexp": "^1.15.0",
7272
"execa": "^8.0.1",
7373
"fs-extra": "^11.1.1",
7474
"lint-staged": "^14.0.1",
7575
"npm-run-all": "^4.1.5",
7676
"picocolors": "^1.0.0",
77-
"playwright-chromium": "^1.36.2",
78-
"prettier": "3.0.1",
77+
"playwright-chromium": "^1.38.0",
78+
"prettier": "3.0.3",
7979
"rimraf": "^5.0.1",
8080
"rollup": "^3.29.0",
8181
"simple-git-hooks": "^2.9.0",
82-
"tslib": "^2.6.1",
83-
"tsx": "^3.12.7",
82+
"tslib": "^2.6.2",
83+
"tsx": "^3.12.10",
8484
"typescript": "^5.0.2",
8585
"unbuild": "^1.2.1",
8686
"vite": "workspace:*",
87-
"vitepress": "1.0.0-beta.7",
88-
"vitest": "^0.34.1",
87+
"vitepress": "1.0.0-rc.14",
88+
"vitest": "^0.34.4",
8989
"vue": "^3.3.4"
9090
},
9191
"simple-git-hooks": {
@@ -105,7 +105,7 @@
105105
"eslint --cache --fix"
106106
]
107107
},
108-
"packageManager": "pnpm@8.6.12",
108+
"packageManager": "pnpm@8.7.6",
109109
"pnpm": {
110110
"overrides": {
111111
"vite": "workspace:*"

packages/create-vite/template-preact-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"preact": "^10.16.0"
12+
"preact": "^10.17.1"
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.5.0",

packages/create-vite/template-preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"preact": "^10.16.0"
12+
"preact": "^10.17.1"
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.5.0",

packages/create-vite/template-qwik-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"vite": "^4.4.9"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.2.6"
16+
"@builder.io/qwik": "^1.2.11"
1717
}
1818
}

packages/create-vite/template-qwik/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
"vite": "^4.4.9"
1414
},
1515
"dependencies": {
16-
"@builder.io/qwik": "^1.2.6"
16+
"@builder.io/qwik": "^1.2.11"
1717
}
1818
}

packages/create-vite/template-react-ts/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.18",
17+
"@types/react": "^18.2.21",
1818
"@types/react-dom": "^18.2.7",
19-
"@typescript-eslint/eslint-plugin": "^6.2.1",
20-
"@typescript-eslint/parser": "^6.2.1",
19+
"@typescript-eslint/eslint-plugin": "^6.7.0",
20+
"@typescript-eslint/parser": "^6.7.0",
2121
"@vitejs/plugin-react": "^4.0.4",
22-
"eslint": "^8.46.0",
22+
"eslint": "^8.49.0",
2323
"eslint-plugin-react-hooks": "^4.6.0",
2424
"eslint-plugin-react-refresh": "^0.4.3",
2525
"typescript": "^5.0.2",

packages/create-vite/template-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^18.2.18",
17+
"@types/react": "^18.2.21",
1818
"@types/react-dom": "^18.2.7",
1919
"@vitejs/plugin-react": "^4.0.4",
20-
"eslint": "^8.46.0",
21-
"eslint-plugin-react": "^7.33.1",
20+
"eslint": "^8.49.0",
21+
"eslint-plugin-react": "^7.33.2",
2222
"eslint-plugin-react-hooks": "^4.6.0",
2323
"eslint-plugin-react-refresh": "^0.4.3",
2424
"vite": "^4.4.9"

packages/create-vite/template-solid-ts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"solid-js": "^1.7.9"
12+
"solid-js": "^1.7.11"
1313
},
1414
"devDependencies": {
1515
"typescript": "^5.0.2",

packages/create-vite/template-solid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"solid-js": "^1.7.9"
12+
"solid-js": "^1.7.11"
1313
},
1414
"devDependencies": {
1515
"vite": "^4.4.9",

packages/create-vite/template-svelte-ts/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
"check": "svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^2.4.4",
14-
"@tsconfig/svelte": "^5.0.0",
15-
"svelte": "^4.1.2",
16-
"svelte-check": "^3.4.6",
17-
"tslib": "^2.6.1",
13+
"@sveltejs/vite-plugin-svelte": "^2.4.6",
14+
"@tsconfig/svelte": "^5.0.2",
15+
"svelte": "^4.2.0",
16+
"svelte-check": "^3.5.1",
17+
"tslib": "^2.6.2",
1818
"typescript": "^5.0.2",
1919
"vite": "^4.4.9"
2020
}

packages/create-vite/template-svelte/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@sveltejs/vite-plugin-svelte": "^2.4.4",
13-
"svelte": "^4.1.2",
12+
"@sveltejs/vite-plugin-svelte": "^2.4.6",
13+
"svelte": "^4.2.0",
1414
"vite": "^4.4.9"
1515
}
1616
}

packages/create-vite/template-vue-ts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"vue": "^3.3.4"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^4.2.3",
15+
"@vitejs/plugin-vue": "^4.3.4",
1616
"typescript": "^5.0.2",
1717
"vite": "^4.4.9",
18-
"vue-tsc": "^1.8.8"
18+
"vue-tsc": "^1.8.11"
1919
}
2020
}

packages/create-vite/template-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"vue": "^3.3.4"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^4.2.3",
15+
"@vitejs/plugin-vue": "^4.3.4",
1616
"vite": "^4.4.9"
1717
}
1818
}

packages/plugin-legacy/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
4343
"funding": "https://github.com/vitejs/vite?sponsor=1",
4444
"dependencies": {
45-
"@babel/core": "^7.22.17",
46-
"@babel/preset-env": "^7.22.9",
45+
"@babel/core": "^7.22.20",
46+
"@babel/preset-env": "^7.22.20",
4747
"browserslist": "^4.21.10",
48-
"core-js": "^3.32.0",
49-
"magic-string": "^0.30.2",
50-
"regenerator-runtime": "^0.13.11",
51-
"systemjs": "^6.14.1"
48+
"core-js": "^3.32.2",
49+
"magic-string": "^0.30.3",
50+
"regenerator-runtime": "^0.14.0",
51+
"systemjs": "^6.14.2"
5252
},
5353
"peerDependencies": {
5454
"terser": "^5.4.0",

packages/vite/LICENSE.md

+29-2
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,33 @@ Repository: https://github.com/micromatch/anymatch
642642
643643
---------------------------------------
644644

645+
## astring
646+
License: MIT
647+
By: David Bonnet
648+
Repository: https://github.com/davidbonnet/astring.git
649+
650+
> Copyright (c) 2015, David Bonnet <[email protected]>
651+
>
652+
> Permission is hereby granted, free of charge, to any person obtaining a copy
653+
> of this software and associated documentation files (the "Software"), to deal
654+
> in the Software without restriction, including without limitation the rights
655+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
656+
> copies of the Software, and to permit persons to whom the Software is
657+
> furnished to do so, subject to the following conditions:
658+
>
659+
> The above copyright notice and this permission notice shall be included in
660+
> all copies or substantial portions of the Software.
661+
>
662+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
663+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
664+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
665+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
666+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
667+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
668+
> THE SOFTWARE.
669+
670+
---------------------------------------
671+
645672
## balanced-match
646673
License: MIT
647674
By: Julian Gruber
@@ -2049,7 +2076,7 @@ Repository: git://github.com/isaacs/minimatch.git
20492076

20502077
> The ISC License
20512078
>
2052-
> Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
2079+
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
20532080
>
20542081
> Permission to use, copy, modify, and/or distribute this software for any
20552082
> purpose with or without fee is hereby granted, provided that the above
@@ -3358,7 +3385,7 @@ Repository: https://github.com/npm/wrappy
33583385
## ws
33593386
License: MIT
33603387
By: Einar Otto Stangvik
3361-
Repository: websockets/ws
3388+
Repository: git+https://github.com/websockets/ws.git
33623389

33633390
> Copyright (c) 2011 Einar Otto Stangvik <[email protected]>
33643391
> Copyright (c) 2013 Arnout Kazemier and contributors

packages/vite/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -71,24 +71,24 @@
7171
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
7272
"dependencies": {
7373
"esbuild": "^0.18.10",
74-
"postcss": "^8.4.27",
74+
"postcss": "^8.4.29",
7575
"rollup": "^3.29.0"
7676
},
7777
"optionalDependencies": {
78-
"fsevents": "~2.3.2"
78+
"fsevents": "~2.3.3"
7979
},
8080
"devDependencies": {
8181
"@ampproject/remapping": "^2.2.1",
82-
"@babel/parser": "^7.22.7",
83-
"@babel/types": "^7.22.17",
84-
"@jridgewell/trace-mapping": "^0.3.18",
82+
"@babel/parser": "^7.22.16",
83+
"@babel/types": "^7.22.19",
84+
"@jridgewell/trace-mapping": "^0.3.19",
8585
"@rollup/plugin-alias": "^5.0.0",
86-
"@rollup/plugin-commonjs": "^25.0.3",
87-
"@rollup/plugin-dynamic-import-vars": "^2.0.4",
86+
"@rollup/plugin-commonjs": "^25.0.4",
87+
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
8888
"@rollup/plugin-json": "^6.0.0",
89-
"@rollup/plugin-node-resolve": "15.1.0",
90-
"@rollup/plugin-typescript": "^11.1.2",
91-
"@rollup/pluginutils": "^5.0.2",
89+
"@rollup/plugin-node-resolve": "15.2.1",
90+
"@rollup/plugin-typescript": "^11.1.3",
91+
"@rollup/pluginutils": "^5.0.4",
9292
"@types/escape-html": "^1.0.2",
9393
"@types/pnpapi": "^0.0.2",
9494
"acorn": "^8.10.0",
@@ -105,18 +105,18 @@
105105
"dep-types": "link:./src/types",
106106
"dotenv": "^16.3.1",
107107
"dotenv-expand": "^10.0.0",
108-
"es-module-lexer": "^1.3.0",
108+
"es-module-lexer": "^1.3.1",
109109
"escape-html": "^1.0.3",
110110
"estree-walker": "^3.0.3",
111111
"etag": "^1.8.1",
112112
"fast-glob": "^3.3.1",
113113
"http-proxy": "^1.18.1",
114114
"json-stable-stringify": "^1.0.2",
115115
"launch-editor-middleware": "^2.6.0",
116-
"lightningcss": "^1.21.5",
117-
"magic-string": "^0.30.2",
116+
"lightningcss": "^1.22.0",
117+
"magic-string": "^0.30.3",
118118
"micromatch": "^4.0.5",
119-
"mlly": "^1.4.0",
119+
"mlly": "^1.4.2",
120120
"mrmime": "^1.0.1",
121121
"okie": "^1.0.1",
122122
"open": "^8.4.2",
@@ -128,16 +128,16 @@
128128
"postcss-load-config": "^4.0.1",
129129
"postcss-modules": "^6.0.0",
130130
"resolve.exports": "^2.0.2",
131-
"rollup-plugin-license": "^3.0.1",
131+
"rollup-plugin-license": "^3.1.0",
132132
"sirv": "^2.0.3",
133133
"source-map-support": "^0.5.21",
134134
"strip-ansi": "^7.1.0",
135135
"strip-literal": "^1.3.0",
136136
"tsconfck": "^3.0.0-next.8",
137-
"tslib": "^2.6.1",
137+
"tslib": "^2.6.2",
138138
"types": "link:./types",
139-
"ufo": "^1.2.0",
140-
"ws": "^8.13.0"
139+
"ufo": "^1.3.0",
140+
"ws": "^8.14.1"
141141
},
142142
"peerDependencies": {
143143
"@types/node": "^18.0.0 || >=20.0.0",

packages/vite/src/types/lightningcss.d.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type {
22
CSSModulesConfig,
33
Drafts,
4-
Features,
54
NonStandard,
65
PseudoClasses,
76
Targets,
@@ -13,8 +12,8 @@ import type {
1312
*/
1413
export type LightningCSSOptions = {
1514
targets?: Targets
16-
include?: Features
17-
exclude?: Features
15+
include?: number
16+
exclude?: number
1817
drafts?: Drafts
1918
nonStandard?: NonStandard
2019
pseudoClasses?: PseudoClasses

0 commit comments

Comments
 (0)