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

chore(deps): update all non-major dependencies #11321

Merged
merged 2 commits into from Dec 12, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@babel/types": "^7.20.5",
"@microsoft/api-extractor": "^7.33.6",
"@microsoft/api-extractor": "^7.33.7",
"@rollup/plugin-typescript": "^10.0.1",
"@types/babel__core": "^7.1.20",
"@types/babel__standalone": "^7.1.4",
Expand All @@ -50,16 +50,16 @@
"@types/less": "^3.0.3",
"@types/micromatch": "^4.0.2",
"@types/minimist": "^1.2.2",
"@types/node": "^18.11.10",
"@types/node": "^18.11.13",
"@types/picomatch": "^2.3.0",
"@types/prompts": "^2.4.1",
"@types/prompts": "^2.4.2",
"@types/resolve": "^1.20.2",
"@types/sass": "~1.43.1",
"@types/semver": "^7.3.13",
"@types/stylus": "^0.48.38",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"@typescript-eslint/eslint-plugin": "^5.46.0",
"@typescript-eslint/parser": "^5.46.0",
"conventional-changelog-cli": "^2.2.2",
"esbuild": "^0.16.3",
"eslint": "^8.29.0",
Expand All @@ -76,7 +76,7 @@
"picocolors": "^1.0.0",
"playwright-chromium": "^1.28.1",
"pnpm": "^7.18.1",
"prettier": "2.8.0",
"prettier": "2.8.1",
"prompts": "^2.4.2",
"resolve": "^1.22.1",
"rimraf": "^3.0.2",
Expand All @@ -89,8 +89,8 @@
"typescript": "^4.9.3",
"unbuild": "^0.9.4",
"vite": "workspace:*",
"vitepress": "^1.0.0-alpha.29",
"vitest": "^0.25.3",
"vitepress": "^1.0.0-alpha.31",
"vitest": "^0.25.7",
"vue": "^3.2.45"
},
"simple-git-hooks": {
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit-ts/package.json
Expand Up @@ -17,7 +17,7 @@
"build": "tsc && vite build"
},
"dependencies": {
"lit": "^2.4.1"
"lit": "^2.5.0"
},
"devDependencies": {
"typescript": "^4.9.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-lit/package.json
Expand Up @@ -15,7 +15,7 @@
"build": "vite build"
},
"dependencies": {
"lit": "^2.4.1"
"lit": "^2.5.0"
},
"devDependencies": {
"vite": "^4.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/create-vite/template-svelte-ts/package.json
Expand Up @@ -10,10 +10,10 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"@tsconfig/svelte": "^3.0.0",
"svelte": "^3.54.0",
"svelte-check": "^2.10.0",
"svelte-check": "^2.10.2",
"tslib": "^2.4.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-svelte/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^2.0.1",
"svelte": "^3.54.0",
"vite": "^4.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-vue-ts/package.json
Expand Up @@ -15,6 +15,6 @@
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
"vue-tsc": "^1.0.13"
}
}
6 changes: 3 additions & 3 deletions packages/vite/package.json
Expand Up @@ -59,7 +59,7 @@
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
"dependencies": {
"esbuild": "^0.16.3",
"postcss": "^8.4.19",
"postcss": "^8.4.20",
"resolve": "^1.22.1",
"rollup": "^3.7.0"
},
Expand All @@ -72,7 +72,7 @@
"@babel/types": "^7.20.5",
"@jridgewell/trace-mapping": "^0.3.17",
"@rollup/plugin-alias": "^4.0.2",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-commonjs": "^23.0.4",
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
"@rollup/plugin-json": "^5.0.2",
"@rollup/plugin-node-resolve": "15.0.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"periscopic": "^3.0.4",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"postcss-import": "^15.0.1",
"postcss-import": "^15.1.0",
"postcss-load-config": "^4.0.1",
"postcss-modules": "^6.0.0",
"resolve.exports": "^1.1.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/vite/src/types/commonjs.d.ts
Expand Up @@ -110,17 +110,17 @@ export interface RollupCommonJSOptions {
* they should be left unconverted as it requires an optional dependency
* that may or may not be installed beside the rolled up package.
* Due to the conversion of `require` to a static `import` - the call is
* hoisted to the top of the file, outside of the `try-catch` clause.
* hoisted to the top of the file, outside the `try-catch` clause.
*
* - `true`: All `require` calls inside a `try` will be left unconverted.
* - `true`: Default. All `require` calls inside a `try` will be left unconverted.
* - `false`: All `require` calls inside a `try` will be converted as if the
* `try-catch` clause is not there.
* - `remove`: Remove all `require` calls from inside any `try` block.
* - `string[]`: Pass an array containing the IDs to left unconverted.
* - `((id: string) => boolean|'remove')`: Pass a function that control
* - `((id: string) => boolean|'remove')`: Pass a function that controls
* individual IDs.
*
* @default false
* @default true
*/
ignoreTryCatch?:
| boolean
Expand All @@ -134,14 +134,14 @@ export interface RollupCommonJSOptions {
* NodeJS where ES modules can only import a default export from a CommonJS
* dependency.
*
* If you set `esmExternals` to `true`, this plugins assumes that all
* If you set `esmExternals` to `true`, this plugin assumes that all
* external dependencies are ES modules and respect the
* `requireReturnsDefault` option. If that option is not set, they will be
* rendered as namespace imports.
*
* You can also supply an array of ids to be treated as ES modules, or a
* function that will be passed each external id to determine if it is an ES
* module.
* function that will be passed each external id to determine whether it is
* an ES module.
* @default false
*/
esmExternals?: boolean | ReadonlyArray<string> | ((id: string) => boolean)
Expand All @@ -159,7 +159,7 @@ export interface RollupCommonJSOptions {
* import * as foo from 'foo';
* ```
*
* However there are some situations where this may not be desired.
* However, there are some situations where this may not be desired.
* For these situations, you can change Rollup's behaviour either globally or
* per module. To change it globally, set the `requireReturnsDefault` option
* to one of the following values:
Expand Down Expand Up @@ -210,7 +210,7 @@ export interface RollupCommonJSOptions {
* Some modules contain dynamic `require` calls, or require modules that
* contain circular dependencies, which are not handled well by static
* imports. Including those modules as `dynamicRequireTargets` will simulate a
* CommonJS (NodeJS-like) environment for them with support for dynamic
* CommonJS (NodeJS-like) environment for them with support for dynamic
* dependencies. It also enables `strictRequires` for those modules.
*
* Note: In extreme cases, this feature may result in some paths being
Expand All @@ -224,7 +224,7 @@ export interface RollupCommonJSOptions {
* To avoid long paths when using the `dynamicRequireTargets` option, you can use this option to specify a directory
* that is a common parent for all files that use dynamic require statements. Using a directory higher up such as `/`
* may lead to unnecessarily long paths in the generated code and may expose directory names on your machine like your
* home directory name. By default it uses the current working directory.
* home directory name. By default, it uses the current working directory.
*/
dynamicRequireRoot?: string
}
2 changes: 1 addition & 1 deletion playground/backend-integration/package.json
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"devDependencies": {
"sass": "^1.56.1",
"sass": "^1.56.2",
"tailwindcss": "^3.2.4",
"fast-glob": "^3.2.12"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css-sourcemap/package.json
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"less": "^4.1.3",
"magic-string": "^0.27.0",
"sass": "^1.56.1",
"sass": "^1.56.2",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/css/package.json
Expand Up @@ -17,7 +17,7 @@
"fast-glob": "^3.2.12",
"less": "^4.1.3",
"postcss-nested": "^5.0.6",
"sass": "^1.56.1",
"sass": "^1.56.2",
"stylus": "^0.59.0",
"sugarss": "^4.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion playground/multiple-entrypoints/package.json
Expand Up @@ -10,6 +10,6 @@
},
"devDependencies": {
"fast-glob": "^3.2.12",
"sass": "^1.56.1"
"sass": "^1.56.2"
}
}