-
Notifications
You must be signed in to change notification settings - Fork 454
chore(repo): Upgrade to TypeScript 6.0 #8177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
dstaley
wants to merge
52
commits into
main
Choose a base branch
from
ds.chore/ts-6.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
897099c
chore(repo): Upgrade to TypeScript 6.0
dstaley 8301649
fix(expo-passkeys): Use new lib DOM types (#8178)
dstaley c980c0e
fix(backend): TypeScript 6.0 compatibility (#8179)
dstaley de7c97e
chore(localizations): Migrate to tsdown (#8180)
dstaley c62e6ab
chore(testing): TypeScript 6.0 compatibility (#8182)
dstaley 843a673
chore(hono): TypeScript 6.0 compatibility (#8183)
dstaley 9250276
chore(agent-toolkit): TypeScript 6.0 compatibility (#8184)
dstaley c2f60f3
chore(fastify): TypeScript 6.0 compatibility (#8185)
dstaley d8c8801
chore(vue): Migrate to tsdown (#8188)
wobsoriano 6a300ef
chore(ui): TypeScript 6.0 compatibility (#8190)
dstaley c54142a
chore(express): TypeScript 6.0 compatibility (#8187)
dstaley 75100e2
chore(astro): TypeScript 6.0 compatibility (#8191)
dstaley 81001cb
chore(nuxt): Support TS6 and migrate to tsdown (#8192)
wobsoriano 75b8816
chore(react): TypeScript 6.0 compatibility (#8194)
dstaley ef2d238
chore(clerk-js): TypeScript 6.0 compatibility (#8193)
dstaley 5dbf5bd
Merge branch 'main' into ds.chore/ts-6.0
dstaley c1f0691
chore(nextjs): TypeScript 6.0 compatibility (#8201)
dstaley e57e2c0
chore(chrome-extension): TypeScript 6.0 compatibility (#8202)
dstaley 4d2aaf6
chore(tanstack-react-start): TypeScript 6.0 compatibility (#8204)
dstaley 91e83cb
chore(react-router): TypeScript 6.0 compatibility (#8206)
dstaley b9c484f
chore(expo): TypeScript 6.0 compatibility (#8200)
dstaley 4b8025a
chore(repo): Update rolldown and tsdown (#8207)
dstaley 01d5f2a
Merge branch 'main' into ds.chore/ts-6.0
dstaley 8e96095
fix(nextjs): Explicitly annotate types
dstaley 4ed5bde
chore(chrome-extension): Remove jest types from declaration build
dstaley dc23e16
test(shared): use relative import
dstaley 84199a4
test(chrome-extension): remove jest types
dstaley 1a8158d
fix(nuxt): enable esModuleInterop
dstaley a156dff
chore(repo): Install unrun as peer to tsdown for Node v20 support
dstaley dfebec9
fix(astro,nuxt,react-router,tanstack-react-start,ui,vue): Force .js e…
dstaley 9587a64
test(e2e): Mark cloudflare:workers as external in Astro e2e template
dstaley 5f4de28
fix(astro): Mark react/jsx-runtime as external
dstaley b89cc29
fix(nuxt): Mark vue as external
dstaley 1a9fca1
fix(express,fastify,hono): Disable tsdown fixedExtension
dstaley 828c721
fix(shared): Publish separate CJS and ESM types
dstaley f82471d
fix(ui): Bump bundle limits
dstaley 53b2cfd
Merge branch 'main' into ds.chore/ts-6.0
dstaley 4f7f3cb
fix(localizations): disable fixedExtension
dstaley 2d9f5e8
docs(shared): Use inline docs instead of include statements
dstaley 3980be3
chore(shared): Restore path aliases
dstaley cda5a10
fix(backend): sort imports
dstaley 89e9020
fix(react): sort imports
dstaley e6faf01
chore(repo): pnpm dedupe
dstaley f3819ea
chore(clerk-js,ui): Bump bundle limits
dstaley 215c33f
Merge remote-tracking branch 'origin/main' into ds.chore/ts-6.0
jacekradko 554a183
build(react,tanstack-react-start): drop redundant tsc build:declarations
jacekradko d65be67
chore(repo): add changeset for tsdown/TypeScript 6.0 build migration
jacekradko f025213
Merge branch 'main' into ds.chore/ts-6.0
wobsoriano 5bbfd65
Merge branch 'main' into ds.chore/ts-6.0
jacekradko 9a9760b
fix(backend): annotate jwt exports so public types resolve to @clerk/…
jacekradko 2ea47a9
Merge remote-tracking branch 'origin/main' into ds.chore/ts-6.0
jacekradko 771f885
build(repo): bump typescript to 6.0.3 and unrun to 0.2.39
jacekradko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| '@clerk/tanstack-react-start': patch | ||
| '@clerk/chrome-extension': patch | ||
| '@clerk/expo-passkeys': patch | ||
| '@clerk/react-router': patch | ||
| '@clerk/localizations': patch | ||
| '@clerk/express': patch | ||
| '@clerk/backend': patch | ||
| '@clerk/clerk-js': patch | ||
| '@clerk/testing': patch | ||
| '@clerk/nextjs': patch | ||
| '@clerk/shared': patch | ||
| '@clerk/astro': patch | ||
| '@clerk/expo': patch | ||
| '@clerk/hono': patch | ||
| '@clerk/nuxt': patch | ||
| '@clerk/react': patch | ||
| '@clerk/vue': patch | ||
| '@clerk/ui': patch | ||
| --- | ||
|
|
||
| Migrate the build pipeline to tsdown and TypeScript 6.0. This is an internal tooling change with no intended changes to the public API or runtime behavior. |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add migration coverage before merge.
This TypeScript 6 compiler-config change is not accompanied by test updates; please add/modify tests (at minimum package-level build/typecheck coverage for
packages/expo-passkeys) to guard against upgrade regressions before merging.As per coding guidelines, "If there are no tests added or modified as part of the PR, please suggest that tests be added to cover the changes."
🤖 Prompt for AI Agents