Skip to content

[Snyk] Upgrade wrangler from 3.114.13 to 4.25.1#21

Open
snyk-io[bot] wants to merge 1 commit into
mainfrom
snyk-upgrade-8e975510e269adf4ab040122e17ae661
Open

[Snyk] Upgrade wrangler from 3.114.13 to 4.25.1#21
snyk-io[bot] wants to merge 1 commit into
mainfrom
snyk-upgrade-8e975510e269adf4ab040122e17ae661

Conversation

@snyk-io

@snyk-io snyk-io Bot commented Aug 12, 2025

Copy link
Copy Markdown

snyk-top-banner

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.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • 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

    Patch Changes

    • #10015 b5d9bb0 Thanks @ dario-piotrowicz! - fix wrangler dev logs being logged on the incorrect level in some cases

      currently the way wrangler dev prints logs is faulty, for example the following code

      console.error("this is an error");
      console.warn("this is a warning");
      console.debug("this is a debug");

      inside 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]:

      • miniflare@3.20250718.1
from wrangler GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

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
@semanticdiff-com

semanticdiff-com Bot commented Aug 12, 2025

Copy link
Copy Markdown

Review changes with  SemanticDiff

Changed Files
File Status
  examples/tracing/package.json  0% smaller

@snyk-io

snyk-io Bot commented Aug 12, 2025

Copy link
Copy Markdown
Author

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants