Skip to content

Commit 2eba605

Browse files
committed
chore: upgrade deps
1 parent ef12724 commit 2eba605

File tree

7 files changed

+353
-534
lines changed

7 files changed

+353
-534
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "vue-jsx-monorepo",
3+
"type": "module",
34
"version": "2.0.1",
45
"private": true,
5-
"packageManager": "pnpm@10.23.0",
6-
"type": "module",
6+
"packageManager": "pnpm@10.24.0",
7+
"license": "MIT",
78
"keywords": [
89
"vue",
910
"jsx"
1011
],
11-
"license": "MIT",
1212
"scripts": {
1313
"dev": "pnpm -C packages/jsx-explorer run dev",
1414
"build": "tsdown",
@@ -22,24 +22,24 @@
2222
"devDependencies": {
2323
"@babel/plugin-syntax-typescript": "^7.27.1",
2424
"@rollup/plugin-babel": "^6.1.0",
25-
"@sxzz/eslint-config": "^7.3.2",
26-
"@sxzz/prettier-config": "^2.2.5",
25+
"@sxzz/eslint-config": "^7.4.1",
26+
"@sxzz/prettier-config": "^2.2.6",
2727
"@types/babel__core": "^7.20.5",
2828
"@types/babel__helper-module-imports": "^7.18.3",
2929
"@types/babel__helper-plugin-utils": "^7.10.3",
3030
"@types/node": "^24.10.1",
3131
"@typescript/native-preview": "7.0.0-dev.20251202.1",
32-
"@vitest/coverage-v8": "^4.0.14",
32+
"@vitest/coverage-v8": "^4.0.15",
3333
"@vue/babel-plugin-jsx": "workspace:*",
34-
"bumpp": "^10.3.1",
34+
"bumpp": "^10.3.2",
3535
"eslint": "^9.39.1",
3636
"jsdom": "^27.2.0",
37-
"prettier": "3.6.2",
38-
"tsdown": "^0.16.7",
37+
"prettier": "3.7.3",
38+
"tsdown": "^0.17.0-beta.5",
3939
"tslib": "^2.8.1",
4040
"typescript": "~5.9.3",
41-
"vite": "^7.2.4",
42-
"vitest": "^4.0.14"
41+
"vite": "^7.2.6",
42+
"vitest": "^4.0.15"
4343
},
4444
"prettier": "@sxzz/prettier-config"
4545
}

packages/babel-helper-vue-transform-on/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@vue/babel-helper-vue-transform-on",
3+
"type": "module",
34
"version": "2.0.1",
45
"description": "to help transform on",
5-
"type": "module",
6+
"author": "Amour1688 <[email protected]>",
67
"license": "MIT",
78
"repository": {
89
"type": "git",
910
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
1011
"directory": "packages/babel-helper-vue-transform-on"
1112
},
12-
"author": "Amour1688 <[email protected]>",
1313
"exports": {
1414
".": "./index.mjs",
1515
"./package.json": "./package.json"

packages/babel-plugin-jsx/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
22
"name": "@vue/babel-plugin-jsx",
3+
"type": "module",
34
"version": "2.0.1",
45
"description": "Babel plugin for Vue 3 JSX",
5-
"type": "module",
6+
"author": "Amour1688 <[email protected]>",
67
"license": "MIT",
78
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-jsx#readme",
8-
"bugs": {
9-
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
10-
},
119
"repository": {
1210
"type": "git",
1311
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
1412
"directory": "packages/babel-plugin-jsx"
1513
},
16-
"author": "Amour1688 <[email protected]>",
17-
"files": [
18-
"dist"
19-
],
20-
"main": "./dist/index.js",
21-
"module": "./dist/index.js",
22-
"types": "./dist/index.d.ts",
14+
"bugs": {
15+
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
16+
},
2317
"exports": {
2418
".": {
2519
"dev": "./src/index.ts",
2620
"default": "./dist/index.js"
2721
},
2822
"./package.json": "./package.json"
2923
},
24+
"main": "./dist/index.js",
25+
"module": "./dist/index.js",
26+
"types": "./dist/index.d.ts",
27+
"files": [
28+
"dist"
29+
],
3030
"publishConfig": {
3131
"exports": {
3232
".": "./dist/index.js",

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
22
"name": "@vue/babel-plugin-resolve-type",
3+
"type": "module",
34
"version": "2.0.1",
45
"description": "Babel plugin for resolving Vue types.",
5-
"type": "module",
6+
"author": "Kevin Deng <[email protected]>",
67
"license": "MIT",
8+
"funding": "https://github.com/sponsors/sxzz",
79
"homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme",
8-
"bugs": {
9-
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
10-
},
1110
"repository": {
1211
"type": "git",
1312
"url": "git+https://github.com/vuejs/babel-plugin-jsx.git",
1413
"directory": "packages/babel-plugin-resolve-type"
1514
},
16-
"author": "Kevin Deng <[email protected]>",
17-
"funding": "https://github.com/sponsors/sxzz",
18-
"files": [
19-
"dist"
20-
],
21-
"main": "./dist/index.js",
22-
"module": "./dist/index.js",
23-
"types": "./dist/index.d.ts",
15+
"bugs": {
16+
"url": "https://github.com/vuejs/babel-plugin-jsx/issues"
17+
},
2418
"exports": {
2519
".": {
2620
"dev": "./src/index.ts",
2721
"default": "./dist/index.js"
2822
},
2923
"./package.json": "./package.json"
3024
},
25+
"main": "./dist/index.js",
26+
"module": "./dist/index.js",
27+
"types": "./dist/index.d.ts",
28+
"files": [
29+
"dist"
30+
],
3131
"publishConfig": {
3232
"exports": {
3333
".": "./dist/index.js",

packages/babel-plugin-resolve-type/src/index.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,12 @@ const plugin: (
7575
if (!t.isIdentifier(node.callee, { name: 'defineComponent' })) return
7676
if (!checkDefineComponent(path)) return
7777

78-
// eslint-disable-next-line baseline-js/use-baseline
7978
const comp = node.arguments[0]
8079
if (!comp || !t.isFunction(comp)) return
8180

82-
// eslint-disable-next-line baseline-js/use-baseline
8381
let options = node.arguments[1]
8482
if (!options) {
8583
options = t.objectExpression([])
86-
// eslint-disable-next-line baseline-js/use-baseline
8784
node.arguments.push(options)
8885
}
8986

@@ -94,12 +91,9 @@ const plugin: (
9491
emitsGenerics = node.typeParameters.params[1]
9592
}
9693

97-
// eslint-disable-next-line baseline-js/use-baseline
9894
node.arguments[1] =
9995
processProps(comp, propsGenerics, options) || options
100-
// eslint-disable-next-line baseline-js/use-baseline
10196
node.arguments[1] =
102-
// eslint-disable-next-line baseline-js/use-baseline
10397
processEmits(comp, emitsGenerics, node.arguments[1]) || options
10498
},
10599
VariableDeclarator(path) {
@@ -131,7 +125,6 @@ const plugin: (
131125
if (args.length === 0) return
132126

133127
if (args.length === 1) {
134-
// eslint-disable-next-line baseline-js/use-baseline
135128
init.node.arguments.push(t.objectExpression([]))
136129
}
137130
args[1] = addProperty(t, args[1], nameProperty)

packages/jsx-explorer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@vue/jsx-explorer",
3+
"type": "module",
34
"version": "2.0.1",
45
"private": true,
5-
"type": "module",
66
"scripts": {
77
"dev": "vite",
88
"build": "vite build",

0 commit comments

Comments
 (0)