Skip to content

Commit ef146c4

Browse files
Bump wrangler from 4.47.0 to 4.50.0 (#162)
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.47.0 to 4.50.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cloudflare/workers-sdk/releases">wrangler's releases</a>.</em></p> <blockquote> <h2>wrangler@4.50.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11219">#11219</a> <a href="https://github.com/cloudflare/workers-sdk/commit/524a6e52dd5e6740bc36ee1135ba350a2d5b9e44"><code>524a6e5</code></a> Thanks <a href="https://github.com/Ltadrian"><code>@​Ltadrian</code></a>! - Implement Hyperdrive binding TLS miniflare proxy. This will allow for wrangler dev hyperdrive bindings to connect to external databases that require TLS.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11233">#11233</a> <a href="https://github.com/cloudflare/workers-sdk/commit/c922a810808f640b82fcad08a96363323029de83"><code>c922a81</code></a> Thanks <a href="https://github.com/emily-shen"><code>@​emily-shen</code></a>! - Add <code>containers.unsafe</code> to allow internal users to use additional container features</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11353">#11353</a> <a href="https://github.com/cloudflare/workers-sdk/commit/0cf696dfde285eac0eca3f86e6c407f2bcc43899"><code>0cf696d</code></a> Thanks <a href="https://github.com/vicb"><code>@​vicb</code></a>! - Use the native <code>node:domain</code> module when available</p> <p>It is enabled when the <code>enable_nodejs_domain_module</code> compatibility flag is set.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11328">#11328</a> <a href="https://github.com/cloudflare/workers-sdk/commit/bb4412042f86deb747259bbb353103e5d0322447"><code>bb44120</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Fixes a bug that caused <code>wrangler deploy</code> to hang when deploying SvelteKit sites with experimental autoconfig</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11025">#11025</a> <a href="https://github.com/cloudflare/workers-sdk/commit/4a158e9f4815778145969287d38720e61d956eee"><code>4a158e9</code></a> Thanks <a href="https://github.com/apps/devin-ai-integration"><code>@​devin-ai-integration</code></a>! - Use the native <code>node:wasi</code> module when available</p> <p>It is enabled when the <code>enable_nodejs_wasi_module</code> compatibility flag is set.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/0cf696dfde285eac0eca3f86e6c407f2bcc43899"><code>0cf696d</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/524a6e52dd5e6740bc36ee1135ba350a2d5b9e44"><code>524a6e5</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4a158e9f4815778145969287d38720e61d956eee"><code>4a158e9</code></a>]:</p> <ul> <li><code>@​cloudflare/unenv-preset</code><a href="https://github.com/2"><code>@​2</code></a>.7.11</li> <li>miniflare@4.20251118.1</li> </ul> </li> </ul> <h2>wrangler@4.49.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11344">#11344</a> <a href="https://github.com/cloudflare/workers-sdk/commit/c7588091b425d353cb25625d4efa2b42e0478b86"><code>c758809</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>! - Fix: mark the <code>r2 bulk</code> command as hidden and experimental</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11339">#11339</a> <a href="https://github.com/cloudflare/workers-sdk/commit/dfba9126615993b7bbb6d8bf7d1e31b5eebab9f6"><code>dfba912</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>! - Fix <code>wrangler deploy</code> erroring when it pulls down remote configs of workers containing an assets binding</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/e5ec8cf5ac23df57734a3fc819beaa5b7a0af9ca"><code>e5ec8cf</code></a>]:</p> <ul> <li>miniflare@4.20251118.0</li> </ul> </li> </ul> <h2>wrangler@4.49.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/10703">#10703</a> <a href="https://github.com/cloudflare/workers-sdk/commit/c5c4ee5219091951aef2a0cce1584010bf1775d9"><code>c5c4ee5</code></a> Thanks <a href="https://github.com/danlapid"><code>@​danlapid</code></a>! - Add support for streaming tail consumers in local dev. This is an experimental new feature that allows you to register a <code>tailStream()</code> handler (compared to the existing <code>tail()</code> handler), which will receive streamed tail events from your Worker (compared to the <code>tail()</code> handler, which only receives batched events after your Worker has finished processing).</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11251">#11251</a> <a href="https://github.com/cloudflare/workers-sdk/commit/7035804a859b90fcaaebe8d774cd98fcf57def5b"><code>7035804</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - When the <code>WRANGLER_HIDE_BANNER</code> environment variable is provided, Wrangler will no longer display a version banner. This applies to all commands.</p> <p>For instance, previously running <code>wrangler docs</code> would give the following output:</p> <pre><code>&gt; wrangler docs ⛅️ wrangler 4.47.0 ─────────────────── Opening a link in your default browser: https://developers.cloudflare.com/workers/wrangler/commands/ </code></pre> <p>With <code>WRANGLER_HIDE_BANNER</code>, this is now:</p> </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/86eab8e39a5eb65e44d85078a91760a77b562d2d"><code>86eab8e</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11356">#11356</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/524a6e52dd5e6740bc36ee1135ba350a2d5b9e44"><code>524a6e5</code></a> SQC-652 Implement Hyperdrive binding TLS miniflare proxy. This will (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11219">#11219</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/c922a810808f640b82fcad08a96363323029de83"><code>c922a81</code></a> Add unsafe.containers (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11233">#11233</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/bb4412042f86deb747259bbb353103e5d0322447"><code>bb44120</code></a> Pass <code>--no-git-check</code> flag to <code>sv add</code> (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11328">#11328</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8ba8d99d0fea212f761c7fd4fb8bf479ed2d1e1c"><code>8ba8d99</code></a> refactor unenv e2e tests (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11354">#11354</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/d162ddc390d1ffafcb8e6de0ef3be4203aa6654d"><code>d162ddc</code></a> test: don't render logs to the console in output.test.ts (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11357">#11357</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4a158e9f4815778145969287d38720e61d956eee"><code>4a158e9</code></a> Use the native node:wasi module when available (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11025">#11025</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/0cf696dfde285eac0eca3f86e6c407f2bcc43899"><code>0cf696d</code></a> Use the native <code>node:domain</code> module when available (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11353">#11353</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/9f3cfc2d9fc870b1aab0b1f1366440636b70af42"><code>9f3cfc2</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11334">#11334</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/c7588091b425d353cb25625d4efa2b42e0478b86"><code>c758809</code></a> Fix: mark the <code>r2 bulk</code> command as hidden and experimental (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11344">#11344</a>)</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.50.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=bun&previous-version=4.47.0&new-version=4.50.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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 580286b commit ef146c4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

bun.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)