Skip to content

chore(deps): update wrangler to v1.42.0#17

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wrangler
Open

chore(deps): update wrangler to v1.42.0#17
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/wrangler

Conversation

@renovate

@renovate renovate Bot commented May 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@cloudflare/vite-plugin (source) 1.40.01.42.0 age confidence

Release Notes

cloudflare/workers-sdk (@​cloudflare/vite-plugin)

v1.42.0

Compare Source

Minor Changes
  • #​14339 aa49856 Thanks @​jamesopstad! - Add a build command to the experimental, internal cf-vite delegate binary

    cf-vite build runs Vite's full multi-environment app build (via the Builder API) and enables the experimental Build Output API by default, emitting a self-contained .cloudflare/output/v0/ directory. It forces experimental.newConfig and experimental.newConfig.cfBuildOutput on, so a cloudflare.config.ts is required at the project root.

Patch Changes
  • #​14346 e930bd4 Thanks @​haidargit! - Bump ws from 8.20.1 to 8.21.0 to address GHSA-96hv-2xvq-fx4p

    GHSA-96hv-2xvq-fx4p / CVE-2026-48779 (high severity) reports a remote memory-exhaustion DoS in ws@<8.21.0: a peer sending a high volume of tiny fragments and data chunks over modest network traffic can crash a ws server or client via OOM. The fix shipped in ws@8.21.0 (commit 2b2abd45, released 2026-05-22), which also introduces the maxBufferedChunks and maxFragments options. This change bumps the workspace catalog entry so that miniflare, wrangler, and @cloudflare/vite-plugin all pick up the patched release.

  • #​14351 6c7df19 Thanks @​jamesopstad! - Force the experimental new config on by default in the cf-vite dev delegate

  • #​14218 4eed569 Thanks @​matingathani! - Allow resolve.external containing only Node.js built-ins in Worker environments

    Vitest 4 automatically sets resolve.external to the full list of Node.js built-in modules for non-standard Vite environments via its internal runnerTransform plugin. Previously, the Cloudflare Vite plugin rejected any non-empty resolve.external array, throwing an incompatibility error on startup when used alongside Vitest 4.

    The validation check now allows resolve.external arrays that contain only Node.js built-in module names (both bare fs and node:fs forms). The error is only thrown when resolve.external is true or contains non-built-in package names that would prevent user code from being bundled into the Worker.

  • Updated dependencies [673b09e, e930bd4, f6e49dd, 5c3bb11, 296ad65, 594544d, a79b899, 5dfb788, ca61558, 36777db]:

    • miniflare@​4.20260617.0
    • wrangler@​4.102.0

v1.41.0

Compare Source

Minor Changes
  • #​14279 e6e4b07 Thanks @​jamesopstad! - Add experimental.newConfig.cfBuildOutput option to support future deployments via the cf CLI

    // vite.config.ts
    import { defineConfig } from "vite";
    import { cloudflare } from "@&#8203;cloudflare/vite-plugin";
    
    export default defineConfig({
      plugins: [
        cloudflare({
          experimental: {
            newConfig: {
              cfBuildOutput: true,
            },
          },
        }),
      ],
    });
Patch Changes

v1.40.2

Compare Source

Patch Changes
  • #​14184 e305126 Thanks @​penalosa! - Drop the --config flag from the experimental internal cf-vite delegate binary.

    The wrangler config file is now discovered by cloudflare() itself rather than being passed through, keeping cf-vite's flag surface (--mode, --port, --host, --local) in sync with the sibling cf-wrangler delegate. cf-vite is an internal integration point spawned by Cloudflare tooling and is not intended to be run directly by users.

  • Updated dependencies [98c9afe, e305126, f3990b2, 4597f08, 25722ac, 41f75c0, 10b5538, 818c105, 2ae6099, 2047a32, 2047a32, e8561c2]:

    • wrangler@​4.100.0
    • miniflare@​4.20260611.0

v1.40.1

Compare Source

Patch Changes

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 gameroman May 22, 2026 22:46
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
colorproven-userscript e390d80 Commit Preview URL

Branch Preview URL
Jun 20 2026, 01:53 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
base-elements e390d80 Commit Preview URL

Branch Preview URL
Jun 20 2026, 01:53 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented May 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
history e390d80 Commit Preview URL

Branch Preview URL
Jun 20 2026, 01:53 AM

@renovate renovate Bot force-pushed the renovate/wrangler branch 2 times, most recently from 634577b to bef0293 Compare May 24, 2026 00:53
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.37.3 chore(deps): update dependency @cloudflare/vite-plugin to v1.38.0 May 24, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from bef0293 to 5740fb7 Compare May 28, 2026 02:13
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.38.0 chore(deps): update dependency @cloudflare/vite-plugin to v1.39.0 May 28, 2026
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.39.0 chore(deps): update dependency @cloudflare/vite-plugin to v1.39.0 - autoclosed May 30, 2026
@renovate renovate Bot closed this May 30, 2026
@renovate renovate Bot deleted the renovate/wrangler branch May 30, 2026 23:34
@renovate renovate Bot changed the title chore(deps): update dependency @cloudflare/vite-plugin to v1.39.0 - autoclosed chore(deps): update wrangler to v1.39.1 Jun 3, 2026
@renovate renovate Bot reopened this Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch 3 times, most recently from ef47c34 to 1beaad2 Compare June 4, 2026 00:09
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.39.1 chore(deps): update wrangler to v1.39.2 Jun 4, 2026
@gameroman gameroman changed the title chore(deps): update wrangler to v1.39.2 chore(deps): update @cloudflare/vite-plugin to v1.39.2 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from 1beaad2 to 40d05a6 Compare June 4, 2026 10:41
@renovate renovate Bot changed the title chore(deps): update @cloudflare/vite-plugin to v1.39.2 chore(deps): update wrangler to v1.39.2 Jun 4, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from 40d05a6 to dad1ce8 Compare June 5, 2026 22:48
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.39.2 chore(deps): update wrangler to v1.40.0 Jun 5, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from dad1ce8 to ec1e8b1 Compare June 9, 2026 19:31
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.40.0 chore(deps): update wrangler to v1.40.1 Jun 9, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from ec1e8b1 to caa4467 Compare June 13, 2026 01:32
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.40.1 chore(deps): update wrangler to v1.40.2 Jun 13, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from caa4467 to 4a3f9c5 Compare June 18, 2026 00:47
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.40.2 chore(deps): update wrangler to v1.41.0 Jun 18, 2026
@renovate renovate Bot force-pushed the renovate/wrangler branch from 4a3f9c5 to e390d80 Compare June 20, 2026 01:52
@renovate renovate Bot changed the title chore(deps): update wrangler to v1.41.0 chore(deps): update wrangler to v1.42.0 Jun 20, 2026
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