Skip to content

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

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

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

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

The dependency autoupdater failed during builds-and-checks.

Run log: https://github.com/dudko-dev/protoobject/actions/runs/32536587034

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

  npm run lint
  npm run build
  npm run test:ts

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:22
@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Aug 21, 2026
typescript-eslint@8.67.0 still requires typescript <6.1.0, so the
autoupdater's bump to typescript@^7.0.2 breaks npm install again
(same conflict as the previous autoupdate fix).

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

claude Bot commented Aug 21, 2026

Copy link
Copy Markdown

Status: fixed, commit pushed.

  • npm ci failed initially: typescript@^7.0.2 (bumped by the autoupdater) conflicts with typescript-eslint@8.67.0's peer dependency requirement of typescript >=4.8.4 <6.1.0. typescript-eslint has no released TS7 support yet — same conflict fixed previously in chore(deps): autoupdate (needs claude fix) #48 (commit f1da07c) that the autoupdater regressed.
  • Fix: pinned typescript back to ^6.0.3 (latest stable 6.x) in package.json, deleted and regenerated package-lock.json via npm install --no-audit --no-fund (exit 0).
  • After the fix, all three required commands pass:
    • npm run lint — exit 0
    • npm run build — exit 0
    • npm run test:ts — exit 0 (5/5 tests pass)
  • Pushed commit 6f77c84 to chore/autoupdate-32536587034.

@github-actions
github-actions Bot merged commit 5c6387c into main Aug 21, 2026
4 checks passed
@github-actions
github-actions Bot deleted the chore/autoupdate-32536587034 branch August 21, 2026 23:25
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