Skip to content

Comments

chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.12.8#5901

Merged
renovate[bot] merged 1 commit intochore/renovateBaseBranchfrom
renovate/cloudflare-vitest-pool-workers-0.x
Jan 31, 2026
Merged

chore(deps): update dependency @cloudflare/vitest-pool-workers to v0.12.8#5901
renovate[bot] merged 1 commit intochore/renovateBaseBranchfrom
renovate/cloudflare-vitest-pool-workers-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 31, 2026

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vitest-pool-workers (source) 0.12.60.12.8 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cloudflare/workers-sdk (@​cloudflare/vitest-pool-workers)

v0.12.8

Compare Source

Patch Changes

v0.12.7

Compare Source

Patch Changes
  • #​12056 6d5f69f Thanks @​edmundhung! - fix: allow Vite query parameters like ?raw on .sql file imports

    Importing .sql files with Vite query parameters (e.g., import sql from "./query.sql?raw") would fail with "No such module" errors in vitest-pool-workers 0.12.x. Both import styles now work:

    • import sql from "./query.sql?raw" (Vite handles the ?raw transform)
    • import sql from "./query.sql" (loaded as Text module)
  • #​11917 7b40ceb Thanks @​ksawaneh! - Fix CommonJS require() of .json files in the module fallback service (avoids SyntaxError: Unexpected token ':').

  • #​11897 bbd8a5e Thanks @​dario-piotrowicz! - Bundle the zod dependency to reduce supply chain attack surface

    In order to prevent possible npm vulnerability attacks, the team's policy is to bundle
    dependencies in our packages where possible. This helps ensure that only trusted code
    runs on the user's system, even if compromised packages are later published to npm.

    This change bundles zod (a pure JavaScript validation library with no native dependencies)
    into miniflare and @​cloudflare/vitest-pool-workers.

    Other dependencies remain external for technical reasons:

    • sharp: Native binary with platform-specific builds
    • undici: Dynamically required at runtime in worker threads
    • ws: Has optional native bindings for performance
    • workerd: Native binary (Cloudflare's JavaScript runtime)
    • @cspotcode/source-map-support: Uses require.cache manipulation at runtime
    • youch: Dynamically required for lazy loading
  • Updated dependencies [a0a9ef6, ad4666c, 014e7aa, e414f05, 77e82d2, f08ef21, 0641e6c, eacedba, 05714f8, e8b2ef5, bbd8a5e]:

    • wrangler@​4.61.0
    • miniflare@​4.20260124.0

Configuration

📅 Schedule: Branch creation - "after 4pm on friday,before 9am on monday,every weekend" in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner January 31, 2026 18:04
@renovate renovate bot requested review from Fluf22 and eric-zaharia and removed request for a team January 31, 2026 18:04
@algolia-bot
Copy link
Collaborator

algolia-bot commented Jan 31, 2026

✔️ Code generated!

Name Link
🪓 Triggered by cf2dc558e524368bc74fc8e74a840ee82203eb1a
🍃 Generated commit a3c841bd9cdbb6620c742e339b9b8fbde6af8426
🌲 Generated branch generated/renovate/cloudflare-vitest-pool-workers-0.x
📊 Benchmark results

Benchmarks performed on the method using a mock server, the results might not reflect the real-world performance.

Language Req/s
javascript 2475

@renovate renovate bot force-pushed the renovate/cloudflare-vitest-pool-workers-0.x branch from b6f1d18 to 2edc489 Compare January 31, 2026 18:18
@renovate renovate bot merged commit 52888e5 into chore/renovateBaseBranch Jan 31, 2026
13 checks passed
@renovate renovate bot deleted the renovate/cloudflare-vitest-pool-workers-0.x branch January 31, 2026 22:14
algolia-bot added a commit that referenced this pull request Jan 31, 2026
…12.8 (#5901) (generated)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fluf22 pushed a commit that referenced this pull request Feb 5, 2026
…12.8 (#5901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Fluf22 pushed a commit that referenced this pull request Feb 5, 2026
…12.8 (#5901)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant