Skip to content

chore(deps): autoupdate (needs claude fix) - #11

Open
github-actions[bot] wants to merge 3 commits into
mainfrom
chore/autoupdate-34662686252
Open

github-actions[bot] wants to merge 3 commits into
mainfrom
chore/autoupdate-34662686252

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

The dependency autoupdater failed during builds-and-checks.

Run log: https://github.com/dudko-dev/agent-web-react/actions/runs/34662686252

A Claude session has been dispatched to push fixes onto this branch
so the following commands all exit 0:

  npm run typecheck
  npm run format:check
  npm run build
  npm test

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.

@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Sep 12, 2026
tsup 8.5.1 vendors rollup-plugin-dts@6.1.1, which crashes on
TypeScript 7's Program API ("Cannot read properties of undefined
(reading 'useCaseSensitiveFileNames')") during the .d.ts bundling
step. No newer tsup release is available yet, so keep the previous
typescript version until tsup/rollup-plugin-dts catch up.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@claude

claude Bot commented Sep 12, 2026

Copy link
Copy Markdown

Status: fixed and pushed.

  • Initial failure: npm run build (tsup) failed with TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames') during the DTS bundling step. npm run typecheck, npm run format:check, and npm test's own assertions were otherwise fine, but npm test also failed transitively since its pretest script runs npm run build.
  • Root cause: the autoupdate bumped typescript from ^6.0.3 to ^7.0.2. tsup@8.5.1 (latest available) vendors rollup-plugin-dts@6.1.1 internally, which is incompatible with TypeScript 7's Program/host API. No newer tsup release exists yet to pick up a fixed rollup-plugin-dts.
  • Fix: pinned typescript back to ^6.0.3 (package.json + package-lock.json), keeping every other autoupdated dependency (@dudko.dev/agent-web, @playwright/test, @types/react, @types/react-dom, react, react-dom) as bumped. This is a compatibility shim only — no product logic touched, no package version bump.
  • Verified locally, in order, all exit 0: npm run typecheck, npm run format:check, npm run build, npm test (24/24 tests pass).
  • Pushed commit 9b1b63f to chore/autoupdate-34662686252.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant