Skip to content

Commit 580286b

Browse files
Bump wrangler from 4.46.0 to 4.47.0 (#161)
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.46.0 to 4.47.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.47.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11201">#11201</a> <a href="https://github.com/cloudflare/workers-sdk/commit/52863090c3cb97d3cee10ede84420018305b6354"><code>5286309</code></a> Thanks <a href="https://github.com/avenceslau"><code>@​avenceslau</code></a>! - Add wrangler workflows instances restart command</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11214">#11214</a> <a href="https://github.com/cloudflare/workers-sdk/commit/5cf8a39ac2c2f806828b5e563a6e3b7d336c7794"><code>5cf8a39</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Add the experimental <code>wrangler setup</code> command to run autoconfig outside of the deploy flow.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11187">#11187</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8abc7899bb1adb7a1315bf752b07cb8e6564ff56"><code>8abc789</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>! - Add possibility for users to edit their project settings during autoconfig</p> <p>When running <code>wrangler deploy --experimental-autoconfig</code>, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settings</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11143">#11143</a> <a href="https://github.com/cloudflare/workers-sdk/commit/2d16610e159e32b01b12d749c40505899ff324c6"><code>2d16610</code></a> Thanks <a href="https://github.com/FlorentCollin"><code>@​FlorentCollin</code></a>! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11178">#11178</a> <a href="https://github.com/cloudflare/workers-sdk/commit/63defa28c825e77ab6c04d0d431ebaf1bd985069"><code>63defa2</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Log a more helpful error when attempting to &quot;r2 object put&quot; a non-existent file</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11199">#11199</a> <a href="https://github.com/cloudflare/workers-sdk/commit/70d3d4a2f41df24785273f55bd4fb09904724e6b"><code>70d3d4a</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Add telemetry to autoconfig</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11186">#11186</a> <a href="https://github.com/cloudflare/workers-sdk/commit/38396edc4754b8d86b07c7198d0478d73b86ef51"><code>38396ed</code></a> Thanks <a href="https://github.com/hoodmane"><code>@​hoodmane</code></a>! - Removed warning when deploying a Python worker</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11024">#11024</a> <a href="https://github.com/cloudflare/workers-sdk/commit/cdcecfc3a9c8135c50d4f17ff73991f179036f6b"><code>cdcecfc</code></a> Thanks <a href="https://github.com/apps/devin-ai-integration"><code>@​devin-ai-integration</code></a>! - Use the native <code>node:trace_events</code> module when available</p> <p>It is enabled when the <code>enable_nodejs_trace_events_module</code> compatibility flag is set.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11195">#11195</a> <a href="https://github.com/cloudflare/workers-sdk/commit/e85f965106eee43577fa05f18ea3cb55d538cbd4"><code>e85f965</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Ignores <code>.dev.vars</code> if <code>--env-file</code> has been explicitly passed</p> <p>Previously, <code>.dev.vars</code> would always be read first, and then any file passed with <code>--env-file</code> would override variables in <code>.dev.vars</code>. This meant there was no way to ignore <code>.dev.vars</code> if you wanted to use a different env file. Now, if <code>--env-file</code> is passed, <code>.dev.vars</code> will be ignored entirely.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11181">#11181</a> <a href="https://github.com/cloudflare/workers-sdk/commit/88aa7071f888a9ccc84b8f2030b961c21769f0e3"><code>88aa707</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>! - add more logging around Wrangler authentication to help diagnose issues</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/dd7d584cc9656896c3673b51f2589be967edee9b"><code>dd7d584</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4259256e33445b5f2ae290a68795be9c1852d860"><code>4259256</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/cdcecfc3a9c8135c50d4f17ff73991f179036f6b"><code>cdcecfc</code></a>]:</p> <ul> <li>miniflare@4.20251109.0</li> <li><code>@​cloudflare/unenv-preset</code><a href="https://github.com/2"><code>@​2</code></a>.7.10</li> </ul> </li> </ul> </blockquote> </details> <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>4.47.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11201">#11201</a> <a href="https://github.com/cloudflare/workers-sdk/commit/52863090c3cb97d3cee10ede84420018305b6354"><code>5286309</code></a> Thanks <a href="https://github.com/avenceslau"><code>@​avenceslau</code></a>! - Add wrangler workflows instances restart command</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11214">#11214</a> <a href="https://github.com/cloudflare/workers-sdk/commit/5cf8a39ac2c2f806828b5e563a6e3b7d336c7794"><code>5cf8a39</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Add the experimental <code>wrangler setup</code> command to run autoconfig outside of the deploy flow.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11187">#11187</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8abc7899bb1adb7a1315bf752b07cb8e6564ff56"><code>8abc789</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@​dario-piotrowicz</code></a>! - Add possibility for users to edit their project settings during autoconfig</p> <p>When running <code>wrangler deploy --experimental-autoconfig</code>, after the automatic project settings detection Wrangler will now present users the opportunity to customize the auto-detected project's settings</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11143">#11143</a> <a href="https://github.com/cloudflare/workers-sdk/commit/2d16610e159e32b01b12d749c40505899ff324c6"><code>2d16610</code></a> Thanks <a href="https://github.com/FlorentCollin"><code>@​FlorentCollin</code></a>! - Improve the formatting of the D1 execute command to always show the duration in milliseconds with two decimal places.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11178">#11178</a> <a href="https://github.com/cloudflare/workers-sdk/commit/63defa28c825e77ab6c04d0d431ebaf1bd985069"><code>63defa2</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Log a more helpful error when attempting to &quot;r2 object put&quot; a non-existent file</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11199">#11199</a> <a href="https://github.com/cloudflare/workers-sdk/commit/70d3d4a2f41df24785273f55bd4fb09904724e6b"><code>70d3d4a</code></a> Thanks <a href="https://github.com/penalosa"><code>@​penalosa</code></a>! - Add telemetry to autoconfig</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11186">#11186</a> <a href="https://github.com/cloudflare/workers-sdk/commit/38396edc4754b8d86b07c7198d0478d73b86ef51"><code>38396ed</code></a> Thanks <a href="https://github.com/hoodmane"><code>@​hoodmane</code></a>! - Removed warning when deploying a Python worker</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11024">#11024</a> <a href="https://github.com/cloudflare/workers-sdk/commit/cdcecfc3a9c8135c50d4f17ff73991f179036f6b"><code>cdcecfc</code></a> Thanks <a href="https://github.com/apps/devin-ai-integration"><code>@​devin-ai-integration</code></a>! - Use the native <code>node:trace_events</code> module when available</p> <p>It is enabled when the <code>enable_nodejs_trace_events_module</code> compatibility flag is set.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11195">#11195</a> <a href="https://github.com/cloudflare/workers-sdk/commit/e85f965106eee43577fa05f18ea3cb55d538cbd4"><code>e85f965</code></a> Thanks <a href="https://github.com/ascorbic"><code>@​ascorbic</code></a>! - Ignores <code>.dev.vars</code> if <code>--env-file</code> has been explicitly passed</p> <p>Previously, <code>.dev.vars</code> would always be read first, and then any file passed with <code>--env-file</code> would override variables in <code>.dev.vars</code>. This meant there was no way to ignore <code>.dev.vars</code> if you wanted to use a different env file. Now, if <code>--env-file</code> is passed, <code>.dev.vars</code> will be ignored entirely.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/11181">#11181</a> <a href="https://github.com/cloudflare/workers-sdk/commit/88aa7071f888a9ccc84b8f2030b961c21769f0e3"><code>88aa707</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@​petebacondarwin</code></a>! - add more logging around Wrangler authentication to help diagnose issues</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/dd7d584cc9656896c3673b51f2589be967edee9b"><code>dd7d584</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4259256e33445b5f2ae290a68795be9c1852d860"><code>4259256</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/cdcecfc3a9c8135c50d4f17ff73991f179036f6b"><code>cdcecfc</code></a>]:</p> <ul> <li>miniflare@4.20251109.0</li> <li><code>@​cloudflare/unenv-preset</code><a href="https://github.com/2"><code>@​2</code></a>.7.10</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/c193d0e230c98f1944263083044237342c777826"><code>c193d0e</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11198">#11198</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4259256e33445b5f2ae290a68795be9c1852d860"><code>4259256</code></a> Bump the workerd-and-workers-types group with 2 updates (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11232">#11232</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/5cf8a39ac2c2f806828b5e563a6e3b7d336c7794"><code>5cf8a39</code></a> <code>wrangler setup</code> (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11214">#11214</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/52863090c3cb97d3cee10ede84420018305b6354"><code>5286309</code></a> add workflows restart command to wrangler (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11201">#11201</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/2d16610e159e32b01b12d749c40505899ff324c6"><code>2d16610</code></a> Improve D1 execute duration formatting precision (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11143">#11143</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/cdcecfc3a9c8135c50d4f17ff73991f179036f6b"><code>cdcecfc</code></a> Use the native <code>node:trace_events</code> module when available (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11024">#11024</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4be581af7d409b1e14e7a1c5d5ccc143fb2d22f1"><code>4be581a</code></a> Use eslint flat file config (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11207">#11207</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/e3d93eb8276888ccf76c1c790ee43fae57ec9abf"><code>e3d93eb</code></a> Add missing dash in regex for invalid worker name (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11211">#11211</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/63defa28c825e77ab6c04d0d431ebaf1bd985069"><code>63defa2</code></a> [wrangler] handle fs errors in r2 put (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11178">#11178</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/dd7d584cc9656896c3673b51f2589be967edee9b"><code>dd7d584</code></a> Bump the workerd-and-workers-types group across 1 directory with 2 updates (#...</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.47.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.46.0&new-version=4.47.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 19bf736 commit 580286b

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

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)