Skip to content

Commit 839665c

Browse files
renovate[bot]bluwy
andauthored
chore(deps): update all non-major dependencies (#6905)
Co-authored-by: bluwy <bjornlu.dev@gmail.com>
1 parent d96fdc3 commit 839665c

File tree

9 files changed

+659
-543
lines changed

9 files changed

+659
-543
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@
3434
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
3535
},
3636
"devDependencies": {
37-
"@microsoft/api-extractor": "^7.19.4",
37+
"@microsoft/api-extractor": "^7.19.5",
3838
"@types/fs-extra": "^9.0.13",
39-
"@types/jest": "^27.4.0",
40-
"@types/node": "^16.11.22",
39+
"@types/jest": "^27.4.1",
40+
"@types/node": "^16.11.26",
4141
"@types/prompts": "^2.0.14",
4242
"@types/semver": "^7.3.9",
43-
"@typescript-eslint/eslint-plugin": "^5.11.0",
44-
"@typescript-eslint/parser": "^5.11.0",
43+
"@typescript-eslint/eslint-plugin": "^5.15.0",
44+
"@typescript-eslint/parser": "^5.15.0",
4545
"conventional-changelog-cli": "^2.2.2",
4646
"cross-env": "^7.0.3",
4747
"esbuild": "^0.14.27",
48-
"eslint": "^8.8.0",
49-
"eslint-define-config": "^1.2.4",
48+
"eslint": "^8.11.0",
49+
"eslint-define-config": "^1.3.0",
5050
"eslint-plugin-node": "^11.1.0",
5151
"execa": "^5.1.1",
52-
"fs-extra": "^10.0.0",
52+
"fs-extra": "^10.0.1",
5353
"jest": "^27.5.1",
54-
"lint-staged": "^12.3.3",
54+
"lint-staged": "^12.3.6",
5555
"minimist": "^1.2.5",
5656
"node-fetch": "^2.6.6",
5757
"npm-run-all": "^4.1.5",
5858
"picocolors": "^1.0.0",
59-
"playwright-chromium": "^1.18.1",
60-
"prettier": "2.5.1",
59+
"playwright-chromium": "^1.20.0",
60+
"prettier": "2.6.0",
6161
"prompts": "^2.4.2",
6262
"rimraf": "^3.0.2",
6363
"rollup": "^2.59.0",
@@ -68,7 +68,7 @@
6868
"ts-node": "^10.4.0",
6969
"typescript": "~4.5.4",
7070
"vite": "workspace:*",
71-
"vitepress": "^0.21.6"
71+
"vitepress": "^0.22.3"
7272
},
7373
"simple-git-hooks": {
7474
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -85,7 +85,7 @@
8585
"eslint --ext .ts"
8686
]
8787
},
88-
"packageManager": "pnpm@6.30.0",
88+
"packageManager": "pnpm@6.32.3",
8989
"pnpm": {
9090
"overrides": {
9191
"vite": "workspace:*",

packages/plugin-legacy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
},
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
2424
"dependencies": {
25-
"@babel/standalone": "^7.17.2",
26-
"core-js": "^3.21.0",
27-
"magic-string": "^0.25.7",
25+
"@babel/standalone": "^7.17.7",
26+
"core-js": "^3.21.1",
27+
"magic-string": "^0.26.1",
2828
"regenerator-runtime": "^0.13.9",
2929
"systemjs": "^6.12.1"
3030
},

packages/plugin-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
},
3434
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
3535
"dependencies": {
36-
"@babel/core": "^7.17.2",
37-
"@babel/plugin-transform-react-jsx": "^7.16.7",
36+
"@babel/core": "^7.17.7",
37+
"@babel/plugin-transform-react-jsx": "^7.17.3",
3838
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
3939
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
4040
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
41-
"@rollup/pluginutils": "^4.1.2",
41+
"@rollup/pluginutils": "^4.2.0",
4242
"react-refresh": "^0.11.0",
4343
"resolve": "^1.22.0"
4444
}

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
},
2323
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
2424
"dependencies": {
25-
"@babel/core": "^7.17.2",
25+
"@babel/core": "^7.17.7",
2626
"@babel/plugin-syntax-import-meta": "^7.10.4",
2727
"@babel/plugin-transform-typescript": "^7.16.8",
28-
"@rollup/pluginutils": "^4.1.2",
28+
"@rollup/pluginutils": "^4.2.0",
2929
"@vue/babel-plugin-jsx": "^1.1.1",
3030
"hash-sum": "^2.0.0"
3131
}

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
"vue": "^3.2.25"
3636
},
3737
"devDependencies": {
38-
"@rollup/pluginutils": "^4.1.2",
38+
"@rollup/pluginutils": "^4.2.0",
3939
"@types/hash-sum": "^1.0.0",
4040
"debug": "^4.3.3",
4141
"hash-sum": "^2.0.0",
4242
"rollup": "^2.59.0",
4343
"slash": "^4.0.0",
4444
"source-map": "^0.6.1",
45-
"vue": "^3.2.30"
45+
"vue": "^3.2.31"
4646
}
4747
}

