Skip to content

chore(deps): update dependency wrangler to ^4.22.0 - #332

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/wrangler-4.x
Jun 28, 2025
Merged

chore(deps): update dependency wrangler to ^4.22.0#332
renovate[bot] merged 1 commit into
mainfrom
renovate/wrangler-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 27, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) ^4.21.2 -> ^4.22.0 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.22.0

Compare Source

Minor Changes
  • #​7871 f2a8d4a Thanks @​dario-piotrowicz! - add support for assets bindings to getPlatformProxy

    this change makes sure that that getPlatformProxy, when the input configuration
    file contains an assets field, correctly returns the appropriate asset binding proxy

    example:

    // wrangler.jsonc
    {
    	"name": "my-worker",
    	"assets": {
    		"directory": "./public/",
    		"binding": "ASSETS",
    	},
    }
    import { getPlatformProxy } from "wrangler";
    
    const { env, dispose } = await getPlatformProxy();
    
    const text = await (await env.ASSETS.fetch("http://0.0.0.0/file.txt")).text();
    console.log(text); // logs the content of file.txt
    
    await dispose();
Patch Changes

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), 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.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 27, 2025

Copy link
Copy Markdown

Deploying vuefes-japan-speakers with  Cloudflare Pages  Cloudflare Pages

Latest commit: 5040bd2
Status: ✅  Deploy successful!
Preview URL: https://51e93032.vuefes-japan-speakers.pages.dev
Branch Preview URL: https://renovate-wrangler-4-x.vuefes-japan-speakers.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/wrangler-4.x branch from 72f0fba to 5040bd2 Compare June 28, 2025 02:57
@renovate
renovate Bot merged commit 7cc6cbc into main Jun 28, 2025
3 checks passed
@renovate
renovate Bot deleted the renovate/wrangler-4.x branch June 28, 2025 05:48
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