[PR #216] [MERGED] Bump wrangler from 3.7.0 to 3.19.0 in /environment_tests/test-exports-cf #583

Closed
opened 2026-02-15 19:15:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/216
Author: @dependabot[bot]
Created: 6/14/2024
Status: Merged
Merged: 6/14/2024
Merged by: @jacoblee93

Base: mainHead: dependabot/npm_and_yarn/environment_tests/test-exports-cf/wrangler-3.19.0


📝 Commits (1)

  • 9d7ac9c Bump wrangler from 3.7.0 to 3.19.0 in /environment_tests/test-exports-cf

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 environment_tests/test-exports-cf/package.json (+1 -1)

📄 Description

Bumps wrangler from 3.7.0 to 3.19.0.

Changelog

Sourced from wrangler's changelog.

3.19.0

Minor Changes

  • #4547 86c81ff0 Thanks @​mrbbot! - fix: listen on IPv4 loopback only by default on Windows

    Due to a known issue, workerd will only listen on the IPv4 loopback address 127.0.0.1 when it's asked to listen on localhost. On Node.js > 17, localhost will resolve to the IPv6 loopback address, meaning requests to workerd would fail. This change switches to using the IPv4 loopback address throughout Wrangler on Windows, while workerd#1408 gets fixed.

  • #4535 29df8e17 Thanks @​mrbbot! - Reintroduces some internal refactorings of wrangler dev servers (including wrangler dev, wrangler dev --remote, and unstable_dev()).

    These changes were released in 3.13.0 and reverted in 3.13.1 -- we believe the changes are now more stable and ready for release again.

    There are no changes required for developers to opt-in. Improvements include:

    • fewer 'address in use' errors upon reloads
    • upon config/source file changes, requests are buffered to guarantee the response is from the new version of the Worker

Patch Changes

  • #4521 6c5bc704 Thanks @​zebp! - fix: init from dash specifying explicit usage model in wrangler.toml for standard users
  • #4550 63708a94 Thanks @​mrbbot! - fix: validate Host and Orgin headers where appropriate

    Host and Origin headers are now checked when connecting to the inspector and Miniflare's magic proxy. If these don't match what's expected, the request will fail.

  • Updated dependencies [71fb0b86, 63708a94]:

3.18.0

Minor Changes

  • #4532 311ffbd5 Thanks @​mrbbot! - fix: change wrangler (pages) dev to listen on localhost by default

    Previously, Wrangler listened on all interfaces (*) by default. This change switches wrangler (pages) dev to just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can use wrangler (pages) dev --ip * to restore the previous behaviour.

Patch Changes

3.17.1

Patch Changes

  • #4474 382ef8f5 Thanks @​mrbbot! - fix: open browser to correct url pressing b in --remote mode

    This change ensures Wrangler doesn't try to open http://* when * is used as the dev server's hostname. Instead, Wrangler will now open http://127.0.0.1.

  • #4488 3bd57238 Thanks @​RamIdeas! - Changes the default directory for log files to workaround frameworks that are watching the entire .wrangler directory in the project root for changes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/216 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/14/2024 **Status:** ✅ Merged **Merged:** 6/14/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/environment_tests/test-exports-cf/wrangler-3.19.0` --- ### 📝 Commits (1) - [`9d7ac9c`](https://github.com/langchain-ai/langgraphjs/commit/9d7ac9c4b16f8ef618a847ec0ba553eb42495637) Bump wrangler from 3.7.0 to 3.19.0 in /environment_tests/test-exports-cf ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `environment_tests/test-exports-cf/package.json` (+1 -1) </details> ### 📄 Description Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.7.0 to 3.19.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md">wrangler's changelog</a>.</em></p> <blockquote> <h2>3.19.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4547">#4547</a> <a href="https://github.com/cloudflare/workers-sdk/commit/86c81ff0d59e79d2d33f176f69a7c2d1dcd91e02"><code>86c81ff0</code></a> Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! - fix: listen on IPv4 loopback only by default on Windows</p> <p>Due to a <a href="https://redirect.github.com/cloudflare/workerd/issues/1408">known issue</a>, <code>workerd</code> will only listen on the IPv4 loopback address <code>127.0.0.1</code> when it's asked to listen on <code>localhost</code>. On Node.js &gt; 17, <code>localhost</code> will resolve to the IPv6 loopback address, meaning requests to <code>workerd</code> would fail. This change switches to using the IPv4 loopback address throughout Wrangler on Windows, while <a href="https://redirect.github.com/cloudflare/workerd/issues/1408">workerd#1408</a> gets fixed.</p> </li> </ul> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4535">#4535</a> <a href="https://github.com/cloudflare/workers-sdk/commit/29df8e17545bf3926b6d61678b596be809d40c6d"><code>29df8e17</code></a> Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! - Reintroduces some internal refactorings of wrangler dev servers (including <code>wrangler dev</code>, <code>wrangler dev --remote</code>, and <code>unstable_dev()</code>).</p> <p>These changes were released in 3.13.0 and reverted in 3.13.1 -- we believe the changes are now more stable and ready for release again.</p> <p>There are no changes required for developers to opt-in. Improvements include:</p> <ul> <li>fewer 'address in use' errors upon reloads</li> <li>upon config/source file changes, requests are buffered to guarantee the response is from the new version of the Worker</li> </ul> </li> </ul> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4521">#4521</a> <a href="https://github.com/cloudflare/workers-sdk/commit/6c5bc704c5a13aab58b765c57b700204bc0830bf"><code>6c5bc704</code></a> Thanks <a href="https://github.com/zebp"><code>@​zebp</code></a>! - fix: init from dash specifying explicit usage model in wrangler.toml for standard users</li> </ul> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4550">#4550</a> <a href="https://github.com/cloudflare/workers-sdk/commit/63708a94fb7a055bf15fa963f2d598b47b11d3c0"><code>63708a94</code></a> Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! - fix: validate <code>Host</code> and <code>Orgin</code> headers where appropriate</p> <p><code>Host</code> and <code>Origin</code> headers are now checked when connecting to the inspector and Miniflare's magic proxy. If these don't match what's expected, the request will fail.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/71fb0b86cf0ed81cc29ad71792edbba3a79ba87c"><code>71fb0b86</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/63708a94fb7a055bf15fa963f2d598b47b11d3c0"><code>63708a94</code></a>]:</p> <ul> <li>miniflare@3.20231030.3</li> </ul> </li> </ul> <h2>3.18.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4532">#4532</a> <a href="https://github.com/cloudflare/workers-sdk/commit/311ffbd5064f8301ac6f0311bbe5630897923b93"><code>311ffbd5</code></a> Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! - fix: change <code>wrangler (pages) dev</code> to listen on <code>localhost</code> by default</p> <p>Previously, Wrangler listened on all interfaces (<code>*</code>) by default. This change switches <code>wrangler (pages) dev</code> to just listen on local interfaces. Whilst this is technically a breaking change, we've decided the security benefits outweigh the potential disruption caused. If you need to access your dev server from another device on your network, you can use <code>wrangler (pages) dev --ip *</code> to restore the previous behaviour.</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/1b34878287e3c98e8743e0a9c30b860107d4fcbe"><code>1b348782</code></a>]: <ul> <li>miniflare@3.20231030.2</li> </ul> </li> </ul> <h2>3.17.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4474">#4474</a> <a href="https://github.com/cloudflare/workers-sdk/commit/382ef8f580ab755d2706692e865b619953ef5671"><code>382ef8f5</code></a> Thanks <a href="https://github.com/mrbbot"><code>@​mrbbot</code></a>! - fix: open browser to correct url pressing <code>b</code> in <code>--remote</code> mode</p> <p>This change ensures Wrangler doesn't try to open <code>http://*</code> when <code>*</code> is used as the dev server's hostname. Instead, Wrangler will now open <code>http://127.0.0.1</code>.</p> </li> </ul> <ul> <li><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/4488">#4488</a> <a href="https://github.com/cloudflare/workers-sdk/commit/3bd5723852c8340d04930e056ef1e8f97dc316ae"><code>3bd57238</code></a> Thanks <a href="https://github.com/RamIdeas"><code>@​RamIdeas</code></a>! - Changes the default directory for log files to workaround frameworks that are watching the entire <code>.wrangler</code> directory in the project root for changes</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/5e67ea176ac03718061b49bce6311ce169a355bd"><code>5e67ea1</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4536">#4536</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/63708a94fb7a055bf15fa963f2d598b47b11d3c0"><code>63708a9</code></a> fix: validate <code>Host</code>/<code>Origin</code> headers in magic proxy and `InspectorProxyWorke...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/86c81ff0d59e79d2d33f176f69a7c2d1dcd91e02"><code>86c81ff</code></a> fix: listen on IPv4 loopback only by default on Windows (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4547">#4547</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/6c5bc704c5a13aab58b765c57b700204bc0830bf"><code>6c5bc70</code></a> fix: init from dash using explicit usage model for standard accounts (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4521">#4521</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/29df8e17545bf3926b6d61678b596be809d40c6d"><code>29df8e1</code></a> Revert &quot;Revert &quot;startDevWorker - Milestone 1 (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4497">#4497</a>)&quot; (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4531">#4531</a>)&quot; (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4535">#4535</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/97727de0537dd7f9d162693dd58cbc90054916bc"><code>97727de</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4495">#4495</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/311ffbd5064f8301ac6f0311bbe5630897923b93"><code>311ffbd</code></a> [wrangler] fix: change <code>wrangler (pages) dev</code> to listen on <code>localhost</code> by def...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/310281a48a1de2997b1c055711f4ad47f3aa29e1"><code>310281a</code></a> Revert &quot;startDevWorker - Milestone 1 (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4497">#4497</a>)&quot; (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4531">#4531</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/01eda780253cb0b4b5b56c7295f1761d17c9909a"><code>01eda78</code></a> startDevWorker - Milestone 1 (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4497">#4497</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/961c8eaaf38066afc3f16a6107a20b23050902d9"><code>961c8ea</code></a> remove unused npx-import dependency (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/4477">#4477</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@3.19.0/packages/wrangler">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wrangler&package-manager=npm_and_yarn&previous-version=3.7.0&new-version=3.19.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/langchain-ai/langgraphjs/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:15:07 -05:00
yindo closed this issue 2026-02-15 19:15:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#583