Skip to content

Commit c316d43

Browse files
renovate[bot]sxzz
andauthored
fix(deps): update all non-major dependencies (#262)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent a74db21 commit c316d43

File tree

13 files changed

+854
-887
lines changed

13 files changed

+854
-887
lines changed

package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -36,40 +36,40 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.23.0",
40-
"@types/babel__core": "^7.20.2",
41-
"@types/convert-source-map": "^2.0.1",
42-
"@types/debug": "^4.1.9",
43-
"@types/fs-extra": "^11.0.2",
44-
"@types/node": "^20.8.9",
45-
"@types/resolve": "^1.20.3",
46-
"@typescript-eslint/eslint-plugin": "^6.7.3",
47-
"@typescript-eslint/parser": "^6.7.3",
39+
"@babel/types": "^7.23.3",
40+
"@types/babel__core": "^7.20.4",
41+
"@types/convert-source-map": "^2.0.3",
42+
"@types/debug": "^4.1.12",
43+
"@types/fs-extra": "^11.0.4",
44+
"@types/node": "^20.9.0",
45+
"@types/resolve": "^1.20.5",
46+
"@typescript-eslint/eslint-plugin": "^6.11.0",
47+
"@typescript-eslint/parser": "^6.11.0",
4848
"@vitejs/release-scripts": "^1.3.1",
4949
"conventional-changelog-cli": "^4.1.0",
50-
"eslint": "^8.50.0",
51-
"eslint-define-config": "^1.23.0",
52-
"eslint-plugin-import": "^2.28.1",
50+
"eslint": "^8.53.0",
51+
"eslint-define-config": "^1.24.1",
52+
"eslint-plugin-import": "^2.29.0",
5353
"eslint-plugin-node": "^11.1.0",
5454
"eslint-plugin-regexp": "^1.15.0",
5555
"execa": "^8.0.1",
56-
"fast-glob": "^3.3.1",
56+
"fast-glob": "^3.3.2",
5757
"fs-extra": "^11.1.1",
5858
"lint-staged": "^14.0.1",
5959
"npm-run-all": "^4.1.5",
6060
"picocolors": "^1.0.0",
61-
"playwright-chromium": "^1.38.1",
62-
"prettier": "3.0.3",
63-
"resolve": "^1.22.6",
61+
"playwright-chromium": "^1.39.0",
62+
"prettier": "3.1.0",
63+
"resolve": "^1.22.8",
6464
"rollup": "^3.28.0",
6565
"rollup-plugin-license": "^2.9.1",
6666
"simple-git-hooks": "^2.9.0",
67-
"tsx": "^3.13.0",
67+
"tsx": "^3.14.0",
6868
"typescript": "^5.2.2",
6969
"unbuild": "2.0.0",
70-
"vite": "^4.4.9",
71-
"vitest": "^0.34.5",
72-
"vue": "^3.3.4"
70+
"vite": "^4.5.0",
71+
"vitest": "^0.34.6",
72+
"vue": "^3.3.8"
7373
},
7474
"simple-git-hooks": {
7575
"pre-commit": "pnpm exec lint-staged --concurrent false"
@@ -88,7 +88,7 @@
8888
"eslint --cache --fix"
8989
]
9090
},
91-
"packageManager": "[email protected].2",
91+
"packageManager": "[email protected].5",
9292
"pnpm": {
9393
"overrides": {
9494
"@vitejs/plugin-vue": "workspace:*"

packages/plugin-vue-jsx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
},
3535
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3636
"dependencies": {
37-
"@babel/core": "^7.23.0",
38-
"@babel/plugin-transform-typescript": "^7.22.15",
37+
"@babel/core": "^7.23.3",
38+
"@babel/plugin-transform-typescript": "^7.23.3",
3939
"@vue/babel-plugin-jsx": "^1.1.5"
4040
},
4141
"devDependencies": {
42-
"vite": "^4.4.9"
42+
"vite": "^4.5.0"
4343
},
4444
"peerDependencies": {
4545
"vite": "^4.0.0 || ^5.0.0",

packages/plugin-vue/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
},
4040
"devDependencies": {
4141
"@jridgewell/gen-mapping": "^0.3.3",
42-
"@jridgewell/trace-mapping": "^0.3.19",
42+
"@jridgewell/trace-mapping": "^0.3.20",
4343
"debug": "^4.3.4",
4444
"rollup": "^3.17.2",
4545
"slash": "^5.1.0",
4646
"source-map-js": "^1.0.2",
47-
"vite": "^4.4.9",
48-
"vue": "^3.3.4"
47+
"vite": "^4.5.0",
48+
"vue": "^3.3.8"
4949
}
5050
}

packages/plugin-vue/src/index.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,8 @@ export default function vuePlugin(rawOptions: Options = {}): Plugin {
128128
options.value.reactivityTransform === false
129129
? () => false
130130
: options.value.reactivityTransform === true
131-
? createFilter(/\.(j|t)sx?$/, /node_modules/)
132-
: createFilter(options.value.reactivityTransform),
131+
? createFilter(/\.(j|t)sx?$/, /node_modules/)
132+
: createFilter(options.value.reactivityTransform),
133133
)
134134

135135
return {

playground/ssr-vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^2.1.6",
20-
"vue": "^3.3.4",
19+
"pinia": "^2.1.7",
20+
"vue": "^3.3.8",
2121
"vue-router": "^4.2.5"
2222
},
2323
"devDependencies": {

playground/tailwind/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"autoprefixer": "^10.4.16",
13-
"tailwindcss": "^3.3.3",
14-
"vue": "^3.3.4",
13+
"tailwindcss": "^3.3.5",
14+
"vue": "^3.3.8",
1515
"vue-router": "^4.2.5"
1616
},
1717
"devDependencies": {

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

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

playground/vue-lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"build-consumer": "vite build --config ./vite.config.consumer.ts"
1010
},
1111
"dependencies": {
12-
"vue": "^3.3.4"
12+
"vue": "^3.3.8"
1313
},
1414
"devDependencies": {
1515
"@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.3.4"
12+
"vue": "^3.3.8"
1313
},
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "workspace:*"

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.2.0",
1414
"postcss-nested": "^6.0.1",
15-
"sass": "^1.68.0"
15+
"sass": "^1.69.5"
1616
},
1717
"dependencies": {
18-
"vue": "^3.3.4"
18+
"vue": "^3.3.8"
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.3.4"
13+
"vue": "^3.3.8"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "workspace:*",
1717
"js-yaml": "^4.1.0",
1818
"less": "^4.2.0",
1919
"pug": "^3.0.2",
20-
"sass": "^1.68.0",
21-
"stylus": "^0.60.0"
20+
"sass": "^1.69.5",
21+
"stylus": "^0.61.0"
2222
}
2323
}

0 commit comments

Comments
 (0)