Skip to content

Update all dependencies to latest stable versions#43

Draft
Copilot wants to merge 2 commits intomasterfrom
copilot/update-packages
Draft

Update all dependencies to latest stable versions#43
Copilot wants to merge 2 commits intomasterfrom
copilot/update-packages

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 1, 2026

Upgrades all dependencies from outdated/beta versions to current stable releases, and fixes related compatibility issues introduced by the upgrades.

Dependency updates

  • zod: ^4.0.0-beta.20250505T195954^4.3.6 (beta → stable)
  • tsup: ^8.4.0^8.5.1
  • tsx: ^4.19.4^4.21.0
  • typescript: ^5.8.3^6.0.2

Compatibility fixes

  • handleZodError.ts: Fix import path — "zod/dist/esm" no longer exists in zod v4.3.6; changed to "zod"
  • tsconfig.json: Replace deprecated moduleResolution: "Node" with "Bundler" (TypeScript 6.0); add "ignoreDeprecations": "6.0" to suppress the baseUrl deprecation warning emitted by tsup's internal DTS build (won't break until TS 7.0)
Original prompt

Update packages

Copilot AI changed the title [WIP] Update packages to latest versions Update all dependencies to latest stable versions Apr 1, 2026
Copilot AI requested a review from igorls April 1, 2026 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants