Skip to content

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

Merged
siarheidudko merged 3 commits into
mainfrom
chore/autoupdate-30674405836
Aug 1, 2026
Merged

chore(deps): autoupdate (needs claude fix)#48
siarheidudko merged 3 commits into
mainfrom
chore/autoupdate-30674405836

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

The dependency autoupdater failed during builds-and-checks.

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

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 1, 2026 00:01
@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Aug 1, 2026
typescript-eslint@8.65.0 (and its latest alpha) requires typescript
<6.1.0, so the autoupdater's bump to typescript@^7.0.2 broke npm
install. typescript-eslint has no released support for TS7 yet.

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

claude Bot commented Aug 1, 2026

Copy link
Copy Markdown

Status: fixed and pushed

  • Initial failure: `npm install`/`npm ci` failed with an ERESOLVE peer-dependency conflict. The autoupdater bumped `typescript` from `^6.0.3` to `^7.0.2`, but `typescript-eslint@8.65.0` (the latest stable, and even its newest alpha `8.65.1-alpha.19`) declares a peer dependency of `typescript: >=4.8.4 <6.1.0` — TS7 is not yet supported by typescript-eslint.
  • Fix: reverted just the `typescript` devDependency pin back to `^6.0.3` (already the latest 6.x release) in `package.json`, keeping the other legitimate updates (`globals@^17.8.0`, `@sergdudko/objectstream@^4.0.44`). Regenerated `package-lock.json` accordingly. No product logic touched.
  • Verified locally, all exit 0: `npm install --no-audit --no-fund`, `npm run lint`, `npm run build`, `npm run test:ts`.
  • Pushed commit `f1da07c` to `chore/autoupdate-30674405836`.

@siarheidudko
siarheidudko merged commit 1055574 into main Aug 1, 2026
8 checks passed
@siarheidudko
siarheidudko deleted the chore/autoupdate-30674405836 branch August 1, 2026 21: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