[Snyk] Upgrade wrangler from 3.114.13 to 4.25.1#21
Open
snyk-io[bot] wants to merge 1 commit into
Open
Conversation
Snyk has created this PR to upgrade wrangler from 3.114.13 to 4.25.1. See this package in npm: wrangler See this project in Snyk: https://app.snyk.io/org/hashim21223445/project/a1a9c8fc-5b18-4f30-9ba9-167aacaccc29?utm_source=github-cloud-app&utm_medium=referral&page=upgrade-pr
Author
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
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.
Snyk has created this PR to upgrade wrangler from 3.114.13 to 4.25.1.
ℹ️ 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 57 versions ahead of your current version.
The recommended version was released 21 days ago.
Release notes
Package name: wrangler
-
4.25.1 - 2025-07-22
-
4.25.0 - 2025-07-17
-
4.24.4 - 2025-07-16
-
4.24.3 - 2025-07-10
-
4.24.2 - 2025-07-10
-
4.24.1 - 2025-07-10
-
4.24.0 - 2025-07-08
-
4.23.0 - 2025-07-03
-
4.22.0 - 2025-06-26
-
4.21.2 - 2025-06-24
-
4.21.1 - 2025-06-24
-
4.21.0 - 2025-06-23
-
4.20.5 - 2025-06-20
-
4.20.4 - 2025-06-20
-
4.20.3 - 2025-06-18
-
4.20.2 - 2025-06-18
-
4.20.1 - 2025-06-17
-
4.20.0 - 2025-06-12
-
4.19.2 - 2025-06-11
-
4.19.1 - 2025-06-03
-
4.19.0 - 2025-06-03
-
4.18.0 - 2025-05-29
-
4.17.0 - 2025-05-27
-
4.16.1 - 2025-05-22
-
4.16.0 - 2025-05-20
-
4.15.2 - 2025-05-15
-
4.15.1 - 2025-05-15
-
4.15.0 - 2025-05-13
-
4.14.4 - 2025-05-08
-
4.14.3 - 2025-05-07
-
4.14.2 - 2025-05-06
-
4.14.1 - 2025-05-01
-
4.14.0 - 2025-04-29
-
4.13.2 - 2025-04-25
-
4.13.1 - 2025-04-24
-
4.13.0 - 2025-04-23
-
4.12.1 - 2025-04-22
-
4.12.0 - 2025-04-17
-
4.11.1 - 2025-04-15
-
4.11.0 - 2025-04-15
-
4.10.0 - 2025-04-10
-
4.9.1 - 2025-04-08
-
4.9.0 - 2025-04-08
-
4.8.0 - 2025-04-07
-
4.7.2 - 2025-04-04
-
4.7.1 - 2025-04-04
-
4.7.0 - 2025-04-02
-
4.6.0 - 2025-03-28
-
4.5.1 - 2025-03-27
-
4.5.0 - 2025-03-26
-
4.4.1 - 2025-03-26
-
4.4.0 - 2025-03-22
-
4.3.0 - 2025-03-20
-
4.2.0 - 2025-03-19
-
4.1.0 - 2025-03-17
-
4.0.0 - 2025-03-13
-
4.0.0-rc.0 - 2025-02-27
-
3.114.13 - 2025-08-07
-
-
-
-
-
-
-
-
- miniflare@3.20250718.1
from wrangler GitHub release notesPatch Changes
#10015
b5d9bb0Thanks @ dario-piotrowicz! - fixwrangler devlogs being logged on the incorrect level in some casescurrently the way
wrangler devprints 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 devwith the--log-level=debugflag will also cause the debug log to be included as well)#10187
f480ec7Thanks @ workers-devprod! - Deleting when Pages project binds to worker requires confirmation#10182
1f686efThanks @ devin-ai-integration! - fix: report startup errors before workerd profiling#10226
989e17eThanks @ petebacondarwin! - Enforce 64-character limit for Workflow binding names locally to match production validation#10216
76d3002Thanks @ 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
8c38b65Thanks @ petebacondarwin! - fix: strip ANSI escape codes from log files to improve readability and parsing#10171
0d73563Thanks @ 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: