[Snyk] Upgrade wrangler from 2.20.1 to 4.25.0 #1009
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.
Snyk has created this PR to upgrade wrangler from 2.20.1 to 4.25.0.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
The recommended version is 254 versions ahead of your current version.
The recommended version was released 22 days ago.
Issues fixed by the recommended upgrade:
SNYK-JS-BRACES-6838727
SNYK-JS-CROSSSPAWN-8303230
SNYK-JS-ES5EXT-6095076
SNYK-JS-SEMVER-3247795
SNYK-JS-UNDICI-8641354
SNYK-JS-WRANGLER-6140500
SNYK-JS-WS-7266574
SNYK-JS-COOKIE-8163060
SNYK-JS-NANOID-8492085
SNYK-JS-PATHTOREGEXP-7925106
SNYK-JS-WRANGLER-5819554
SNYK-JS-UNDICI-10176064
SNYK-JS-UNDICI-5962466
SNYK-JS-UNDICI-6252336
SNYK-JS-UNDICI-6564963
SNYK-JS-UNDICI-6564964
Release notes
Package name: wrangler
Patch Changes
#10015
b5d9bb0
Thanks @ dario-piotrowicz! - fixwrangler dev
logs being logged on the incorrect level in some casescurrently the way
wrangler dev
prints logs is faulty, for example the following codeinside a worker would cause the following logs:
✘ [ERROR] this is an error
✘ [ERROR] this is a warning
this is a debug
(note that the warning is printed as an error and the debug log is printed even if by default it should not)
the changes here make sure that the logs are instead logged to their correct level, so for the code about the following will be logged instead:
✘ [ERROR] this is an error
▲ [WARNING] this is a warning
(running
wrangler dev
with the--log-level=debug
flag will also cause the debug log to be included as well)#10187
f480ec7
Thanks @ workers-devprod! - Deleting when Pages project binds to worker requires confirmation#10182
1f686ef
Thanks @ devin-ai-integration! - fix: report startup errors before workerd profiling#10226
989e17e
Thanks @ petebacondarwin! - Enforce 64-character limit for Workflow binding names locally to match production validation#10216
76d3002
Thanks @ devin-ai-integration! - Add macOS version validation to prevent EPIPE errors on unsupported macOS versions (below 13.5). Miniflare and C3 fail hard while Wrangler shows warnings but continues execution.#10261
8c38b65
Thanks @ petebacondarwin! - fix: strip ANSI escape codes from log files to improve readability and parsing#10171
0d73563
Thanks @ devin-ai-integration! - Handle UTF BOM in config files - detect and remove UTF-8 BOMs, error on unsupported BOMs (UTF-16, UTF-32)Updated dependencies [
b5d9bb0
,76d3002
]:Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information: