build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /packages/fathom-ts#97
Merged
Conversation
…hom-ts Manually recreated from Dependabot #60, which deadlocked: it refused to rebase the manually-edited branch and could not recreate ("can't resolve JavaScript dependency files"). Branched from current main, which already carries the DOM tsconfig lib fix (#92) that TypeScript 6 requires. Verified under TS 6.0.3: `pnpm run lint` (tsc --noEmit), `pnpm run build`, typedoc, and scripts/generate_ts_sdk_docs.py all pass with zero docs drift. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YFbDHuyErPiiWNEGkEa4kG
krakennetworks
approved these changes
Jun 24, 2026
krakennetworks
left a comment
Contributor
There was a problem hiding this comment.
Approving, will be fixing the doc CI later.
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.
Manually recreates Dependabot #60, which deadlocked:
@dependabot rebase→ "PR has been edited by someone other than Dependabot. Can't rebase."@dependabot recreate→ "Dependabot can't resolve your JavaScript dependency files."Its branch was frozen at the original 06-06 commit (no DOM fix, 18 days stale, conflicts on rebase). This PR branches from current
main, which already carries thetsconfigDOMlibfix (#92) that TypeScript 6 needs.Verified locally under TS 6.0.3
pnpm run lint(tsc --noEmit)pnpm run build(tsc)typedoc(Pythontest_ts_sdk_docs.py)scripts/generate_ts_sdk_docs.pyReplaces #60 (please close that one).
🤖 Generated with Claude Code