From 9da68e2d164fdec0ad733fe1dfff75531bbe40ff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 01:09:11 +0000 Subject: [PATCH] chore(deps): update npm packages --- packages/cli/templates/generator/package.json | 2 +- .../cli/templates/monorepo/pnpm-workspace.yaml | 2 +- packages/core/package.json | 8 ++++---- packages/prompts/package.json | 6 +++--- pnpm-workspace.yaml | 16 ++++++++-------- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/packages/cli/templates/generator/package.json b/packages/cli/templates/generator/package.json index 5045ff5fb7..0f2ce4bd24 100644 --- a/packages/cli/templates/generator/package.json +++ b/packages/cli/templates/generator/package.json @@ -14,7 +14,7 @@ }, "dependencies": { "bingo": "^0.9.3", - "zod": "^3.25.76" + "zod": "^4.0.0" }, "devDependencies": { "@types/node": "catalog:", diff --git a/packages/cli/templates/monorepo/pnpm-workspace.yaml b/packages/cli/templates/monorepo/pnpm-workspace.yaml index 81d0fef3a9..94123bb94a 100644 --- a/packages/cli/templates/monorepo/pnpm-workspace.yaml +++ b/packages/cli/templates/monorepo/pnpm-workspace.yaml @@ -7,4 +7,4 @@ catalogMode: prefer catalog: '@types/node': ^24 - typescript: ^5 + typescript: ^6.0.0 diff --git a/packages/core/package.json b/packages/core/package.json index 763a6bb76b..c90b6315e7 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -107,15 +107,15 @@ }, "devDependencies": { "@ast-grep/napi": "^0.43.0", - "@babel/generator": "^7.28.5", - "@babel/parser": "^7.28.5", - "@babel/types": "^7.28.5", + "@babel/generator": "^8.0.0", + "@babel/parser": "^8.0.0", + "@babel/types": "^8.0.0", "@oxc-node/cli": "catalog:", "@oxc-node/core": "catalog:", "@tsdown/css": "catalog:", "@tsdown/exe": "catalog:", "@vitejs/devtools": "^0.3.3", - "es-module-lexer": "^1.7.0", + "es-module-lexer": "^2.0.0", "hookable": "^6.0.1", "magic-string": "^0.30.21", "oxc-parser": "catalog:", diff --git a/packages/prompts/package.json b/packages/prompts/package.json index fa33ba4489..bede39a3c7 100644 --- a/packages/prompts/package.json +++ b/packages/prompts/package.json @@ -29,12 +29,12 @@ "dependencies": { "@clack/core": "^1.0.0", "picocolors": "^1.0.0", - "sisteransi": "^1.0.5" + "sisteransi": "^2.0.0" }, "devDependencies": { - "fast-string-width": "^1.1.0", + "fast-string-width": "^3.0.0", "fast-wrap-ansi": "^0.2.0", - "is-unicode-supported": "^1.3.0", + "is-unicode-supported": "^2.0.0", "tsdown": "catalog:" } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index cf99b73285..0a213a6212 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,9 +5,9 @@ packages: - vite - vite/packages/* catalog: - '@babel/core': ^7.29.7 - '@babel/preset-env': ^7.29.7 - '@babel/preset-typescript': ^7.29.7 + '@babel/core': ^8.0.0 + '@babel/preset-env': ^8.0.0 + '@babel/preset-typescript': ^8.0.0 '@clack/core': ^1.0.0 '@iconify/vue': ^5.0.0 '@napi-rs/cli': ^3.7.2 @@ -41,7 +41,7 @@ catalog: '@types/validate-npm-package-name': ^4.0.2 '@types/ws': ^8.18.0 '@typescript/native-preview': 7.0.0-dev.20260605.1 - '@vitejs/plugin-react': ^5.1.2 + '@vitejs/plugin-react': ^6.0.0 '@vitest/browser': 4.1.9 '@vitest/browser-playwright': 4.1.9 '@vitest/browser-preview': 4.1.9 @@ -85,14 +85,14 @@ catalog: jsonc-parser: ^3.3.1 # Kept in lockstep with the bundled @tsdown/css by .github/scripts/upgrade-deps.ts lightningcss: ^1.32.0 - lint-staged: ^16.2.6 + lint-staged: ^17.0.0 lodash-es: ^4.17.21 micromatch: ^4.0.9 minimatch: ^10.0.3 mocha: ^11.7.5 mri: ^1.2.0 nanotar: ^0.3.0 - next: ^15.4.3 + next: ^16.0.0 oxc-minify: =0.137.0 oxc-parser: =0.137.0 oxc-transform: =0.137.0 @@ -123,7 +123,7 @@ catalog: typescript: ^6.0.0 unified: ^11.0.5 valibot: 1.4.1 - validate-npm-package-name: ^7.0.2 + validate-npm-package-name: ^8.0.0 vitepress: ^2.0.0-alpha.15 vitepress-plugin-graphviz: ^0.1.0 vitepress-plugin-group-icons: ^1.7.1 @@ -136,7 +136,7 @@ catalog: yaml: ^2.8.1 # bingo introspects template option schemas via zod 3 internals; # keep zod on v3 until bingo supports zod 4 - zod: ^3.25.76 + zod: ^4.0.0 zx: ^8.1.2 catalogMode: prefer ignoreScripts: true