fix(deps): Update undici dependency to version 7.24.3#1014
fix(deps): Update undici dependency to version 7.24.3#1014AIsofun wants to merge 2 commits intoopenclaw:mainfrom
Conversation
Update undici dependency to version 7.24.3
|
@AIsofun is attempting to deploy a commit to the 0xBuns Team on Vercel. A member of the Team first needs to authorize it. |
Greptile SummaryThis PR bumps the
Confidence Score: 5/5
Last reviewed commit: "fix(deps): Update un..." |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fb77f884e7
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "p-retry": "^7.1.1", | ||
| "semver": "^7.7.4", | ||
| "undici": "^7.24.0" | ||
| "undici": "^7.24.3" |
There was a problem hiding this comment.
Update lockfile for undici dependency bump
After changing packages/clawdhub/package.json to undici: ^7.24.3, the workspace lock metadata is still undici: ^7.24.0 in bun.lock (line 83). This matters because CI/deploy run bun install --frozen-lockfile (.github/workflows/ci.yml:21, .github/workflows/deploy.yml:62), and Bun documents --frozen-lockfile as “Disallow changes to lockfile”; with this manifest/lock mismatch, frozen installs can fail before any build/test steps run.
Useful? React with 👍 / 👎.
|
Updated lockfile to match dependency bump. |
|
Lockfile has been updated to resolve the frozen-lockfile issue. |
Summary
Why
Impact
Validation
All review comments have been addressed. |
Update undici dependency to version 7.24.3
