chore(deps): autoupdate (needs claude fix) - #50
Merged
Conversation
typescript-eslint@8.66.0's peer dependency caps typescript at <6.1.0, so the autoupdate bump to typescript@^7.0.2 broke npm install with an ERESOLVE conflict. Revert typescript to the latest compatible 6.x release while keeping the other devDependency bumps.
|
Autoupdate fix status: green ✅ Initial failure: `npm install` failed with ERESOLVE — the autoupdater bumped `typescript` to `^7.0.2`, but `typescript-eslint@8.66.0`'s peer dependency requires `typescript >=4.8.4 <6.1.0`. No stable `typescript-eslint` release currently supports TypeScript 7. Fix: Reverted `typescript` to `^6.0.3` (latest 6.x release, compatible with typescript-eslint's peer range) while keeping the other devDependency bumps (`@types/node`, `eslint`, `globals`, `tsx`, `typescript-eslint`). This is a compatibility pin only, no product logic changed. Verification (all exit 0):
Pushed: commit `aafb4e4` to `chore/autoupdate-31227409477`. |
The autoupdater bumps the version only on its success path; the npm-check-updates fallback that produced this branch does not. Without a version change, release-on-version-bump does not fire on merge and this dependency update would never be published. Automated in the workflow going forward; applied by hand here because this branch predates that change.
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/31227409477
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.