Skip to content

Commit 9c44fac

Browse files
committed
chore: upgrade deps
1 parent e5169ff commit 9c44fac

File tree

8 files changed

+1403
-1394
lines changed

8 files changed

+1403
-1394
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -7,36 +7,9 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-latest
10+
uses: sxzz/workflows/.github/workflows/release.yml@v1
11+
with:
12+
publish: false
1113
permissions:
1214
contents: write
1315
id-token: write
14-
15-
steps:
16-
- uses: actions/checkout@v4
17-
with:
18-
fetch-depth: 0
19-
20-
- name: Install pnpm
21-
uses: pnpm/[email protected]
22-
23-
- name: Set node
24-
uses: actions/setup-node@v4
25-
with:
26-
node-version: lts/*
27-
cache: pnpm
28-
registry-url: 'https://registry.npmjs.org'
29-
30-
- run: npx changelogithub
31-
continue-on-error: true
32-
env:
33-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
34-
35-
- name: Install Dependencies
36-
run: pnpm i
37-
38-
- name: PNPM build
39-
run: pnpm run build
40-
41-
- name: Publish to NPM
42-
run: npm i -g npm && pnpm -r publish --access public --no-git-checks

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.5.0",
44
"private": true,
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.18.1",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -21,26 +21,25 @@
2121
],
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
24-
"@eslint/js": "^9.33.0",
25-
"@oxc-project/runtime": "^0.81.0",
24+
"@eslint/js": "^9.37.0",
2625
"@rollup/plugin-babel": "^6.0.4",
2726
"@types/babel__core": "^7.20.5",
2827
"@types/babel__helper-module-imports": "^7.18.3",
2928
"@types/babel__helper-plugin-utils": "^7.10.3",
30-
"@types/node": "^24.2.1",
29+
"@types/node": "^24.7.0",
3130
"@vitest/coverage-v8": "^3.2.4",
3231
"@vue/babel-plugin-jsx": "workspace:*",
33-
"bumpp": "^10.2.2",
34-
"eslint": "^9.33.0",
32+
"bumpp": "^10.3.1",
33+
"eslint": "^9.37.0",
3534
"eslint-config-prettier": "^10.1.8",
3635
"eslint-plugin-import-x": "^4.16.1",
37-
"jsdom": "^26.1.0",
36+
"jsdom": "^27.0.0",
3837
"prettier": "3.6.2",
39-
"tsdown": "^0.14.0",
38+
"tsdown": "^0.15.6",
4039
"tslib": "^2.8.1",
41-
"typescript": "~5.9.2",
42-
"typescript-eslint": "^8.39.0",
43-
"vite": "^7.1.5",
40+
"typescript": "~5.9.3",
41+
"typescript-eslint": "^8.45.0",
42+
"vite": "^7.1.9",
4443
"vitest": "^3.2.4"
4544
}
4645
}

packages/babel-plugin-jsx/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
"@babel/helper-plugin-utils": "^7.27.1",
3232
"@babel/plugin-syntax-jsx": "^7.27.1",
3333
"@babel/template": "^7.27.2",
34-
"@babel/traverse": "^7.28.0",
35-
"@babel/types": "^7.28.2",
34+
"@babel/traverse": "^7.28.4",
35+
"@babel/types": "^7.28.4",
3636
"@vue/babel-helper-vue-transform-on": "workspace:*",
3737
"@vue/babel-plugin-resolve-type": "workspace:*",
38-
"@vue/shared": "^3.5.18"
38+
"@vue/shared": "^3.5.22"
3939
},
4040
"devDependencies": {
41-
"@babel/core": "^7.28.0",
42-
"@babel/preset-env": "^7.28.0",
41+
"@babel/core": "^7.28.4",
42+
"@babel/preset-env": "^7.28.3",
4343
"@types/babel__template": "^7.4.4",
4444
"@types/babel__traverse": "^7.28.0",
4545
"@vue/test-utils": "^2.4.6",

packages/babel-plugin-resolve-type/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@babel/code-frame": "^7.27.1",
4545
"@babel/helper-module-imports": "^7.27.1",
4646
"@babel/helper-plugin-utils": "^7.27.1",
47-
"@babel/parser": "^7.28.0",
48-
"@vue/compiler-sfc": "^3.5.18"
47+
"@babel/parser": "^7.28.4",
48+
"@vue/compiler-sfc": "^3.5.22"
4949
},
5050
"devDependencies": {
51-
"@babel/core": "^7.28.0",
51+
"@babel/core": "^7.28.4",
5252
"@types/babel__code-frame": "^7.0.6",
5353
"vue": "catalog:"
5454
}

packages/jsx-explorer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/standalone": "^7.28.2",
12+
"@babel/standalone": "^7.28.4",
1313
"@vue/babel-plugin-jsx": "workspace:*",
1414
"assert": "^2.1.0",
15-
"monaco-editor": "^0.52.2",
15+
"monaco-editor": "^0.54.0",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {
1919
"@types/babel__standalone": "^7.1.9",
20-
"@vitejs/plugin-vue-jsx": "^5.0.1",
20+
"@vitejs/plugin-vue-jsx": "^5.1.1",
2121
"vite": "npm:rolldown-vite@latest"
2222
}
2323
}

packages/jsx-explorer/vite.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ export default defineConfig({
77
'@vue/babel-plugin-jsx': '@vue/babel-plugin-jsx/src/index.ts',
88
},
99
},
10-
experimental: {
11-
enableNativePlugin: true,
10+
define: {
11+
'process.env.BABEL_TYPES_8_BREAKING': 'false',
1212
},
1313
plugins: [VueJSX()],
1414
});

0 commit comments

Comments
 (0)