chore(deps): autoupdate (needs claude fix)#22
Conversation
…ider conflict workers-ai-provider@3.2.0 declares ai@^6 as a peer dependency, but the project now requires ai@^7. The packages are functionally compatible (all 130 tests pass), so --legacy-peer-deps bypasses the spurious semver conflict until workers-ai-provider publishes a version that supports ai@^7.
…-ai-provider conflict" This reverts commit 674646e.
…lict workers-ai-provider@3.2.x declares ai@^6 as a peer dependency, but the project now uses ai@^7. The packages are functionally compatible (all 130 tests pass). The overrides field tells npm to use the project-level ai version when resolving workers-ai-provider, silencing the peer dep conflict so that npm ci succeeds without --legacy-peer-deps.
Autoupdate fix summaryInitial failures: Root cause: The autoupdater bumped Fix applied: Added an "overrides": {
"workers-ai-provider": {
"ai": "$ai"
}
}This tells npm to use the project-level All four checks pass locally:
Commits pushed: Two intermediate commits (a failed workflow approach + its revert) plus the real fix commit |
The dependency autoupdater failed during
builds-and-checks.Run log: https://github.com/dudko-dev/agent/actions/runs/28272165725
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.