Update dependency @cloudflare/vitest-pool-workers to v0.14.1#85
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
api-worker | db24e91 | Commit Preview URL Branch Preview URL |
Apr 06 2026, 09:59 AM |
9ac98e0 to
8281ee3
Compare
8281ee3 to
db24e91
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.13.5→0.14.1Release Notes
cloudflare/workers-sdk (@cloudflare/vitest-pool-workers)
v0.14.1Compare Source
Patch Changes
#13131
65acf66Thanks @dario-piotrowicz! - Use miniflare'shandleStructuredLogsoption instead ofhandleRuntimeStdiofor processing workerd outputPreviously,
vitest-pool-workersmanually processed raw stdout/stderr streams from the workerd runtime viahandleRuntimeStdio, with its own filtering of known noisy messages (e.g. LLVM symbolizer warnings). This switches to miniflare'shandleStructuredLogsoption, which parses workerd's structured JSON log output and automatically filters known unhelpful messages. This aligns with how bothwranglerandvite-plugin-cloudflarehandle workerd logs.Updated dependencies [
9c4035b,5d29055,fb67a18,d5bffde,ab44870,48d83ca,b2f53ea,b9b7e9d,14e72eb,4dc94fd,b2f53ea,d5bffde,48d83ca]:v0.14.0Compare Source
Minor Changes
#12858
f05f2daThanks @repository! - AdddisableRetryDelays()toWorkflowInstanceModifierto skip retry backoff delays in testsWhen testing Workflows with retry configurations, the backoff delays between retry attempts of a failing
step.do()caused real wall-clock waiting (e.g., 35 seconds for 3 retries with 5-second exponential backoff), even when step results were fully mocked. The newdisableRetryDelays()method eliminates these delays while preserving retry behavior — all attempts still execute, just without waiting between them.Patch Changes
#13091
6d58f0fThanks @penalosa! - Use today's date for the RTTI compat date query instead of a hardcoded"2023-12-01", so newly added Node.js builtin modules are recognized by the module fallback service.#13070
cdb9c88Thanks @penalosa! - SuppressCODE_MOVED for unknown code blocklog spam from workerdThese are internal workerd diagnostic messages not relevant to application developers. Miniflare's structured log handler already filters them, but
vitest-pool-workersuses a customhandleRuntimeStdiothat bypasses that pipeline. This adds the pattern to the pool's own ignore list.#13069
6d0e329Thanks @penalosa! - fix: suppressoutputGateBrokenstderr noise when testing Workflows#13075
b8df076Thanks @penalosa! - Support@voidzero-dev/vite-plus-testas an alternative tovitestUsers running tests via Vite+ (
@voidzero-dev/vite-plus-test) with the recommended pnpm overrides no longer hit spurious version warnings orDisallowed operation called within global scopeerrors.Updated dependencies [
ffbc268,9eff028,ed20a9b,f214760,746858a,9aad27f,1fc5518,b539dc7,9282493,a532eea,cd0e971,d4c6158,2565b1d]:Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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 was generated by Mend Renovate. View the repository job log.