Skip to content

Commit c99eb94

Browse files
committed
feat: upgrade vite to v8
1 parent 62e9948 commit c99eb94

File tree

3 files changed

+786
-596
lines changed

3 files changed

+786
-596
lines changed

examples/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "tsx watch dev.ts"
88
},
99
"devDependencies": {
10-
"esbuild": "^0.27.3",
10+
"esbuild": "^0.27.4",
1111
"tsx": "^4.21.0"
1212
}
1313
}

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "unplugin-macros",
33
"type": "module",
44
"version": "0.19.0",
5-
"packageManager": "pnpm@10.31.0",
5+
"packageManager": "pnpm@10.32.1",
66
"description": "Macros for bundlers.",
77
"author": "Kevin Deng <sxzz@sxzz.moe>",
88
"license": "MIT",
@@ -65,9 +65,9 @@
6565
"@babel/types": "^7.29.0",
6666
"ast-kit": "^2.2.0",
6767
"magic-string-ast": "^1.0.3",
68-
"rolldown-string": "^0.2.1",
68+
"rolldown-string": "^0.3.0",
6969
"unplugin": "^3.0.0",
70-
"vite": "^7.3.1",
70+
"vite": "^8.0.0",
7171
"vite-node": "^5.3.0"
7272
},
7373
"devDependencies": {
@@ -76,19 +76,19 @@
7676
"@sxzz/prettier-config": "^2.3.1",
7777
"@sxzz/test-utils": "^0.5.15",
7878
"@types/dedent": "^0.7.2",
79-
"@types/node": "^25.3.5",
80-
"@typescript/native-preview": "7.0.0-dev.20260308.1",
79+
"@types/node": "^25.4.0",
80+
"@typescript/native-preview": "7.0.0-dev.20260312.1",
8181
"bumpp": "^10.4.1",
8282
"dedent": "^1.7.2",
8383
"eslint": "^10.0.3",
8484
"fast-glob": "^3.3.3",
8585
"prettier": "^3.8.1",
8686
"rollup": "^4.59.0",
87-
"tsdown": "^0.21.0",
88-
"tsdown-preset-sxzz": "^0.4.0",
87+
"tsdown": "^0.21.2",
88+
"tsdown-preset-sxzz": "^0.4.2",
8989
"typescript": "^5.9.3",
90-
"vitest": "^4.0.18",
91-
"vue": "^3.5.29"
90+
"vitest": "^4.1.0",
91+
"vue": "^3.5.30"
9292
},
9393
"prettier": "@sxzz/prettier-config"
9494
}

0 commit comments

Comments
 (0)