Skip to content

Commit c68db4d

Browse files
renovate[bot]renovate-botbluwy
authored
fix(deps): update all non-major dependencies (#8281)
Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: bluwy <[email protected]>
1 parent dac55a5 commit c68db4d

File tree

39 files changed

+689
-634
lines changed

39 files changed

+689
-634
lines changed

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ hoist-pattern[]=postcss
55
hoist-pattern[]=pug
66
hoist-pattern[]=source-map-support
77
hoist-pattern[]=ts-node
8+
strict-peer-dependencies=false

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
},
3636
"devDependencies": {
3737
"@babel/types": "^7.17.10",
38-
"@microsoft/api-extractor": "^7.23.1",
38+
"@microsoft/api-extractor": "^7.24.1",
3939
"@rollup/plugin-typescript": "^8.3.2",
4040
"@types/babel__core": "^7.1.19",
4141
"@types/babel__standalone": "^7.1.4",
@@ -55,15 +55,15 @@
5555
"@types/resolve": "^1.20.2",
5656
"@types/sass": "~1.43.1",
5757
"@types/semver": "^7.3.9",
58-
"@types/stylus": "^0.48.37",
58+
"@types/stylus": "^0.48.38",
5959
"@types/ws": "^8.5.3",
60-
"@typescript-eslint/eslint-plugin": "^5.22.0",
61-
"@typescript-eslint/parser": "^5.22.0",
60+
"@typescript-eslint/eslint-plugin": "^5.25.0",
61+
"@typescript-eslint/parser": "^5.25.0",
6262
"conventional-changelog-cli": "^2.2.2",
6363
"cross-env": "^7.0.3",
6464
"esbuild": "^0.14.38",
65-
"eslint": "^8.15.0",
66-
"eslint-define-config": "^1.4.0",
65+
"eslint": "^8.16.0",
66+
"eslint-define-config": "^1.4.1",
6767
"eslint-plugin-import": "^2.26.0",
6868
"eslint-plugin-node": "^11.1.0",
6969
"esno": "^0.16.3",
@@ -75,8 +75,8 @@
7575
"node-fetch": "^2.6.7",
7676
"npm-run-all": "^4.1.5",
7777
"picocolors": "^1.0.0",
78-
"playwright-chromium": "^1.21.1",
79-
"pnpm": "^7.1.2",
78+
"playwright-chromium": "^1.22.2",
79+
"pnpm": "^7.1.3",
8080
"prettier": "2.6.2",
8181
"prompts": "^2.4.2",
8282
"rimraf": "^3.0.2",
@@ -89,8 +89,8 @@
8989
"unbuild": "^0.7.4",
9090
"vite": "workspace:*",
9191
"vitepress": "1.0.0-draft.4",
92-
"vitest": "^0.12.4",
93-
"vue": "^3.2.33"
92+
"vitest": "^0.12.9",
93+
"vue": "^3.2.35"
9494
},
9595
"simple-git-hooks": {
9696
"pre-commit": "pnpm exec lint-staged --concurrent false",
@@ -110,7 +110,7 @@
110110
"eslint --fix"
111111
]
112112
},
113-
"packageManager": "pnpm@7.0.1",
113+
"packageManager": "pnpm@7.1.3",
114114
"pnpm": {
115115
"overrides": {
116116
"vite": "workspace:*",

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
"build": "tsc && vite build"
1818
},
1919
"dependencies": {
20-
"lit": "^2.2.3"
20+
"lit": "^2.2.4"
2121
},
2222
"devDependencies": {
2323
"typescript": "^4.6.4",
24-
"vite": "^2.9.8"
24+
"vite": "^2.9.9"
2525
}
2626
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"build": "vite build"
1616
},
1717
"dependencies": {
18-
"lit": "^2.2.3"
18+
"lit": "^2.2.4"
1919
},
2020
"devDependencies": {
21-
"vite": "^2.9.8"
21+
"vite": "^2.9.9"
2222
}
2323
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.2.0",
1616
"typescript": "^4.6.4",
17-
"vite": "^2.9.8"
17+
"vite": "^2.9.9"
1818
}
1919
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.2.0",
16-
"vite": "^2.9.8"
16+
"vite": "^2.9.9"
1717
}
1818
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
},
1515
"devDependencies": {
1616
"@types/react": "^18.0.9",
17-
"@types/react-dom": "^18.0.3",
17+
"@types/react-dom": "^18.0.4",
1818
"@vitejs/plugin-react": "^1.3.2",
1919
"typescript": "^4.6.4",
20-
"vite": "^2.9.8"
20+
"vite": "^2.9.9"
2121
}
2222
}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"devDependencies": {
1616
"@types/react": "^18.0.9",
17-
"@types/react-dom": "^18.0.3",
17+
"@types/react-dom": "^18.0.4",
1818
"@vitejs/plugin-react": "^1.3.2",
19-
"vite": "^2.9.8"
19+
"vite": "^2.9.9"
2020
}
2121
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010
"check": "svelte-check --tsconfig ./tsconfig.json"
1111
},
1212
"devDependencies": {
13-
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.43",
13+
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
1414
"@tsconfig/svelte": "^3.0.0",
1515
"svelte": "^3.48.0",
16-
"svelte-check": "^2.7.0",
16+
"svelte-check": "^2.7.1",
1717
"svelte-preprocess": "^4.10.6",
1818
"tslib": "^2.4.0",
1919
"typescript": "^4.6.4",
20-
"vite": "^2.9.8"
20+
"vite": "^2.9.9"
2121
}
2222
}

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": "^1.0.0-next.43",
12+
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.44",
1313
"svelte": "^3.48.0",
14-
"vite": "^2.9.8"
14+
"vite": "^2.9.9"
1515
}
1616
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
},
1111
"devDependencies": {
1212
"typescript": "^4.6.4",
13-
"vite": "^2.9.8"
13+
"vite": "^2.9.9"
1414
}
1515
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "vite preview"
1010
},
1111
"devDependencies": {
12-
"vite": "^2.9.8"
12+
"vite": "^2.9.9"
1313
}
1414
}

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.33"
12+
"vue": "^3.2.35"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^2.3.2",
15+
"@vitejs/plugin-vue": "^2.3.3",
1616
"typescript": "^4.6.4",
17-
"vite": "^2.9.8",
18-
"vue-tsc": "^0.34.11"
17+
"vite": "^2.9.9",
18+
"vue-tsc": "^0.34.15"
1919
}
2020
}

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.33"
12+
"vue": "^3.2.35"
1313
},
1414
"devDependencies": {
15-
"@vitejs/plugin-vue": "^2.3.2",
16-
"vite": "^2.9.8"
15+
"@vitejs/plugin-vue": "^2.3.3",
16+
"vite": "^2.9.9"
1717
}
1818
}

packages/plugin-legacy/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-legacy#readme",
3737
"dependencies": {
38-
"@babel/standalone": "^7.17.11",
39-
"core-js": "^3.22.4",
40-
"magic-string": "^0.26.1",
38+
"@babel/standalone": "^7.18.1",
39+
"core-js": "^3.22.6",
40+
"magic-string": "^0.26.2",
4141
"regenerator-runtime": "^0.13.9",
4242
"systemjs": "^6.12.1"
4343
},
@@ -46,6 +46,6 @@
4646
},
4747
"devDependencies": {
4848
"vite": "workspace:*",
49-
"@babel/core": "^7.17.10"
49+
"@babel/core": "^7.18.0"
5050
}
5151
}

packages/plugin-react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-react#readme",
4141
"dependencies": {
42-
"@babel/core": "^7.17.10",
43-
"@babel/plugin-transform-react-jsx": "^7.17.3",
42+
"@babel/core": "^7.18.0",
43+
"@babel/plugin-transform-react-jsx": "^7.17.12",
4444
"@babel/plugin-transform-react-jsx-development": "^7.16.7",
45-
"@babel/plugin-transform-react-jsx-self": "^7.16.7",
45+
"@babel/plugin-transform-react-jsx-self": "^7.17.12",
4646
"@babel/plugin-transform-react-jsx-source": "^7.16.7",
4747
"@rollup/pluginutils": "^4.2.1",
4848
"react-refresh": "^0.13.0",

packages/plugin-vue-jsx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
},
3636
"homepage": "https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx#readme",
3737
"dependencies": {
38-
"@babel/core": "^7.17.10",
38+
"@babel/core": "^7.18.0",
3939
"@babel/plugin-syntax-import-meta": "^7.10.4",
40-
"@babel/plugin-transform-typescript": "^7.16.8",
40+
"@babel/plugin-transform-typescript": "^7.18.1",
4141
"@rollup/pluginutils": "^4.2.1",
4242
"@vue/babel-plugin-jsx": "^1.1.1"
4343
},

