chore(deps): autoupdate (needs claude fix) - #56
Merged
Merged
Conversation
… 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>
|
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):
Pushed commit: `25a6685` on `chore/autoupdate-34663190933`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
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.