chore: migrate to typescript@7 stable, drop tsgo/native-preview#371
Merged
Conversation
- replace @typescript/native-preview catalog/devDep with typescript ^7.0.2 - rewrite package scripts tsgo/tsgo -b -> tsc/tsc -b - alias cloudflare generator's TS 5 compiler-API dep as typescript-5 so its tsc bin cannot shadow typescript@7 - allow typescript + platform packages through bun minimumReleaseAge - update create-sdk.ts scaffolding and AGENTS.md Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Install the packages built from this commit: @distilled.cloud/core bun add @distilled.cloud/core@https://pkg.distilled.cloud/core/594e91b@distilled.cloud/aws bun add @distilled.cloud/aws@https://pkg.distilled.cloud/aws/594e91b@distilled.cloud/axiom bun add @distilled.cloud/axiom@https://pkg.distilled.cloud/axiom/594e91b@distilled.cloud/azure bun add @distilled.cloud/azure@https://pkg.distilled.cloud/azure/594e91b@distilled.cloud/cloudflare bun add @distilled.cloud/cloudflare@https://pkg.distilled.cloud/cloudflare/594e91b@distilled.cloud/coinbase bun add @distilled.cloud/coinbase@https://pkg.distilled.cloud/coinbase/594e91b@distilled.cloud/expo-eas bun add @distilled.cloud/expo-eas@https://pkg.distilled.cloud/expo-eas/594e91b@distilled.cloud/fly-io bun add @distilled.cloud/fly-io@https://pkg.distilled.cloud/fly-io/594e91b@distilled.cloud/gcp bun add @distilled.cloud/gcp@https://pkg.distilled.cloud/gcp/594e91b@distilled.cloud/kubernetes bun add @distilled.cloud/kubernetes@https://pkg.distilled.cloud/kubernetes/594e91b@distilled.cloud/mongodb-atlas bun add @distilled.cloud/mongodb-atlas@https://pkg.distilled.cloud/mongodb-atlas/594e91b@distilled.cloud/neon bun add @distilled.cloud/neon@https://pkg.distilled.cloud/neon/594e91b@distilled.cloud/planetscale bun add @distilled.cloud/planetscale@https://pkg.distilled.cloud/planetscale/594e91b@distilled.cloud/posthog bun add @distilled.cloud/posthog@https://pkg.distilled.cloud/posthog/594e91b@distilled.cloud/prisma-postgres bun add @distilled.cloud/prisma-postgres@https://pkg.distilled.cloud/prisma-postgres/594e91b@distilled.cloud/stripe bun add @distilled.cloud/stripe@https://pkg.distilled.cloud/stripe/594e91b@distilled.cloud/supabase bun add @distilled.cloud/supabase@https://pkg.distilled.cloud/supabase/594e91b@distilled.cloud/turso bun add @distilled.cloud/turso@https://pkg.distilled.cloud/turso/594e91b@distilled.cloud/typesense bun add @distilled.cloud/typesense@https://pkg.distilled.cloud/typesense/594e91b@distilled.cloud/workos bun add @distilled.cloud/workos@https://pkg.distilled.cloud/workos/594e91b |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
TypeScript 7 is stable, so the
@typescript/native-previewnightly and thetsgobinary it shipped are obsolete — the native compiler now ships as plaintscin thetypescriptpackage.create-sdk.tsscaffolding andAGENTS.mdupdated to matchtypescript+ its@typescript/typescript-*platform binaries added tobunfig.tomlminimumReleaseAgeExcludes(7.0.2 is younger than the 72h gate)parse.tsuses the TypeScript JS compiler API, which the native compiler no longer ships — its TS 5 dependency stays, aliased astypescript-5so itstscbin can't shadow the workspacetypescript@7All packages typecheck clean with
tsc7.0.2 (bun run typecheck).🤖 Generated with Claude Code