Skip to content

Commit 43426c8

Browse files
fix(deps): update all non-major dependencies (#590)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b6731f commit 43426c8

File tree

11 files changed

+1000
-907
lines changed

11 files changed

+1000
-907
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,34 +36,34 @@
3636
"ci-publish": "tsx scripts/publishCI.ts"
3737
},
3838
"devDependencies": {
39-
"@babel/types": "^7.27.1",
40-
"@eslint/js": "^9.27.0",
39+
"@babel/types": "^7.27.6",
40+
"@eslint/js": "^9.28.0",
4141
"@types/babel__core": "^7.20.5",
4242
"@types/convert-source-map": "^2.0.3",
4343
"@types/debug": "^4.1.12",
4444
"@types/fs-extra": "^11.0.4",
45-
"@types/node": "^22.15.19",
45+
"@types/node": "^22.15.30",
4646
"@vitejs/release-scripts": "^1.5.0",
4747
"conventional-changelog-cli": "^5.0.0",
48-
"eslint": "^9.27.0",
49-
"eslint-import-resolver-typescript": "^4.3.5",
50-
"eslint-plugin-import-x": "^4.12.2",
51-
"eslint-plugin-n": "^17.18.0",
52-
"eslint-plugin-regexp": "^2.7.0",
53-
"execa": "^9.5.3",
48+
"eslint": "^9.28.0",
49+
"eslint-import-resolver-typescript": "^4.4.3",
50+
"eslint-plugin-import-x": "^4.15.1",
51+
"eslint-plugin-n": "^17.19.0",
52+
"eslint-plugin-regexp": "^2.8.0",
53+
"execa": "^9.6.0",
5454
"fs-extra": "^11.3.0",
55-
"lint-staged": "^16.0.0",
55+
"lint-staged": "^16.1.0",
5656
"picocolors": "^1.1.1",
5757
"playwright-chromium": "^1.52.0",
5858
"prettier": "3.5.3",
5959
"rollup": "^4.40.2",
6060
"simple-git-hooks": "^2.13.0",
6161
"tsx": "^4.19.4",
6262
"typescript": "^5.8.3",
63-
"typescript-eslint": "^8.32.1",
63+
"typescript-eslint": "^8.33.1",
6464
"unbuild": "3.5.0",
6565
"vite": "catalog:",
66-
"vitest": "^3.1.4",
66+
"vitest": "^3.2.2",
6767
"vue": "catalog:"
6868
},
6969
"simple-git-hooks": {
@@ -83,7 +83,7 @@
8383
"eslint --cache --fix"
8484
]
8585
},
86-
"packageManager": "[email protected].0",
86+
"packageManager": "[email protected].1",
8787
"pnpm": {
8888
"overrides": {
8989
"@vitejs/plugin-vue": "workspace:*"

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite-plugin-vue/tree/main/packages/plugin-vue-jsx#readme",
3131
"dependencies": {
32-
"@babel/core": "^7.27.1",
32+
"@babel/core": "^7.27.4",
3333
"@babel/plugin-transform-typescript": "^7.27.1",
34-
"@rolldown/pluginutils": "^1.0.0-beta.9",
34+
"@rolldown/pluginutils": "^1.0.0-beta.11",
3535
"@vue/babel-plugin-jsx": "^1.4.0"
3636
},
3737
"devDependencies": {

packages/plugin-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
"vue": "catalog:"
4444
},
4545
"dependencies": {
46-
"@rolldown/pluginutils": "1.0.0-beta.9"
46+
"@rolldown/pluginutils": "1.0.0-beta.11"
4747
}
4848
}

playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"devDependencies": {
7-
"@types/node": "^22.15.19",
7+
"@types/node": "^22.15.30",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

playground/ssr-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@vitejs/test-example-external-component": "file:example-external-component",
19-
"pinia": "^3.0.2",
19+
"pinia": "^3.0.3",
2020
"vue": "catalog:",
2121
"vue-router": "catalog:"
2222
},

playground/tailwind-v3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.19",
18+
"@types/node": "^22.15.30",
1919
"@vitejs/plugin-vue": "workspace:*",
2020
"ts-node": "^10.9.2"
2121
}

playground/tailwind/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tailwindcss/vite": "^4.1.7",
14-
"tailwindcss": "^4.1.7",
13+
"@tailwindcss/vite": "^4.1.8",
14+
"tailwindcss": "^4.1.8",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.15.19",
18+
"@types/node": "^22.15.30",
1919
"@vitejs/plugin-vue": "workspace:*"
2020
}
2121
}

playground/vue-sourcemap/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@vitejs/plugin-vue": "workspace:*",
1414
"less": "^4.3.0",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.89.0"
16+
"sass": "^1.89.1"
1717
},
1818
"dependencies": {
1919
"vue": "catalog:"

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"js-yaml": "^4.1.0",
1919
"less": "^4.3.0",
2020
"pug": "^3.0.3",
21-
"sass": "^1.89.0",
21+
"sass": "^1.89.1",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)