fix(docs-sync): revert typescript to 6.0.3 in docs-sync subproject#169
Open
anukiransolur wants to merge 1 commit into
Open
fix(docs-sync): revert typescript to 6.0.3 in docs-sync subproject#169anukiransolur wants to merge 1 commit into
anukiransolur wants to merge 1 commit into
Conversation
TypeScript 7.0 (bumped in #162) removes the programmatic compiler API that ts-node@10.9.2 depends on to load config, breaking the Update SDK docs and Update App Shell docs workflows with: TypeError: Cannot read properties of undefined (reading 'fileExists') Both scheduled workflows have failed daily since the bump merged. ts-node has no TS7-compatible release yet, so pinning typescript back to 6.0.3 in this isolated subproject (unrelated to the root VitePress site's own typescript) is the fix until ts-node catches up. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
Update SDK docsandUpdate App Shell docsscheduled workflows have failed daily since Update dependency typescript to v7 #162 merged (typescript 6.0.3 → 7.0.2 inscripts/docs-sync).ts-node@10.9.2depends on to load its config, crashing with:ts-nodehas no TS7-compatible release yet, so this revertstypescriptback to 6.0.3 in the isolatedscripts/docs-syncsubproject only (unrelated to the root VitePress site's owntypescript, which stays untouched).Test plan
typescript@7.0.26.0.3, reinstalled, confirmednpm run start -- sdkandnpm run start -- app-shellboth complete successfully🤖 Generated with Claude Code