Skip to content

chore(deps): update dependency wrangler to v4.77.0#3679

Merged
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch
Mar 24, 2026
Merged

chore(deps): update dependency wrangler to v4.77.0#3679
renovate[bot] merged 1 commit intomasterfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2026

This PR contains the following updates:

Package Change Age Confidence
wrangler (source) 4.76.04.77.0 age confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.77.0

Compare Source

Minor Changes
  • #​13023 593c4db Thanks @​jamesopstad! - Add wrangler versions upload support for the experimental secrets configuration property

    When the new secrets property is defined, wrangler versions upload now validates that all secrets declared in secrets.required are configured on the Worker before the upload succeeds. If any required secrets are missing, the upload fails with a clear error listing which secrets need to be set.

    When secrets is not defined, the existing behavior is unchanged.

    // wrangler.jsonc
    {
      "secrets": {
        "required": ["API_KEY", "DB_PASSWORD"]
      }
    }
  • #​12732 c2e9163 Thanks @​jamesopstad! - Add deploy support for the experimental secrets configuration property

    When the new secrets property is defined, wrangler deploy now validates that all secrets declared in secrets.required are configured on the Worker before the deploy succeeds. If any required secrets are missing, the deploy fails with a clear error listing which secrets need to be set.

    When secrets is not defined, the existing behavior is unchanged.

    // wrangler.jsonc
    {
      "secrets": {
        "required": ["API_KEY", "DB_PASSWORD"]
      }
    }
Patch Changes
  • #​12896 451dae3 Thanks @​petebacondarwin! - fix: Add retry and timeout protection to remote preview API calls

    Remote preview sessions (wrangler dev --remote) now automatically retry transient 5xx API errors (up to 3 attempts with linear backoff) and enforce a 30-second per-request timeout. Previously, a single hung or failed API response during session creation or worker upload could block the dev session reload indefinitely.

  • #​12569 379f2a2 Thanks @​MattieTK! - Use qwik add cloudflare-workers instead of qwik add cloudflare-pages for Workers targets

    Both the wrangler autoconfig and C3 Workers template for Qwik were running qwik add cloudflare-pages even when targeting Cloudflare Workers. This caused the wrong adapter directory structure to be scaffolded (adapters/cloudflare-pages/ instead of adapters/cloudflare-workers/), and required post-hoc cleanup of Pages-specific files like _routes.json.

    Qwik now provides a dedicated cloudflare-workers adapter that generates the correct Workers configuration, including wrangler.jsonc with main and assets fields, a public/.assetsignore file, and the correct adapters/cloudflare-workers/vite.config.ts.

    Also adds --skipConfirmation=true to all qwik add invocations so the interactive prompt is skipped in automated contexts.

  • #​11899 9a1cf29 Thanks @​hoodmane! - Remove cf-requirements support for Python workers. It hasn't worked with the runtime for a while now.

  • #​11800 875da60 Thanks @​southpolesteve! - Add upgrade hint to unexpected configuration field warnings when an update is available

    When Wrangler encounters unexpected fields in the configuration file and a newer version of Wrangler is available, it now displays a message suggesting to update. This helps users who may be using configuration options that were added in a newer version of Wrangler.

  • Updated dependencies [b8f3309, 5aaaab2, 5aaaab2, f8516dd, 9c9fe30, 6a6449e]:

    • miniflare@​4.20260317.2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@github-actions
Copy link
Copy Markdown
Contributor

💻 Website Preview

The latest changes are available as preview in: https://8f7f52d8.fets.pages.dev

@github-actions
Copy link
Copy Markdown
Contributor

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 860538     ✗ 0     
     data_received...............................: 78 MB   651 kB/s
     data_sent...................................: 55 MB   455 kB/s
     http_req_blocked............................: avg=1.56µs   min=921ns    med=1.49µs   max=326.17µs p(90)=1.95µs   p(95)=2.1µs   
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=140.88µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=196.55µs min=133.92µs med=187.72µs max=13.72ms  p(90)=212.46µs p(95)=220.6µs 
       { expected_response:true }................: avg=196.55µs min=133.92µs med=187.72µs max=13.72ms  p(90)=212.46µs p(95)=220.6µs 
     ✓ { server:node-http,mode:json-schema }.....: avg=208.44µs min=153.93µs med=198.62µs max=11.28ms  p(90)=220.95µs p(95)=228.28µs
     ✓ { server:node-http,mode:no-schema }.......: avg=201.91µs min=142.09µs med=190.37µs max=13.72ms  p(90)=215.08µs p(95)=224.62µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=192.43µs min=141.58µs med=184.97µs max=11.69ms  p(90)=206.05µs p(95)=212.77µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=184.68µs min=133.92µs med=177.29µs max=11.8ms   p(90)=198.3µs  p(95)=205.21µs
     http_req_failed.............................: 0.00%   ✓ 0          ✗ 430269
     http_req_receiving..........................: avg=24.84µs  min=13.61µs  med=23.82µs  max=3ms      p(90)=28.68µs  p(95)=31.23µs 
     http_req_sending............................: avg=9.12µs   min=5.45µs   med=9.18µs   max=3.73ms   p(90)=12.28µs  p(95)=13.53µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=162.58µs min=108.07µs med=154.67µs max=13.66ms  p(90)=177.27µs p(95)=184.72µs
     http_reqs...................................: 430269  3585.54067/s
     iteration_duration..........................: avg=273.95µs min=196.8µs  med=264.26µs max=13.89ms  p(90)=292.62µs p(95)=302.86µs
     iterations..................................: 430269  3585.54067/s
     vus.........................................: 1       min=1        max=1   
     vus_max.....................................: 2       min=2        max=2   

@renovate renovate bot merged commit 2a5bf13 into master Mar 24, 2026
18 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch March 24, 2026 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants