chore(deps): update dependency wrangler to ^3.9.0 #94
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:
^3.8.0
->^3.9.0
Release Notes
cloudflare/workers-sdk (wrangler)
v3.9.0
Compare Source
Minor Changes
#3951
e0850ad1
Thanks @mrbbot! - feat: add support for breakpoint debugging towrangler dev
's--remote
and--no-bundle
modesPreviously, breakpoint debugging using Wrangler's DevTools was only supported
in local mode, when using Wrangler's built-in bundler. This change extends that
to remote development, and
--no-bundle
.When using
--remote
and--no-bundle
together, uncaught errors will now besource-mapped when logged too.
#3951
e0850ad1
Thanks @mrbbot! - feat: add support for Visual Studio Code's built-in breakpoint debuggerWrangler now supports breakpoint debugging with Visual Studio Code's debugger.
Create a
.vscode/launch.json
file with the following contents......then run
wrangler dev
, and launch the configuration.Patch Changes
bc88f0ec
Thanks @dario-piotrowicz! - updatewrangler pages dev
D1 and DO descriptions#3928
95b24b1e
Thanks @JacobMGEvans! - Colorize Deployed Bundle SizeMost bundlers, and other tooling that give you size outputs will colorize their the text to indicate if the value is within certain ranges.
The current range values are:
red 100% - 90%
yellow 89% - 70%
green <70%
resolves #1312
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.
This PR has been generated by Mend Renovate. View repository job log here.