chore(deps): autoupdate (needs claude fix) - #32
Conversation
TypeScript 7.0.2 restructured the package so `require('typescript')`
no longer exposes the classic compiler API (ts.sys, Program, etc.) —
the main entry now only exports a version string; the classic API
moved under new `unstable/*` subpaths. tsup's dts bundling step
(via rollup-plugin-dts, bundled internally) depends on the classic
API and crashes with `Cannot read properties of undefined (reading
'useCaseSensitiveFileNames')` since `ts.sys` is undefined.
tsup@8.5.1 (latest) hasn't adapted to the new TS7 API surface yet,
so pin typescript back to ^6.0.3 (the last version before the
autoupdate bump, still the latest stable 6.x release) until tsup
ships support.
|
Status: fixed, commit pushed. Initial run: Root cause: the autoupdate bumped
Fix: reverted the Final verification (all green):
Pushed commit: |
The dependency autoupdater failed during
builds-and-checks.Run log: https://github.com/dudko-dev/agent/actions/runs/31227401630
A Claude session has been dispatched to push fixes onto this branch
so the following commands all exit 0:
Claude will leave a status comment on this PR when it finishes.
The Claude workflow re-dispatches PR-checks once it is done, so the
checks below reflect its pushed fixes.