Skip to content

Commit 80c8d7e

Browse files
committed
chore: upgrade oxc toolchains
1 parent 9924654 commit 80c8d7e

File tree

2 files changed

+738
-720
lines changed

2 files changed

+738
-720
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-isolated-decl",
33
"version": "0.14.6",
4-
"packageManager": "pnpm@10.13.1",
4+
"packageManager": "pnpm@10.14.0",
55
"description": "A blazing-fast tool for generating isolated declarations.",
66
"type": "module",
77
"keywords": [
@@ -74,34 +74,34 @@
7474
"dependencies": {
7575
"debug": "^4.4.1",
7676
"magic-string": "^0.30.17",
77-
"oxc-parser": "^0.78.0",
78-
"oxc-transform": "^0.78.0",
77+
"oxc-parser": "^0.80.0",
78+
"oxc-transform": "^0.80.0",
7979
"unplugin": "^2.3.5",
8080
"unplugin-utils": "^0.2.4"
8181
},
8282
"devDependencies": {
83-
"@farmfe/core": "^1.7.10",
84-
"@oxc-project/types": "^0.78.0",
83+
"@farmfe/core": "^1.7.11",
84+
"@oxc-project/types": "^0.80.0",
8585
"@rollup/plugin-alias": "^5.1.1",
8686
"@swc/core": "^1.13.3",
87-
"@sxzz/eslint-config": "^7.1.0",
87+
"@sxzz/eslint-config": "^7.1.2",
8888
"@sxzz/prettier-config": "^2.2.3",
89-
"@sxzz/test-utils": "^0.5.7",
89+
"@sxzz/test-utils": "^0.5.9",
9090
"@types/debug": "^4.1.12",
91-
"@types/node": "^24.1.0",
92-
"bumpp": "^10.2.1",
91+
"@types/node": "^24.2.0",
92+
"bumpp": "^10.2.2",
9393
"esbuild": "^0.25.8",
9494
"eslint": "^9.32.0",
9595
"fast-glob": "^3.3.3",
9696
"prettier": "^3.6.2",
9797
"publint": "^0.3.12",
98-
"rolldown": "^1.0.0-beta.29",
99-
"rollup": "^4.46.1",
98+
"rolldown": "^1.0.0-beta.31",
99+
"rollup": "^4.46.2",
100100
"tinyglobby": "^0.2.14",
101-
"tsdown": "^0.13.0",
101+
"tsdown": "^0.13.3",
102102
"tsx": "^4.20.3",
103-
"typescript": "^5.8.3",
104-
"unplugin-oxc": "^0.4.8",
103+
"typescript": "^5.9.2",
104+
"unplugin-oxc": "^0.4.9",
105105
"vite": "^7.0.6",
106106
"vitest": "^3.2.4"
107107
},

0 commit comments

Comments
 (0)