chore(deps): autoupdate (needs claude fix) - #46
Conversation
…int peer range typescript-eslint@8.65.0 (latest stable) declares peerDependency "typescript": ">=4.8.4 <6.1.0", so the autoupdater's bump to typescript@^7.0.2 broke npm install (ERESOLVE). Reverting typescript to the previously pinned ^6.0.3 until typescript-eslint ships support for TS 7. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
Status: fixed and pushed — all three checks green. Initial failure: Fix: Reverted Verified green after the fix:
Pushed commit: |
The autoupdater's fallback path only runs `npm-check-updates -u`, so it never bumped the package version. Without a version change, release-on-version-bump does not fire on merge and the dependency updates in this PR would land on the default branch without ever being published. Bumping the patch version at the maintainer's request so the merge produces a release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PfHHX2WrotHCt9djnk6tMZ
The dependency autoupdater failed during
builds-and-checks.Run log: https://github.com/dudko-dev/protoobject/actions/runs/30135331299
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.
PR-checks will re-run on each new commit.