Skip to content
This repository was archived by the owner on Jun 12, 2025. It is now read-only.

chore(deps): update dependency wrangler to v4.19.2 #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 4.16.1 -> 4.19.2 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler)

v4.19.2

Compare Source

Patch Changes
  • #​9461 66edd2f Thanks @​skepticfx! - Enforce disk limits on container builds

  • #​9481 d1a1787 Thanks @​WillTaylorDev! - Force autogenerated aliases to be fully lowercased.

  • #​9480 1f84092 Thanks @​dario-piotrowicz! - add experimentalMixedMode dev option to unstable_startWorker

    add an new experimentalMixedMode dev option to unstable_startWorker
    that allows developers to programmatically start a new mixed mode
    session using startWorker.

    Example usage:

    // index.mjs
    import { unstable_startWorker } from "wrangler";
    
    await unstable_startWorker({
    	dev: {
    		experimentalMixedMode: true,
    	},
    });
    // wrangler.jsonc
    {
    	"$schema": "node_modules/wrangler/config-schema.json",
    	"name": "programmatic-start-worker-example",
    	"main": "src/index.ts",
    	"compatibility_date": "2025-06-01",
    	"services": [
    		{ "binding": "REMOTE_WORKER", "service": "remote-worker", "remote": true }
    	]
    }
  • Updated dependencies [4ab5a40, 485cd08, e3b3ef5, 3261957]:

v4.19.1

Compare Source

Patch Changes

v4.19.0

Compare Source

Minor Changes
Patch Changes

v4.18.0

Compare Source

Minor Changes
Patch Changes
  • #​9308 d3a6eb3 Thanks @​dario-piotrowicz! - expose new utilities and types to aid consumers of the programmatic mixed-mode API

    Specifically the exports have been added:

    • Experimental_MixedModeSession: type representing a mixed-mode session
    • Experimental_ConfigBindingsOptions: type representing config-bindings
    • experimental_pickRemoteBindings: utility for picking only the remote bindings from a record of start-worker bindings.
    • unstable_convertConfigBindingsToStartWorkerBindings: utility for converting config-bindings into start-worker bindings (that can be passed to startMixedModeSession)
  • #​9347 b8f058c Thanks @​penalosa! - Improve binding display on narrower terminals

  • Updated dependencies [d9d937a, e39a45f, fdae3f7]:

v4.17.0

Compare Source

Minor Changes
  • #​9321 6c03bde Thanks @​petebacondarwin! - Add support for FedRAMP High compliance region

    Now it is possible to target Wrangler at the FedRAMP High compliance region.
    There are two ways to signal to Wrangler to run in this mode:

    • set "compliance_region": "fedramp_high" in a Wrangler configuration
    • set CLOUDFLARE_COMPLIANCE_REGION=fedramp_high environment variable when running Wrangler

    If both are provided and the values do not match then Wrangler will exit with an error.

    When in this mode OAuth authentication is not supported.
    It is necessary to authenticate using a Cloudflare API Token acquired from the Cloudflare FedRAMP High dashboard.

    Most bindings and commands are supported in this mode.

    • Unsupported commands may result in API requests that are not supported - possibly 422 Unprocessable Entity responses.
    • Unsupported bindings may work in local dev, as there is no local validation, but will fail at Worker deployment time.

    Resolves DEVX-1921.

  • #​9330 34c71ce Thanks @​edmundhung! - Updated internal configuration to use Miniflare’s new defaultPersistRoot instead of per-plugin persist flags

  • #​8973 cc7fae4 Thanks @​Caio-Nogueira! - Show latest instance by default on workflows instances describe command

Patch Changes

Configuration

📅 Schedule: 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.

Copy link

socket-security bot commented May 8, 2025

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedhono@​4.7.10 ⏵ 4.7.1110010099 +194100
Updatedwrangler@​4.16.1 ⏵ 4.19.2981009496100
Updatedeslint@​9.27.0 ⏵ 9.28.09710010094100
Updated@​antfu/​eslint-config@​4.13.2 ⏵ 4.14.197 +110010096100
Updatedzod@​3.25.28 ⏵ 3.25.61100 +1100100 +2796100
Updated@​cloudflare/​workers-types@​4.20250525.0 ⏵ 4.20250610.0100100100 +1100 +1100

View full report

@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from c554534 to 7594fcb Compare May 13, 2025 15:49
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.14.4 chore(deps): update dependency wrangler to v4.15.0 May 13, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 7594fcb to 0b3d347 Compare May 14, 2025 01:09
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.15.0 chore(deps): update dependency wrangler to v4.14.4 May 14, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 0b3d347 to cef2c93 Compare May 15, 2025 10:21
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.14.4 chore(deps): update dependency wrangler to v4.15.1 May 15, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from cef2c93 to e1a8693 Compare May 15, 2025 20:53
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.15.1 chore(deps): update dependency wrangler to v4.15.2 May 15, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.15.2 chore(deps): update dependency wrangler to v4.15.2 - autoclosed May 16, 2025
@renovate renovate bot closed this May 16, 2025
@renovate renovate bot deleted the renovate/wrangler-4.x-lockfile branch May 16, 2025 12:26
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.15.2 - autoclosed chore(deps): update dependency wrangler to v4.15.2 May 20, 2025
@renovate renovate bot reopened this May 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.15.2 chore(deps): update dependency wrangler to v4.16.0 May 20, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from e1a8693 to 850b6c5 Compare May 20, 2025 17:50
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.0 chore(deps): update dependency wrangler to v4.16.0 - autoclosed May 20, 2025
@renovate renovate bot closed this May 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.0 - autoclosed chore(deps): update dependency wrangler to v4.16.0 May 22, 2025
@renovate renovate bot reopened this May 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from c6ae683 to 850b6c5 Compare May 22, 2025 09:55
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.0 chore(deps): update dependency wrangler to v4.16.1 May 22, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 850b6c5 to a11400f Compare May 22, 2025 14:05
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.1 chore(deps): update dependency wrangler to v4.16.1 - autoclosed May 23, 2025
@renovate renovate bot closed this May 23, 2025
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.1 - autoclosed chore(deps): update dependency wrangler to v4.16.1 May 27, 2025
@renovate renovate bot reopened this May 27, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from b5ff7eb to a11400f Compare May 27, 2025 16:13
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.16.1 chore(deps): update dependency wrangler to v4.17.0 May 27, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from a11400f to 822ddc1 Compare May 27, 2025 19:00
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch 2 times, most recently from 31f368c to 48ee49a Compare May 29, 2025 20:08
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.17.0 chore(deps): update dependency wrangler to v4.18.0 May 29, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 48ee49a to e376075 Compare June 3, 2025 13:03
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.18.0 chore(deps): update dependency wrangler to v4.19.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from e376075 to fd0008b Compare June 3, 2025 20:03
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.19.0 chore(deps): update dependency wrangler to v4.18.0 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from fd0008b to 76f7a50 Compare June 3, 2025 23:38
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.18.0 chore(deps): update dependency wrangler to v4.19.1 Jun 3, 2025
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 76f7a50 to 999963d Compare June 4, 2025 08:55
@renovate renovate bot force-pushed the renovate/wrangler-4.x-lockfile branch from 999963d to e3404c0 Compare June 11, 2025 18:16
@renovate renovate bot changed the title chore(deps): update dependency wrangler to v4.19.1 chore(deps): update dependency wrangler to v4.19.2 Jun 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants