Skip to content

fix: allow TypeScript 6 peer for CLI - #643

Open
cyphercodes wants to merge 1 commit into
adelsz:masterfrom
cyphercodes:fix-cli-typescript-6-peer
Open

fix: allow TypeScript 6 peer for CLI#643
cyphercodes wants to merge 1 commit into
adelsz:masterfrom
cyphercodes:fix-cli-typescript-6-peer

Conversation

@cyphercodes

Copy link
Copy Markdown

Summary

Fixes #640 by widening @pgtyped/cli's TypeScript peer dependency range to accept TypeScript 6 while still excluding TypeScript 7.

This keeps installs with typescript@6 from failing on the peer range alone.

Validation

  • npm run build — all 6 workspace package builds passed
  • node -e "...semver.satisfies('6.0.3', range)..." — verified TS 6 is accepted and TS 7 is excluded
  • git diff --check — clean

Disclosure

This contribution was prepared with AI assistance and locally verified before submission.

@vercel

vercel Bot commented Jul 24, 2026

Copy link
Copy Markdown

@cyphercodes is attempting to deploy a commit to the Adel Salakh's projects Team on Vercel.

A member of the Team first needs to authorize it.

lucas-gregoire added a commit to lucas-gregoire/pgtyped that referenced this pull request Sep 2, 2026
Ships the widened TypeScript peer range (>=3.1 <7) from
adelsz#643.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.

Typescript 6 support

2 participants