Skip to content

Commit 09a9f17

Browse files
committed
chore: update dependencies in pnpm-workspace.yaml
- Bump vite and vitest to latest versions - Update rattail to 2.1.1 - Upgrade '@vitest/coverage-istanbul' to 4.1.10 - Adjust vite-plus version to 0.2.6
1 parent e4983ba commit 09a9f17

7 files changed

Lines changed: 1851 additions & 1126 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@
2727
},
2828
"devDependencies": {
2929
"@varlet/cli": "workspace:*",
30+
"esbuild": "0.28.1",
3031
"nanospinner": "^1.1.0",
3132
"rattail": "catalog:",
3233
"tinyexec": "catalog:",
3334
"typescript": "catalog:",
3435
"vite-plus": "catalog:"
3536
},
3637
"engines": {
37-
"node": "^20.19.0 || >=22.12.0",
38+
"node": "^20.19.0 || ^22.18.0 || >=24.11.0",
3839
"pnpm": ">=9.0.0"
3940
},
4041
"packageManager": "pnpm@9.15.9",
@@ -44,4 +45,4 @@
4445
"vitest": "catalog:"
4546
}
4647
}
47-
}
48+
}

packages/varlet-cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
"chokidar": "^3.5.2",
4949
"commander": "^8.3.0",
5050
"ejs": "^3.1.8",
51-
"esbuild": "0.27.7",
51+
"esbuild": "0.28.1",
5252
"fs-extra": "catalog:",
5353
"glob": "^7.2.0",
5454
"hash-sum": "^2.0.0",
55-
"less": "^3.12.2",
55+
"less": "^4.0.0",
5656
"markdown-it": "^12.2.3",
5757
"nanospinner": "^1.1.0",
5858
"picocolors": "^1.0.0",
@@ -91,6 +91,6 @@
9191
"vue-router": "catalog:"
9292
},
9393
"engines": {
94-
"node": "^14.18.0 || >=16.0.0"
94+
"node": "^20.19.0 || ^22.18.0 || >=24.11.0"
9595
}
96-
}
96+
}

packages/varlet-cli/src/module.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
declare module 'less' {
2-
export declare const render: any
2+
export const render: any
33
}
44

55
declare module 'jest' {
6-
declare const runCLI: any
6+
const runCLI: any
77

88
export default { runCLI }
99
}

packages/varlet-cli/template/generators/base/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
"@varlet/ui": "workspace:*",
4646
"@vue/test-utils": "2.4.6",
4747
"@vue/runtime-core": "3.5.21",
48-
"@vitest/coverage-istanbul": "4.1.4",
49-
"vitest": "npm:@voidzero-dev/vite-plus-test@0.1.18",
48+
"@vitest/coverage-istanbul": "4.1.10",
49+
"vitest": "4.1.10",
5050
"clipboard": "^2.0.6",
5151
"jsdom": "26.1.0",
5252
"live-server": "^1.2.1",
53-
"rattail": "^2.0.3",
53+
"rattail": "^2.1.1",
5454
"typescript": "5.6.3",
55-
"vite-plus": "0.1.18",
55+
"vite-plus": "0.2.6",
5656
"vue": "3.5.21",
5757
"vue-router": "4.5.1"
5858
},
5959
"packageManager": "pnpm@9.15.9",
6060
"engines": {
61-
"node": "^20.19.0 || >=22.12.0",
61+
"node": "^20.19.0 || ^22.18.0 || >=24.11.0",
6262
"pnpm": ">=9.0.0"
6363
}
6464
}

packages/varlet-ui/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ export * from './row'
8181
export * from './segmentedButton'
8282
export * from './segmentedButtons'
8383
export * from './select'
84-
export * from './signature'
8584
export * from './shimmerText'
85+
export * from './signature'
8686
export * from './skeleton'
8787
export * from './slider'
8888
export * from './snackbar'
@@ -186,8 +186,8 @@ declare module 'vue' {
186186
VarSegmentedButton: typeof import('@varlet/ui')['_SegmentedButtonComponent']
187187
VarSegmentedButtons: typeof import('@varlet/ui')['_SegmentedButtonsComponent']
188188
VarSelect: typeof import('@varlet/ui')['_SelectComponent']
189-
VarSignature: typeof import('@varlet/ui')['_SignatureComponent']
190189
VarShimmerText: typeof import('@varlet/ui')['_ShimmerTextComponent']
190+
VarSignature: typeof import('@varlet/ui')['_SignatureComponent']
191191
VarSkeleton: typeof import('@varlet/ui')['_SkeletonComponent']
192192
VarSlider: typeof import('@varlet/ui')['_SliderComponent']
193193
VarSnackbar: typeof import('@varlet/ui')['_SnackbarComponent']

0 commit comments

Comments
 (0)