chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.18.4#3453
chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.18.4#3453renovate-fullsend[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
b346199 to
f9ded31
Compare
f9ded31 to
965a443
Compare
Pull request was closed
|
🤖 Finished Retro · ✅ Success · Started 10:33 AM UTC · Completed 10:40 AM UTC |
Retro: PR #3453 — Renovate lockfile-only update for
|
Add a packageRules entry to renovate.json that groups all Cloudflare npm packages (@cloudflare/*, wrangler, miniflare) under a single "cloudflare-workers" group. This prevents broken lockfile-only PRs caused by peer dependency conflicts when Renovate updates Cloudflare packages individually. PR fullsend-ai#3453 demonstrated this failure: a lockfile-only update for @cloudflare/vitest-pool-workers pulled in wrangler@4.x, which requires @cloudflare/workers-types@^5.x as a peer dependency while package.json still pinned ^4.x. Closes fullsend-ai#4007
Wrangler 4.110.0 requires @cloudflare/workers-types ^5.20260708.1 as a peer dependency, which conflicts with the pinned ^4 range. Resolves the peer dependency conflict from fullsend-ai#3453. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Hector Martinez <hemartin@redhat.com>
This PR contains the following updates:
0.18.0→0.18.4Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.18.4Compare Source
Patch Changes
#14535
1b965c5Thanks @Naapperas! - Support dynamic retry delays for Workflow steps in local devA step's
retries.delaycan now be a function that computes the delay per failed attempt, in addition to a static duration. The function receives{ ctx, error }and returns a delay (a number of milliseconds or a duration string like"30 seconds"), and its result is fed into the configuredbackoff.The function is invoked once per failed attempt with a 5 second timeout. If it throws, times out, or returns an invalid value, the step fails without further retries.
Updated dependencies [
0283a1f,7b28392,1b965c5]:v0.18.3Compare Source
Patch Changes
#14489
e3f0cd6Thanks @edmundhung! - AddlistDurableObjectIds()to MiniflareMiniflare now exposes
listDurableObjectIds()for listing persisted Durable Object instance IDs by binding name. The Vitest pool now uses this shared Miniflare API internally instead of duplicating Miniflare's storage listing logic.Updated dependencies [
e3f0cd6,8511ddf,9f74a5f,e3f0cd6,c782e2a,2fedb1f,17d2fc1]:v0.18.2Compare Source
Patch Changes
54f74b8,0852346,54f74b8]:v0.18.1Compare Source
Patch Changes
#14409
16fbf81Thanks @matingathani! -reset()fromcloudflare:testnow resets ratelimit binding state between tests. Previously,RATE_LIMITERSbindings retained their in-memory bucket counts across test boundaries, causing later tests in the same file to see stale rate-limit exhaustion state.Updated dependencies [
e7e5780,d88555e,5fd8bee,5d9990e,bf49a41,1ac96a1,f416dd9,1ca8d8f,16fbf81,b973ed3]:Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.