Skip to content

Commit 3d7002a

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 843f928 commit 3d7002a

File tree

12 files changed

+27
-26
lines changed

12 files changed

+27
-26
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/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"

playground/ssr-vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"example-external-component": "file:example-external-component",
18-
"vue": "^3.2.33",
18+
"vue": "^3.2.35",
1919
"vue-router": "^4.0.15",
2020
"vuex": "^4.0.2"
2121
},

playground/vue-jsx/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
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*",

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build-consumer": "vite build --config ./vite.config.consumer.ts"
99
},
1010
"dependencies": {
11-
"vue": "^3.2.33"
11+
"vue": "^3.2.35"
1212
},
1313
"devDependencies": {
1414
"@vitejs/plugin-vue": "workspace:*"

playground/vue-server-origin/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.25"
12+
"vue": "^3.2.35"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

playground/vue-sourcemap/__tests__/__snapshots__/serve.spec.ts.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
exports[`serve:vue-sourcemap > js 1`] = `
44
{
5-
"mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU",
5+
"mappings": "mIAKA,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;AAGP;AACd,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;;;;;;;;;;;wBARlB,oBAAiB,WAAd,MAAU",
66
"sources": [
77
"/root/Js.vue",
88
],

playground/vue-sourcemap/__tests__/serve.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ describe.runIf(isServe)('serve:vue-sourcemap', () => {
3131
const map = extractSourcemap(js)
3232
expect(formatSourcemapForSnapshot(map)).toMatchInlineSnapshot(`
3333
{
34-
"mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU",
34+
"mappings": ";AAKA,QAAQ,IAAI,WAAW;;;;;AAIvB,YAAQ,IAAI,UAAU;;;;;;;;uBARpB,oBAAiB,WAAd,MAAU",
3535
"sources": [
3636
"/root/Ts.vue",
3737
],

playground/vue-sourcemap/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@vitejs/plugin-vue": "workspace:*",
1313
"less": "^4.1.2",
1414
"postcss-nested": "^5.0.6",
15-
"sass": "^1.51.0"
15+
"sass": "^1.52.1"
1616
},
1717
"dependencies": {
18-
"vue": "^3.2.33"
18+
"vue": "^3.2.35"
1919
}
2020
}

playground/vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"lodash-es": "^4.17.21",
13-
"vue": "^3.2.33"
13+
"vue": "^3.2.35"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.1.2",
1919
"pug": "^3.0.2",
20-
"sass": "^1.51.0",
21-
"stylus": "^0.55.0"
20+
"sass": "^1.52.1",
21+
"stylus": "^0.57.0"
2222
}
2323
}

0 commit comments

Comments
 (0)