Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #14092

Merged
merged 4 commits into from
Sep 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/guide/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,9 +541,8 @@ import wasmUrl from 'foo.wasm?url'

const main = async () => {
const responsePromise = fetch(wasmUrl)
const { module, instance } = await WebAssembly.instantiateStreaming(
responsePromise,
)
const { module, instance } =
await WebAssembly.instantiateStreaming(responsePromise)
/* ... */
}

Expand Down
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,51 +41,51 @@
"ci-docs": "run-s build docs-build"
},
"devDependencies": {
"@babel/types": "^7.22.17",
"@microsoft/api-extractor": "^7.36.3",
"@rollup/plugin-typescript": "^11.1.2",
"@types/babel__core": "^7.20.1",
"@types/babel__preset-env": "^7.9.2",
"@types/convert-source-map": "^2.0.0",
"@types/cross-spawn": "^6.0.2",
"@babel/types": "^7.22.19",
"@microsoft/api-extractor": "^7.37.0",
"@rollup/plugin-typescript": "^11.1.3",
"@types/babel__core": "^7.20.2",
"@types/babel__preset-env": "^7.9.3",
"@types/convert-source-map": "^2.0.1",
"@types/cross-spawn": "^6.0.3",
"@types/debug": "^4.1.8",
"@types/estree": "^1.0.1",
"@types/etag": "^1.8.1",
"@types/fs-extra": "^11.0.1",
"@types/fs-extra": "^11.0.2",
"@types/json-stable-stringify": "^1.0.34",
"@types/less": "^3.0.3",
"@types/less": "^3.0.4",
"@types/micromatch": "^4.0.2",
"@types/node": "^18.17.3",
"@types/node": "^18.17.17",
"@types/picomatch": "^2.3.0",
"@types/sass": "~1.43.1",
"@types/stylus": "^0.48.38",
"@types/stylus": "^0.48.39",
"@types/ws": "^8.5.5",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@vitejs/release-scripts": "^1.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/release-scripts": "^1.3.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-define-config": "^1.23.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-regexp": "^1.15.0",
"execa": "^8.0.1",
"fs-extra": "^11.1.1",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
"picocolors": "^1.0.0",
"playwright-chromium": "^1.36.2",
"prettier": "3.0.1",
"playwright-chromium": "^1.38.0",
"prettier": "3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.29.0",
"simple-git-hooks": "^2.9.0",
"tslib": "^2.6.1",
"tsx": "^3.12.7",
"tslib": "^2.6.2",
"tsx": "^3.12.10",
"typescript": "^5.0.2",
"unbuild": "^1.2.1",
"vite": "workspace:*",
"vitepress": "1.0.0-beta.7",
"vitest": "^0.34.1",
"vitepress": "1.0.0-rc.14",
"vitest": "^0.34.4",
"vue": "^3.3.4"
},
"simple-git-hooks": {
Expand All @@ -105,7 +105,7 @@
"eslint --cache --fix"
]
},
"packageManager": "pnpm@8.6.12",
"packageManager": "pnpm@8.7.6",
"pnpm": {
"overrides": {
"vite": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.16.0"
"preact": "^10.17.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.16.0"
"preact": "^10.17.1"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.6"
"@builder.io/qwik": "^1.2.11"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-qwik/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.9"
},
"dependencies": {
"@builder.io/qwik": "^1.2.6"
"@builder.io/qwik": "^1.2.11"
}
}
8 changes: 4 additions & 4 deletions packages/create-vite/template-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint": "^8.49.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-vite/template-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.4",
"eslint": "^8.46.0",
"eslint-plugin-react": "^7.33.1",
"eslint": "^8.49.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.9"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.9"
"solid-js": "^1.7.11"
},
"devDependencies": {
"typescript": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"solid-js": "^1.7.9"
"solid-js": "^1.7.11"
},
"devDependencies": {
"vite": "^4.4.9",
Expand Down
10 changes: 5 additions & 5 deletions packages/create-vite/template-svelte-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.1.2",
"svelte-check": "^3.4.6",
"tslib": "^2.6.1",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "^5.0.2",
"vite": "^4.4.9"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.4",
"svelte": "^4.1.2",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"svelte": "^4.2.0",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.0.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.8"
"vue-tsc": "^1.8.11"
}
}
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue": "^4.3.4",
"vite": "^4.4.9"
}
}
12 changes: 6 additions & 6 deletions packages/plugin-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
"funding": "https://github.com/vitejs/vite?sponsor=1",
"dependencies": {
"@babel/core": "^7.22.17",
"@babel/preset-env": "^7.22.9",
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"browserslist": "^4.21.10",
"core-js": "^3.32.0",
"magic-string": "^0.30.2",
"regenerator-runtime": "^0.13.11",
"systemjs": "^6.14.1"
"core-js": "^3.32.2",
"magic-string": "^0.30.3",
"regenerator-runtime": "^0.14.0",
"systemjs": "^6.14.2"
},
"peerDependencies": {
"terser": "^5.4.0",
Expand Down
31 changes: 29 additions & 2 deletions packages/vite/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -642,6 +642,33 @@ Repository: https://github.com/micromatch/anymatch

---------------------------------------

## astring
License: MIT
By: David Bonnet
Repository: https://github.com/davidbonnet/astring.git

> Copyright (c) 2015, David Bonnet <david@bonnet.cc>
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.

---------------------------------------

## balanced-match
License: MIT
By: Julian Gruber
Expand Down Expand Up @@ -2049,7 +2076,7 @@ Repository: git://github.com/isaacs/minimatch.git

> The ISC License
>
> Copyright (c) 2011-2022 Isaac Z. Schlueter and Contributors
> Copyright (c) 2011-2023 Isaac Z. Schlueter and Contributors
>
> Permission to use, copy, modify, and/or distribute this software for any
> purpose with or without fee is hereby granted, provided that the above
Expand Down Expand Up @@ -3358,7 +3385,7 @@ Repository: https://github.com/npm/wrappy
## ws
License: MIT
By: Einar Otto Stangvik
Repository: websockets/ws
Repository: git+https://github.com/websockets/ws.git

> Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>
> Copyright (c) 2013 Arnout Kazemier and contributors
Expand Down
36 changes: 18 additions & 18 deletions packages/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,24 +71,24 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.18.10",
"postcss": "^8.4.27",
"postcss": "^8.4.29",
"rollup": "^3.29.0"
},
"optionalDependencies": {
"fsevents": "~2.3.2"
"fsevents": "~2.3.3"
},
"devDependencies": {
"@ampproject/remapping": "^2.2.1",
"@babel/parser": "^7.22.7",
"@babel/types": "^7.22.17",
"@jridgewell/trace-mapping": "^0.3.18",
"@babel/parser": "^7.22.16",
"@babel/types": "^7.22.19",
"@jridgewell/trace-mapping": "^0.3.19",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-dynamic-import-vars": "^2.0.4",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.0.5",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "15.1.0",
"@rollup/plugin-typescript": "^11.1.2",
"@rollup/pluginutils": "^5.0.2",
"@rollup/plugin-node-resolve": "15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@rollup/pluginutils": "^5.0.4",
"@types/escape-html": "^1.0.2",
"@types/pnpapi": "^0.0.2",
"acorn": "^8.10.0",
Expand All @@ -105,18 +105,18 @@
"dep-types": "link:./src/types",
"dotenv": "^16.3.1",
"dotenv-expand": "^10.0.0",
"es-module-lexer": "^1.3.0",
"es-module-lexer": "^1.3.1",
"escape-html": "^1.0.3",
"estree-walker": "^3.0.3",
"etag": "^1.8.1",
"fast-glob": "^3.3.1",
"http-proxy": "^1.18.1",
"json-stable-stringify": "^1.0.2",
"launch-editor-middleware": "^2.6.0",
"lightningcss": "^1.21.5",
"magic-string": "^0.30.2",
"lightningcss": "^1.22.0",
"magic-string": "^0.30.3",
"micromatch": "^4.0.5",
"mlly": "^1.4.0",
"mlly": "^1.4.2",
"mrmime": "^1.0.1",
"okie": "^1.0.1",
"open": "^8.4.2",
Expand All @@ -128,16 +128,16 @@
"postcss-load-config": "^4.0.1",
"postcss-modules": "^6.0.0",
"resolve.exports": "^2.0.2",
"rollup-plugin-license": "^3.0.1",
"rollup-plugin-license": "^3.1.0",
"sirv": "^2.0.3",
"source-map-support": "^0.5.21",
"strip-ansi": "^7.1.0",
"strip-literal": "^1.3.0",
"tsconfck": "^3.0.0-next.8",
"tslib": "^2.6.1",
"tslib": "^2.6.2",
"types": "link:./types",
"ufo": "^1.2.0",
"ws": "^8.13.0"
"ufo": "^1.3.0",
"ws": "^8.14.1"
},
"peerDependencies": {
"@types/node": "^18.0.0 || >=20.0.0",
Expand Down
5 changes: 2 additions & 3 deletions packages/vite/src/types/lightningcss.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type {
CSSModulesConfig,
Drafts,
Features,
NonStandard,
PseudoClasses,
Targets,
Expand All @@ -13,8 +12,8 @@ import type {
*/
export type LightningCSSOptions = {
targets?: Targets
include?: Features
exclude?: Features
include?: number
exclude?: number
drafts?: Drafts
nonStandard?: NonStandard
pseudoClasses?: PseudoClasses
Expand Down
Loading