chore(deps): update wrangler#1827
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^4.20250525.0->^4.20250528.0^4.16.1->^4.17.0Release Notes
cloudflare/workerd (@cloudflare/workers-types)
v4.20250528.0Compare Source
cloudflare/workers-sdk (wrangler)
v4.17.0Compare Source
Minor Changes
#9321
6c03bdeThanks @petebacondarwin! - Add support for FedRAMP High compliance regionNow 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:
"compliance_region": "fedramp_high"in a Wrangler configurationCLOUDFLARE_COMPLIANCE_REGION=fedramp_highenvironment variable when running WranglerIf 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.
Resolves DEVX-1921.
#9330
34c71ceThanks @edmundhung! - Updated internal configuration to use Miniflare’s newdefaultPersistRootinstead of per-pluginpersistflags#8973
cc7fae4Thanks @Caio-Nogueira! - Show latest instance by default onworkflows instances describecommandPatch Changes
#9335

6479fc5Thanks @penalosa! - Redesignwrangler devto more clearly present information and have a bit of a glow up ✨#9329
410d985Thanks @penalosa! - Hide logs in thestartMixedModeSession()API#9325
c2678d1Thanks @edmundhung! - refactor: fallbacks to local image binding from miniflare when local mode is enabledUpdated dependencies [
34c71ce,f7c82a4,7ddd865,6479fc5,e5ae13a]:Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.