Skip to content

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

Merged
siarheidudko merged 3 commits into
mainfrom
chore/autoupdate-30672705084
Jul 31, 2026
Merged

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

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

The dependency autoupdater failed during builds-and-checks.

Run log: https://github.com/siarheidudko/objectstream/actions/runs/30672705084

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 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 July 31, 2026 23:23
@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Jul 31, 2026
typescript-eslint@8.65.0 (latest) still requires typescript <6.1.0, so the
autoupdate bump to typescript@^7.0.2 broke npm install with an ERESOLVE
conflict.

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

claude Bot commented Jul 31, 2026

Copy link
Copy Markdown

Autoupdate fix status

  • npm install --no-audit --no-fund failed initially with an ERESOLVE conflict: the autoupdater bumped typescript to ^7.0.2, but typescript-eslint@8.65.0 (latest published) still requires typescript >=4.8.4 <6.1.0. No typescript-eslint release currently supports TS 7.

Fix: pinned typescript back to ^6.0.3 in package.json (and regenerated package-lock.json), matching the same compatibility shim applied in two prior autoupdate PRs (#25, #26) for this exact issue. No product logic changed, no version bump.

After the fix, all three gating commands are green:

  • npm run lint — exit 0
  • npm run build — exit 0
  • npm test — exit 0 (48/48 tests passed)

Pushed commit 1dfb80b to chore/autoupdate-30672705084.

@siarheidudko
siarheidudko merged commit 48f2597 into main Jul 31, 2026
8 checks passed
@siarheidudko
siarheidudko deleted the chore/autoupdate-30672705084 branch July 31, 2026 23:49
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