mono - chore: upgrade wrangler#1674
Conversation
wrangler ^4.87.0 -> ^4.107.0 (root devDep; minor bump within v4). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01P1TBuMiXotBjpNHYcbwvqf
There was a problem hiding this comment.
Code Review
This pull request updates the wrangler dependency from version ^4.87.0 to ^4.107.0 in package.json, along with updating its corresponding lockfile pnpm-lock.yaml to reflect the new version and its updated transitive dependencies, including workerd, miniflare, undici, and ws. There are no review comments on these changes, and I have no feedback to provide.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1674 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 29 29
Lines 3504 3504
Branches 795 795
=========================================
Hits 3504 3504 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6d441737d1
ℹ️ 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".
Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Maintenance (
chore) — upgrades thewranglerdev/build tool (Cloudflare Workers). Minor bump within v4, no source or public-API changes.Versions
wrangler^4.87.0→^4.107.0(root devDep)Verification
pnpm buildpassesnode scripts/test-build.mjs(build-output validation) passes for all packagespnpm test— every package passes at 100% coverage (notably@cacheable/netat 212 tests, which exercisesminiflare/workerdpulled in via wrangler) except the same 3 tests that fail onmainand are specific to this sandbox (not caused by this change):cacheable-request › return with url and port— real request to externalmockhttp.org:8080, unreachable here (the:80variant passes).file-entry-cache › should return a file descriptor with checksum and errorandnormalizeEntries() › should return all entries— bothchmod 0o000a file to force a read error, but this sandbox runs as root, which bypasses permission bits.All three pass on GitHub CI (non-root runner, full network).
Generated by Claude Code