chore(deps): update dependency wrangler to v4.47.0 #174
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.45.3->4.47.0Release Notes
cloudflare/workers-sdk (wrangler)
v4.47.0Compare Source
Minor Changes
#11201
5286309Thanks @avenceslau! - Add wrangler workflows instances restart command#11214
5cf8a39Thanks @penalosa! - Add the experimentalwrangler setupcommand to run autoconfig outside of the deploy flow.#11187
8abc789Thanks @dario-piotrowicz! - Add possibility for users to edit their project settings during autoconfigWhen running
wrangler deploy --experimental-autoconfig, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settingsPatch Changes
#11143
2d16610Thanks @FlorentCollin! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.#11178
63defa2Thanks @ascorbic! - Log a more helpful error when attempting to "r2 object put" a non-existent file#11199
70d3d4aThanks @penalosa! - Add telemetry to autoconfig#11186
38396edThanks @hoodmane! - Removed warning when deploying a Python worker#11024
cdcecfcThanks @devin-ai-integration! - Use the nativenode:trace_eventsmodule when availableIt is enabled when the
enable_nodejs_trace_events_modulecompatibility flag is set.#11195
e85f965Thanks @ascorbic! - Ignores.dev.varsif--env-filehas been explicitly passedPreviously,
.dev.varswould always be read first, and then any file passed with--env-filewould override variables in.dev.vars. This meant there was no way to ignore.dev.varsif you wanted to use a different env file. Now, if--env-fileis passed,.dev.varswill be ignored entirely.#11181
88aa707Thanks @petebacondarwin! - add more logging around Wrangler authentication to help diagnose issuesUpdated dependencies [
dd7d584,4259256,cdcecfc]:v4.46.0Compare Source
Minor Changes
#11183
240ebebThanks @dario-piotrowicz! - exposeexperimental_getDetailsForAutoConfigandexperimental_runAutoConfigAPIs that provide respectively the autoconfig detection and execution functionalities#11180
53b0fceThanks @penalosa! - Detect non-framework static sites#11162
c3ed531Thanks @dario-piotrowicz! - add aremoteBindingsoption togetPlatformProxyto allow the disabling of remote bindings#11164
305d7bfThanks @penalosa! - Implement experimental autoconfig flow for static sites#10605
b55a3c7Thanks @emily-shen! - Add command to configure credentials for non-Cloudflare container registriesNote this is a closed/experimental command that will not work without the appropriate account-level capabilities.
#11078
5d7c4c2Thanks @simonha9! - Add jurisdiction support to d1 db creation via command-line argumentPatch Changes
#11160
05440a1Thanks @dario-piotrowicz! - Allows auto-update of the local Wrangler configuration file to match remote configuration when runningwrangler deploy --env <TARGET_ENV>When running
wrangler deploy, with--x-remote-diff-checkand after cancelling the deployment due to destructive changes present in the local config file, Wrangler offers to update the Wrangler configuration file to match the remote configuration. This wasn't however enabled when a target environment was specified (via the--env|-eflag). Now this will also apply when an environment is targeted.#11162
c3ed531Thanks @dario-piotrowicz! - Update the description of the--localflag for thewrangler devcommand to clarify that it disables remote bindings, also un-deprecate and un-hide it#11162
c3ed531Thanks @dario-piotrowicz! - Fix bindings withremote: truebeing logged asremotewhen run viawrangler dev --localUpdated dependencies [
1ae020d]:v4.45.4Compare Source
Patch Changes
#11133
8ffbd17Thanks @petebacondarwin! - Reduce the amount of arguments being passed in metrics capture.Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture as "").
#11033
77ed7e2Thanks @dario-piotrowicz! - Offer to update the local Wrangler configuration file to match remote configuration when runningwrangler deployWhen running
wrangler deploy, with--x-remote-diff-check, Wrangler will display the difference between local and remote configuration.If there would be a destructive change to the remote configuration, the user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now also offer to update the local Wrangler configuration file to match the remote configuration.
#11139
bb00f9dThanks @devin-ai-integration! - Updated cron trigger documentation links and improved error message to include instructions for testing cron triggers locally#11135
ed666a1Thanks @penalosa! - Implement tail-based logging forwrangler devremote mode, behind the--x-tail-tagsflag. This will become the default in the future.#11149
22f25fdThanks @penalosa! - Add no-op autoconfig logic behind an experimental flagUpdated dependencies [
90a2566,14f60e8]: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.
This PR was generated by Mend Renovate. View the repository job log.