Skip to content

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

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

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

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

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 August 14, 2026 23:06
@github-actions github-actions Bot added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Aug 14, 2026
typescript-eslint@8.67.0 (and its alphas) still peer-depend on
typescript <6.1.0, so the autoupdate bump to typescript@^7.0.2
caused an ERESOLVE conflict. Keep the other bumps (globals, tsx,
typescript-eslint) and hold typescript back until typescript-eslint
adds TS7 support.

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

claude Bot commented Aug 14, 2026

Copy link
Copy Markdown

Autoupdate fix-up: status

  • npm install --no-audit --no-fund initially failed with an ERESOLVE peer-dependency conflict: this branch bumped typescript to ^7.0.2, but typescript-eslint@8.67.0 (the latest stable, and its current alphas too) still peer-depend on typescript >=4.8.4 <6.1.0 — there is no released typescript-eslint yet that supports TypeScript 7.

  • Fix applied: held typescript back to ^6.0.3 (the latest 6.x release, same major as before) in package.json/package-lock.json, while keeping the other autoupdate bumps (globals^17.11.0, tsx^4.23.12, typescript-eslint^8.67.0). This is a dependency-version-only change — no product logic or package version touched.

  • After the fix, npm install, npm run lint, npm run build, and npm test all exit 0 (48/48 tests passing).

  • Pushed commit b50ebb1 to chore/autoupdate-31849132466.

Note for a future update: once typescript-eslint ships TS7 support, the typescript bump to ^7.x can be retried.

@github-actions
github-actions Bot merged commit d2d924b into main Aug 14, 2026
4 checks passed
@github-actions
github-actions Bot deleted the chore/autoupdate-31849132466 branch August 14, 2026 23:09
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