chore(deps): autoupdate (needs claude fix) - #11
Conversation
…ks on 6/7 The autoupdater bumped typescript to ^7.0.2. tsup@8.5.1 (latest) bundles rollup-plugin-dts@6.1.1 for its DTS build step, which crashes on TypeScript 7 (TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')) and on TypeScript 6.0.3 (TS5101: baseUrl deprecated). Pinning to the last 5.x release keeps `npm run build`'s DTS step working until tsup ships a compatible rollup-plugin-dts. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Autoupdate fix status: build fixed, pushed. Failing command: Root cause: the autoupdater bumped I also tried TypeScript 6.0.3 as a middle ground — that hits a different failure in the same dts step ( Fix: pinned Verification: ran a clean Pushed: commit |
The dependency autoupdater failed during
builds-and-checks.Run log: https://github.com/dudko-dev/agent-web/actions/runs/33232906655
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.