Skip to content

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

Merged
github-actions[bot] merged 3 commits into
mainfrom
chore/autoupdate-34663190933
Sep 12, 2026
Merged

github-actions[bot] merged 3 commits into
mainfrom
chore/autoupdate-34663190933

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

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 added autoupdate Automated dependency update PRs needs-claude Needs Claude GitHub App to fix labels Sep 12, 2026
… range

The autoupdate bumped typescript to ^7.0.2, but typescript-eslint@8.70.0
still requires typescript ">=4.8.4 <6.1.0" as a peer, causing npm install
to fail with ERESOLVE. Keep the typescript-eslint bump and revert only
typescript until upstream adds TS 7 support.

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

claude Bot commented Sep 12, 2026

Copy link
Copy Markdown

Status: fixed and pushed

Initial failure: `npm install` failed with `ERESOLVE` before any of the three required commands could even run. The autoupdate bumped `typescript` from `^6.0.3` to `^7.0.2`, but `typescript-eslint@8.70.0`'s peer dependency still requires `typescript ">=4.8.4 <6.1.0"` — upstream hasn't added TypeScript 7 support yet.

Fix: Reverted `typescript` back to `^6.0.3` in `package.json`/`package-lock.json` while keeping the `typescript-eslint` bump (`8.69.0` → `8.70.0`), since that part installs and works cleanly on its own. This is a dependency-compatibility revert only — 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: `25a6685` on `chore/autoupdate-34663190933`.

@github-actions
github-actions Bot merged commit f5cc1ae into main Sep 12, 2026
4 checks passed
@github-actions
github-actions Bot deleted the chore/autoupdate-34663190933 branch September 12, 2026 00:58
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