Skip to content

Commit b538d6a

Browse files
chore(deps): update npm packages
1 parent 638c447 commit b538d6a

5 files changed

Lines changed: 17 additions & 17 deletions

File tree

packages/cli/templates/generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"bingo": "^0.9.3",
17-
"zod": "^3.25.76"
17+
"zod": "^4.0.0"
1818
},
1919
"devDependencies": {
2020
"@types/node": "catalog:",

packages/cli/templates/monorepo/pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ catalogMode: prefer
77

88
catalog:
99
'@types/node': ^24
10-
typescript: ^5
10+
typescript: ^6.0.0

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,15 @@
107107
},
108108
"devDependencies": {
109109
"@ast-grep/napi": "^0.43.0",
110-
"@babel/generator": "^7.28.5",
111-
"@babel/parser": "^7.28.5",
112-
"@babel/types": "^7.28.5",
110+
"@babel/generator": "^8.0.0",
111+
"@babel/parser": "^8.0.0",
112+
"@babel/types": "^8.0.0",
113113
"@oxc-node/cli": "catalog:",
114114
"@oxc-node/core": "catalog:",
115115
"@tsdown/css": "catalog:",
116116
"@tsdown/exe": "catalog:",
117117
"@vitejs/devtools": "^0.3.4",
118-
"es-module-lexer": "^1.7.0",
118+
"es-module-lexer": "^2.0.0",
119119
"hookable": "^6.0.1",
120120
"magic-string": "^0.30.21",
121121
"oxc-parser": "catalog:",

packages/prompts/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"dependencies": {
3030
"@clack/core": "^1.0.0",
3131
"picocolors": "^1.0.0",
32-
"sisteransi": "^1.0.5"
32+
"sisteransi": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"fast-string-width": "^1.1.0",
35+
"fast-string-width": "^3.0.0",
3636
"fast-wrap-ansi": "^0.2.0",
37-
"is-unicode-supported": "^1.3.0",
37+
"is-unicode-supported": "^2.0.0",
3838
"tsdown": "catalog:"
3939
}
4040
}

pnpm-workspace.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ packages:
55
- vite
66
- vite/packages/*
77
catalog:
8-
'@babel/core': ^7.29.7
9-
'@babel/preset-env': ^7.29.7
10-
'@babel/preset-typescript': ^7.29.7
8+
'@babel/core': ^8.0.0
9+
'@babel/preset-env': ^8.0.0
10+
'@babel/preset-typescript': ^8.0.0
1111
'@clack/core': ^1.0.0
1212
'@iconify/vue': ^5.0.0
1313
'@napi-rs/cli': ^3.7.2
@@ -41,7 +41,7 @@ catalog:
4141
'@types/validate-npm-package-name': ^4.0.2
4242
'@types/ws': ^8.18.0
4343
'@typescript/native-preview': 7.0.0-dev.20260605.1
44-
'@vitejs/plugin-react': ^5.1.2
44+
'@vitejs/plugin-react': ^6.0.0
4545
'@vitest/browser': 4.1.9
4646
'@vitest/browser-playwright': 4.1.9
4747
'@vitest/browser-preview': 4.1.9
@@ -85,14 +85,14 @@ catalog:
8585
jsonc-parser: ^3.3.1
8686
# Kept in lockstep with the bundled @tsdown/css by .github/scripts/upgrade-deps.ts
8787
lightningcss: ^1.32.0
88-
lint-staged: ^16.2.6
88+
lint-staged: ^17.0.0
8989
lodash-es: ^4.17.21
9090
micromatch: ^4.0.9
9191
minimatch: ^10.0.3
9292
mocha: ^11.7.5
9393
mri: ^1.2.0
9494
nanotar: ^0.3.0
95-
next: ^15.4.3
95+
next: ^16.0.0
9696
oxc-minify: =0.138.0
9797
oxc-parser: =0.138.0
9898
oxc-transform: =0.138.0
@@ -123,7 +123,7 @@ catalog:
123123
typescript: ^6.0.0
124124
unified: ^11.0.5
125125
valibot: 1.4.1
126-
validate-npm-package-name: ^7.0.2
126+
validate-npm-package-name: ^8.0.0
127127
vitepress: ^2.0.0-alpha.15
128128
vitepress-plugin-graphviz: ^0.1.0
129129
vitepress-plugin-group-icons: ^1.7.1
@@ -136,7 +136,7 @@ catalog:
136136
yaml: ^2.8.1
137137
# bingo introspects template option schemas via zod 3 internals;
138138
# keep zod on v3 until bingo supports zod 4
139-
zod: ^3.25.76
139+
zod: ^4.0.0
140140
zx: ^8.1.2
141141
catalogMode: prefer
142142
ignoreScripts: true

0 commit comments

Comments
 (0)