Upgrade workspace and fixtures to TypeScript 6#137
Draft
rafa-thayto wants to merge 4 commits intomainfrom
Draft
Conversation
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.
Summary
typescript@6.0.2typecheckentrypoints for TS6cli-coreTS6 diagnostics and align tests and fixtures with the new compiler behaviorCommits
build: upgrade workspace to TypeScript 6.0.2fix: resolve TypeScript 6 diagnostics in cli-coretest: align cli-core tests with TypeScript 6chore: upgrade e2e fixtures to TypeScript 6Verification
bun installbun run typecheckbun run buildbun run testcd packages/cli-core/mocks && bun install && bunx tsc --noEmitnextjs-app-routernextjs-pages-routernextjs-app-router-next14react-routerreactvuetanstack-startNotes
bun run test:e2ewas not run because this environment does not have the required Clerk e2e secrets (CLERK_PLATFORM_API_KEY,CLERK_CLI_TEST_APP_ID, etc.)