packages/plugin-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040
},
4141
"devDependencies": {
4242
"@jridgewell/gen-mapping": "^0.3.1",
43-
"@jridgewell/trace-mapping": "^0.3.10",
43+
"@jridgewell/trace-mapping": "^0.3.13",
4444
"debug": "^4.3.4",
4545
"rollup": "^2.72.1",
4646
"slash": "^4.0.0",
4747
"source-map": "^0.6.1",
4848
"vite": "workspace:*",
49-
"vue": "^3.2.33"
49+
"vue": "^3.2.35"
5050
},
5151
"dependencies": {
5252
"@rollup/pluginutils": "^4.2.1"

packages/vite/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"//": "READ CONTRIBUTING.md to understand what to put under deps vs. devDeps!",
6161
"dependencies": {
6262
"esbuild": "^0.14.38",
63-
"postcss": "^8.4.13",
63+
"postcss": "^8.4.14",
6464
"resolve": "^1.22.0",
6565
"rollup": "^2.72.1"
6666
},
@@ -69,17 +69,17 @@
6969
},
7070
"devDependencies": {
7171
"@ampproject/remapping": "^2.2.0",
72-
"@babel/parser": "^7.17.10",
73-
"@babel/types": "^7.17.10",
74-
"@jridgewell/trace-mapping": "^0.3.10",
72+
"@babel/parser": "^7.18.0",
73+
"@babel/types": "^7.18.0",
74+
"@jridgewell/trace-mapping": "^0.3.13",
7575
"@rollup/plugin-alias": "^3.1.9",
7676
"@rollup/plugin-commonjs": "^21.1.0",
7777
"@rollup/plugin-dynamic-import-vars": "^1.4.3",
7878
"@rollup/plugin-json": "^4.1.0",
79-
"@rollup/plugin-node-resolve": "13.2.1",
79+
"@rollup/plugin-node-resolve": "13.3.0",
8080
"@rollup/plugin-typescript": "^8.3.2",
8181
"@rollup/pluginutils": "^4.2.1",
82-
"@vue/compiler-dom": "^3.2.33",
82+
"@vue/compiler-dom": "^3.2.35",
8383
"acorn": "^8.7.1",
8484
"cac": "6.7.9",
8585
"chokidar": "^3.5.3",
@@ -99,7 +99,7 @@
9999
"http-proxy": "^1.18.1",
100100
"json5": "^2.2.1",
101101
"launch-editor-middleware": "^2.3.0",
102-
"magic-string": "^0.26.1",
102+
"magic-string": "^0.26.2",
103103
"micromatch": "^4.0.5",
104104
"mrmime": "^1.0.0",
105105
"node-forge": "^1.3.1",

playground/alias/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"aliased-module": "file:./dir/module",
13-
"vue": "^3.2.33"
13+
"vue": "^3.2.35"
1414
},
1515
"devDependencies": {
1616
"resolve-linked": "workspace:*"

playground/css-sourcemap/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"devDependencies": {
1212
"less": "^4.1.2",
13-
"magic-string": "^0.25.9",
14-
"sass": "^1.51.0",
15-
"stylus": "^0.55.0"
13+
"magic-string": "^0.26.2",
14+
"sass": "^1.52.1",
15+
"stylus": "^0.57.0"
1616
}
1717
}

playground/css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"fast-glob": "^3.2.11",
1414
"less": "^4.1.2",
1515
"postcss-nested": "^5.0.6",
16-
"sass": "^1.51.0",
17-
"stylus": "^0.55.0"
16+
"sass": "^1.52.1",
17+
"stylus": "^0.57.0"
1818
}
1919
}

playground/extensions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.33"
12+
"vue": "^3.2.35"
1313
}
1414
}

playground/json/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"cross-env": "^7.0.3",
16-
"express": "^4.17.1",
16+
"express": "^4.18.1",
1717
"json-module": "file:./json-module",
18-
"vue": "^3.2.33"
18+
"vue": "^3.2.35"
1919
}
2020
}

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.11",
13-
"sass": "^1.51.0"
13+
"sass": "^1.52.1"
1414
}
1515
}

playground/optimize-deps/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"axios": "^0.24.0",
12+
"axios": "^0.27.2",
1313
"clipboard": "^2.0.11",
1414
"dep-cjs-compiled-from-cjs": "file:./dep-cjs-compiled-from-cjs",
1515
"dep-cjs-compiled-from-esm": "file:./dep-cjs-compiled-from-esm",
@@ -21,12 +21,12 @@
2121
"dep-with-dynamic-import": "file:./dep-with-dynamic-import",
2222
"lodash-es": "^4.17.21",
2323
"nested-exclude": "file:./nested-exclude",
24-
"phoenix": "^1.6.8",
24+
"phoenix": "^1.6.9",
2525
"react": "^17.0.2",
2626
"react-dom": "^17.0.2",
2727
"resolve-linked": "workspace:0.0.0",
2828
"url": "^0.11.0",
29-
"vue": "^3.2.33",
29+
"vue": "^3.2.35",
3030
"vuex": "^4.0.2"
3131
},
3232
"devDependencies": {

playground/preload/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.2.33",
12+
"vue": "^3.2.35",
1313
"vue-router": "^4.0.15"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)