Skip to content

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

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

chore(deps): autoupdate (needs claude fix)#10
github-actions[bot] wants to merge 3 commits into
mainfrom
chore/autoupdate-33933045165

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

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/33933045165

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 5, 2026
typescript@7.0.2 (the native Corsa rewrite) broke tsup's dts
bundling: the bundled rollup-plugin-dts@6.1.1 crashes with
"Cannot read properties of undefined (reading 'useCaseSensitiveFileNames')"
against it. Pin back to the last classic-compiler line until
tsup/rollup-plugin-dts catch up.

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

claude Bot commented Sep 5, 2026

Copy link
Copy Markdown

Status: fixed and pushed.

  • npm run typecheck — green on first run
  • npm run format:check — green on first run
  • npm run buildfailed on first run: TypeError: Cannot read properties of undefined (reading 'useCaseSensitiveFileNames') thrown from tsup's bundled rollup-plugin-dts@6.1.1 during the DTS bundling step.
  • npm test — depends on build via pretest, so it failed transitively.

Root cause: this autoupdate bumped typescript devDependency from ^5.7.3-era to ^7.0.2 — TypeScript's new native ("Corsa") rewrite. tsup 8.5.1 (latest) bundles rollup-plugin-dts@6.1.1, which isn't yet compatible with TS7's internals, so the .d.ts bundling step crashes every time dts: true build runs.

Fix applied (devDependency-only, no product logic touched): pinned typescript to ^6.0.3 — the latest stable release still on the classic compiler — in package.json, and regenerated package-lock.json (the diff is entirely TS7's platform-specific optional native binaries dropping out; no unrelated packages changed).

Verified clean from a fresh npm ci:

  • npm run typecheck → exit 0
  • npm run format:check → exit 0
  • npm run build → exit 0 (ESM + CJS + .d.ts/.d.cts all emit correctly)
  • npm test → exit 0 (24/24 pass)

Pushed commit: c123b83 on chore/autoupdate-33933045165.

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