Skip to content

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

Merged
github-actions[bot] merged 3 commits into
mainfrom
chore/autoupdate-32536911469
Aug 21, 2026
Merged

chore(deps): autoupdate (needs claude fix)#10
github-actions[bot] merged 3 commits into
mainfrom
chore/autoupdate-32536911469

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/actions/runs/32536911469

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 requested a review from siarheidudko August 21, 2026 23:27
@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Aug 21, 2026
The autoupdater bumped typescript to ^7.0.2, which breaks tsup's
bundled rollup-plugin-dts (relies on TS internals like
ts.sys.useCaseSensitiveFileNames that changed in TS 7), failing the
DTS build step. Typecheck passes fine under TS 7, but the build does
not. Pin back to the latest 5.x (5.9.3) until tooling catches up.

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

claude Bot commented Aug 21, 2026

Copy link
Copy Markdown

Autoupdate fix-up: build was failing

  • npm run build failed: the autoupdater's bump of typescript devDependency from ^5.6.0 to ^7.0.2 breaks tsup's bundled rollup-plugin-dts during the DTS build step (TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')). npm run typecheck itself was green under TS 7, but npm run build was not.
  • npm run typecheck and npm run format:check were green on first run.
  • Fix: pinned typescript back to ^5.9.3 (latest 5.x) in package.json/package-lock.json. This is a compatibility pin only — no product code changed, package version not bumped.
  • Verified clean (rm -rf node_modules dist && npm ci) run of all four commands after the fix: typecheck ✅, format:check ✅, build ✅, test ✅ (96/96 passing).
  • Pushed commit 54d70bc to chore/autoupdate-32536911469.

@github-actions
github-actions Bot merged commit d793bcd into main Aug 21, 2026
1 check passed
@github-actions
github-actions Bot deleted the chore/autoupdate-32536911469 branch August 21, 2026 23:31
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