Skip to content

Commit dcc0004

Browse files
chore(deps): update all non-major dependencies (#11321)
Co-authored-by: sapphi-red <[email protected]>
1 parent a0f2334 commit dcc0004

File tree

13 files changed

+217
-192
lines changed

13 files changed

+217
-192
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.20.5",
40-
"@microsoft/api-extractor": "^7.33.6",
40+
"@microsoft/api-extractor": "^7.33.7",
4141
"@rollup/plugin-typescript": "^10.0.1",
4242
"@types/babel__core": "^7.1.20",
4343
"@types/babel__standalone": "^7.1.4",
@@ -50,16 +50,16 @@
5050
"@types/less": "^3.0.3",
5151
"@types/micromatch": "^4.0.2",
5252
"@types/minimist": "^1.2.2",
53-
"@types/node": "^18.11.10",
53+
"@types/node": "^18.11.13",
5454
"@types/picomatch": "^2.3.0",
55-
"@types/prompts": "^2.4.1",
55+
"@types/prompts": "^2.4.2",
5656
"@types/resolve": "^1.20.2",
5757
"@types/sass": "~1.43.1",
5858
"@types/semver": "^7.3.13",
5959
"@types/stylus": "^0.48.38",
6060
"@types/ws": "^8.5.3",
61-
"@typescript-eslint/eslint-plugin": "^5.45.0",
62-
"@typescript-eslint/parser": "^5.45.0",
61+
"@typescript-eslint/eslint-plugin": "^5.46.0",
62+
"@typescript-eslint/parser": "^5.46.0",
6363
"conventional-changelog-cli": "^2.2.2",
6464
"esbuild": "^0.16.3",
6565
"eslint": "^8.29.0",
@@ -76,7 +76,7 @@
7676
"picocolors": "^1.0.0",
7777
"playwright-chromium": "^1.28.1",
7878
"pnpm": "^7.18.1",
79-
"prettier": "2.8.0",
79+
"prettier": "2.8.1",
8080
"prompts": "^2.4.2",
8181
"resolve": "^1.22.1",
8282
"rimraf": "^3.0.2",
@@ -89,8 +89,8 @@
8989
"typescript": "^4.9.3",
9090
"unbuild": "^0.9.4",
9191
"vite": "workspace:*",
92-
"vitepress": "^1.0.0-alpha.29",
93-
"vitest": "^0.25.3",
92+
"vitepress": "^1.0.0-alpha.31",
93+
"vitest": "^0.25.7",
9494
"vue": "^3.2.45"
9595
},
9696
"simple-git-hooks": {

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build": "tsc && vite build"
1818
},
1919
"dependencies": {
20-
"lit": "^2.4.1"
20+
"lit": "^2.5.0"
2121
},
2222
"devDependencies": {
2323
"typescript": "^4.9.3",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"build": "vite build"
1616
},
1717
"dependencies": {
18-
"lit": "^2.4.1"
18+
"lit": "^2.5.0"
1919
},
2020
"devDependencies": {
2121
"vite": "^4.0.0"

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"check": "svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^2.0.0",
13+
"@sveltejs/vite-plugin-svelte": "^2.0.1",
1414
"@tsconfig/svelte": "^3.0.0",
1515
"svelte": "^3.54.0",
16-
"svelte-check": "^2.10.0",
16+
"svelte-check": "^2.10.2",
1717
"tslib": "^2.4.1",
1818
"typescript": "^4.9.3",
1919
"vite": "^4.0.0"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"@sveltejs/vite-plugin-svelte": "^2.0.0",
12+
"@sveltejs/vite-plugin-svelte": "^2.0.1",
1313
"svelte": "^3.54.0",
1414
"vite": "^4.0.0"
1515
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@vitejs/plugin-vue": "^4.0.0",
1616
"typescript": "^4.9.3",
1717
"vite": "^4.0.0",
18-
"vue-tsc": "^1.0.11"
18+
"vue-tsc": "^1.0.13"
1919
}
2020
}

packages/vite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
6060
"dependencies": {
6161
"esbuild": "^0.16.3",
62-
"postcss": "^8.4.19",
62+
"postcss": "^8.4.20",
6363
"resolve": "^1.22.1",
6464
"rollup": "^3.7.0"
6565
},
@@ -72,7 +72,7 @@
7272
"@babel/types": "^7.20.5",
7373
"@jridgewell/trace-mapping": "^0.3.17",
7474
"@rollup/plugin-alias": "^4.0.2",
75-
"@rollup/plugin-commonjs": "^23.0.3",
75+
"@rollup/plugin-commonjs": "^23.0.4",
7676
"@rollup/plugin-dynamic-import-vars": "^2.0.1",
7777
"@rollup/plugin-json": "^5.0.2",
7878
"@rollup/plugin-node-resolve": "15.0.1",
@@ -107,7 +107,7 @@
107107
"periscopic": "^3.0.4",
108108
"picocolors": "^1.0.0",
109109
"picomatch": "^2.3.1",
110-
"postcss-import": "^15.0.1",
110+
"postcss-import": "^15.1.0",
111111
"postcss-load-config": "^4.0.1",
112112
"postcss-modules": "^6.0.0",
113113
"resolve.exports": "^1.1.0",

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

+10-10
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,17 @@ export interface RollupCommonJSOptions {
110110
* they should be left unconverted as it requires an optional dependency
111111
* that may or may not be installed beside the rolled up package.
112112
* Due to the conversion of `require` to a static `import` - the call is
113-
* hoisted to the top of the file, outside of the `try-catch` clause.
113+
* hoisted to the top of the file, outside the `try-catch` clause.
114114
*
115-
* - `true`: All `require` calls inside a `try` will be left unconverted.
115+
* - `true`: Default. All `require` calls inside a `try` will be left unconverted.
116116
* - `false`: All `require` calls inside a `try` will be converted as if the
117117
* `try-catch` clause is not there.
118118
* - `remove`: Remove all `require` calls from inside any `try` block.
119119
* - `string[]`: Pass an array containing the IDs to left unconverted.
120-
* - `((id: string) => boolean|'remove')`: Pass a function that control
120+
* - `((id: string) => boolean|'remove')`: Pass a function that controls
121121
* individual IDs.
122122
*
123-
* @default false
123+
* @default true
124124
*/
125125
ignoreTryCatch?:
126126
| boolean
@@ -134,14 +134,14 @@ export interface RollupCommonJSOptions {
134134
* NodeJS where ES modules can only import a default export from a CommonJS
135135
* dependency.
136136
*
137-
* If you set `esmExternals` to `true`, this plugins assumes that all
137+
* If you set `esmExternals` to `true`, this plugin assumes that all
138138
* external dependencies are ES modules and respect the
139139
* `requireReturnsDefault` option. If that option is not set, they will be
140140
* rendered as namespace imports.
141141
*
142142
* You can also supply an array of ids to be treated as ES modules, or a
143-
* function that will be passed each external id to determine if it is an ES
144-
* module.
143+
* function that will be passed each external id to determine whether it is
144+
* an ES module.
145145
* @default false
146146
*/
147147
esmExternals?: boolean | ReadonlyArray<string> | ((id: string) => boolean)
@@ -159,7 +159,7 @@ export interface RollupCommonJSOptions {
159159
* import * as foo from 'foo';
160160
* ```
161161
*
162-
* However there are some situations where this may not be desired.
162+
* However, there are some situations where this may not be desired.
163163
* For these situations, you can change Rollup's behaviour either globally or
164164
* per module. To change it globally, set the `requireReturnsDefault` option
165165
* to one of the following values:
@@ -210,7 +210,7 @@ export interface RollupCommonJSOptions {
210210
* Some modules contain dynamic `require` calls, or require modules that
211211
* contain circular dependencies, which are not handled well by static
212212
* imports. Including those modules as `dynamicRequireTargets` will simulate a
213-
* CommonJS (NodeJS-like) environment for them with support for dynamic
213+
* CommonJS (NodeJS-like) environment for them with support for dynamic
214214
* dependencies. It also enables `strictRequires` for those modules.
215215
*
216216
* Note: In extreme cases, this feature may result in some paths being
@@ -224,7 +224,7 @@ export interface RollupCommonJSOptions {
224224
* To avoid long paths when using the `dynamicRequireTargets` option, you can use this option to specify a directory
225225
* that is a common parent for all files that use dynamic require statements. Using a directory higher up such as `/`
226226
* may lead to unnecessarily long paths in the generated code and may expose directory names on your machine like your
227-
* home directory name. By default it uses the current working directory.
227+
* home directory name. By default, it uses the current working directory.
228228
*/
229229
dynamicRequireRoot?: string
230230
}

playground/backend-integration/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"sass": "^1.56.1",
12+
"sass": "^1.56.2",
1313
"tailwindcss": "^3.2.4",
1414
"fast-glob": "^3.2.12"
1515
}

playground/css-sourcemap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"devDependencies": {
1212
"less": "^4.1.3",
1313
"magic-string": "^0.27.0",
14-
"sass": "^1.56.1",
14+
"sass": "^1.56.2",
1515
"stylus": "^0.59.0",
1616
"sugarss": "^4.0.1"
1717
}

playground/css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"fast-glob": "^3.2.12",
1818
"less": "^4.1.3",
1919
"postcss-nested": "^5.0.6",
20-
"sass": "^1.56.1",
20+
"sass": "^1.56.2",
2121
"stylus": "^0.59.0",
2222
"sugarss": "^4.0.1"
2323
}

playground/multiple-entrypoints/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"fast-glob": "^3.2.12",
13-
"sass": "^1.56.1"
13+
"sass": "^1.56.2"
1414
}
1515
}

0 commit comments

Comments
 (0)