Bump undici and wrangler in /art-cluster/cloudflare - #3170
Bump undici and wrangler in /art-cluster/cloudflare#3170dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [undici](https://github.com/nodejs/undici) to 7.28.0 and updates ancestor dependency [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). These dependencies need to be updated together. Updates `undici` from 5.29.0 to 7.28.0 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](nodejs/undici@v5.29.0...v7.28.0) Updates `wrangler` from 4.14.1 to 4.111.0 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@4.111.0/packages/wrangler) --- updated-dependencies: - dependency-name: undici dependency-version: 7.28.0 dependency-type: indirect - dependency-name: wrangler dependency-version: 4.111.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
WalkthroughThe Cloudflare package updates its ChangesCloudflare tooling
Estimated code review effort: 1 (Trivial) | ~2 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (10 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Hi @dependabot[bot]. Thanks for your PR. I'm waiting for a openshift-eng member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@art-cluster/cloudflare/package.json`:
- Line 14: Update the wrangler dependency declaration in package.json from the
caret range to the exact version 4.111.0, preserving the lockfile-resolved
version and preventing future 4.x updates.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository: openshift-eng/coderabbit/.coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: ceadc641-f7fd-44f3-8c12-95712a055630
⛔ Files ignored due to path filters (1)
art-cluster/cloudflare/package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (1)
art-cluster/cloudflare/package.json
| "@types/node": "^22.7.4", | ||
| "typescript": "^5.0.4", | ||
| "wrangler": "^4.14.1" | ||
| "wrangler": "^4.111.0" |
There was a problem hiding this comment.
🔒 Security & Privacy | 🟡 Minor | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
#!/usr/bin/env bash
set -euo pipefail
manifest="art-cluster/cloudflare/package.json"
lockfile="art-cluster/cloudflare/package-lock.json"
test "$(jq -r '.devDependencies.wrangler' "$manifest")" = "4.111.0"
test "$(jq -r '.packages[""].devDependencies.wrangler' "$lockfile")" = "4.111.0"
jq -r '
.packages
| to_entries[]
| select(.key | test("/undici$"))
| [.key, .value.version, (.value.integrity // "MISSING_INTEGRITY")]
| `@tsv`
' "$lockfile"Repository: openshift-eng/art-tools
Length of output: 161
🏁 Script executed:
#!/usr/bin/env bash
set -euo pipefail
manifest="art-cluster/cloudflare/package.json"
lockfile="art-cluster/cloudflare/package-lock.json"
echo "== package.json =="
jq '.devDependencies.wrangler, .dependencies.wrangler, .optionalDependencies.wrangler' "$manifest"
echo
echo "== package-lock root =="
jq '.packages[""].devDependencies.wrangler, .packages[""].dependencies.wrangler' "$lockfile"
echo
echo "== wrangler entries in lockfile =="
jq -r '
.packages
| to_entries[]
| select(.key | test("(^|/)wrangler$"))
| [.key, .value.version, (.value.resolved // "NO_RESOLVED"), (.value.integrity // "NO_INTEGRITY")]
| `@tsv`
' "$lockfile"Repository: openshift-eng/art-tools
Length of output: 463
🏁 Script executed:
#!/usr/bin/env bash
set -euo pipefail
sed -n '1,80p' art-cluster/cloudflare/package.json
echo "----"
sed -n '1,120p' art-cluster/cloudflare/package-lock.json | sed -n '1,80p'Repository: openshift-eng/art-tools
Length of output: 3632
Pin wrangler to 4.111.0.
The lockfile already resolves that version, but the caret in art-cluster/cloudflare/package.json still leaves the manifest open to future 4.x updates if the lockfile is refreshed.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@art-cluster/cloudflare/package.json` at line 14, Update the wrangler
dependency declaration in package.json from the caret range to the exact version
4.111.0, preserving the lockfile-resolved version and preventing future 4.x
updates.
Source: Path instructions
Bumps undici to 7.28.0 and updates ancestor dependency wrangler. These dependencies need to be updated together.
Updates
undicifrom 5.29.0 to 7.28.0Release notes
Sourced from undici's releases.
... (truncated)
Commits
f9eba0aBumped v7.28.0 (#5430)a027a4aBackport WebSocket maxPayloadSize fixes to v7.x (#5423)8cb10f9websocket: limit the number of fragments in a message04201f8fix: honor requestTls when proxy is SOCKS5fcd642ffix(socks5): preserve dispatch backpressure return value (#5166)bc98c97fix(socks5): use configured connector in Socks5ProxyAgent (#5168)9e1c743fix(socks5): encode embedded IPv4 tails in IPv6 literals correctly (#5099)376c8befix(socks5): enforce authenticated state before CONNECT (#5097)3805b8ffix(socks5-proxy-agent): use per-origin pools to prevent cross-origin routing...85a2405fix(cache): trim qualified field namesMaintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for undici since your current version.
Install script changes
This version modifies
preparescript that runs during installation. Review the package contents before updating.Updates
wranglerfrom 4.14.1 to 4.111.0Release notes
Sourced from wrangler's releases.
... (truncated)
Commits
b449bb0Version Packages (#14644)764bf97Enforce the use ofdetectAgentinstead of usingam-i-vibingdirectly (#14...3895ac0[wrangler] Remove retired snapshot flag from container E2E (#14691)2cd84d4publish@cloudflare/config(#14689)8e29318move preview code into deploy-helpers (#14681)42df9bb[workers-auth] Extract auth into@cloudflare/workers-auth, make it product-ag...ed33326[miniflare] Add logging of emails sent by workers to .wrangler/tmp. (#14627)317ce1fGenerate runtime types when using the new config invite devand `wrangler ...cdf3148Fixwrangler devcorrupting external hostnames in proxied headers (#14658)eb99ab1fix: pass auth profiles to vite (#14588)Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for wrangler since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by CodeRabbit