packages/vite/package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@
4444
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
4545
"dependencies": {
4646
"esbuild": "^0.14.27",
47-
"postcss": "^8.4.6",
47+
"postcss": "^8.4.12",
4848
"resolve": "^1.22.0",
4949
"rollup": "^2.59.0"
5050
},
5151
"optionalDependencies": {
5252
"fsevents": "~2.3.2"
5353
},
5454
"devDependencies": {
55-
"@ampproject/remapping": "^2.1.0",
56-
"@babel/parser": "^7.17.0",
55+
"@ampproject/remapping": "^2.1.2",
56+
"@babel/parser": "^7.17.7",
5757
"@babel/types": "^7.17.0",
58-
"@jridgewell/trace-mapping": "^0.3.2",
58+
"@jridgewell/trace-mapping": "^0.3.4",
5959
"@rollup/plugin-alias": "^3.1.9",
60-
"@rollup/plugin-commonjs": "^21.0.1",
60+
"@rollup/plugin-commonjs": "^21.0.2",
6161
"@rollup/plugin-dynamic-import-vars": "^1.4.2",
6262
"@rollup/plugin-json": "^4.1.0",
6363
"@rollup/plugin-node-resolve": "13.1.3",
64-
"@rollup/plugin-typescript": "^8.3.0",
65-
"@rollup/pluginutils": "^4.1.2",
64+
"@rollup/plugin-typescript": "^8.3.1",
65+
"@rollup/pluginutils": "^4.2.0",
6666
"@types/convert-source-map": "^1.5.2",
6767
"@types/cross-spawn": "^6.0.2",
6868
"@types/debug": "^4.1.7",
@@ -71,12 +71,12 @@
7171
"@types/less": "^3.0.3",
7272
"@types/micromatch": "^4.0.2",
7373
"@types/mime": "^2.0.3",
74-
"@types/node": "^16.11.22",
74+
"@types/node": "^16.11.26",
7575
"@types/resolve": "^1.20.1",
7676
"@types/sass": "~1.43.1",
7777
"@types/stylus": "^0.48.36",
78-
"@types/ws": "^8.2.2",
79-
"@vue/compiler-dom": "^3.2.30",
78+
"@types/ws": "^8.5.3",
79+
"@vue/compiler-dom": "^3.2.31",
8080
"acorn": "^8.7.0",
8181
"cac": "6.7.9",
8282
"chokidar": "^3.5.3",
@@ -88,14 +88,14 @@
8888
"debug": "^4.3.3",
8989
"dotenv": "^14.3.2",
9090
"dotenv-expand": "^5.1.0",
91-
"es-module-lexer": "^0.9.3",
91+
"es-module-lexer": "~0.9.3",
9292
"estree-walker": "^2.0.2",
9393
"etag": "^1.8.1",
9494
"fast-glob": "^3.2.11",
9595
"http-proxy": "^1.18.1",
9696
"json5": "^2.2.0",
9797
"launch-editor-middleware": "^2.3.0",
98-
"magic-string": "^0.25.7",
98+
"magic-string": "^0.26.1",
9999
"micromatch": "^4.0.4",
100100
"mrmime": "^1.0.0",
101101
"node-forge": "^1.2.1",
@@ -105,13 +105,13 @@
105105
"picocolors": "^1.0.0",
106106
"postcss-import": "^14.0.2",
107107
"postcss-load-config": "^3.1.3",
108-
"postcss-modules": "^4.3.0",
108+
"postcss-modules": "^4.3.1",
109109
"resolve.exports": "^1.1.0",
110110
"rollup-plugin-license": "^2.6.1",
111111
"sirv": "^2.0.2",
112112
"source-map-support": "^0.5.21",
113113
"strip-ansi": "^6.0.1",
114-
"terser": "^5.10.0",
114+
"terser": "^5.12.1",
115115
"tsconfck": "^1.2.0",
116116
"tslib": "^2.3.1",
117117
"types": "link:./types",

packages/vite/src/node/server/send.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ export function send(
3838

3939
if (req.headers['if-none-match'] === etag) {
4040
res.statusCode = 304
41-
return res.end()
41+
res.end()
42+
return
4243
}
4344

4445
res.setHeader('Content-Type', alias[type] || type)
@@ -63,7 +64,8 @@ export function send(
6364
}
6465

6566
res.statusCode = 200
66-
return res.end(content)
67+
res.end(content)
68+
return
6769
}
6870

6971
function genSourceMapString(map: SourceMap | string | undefined) {

0 commit comments

Comments
 (0)