Skip to content

Commit 59e0a51

Browse files
fix(deps): update all non-major dependencies (#671)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd91393 commit 59e0a51

File tree

10 files changed

+563
-868
lines changed

10 files changed

+563
-868
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -37,29 +37,29 @@
3737
},
3838
"devDependencies": {
3939
"@babel/types": "^7.28.4",
40-
"@eslint/js": "^9.35.0",
40+
"@eslint/js": "^9.36.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.18.3",
45+
"@types/node": "^22.18.8",
4646
"@vitejs/release-scripts": "^1.6.0",
47-
"eslint": "^9.35.0",
47+
"eslint": "^9.36.0",
4848
"eslint-import-resolver-typescript": "^4.4.4",
4949
"eslint-plugin-import-x": "^4.16.1",
50-
"eslint-plugin-n": "^17.22.0",
50+
"eslint-plugin-n": "^17.23.1",
5151
"eslint-plugin-regexp": "^2.10.0",
5252
"execa": "^9.6.0",
53-
"fs-extra": "^11.3.1",
54-
"lint-staged": "^16.1.6",
53+
"fs-extra": "^11.3.2",
54+
"lint-staged": "^16.2.3",
5555
"picocolors": "^1.1.1",
56-
"playwright-chromium": "^1.55.0",
56+
"playwright-chromium": "^1.55.1",
5757
"prettier": "3.6.2",
5858
"rollup": "^4.52.3",
5959
"simple-git-hooks": "^2.13.1",
60-
"tsx": "^4.20.5",
61-
"typescript": "^5.9.2",
62-
"typescript-eslint": "^8.43.0",
60+
"tsx": "^4.20.6",
61+
"typescript": "^5.9.3",
62+
"typescript-eslint": "^8.45.0",
6363
"vite": "catalog:",
6464
"vitest": "^3.2.4",
6565
"vue": "catalog:"
@@ -81,5 +81,5 @@
8181
"eslint --cache --fix"
8282
]
8383
},
84-
"packageManager": "pnpm@10.16.1"
84+
"packageManager": "pnpm@10.17.1"
8585
}

packages/plugin-vue-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838
"@babel/core": "^7.28.4",
3939
"@babel/plugin-syntax-typescript": "^7.27.1",
4040
"@babel/plugin-transform-typescript": "^7.28.0",
41-
"@rolldown/pluginutils": "^1.0.0-beta.37",
41+
"@rolldown/pluginutils": "^1.0.0-beta.41",
4242
"@vue/babel-plugin-jsx": "^1.5.0"
4343
},
4444
"devDependencies": {
45-
"tsdown": "^0.15.1",
45+
"tsdown": "^0.15.6",
4646
"vite": "catalog:"
4747
},
4848
"peerDependencies": {

packages/plugin-vue/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@
4545
"rollup": "^4.52.3",
4646
"slash": "^5.1.0",
4747
"source-map-js": "^1.2.1",
48-
"tsdown": "^0.15.1",
48+
"tsdown": "^0.15.6",
4949
"vite": "catalog:",
5050
"vue": "catalog:"
5151
},
5252
"dependencies": {
53-
"@rolldown/pluginutils": "1.0.0-beta.37"
53+
"@rolldown/pluginutils": "1.0.0-beta.41"
5454
}
5555
}

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.18.3",
7+
"@types/node": "^22.18.8",
88
"convert-source-map": "^2.0.0",
99
"css-color-names": "^1.0.1",
1010
"kill-port": "^1.6.1"

playground/tailwind-v3/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"autoprefixer": "^10.4.21",
14-
"tailwindcss": "^3.4.17",
14+
"tailwindcss": "^3.4.18",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.18.3",
18+
"@types/node": "^22.18.8",
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.13",
14-
"tailwindcss": "^4.1.13",
13+
"@tailwindcss/vite": "^4.1.14",
14+
"tailwindcss": "^4.1.14",
1515
"vue": "catalog:"
1616
},
1717
"devDependencies": {
18-
"@types/node": "^22.18.3",
18+
"@types/node": "^22.18.8",
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.4.1",
1515
"postcss-nested": "^7.0.2",
16-
"sass": "^1.92.1"
16+
"sass": "^1.93.2"
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.4.1",
2020
"pug": "^3.0.3",
21-
"sass": "^1.92.1",
21+
"sass": "^1.93.2",
2222
"stylus": "^0.64.0"
2323
}
2424
}

0 commit comments

Comments
 (0)