Skip to content

Commit 747a652

Browse files
renovate[bot]sxzz
andauthored
chore(deps): update all non-major dependencies (#711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: 三咲智子 Kevin Deng <[email protected]>
1 parent de5d853 commit 747a652

File tree

6 files changed

+1690
-1531
lines changed

6 files changed

+1690
-1531
lines changed

.github/renovate.json5

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,4 @@
1414
enabled: false,
1515
},
1616
],
17-
ignoreDeps: [
18-
// Pure ESM
19-
'camelcase',
20-
],
2117
}

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vue-jsx-monorepo",
33
"version": "1.2.2",
44
"private": true,
5-
"packageManager": "pnpm@9.1.2",
5+
"packageManager": "pnpm@9.9.0",
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
@@ -19,26 +19,26 @@
1919
"jsx"
2020
],
2121
"devDependencies": {
22-
"@babel/plugin-syntax-typescript": "^7.24.6",
23-
"@eslint/js": "^9.3.0",
22+
"@babel/plugin-syntax-typescript": "^7.25.4",
23+
"@eslint/js": "^9.10.0",
2424
"@rollup/plugin-babel": "^6.0.4",
2525
"@types/babel__core": "^7.20.5",
2626
"@types/babel__helper-module-imports": "^7.18.3",
2727
"@types/babel__helper-plugin-utils": "^7.10.3",
28-
"@types/node": "^20.12.12",
29-
"@vitest/coverage-v8": "^2.0.3",
28+
"@types/node": "^22.5.4",
29+
"@vitest/coverage-v8": "^2.0.5",
3030
"@vue/babel-plugin-jsx": "workspace:*",
31-
"bumpp": "^9.4.1",
32-
"eslint": "^9.3.0",
31+
"bumpp": "^9.5.2",
32+
"eslint": "^9.10.0",
3333
"eslint-config-prettier": "^9.1.0",
34-
"eslint-plugin-import-x": "^4.1.1",
34+
"eslint-plugin-import-x": "^4.2.1",
3535
"jsdom": "^25.0.0",
36-
"prettier": "^3.2.5",
37-
"tslib": "^2.6.2",
38-
"tsup": "^8.0.2",
39-
"typescript": "^5.4.5",
40-
"typescript-eslint": "^8.0.0",
41-
"vite": "^5.2.11",
42-
"vitest": "^2.0.3"
36+
"prettier": "^3.3.3",
37+
"tslib": "^2.7.0",
38+
"tsup": "^8.2.4",
39+
"typescript": "^5.5.4",
40+
"typescript-eslint": "^8.4.0",
41+
"vite": "^5.4.3",
42+
"vitest": "^2.0.5"
4343
}
4444
}

packages/babel-plugin-jsx/package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,28 +23,27 @@
2323
"dist"
2424
],
2525
"dependencies": {
26-
"@babel/helper-module-imports": "^7.24.6",
27-
"@babel/helper-plugin-utils": "^7.24.6",
28-
"@babel/plugin-syntax-jsx": "^7.24.6",
29-
"@babel/template": "^7.24.6",
30-
"@babel/traverse": "^7.24.6",
31-
"@babel/types": "^7.24.6",
26+
"@babel/helper-module-imports": "^7.24.7",
27+
"@babel/helper-plugin-utils": "^7.24.8",
28+
"@babel/plugin-syntax-jsx": "^7.24.7",
29+
"@babel/template": "^7.25.0",
30+
"@babel/traverse": "^7.25.6",
31+
"@babel/types": "^7.25.6",
3232
"@vue/babel-helper-vue-transform-on": "workspace:*",
3333
"@vue/babel-plugin-resolve-type": "workspace:*",
34-
"camelcase": "^6.3.0",
3534
"html-tags": "^4.0.0",
3635
"svg-tags": "^1.0.0"
3736
},
3837
"devDependencies": {
39-
"@babel/core": "^7.24.6",
40-
"@babel/preset-env": "^7.24.6",
38+
"@babel/core": "^7.25.2",
39+
"@babel/preset-env": "^7.25.4",
4140
"@types/babel__template": "^7.4.4",
4241
"@types/babel__traverse": "^7.20.6",
4342
"@types/svg-tags": "^1.0.2",
44-
"@vue/runtime-dom": "^3.4.27",
43+
"@vue/runtime-dom": "^3.5.3",
4544
"@vue/test-utils": "^2.4.6",
4645
"regenerator-runtime": "^0.14.1",
47-
"vue": "^3.4.27"
46+
"vue": "^3.5.3"
4847
},
4948
"peerDependencies": {
5049
"@babel/core": "^7.0.0-0"

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@
4343
"@babel/core": "^7.0.0-0"
4444
},
4545
"dependencies": {
46-
"@babel/code-frame": "^7.24.6",
47-
"@babel/helper-module-imports": "^7.24.6",
48-
"@babel/helper-plugin-utils": "^7.24.6",
49-
"@babel/parser": "^7.24.6",
50-
"@vue/compiler-sfc": "^3.4.27"
46+
"@babel/code-frame": "^7.24.7",
47+
"@babel/helper-module-imports": "^7.24.7",
48+
"@babel/helper-plugin-utils": "^7.24.8",
49+
"@babel/parser": "^7.25.6",
50+
"@vue/compiler-sfc": "^3.5.3"
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.24.6",
53+
"@babel/core": "^7.25.2",
5454
"@types/babel__code-frame": "^7.0.6",
55-
"vue": "^3.4.27"
55+
"vue": "^3.5.3"
5656
}
5757
}

packages/jsx-explorer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@babel/core": "^7.24.6",
12+
"@babel/core": "^7.25.2",
1313
"@vue/babel-plugin-jsx": "workspace:*",
14-
"monaco-editor": "^0.49.0",
15-
"vue": "^3.4.27"
14+
"monaco-editor": "^0.51.0",
15+
"vue": "^3.5.3"
1616
},
1717
"devDependencies": {
18-
"@vitejs/plugin-vue-jsx": "^4.0.0",
19-
"vite": "~5.0.13",
18+
"@vitejs/plugin-vue-jsx": "^4.0.1",
19+
"vite": "~5.4.3",
2020
"vite-plugin-monaco-editor": "^1.1.0",
2121
"vite-plugin-node-polyfills": "^0.22.0"
2222
}

0 commit comments

Comments
 (0)