Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.13.2 to 4.14.1. <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>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9085">#9085</a> <a href="https://github.com/cloudflare/workers-sdk/commit/cdc88d8fc5ee30d2b3f35b6e548334d5dc68aea1"><code>cdc88d8</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - Do not include .wrangler and Wrangler config files in additional modules</p> <p>Previously, if you added modules rules such as <code>**/*.js</code> or <code>**/*.json</code>, specified <code>no_bundle: true</code>, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as <code>.wrangler/tmp/xxx.js</code> or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9095">#9095</a> <a href="https://github.com/cloudflare/workers-sdk/commit/508a1a31a039a5f4700efbc7535a165d79b22cb9"><code>508a1a3</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - wrangler login put custom callback host and port into the auth URL</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9113">#9113</a> <a href="https://github.com/cloudflare/workers-sdk/commit/82e220e943521d9f2cbaa63cdb56792da6cb1c60"><code>82e220e</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - Add <code>x-mixed-mode</code> flag</p> <p>This experimental flag currently has no effect. More details will be shared as we roll out its functionality.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/357d42acfb16d21169d004961030cd4822526a96"><code>357d42a</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <h2>[email protected]</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8981">#8981</a> <a href="https://github.com/cloudflare/workers-sdk/commit/3b60131ca5a1bafcf7af16b0f41f2601a9a3ee85"><code>3b60131</code></a> Thanks <a href="https://github.com/Caio-Nogueira"><code>@Caio-Nogueira</code></a>! - Adds support for waitForEvent step type</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9083">#9083</a> <a href="https://github.com/cloudflare/workers-sdk/commit/137d2da0602db0f66a5c1b6f277624f6031d9dc5"><code>137d2da</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Support Tail Workers in local dev</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8975">#8975</a> <a href="https://github.com/cloudflare/workers-sdk/commit/9bf55aa60aa69ea9bf2b59138504d1772d84c14d"><code>9bf55aa</code></a> Thanks <a href="https://github.com/Caio-Nogueira"><code>@Caio-Nogueira</code></a>! - Adds missing <code>waiting</code> status on the <code>wrangler workflow instances list</code> command</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9048">#9048</a> <a href="https://github.com/cloudflare/workers-sdk/commit/0b4d22a864d7781c87ccead79888b39fd7304575"><code>0b4d22a</code></a> Thanks <a href="https://github.com/garvit-gupta"><code>@garvit-gupta</code></a>! - fix: Validate input file for Vectorize inserts</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/d2ecc763e4d77620d6a9be71855e87893631ebc0"><code>d2ecc76</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/137d2da0602db0f66a5c1b6f277624f6031d9dc5"><code>137d2da</code></a>]:</p> <ul> <li>[email protected]</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.14.1</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9085">#9085</a> <a href="https://github.com/cloudflare/workers-sdk/commit/cdc88d8fc5ee30d2b3f35b6e548334d5dc68aea1"><code>cdc88d8</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - Do not include .wrangler and Wrangler config files in additional modules</p> <p>Previously, if you added modules rules such as <code>**/*.js</code> or <code>**/*.json</code>, specified <code>no_bundle: true</code>, and the entry-point to the Worker was in the project root directory, Wrangler could include files that were not intended, such as <code>.wrangler/tmp/xxx.js</code> or the Wrangler config file itself. Now these files are automatically skipped when trying to find additional modules by searching the file tree.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9095">#9095</a> <a href="https://github.com/cloudflare/workers-sdk/commit/508a1a31a039a5f4700efbc7535a165d79b22cb9"><code>508a1a3</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - wrangler login put custom callback host and port into the auth URL</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9113">#9113</a> <a href="https://github.com/cloudflare/workers-sdk/commit/82e220e943521d9f2cbaa63cdb56792da6cb1c60"><code>82e220e</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - Add <code>x-mixed-mode</code> flag</p> <p>This experimental flag currently has no effect. More details will be shared as we roll out its functionality.</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/357d42acfb16d21169d004961030cd4822526a96"><code>357d42a</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <h2>4.14.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8981">#8981</a> <a href="https://github.com/cloudflare/workers-sdk/commit/3b60131ca5a1bafcf7af16b0f41f2601a9a3ee85"><code>3b60131</code></a> Thanks <a href="https://github.com/Caio-Nogueira"><code>@Caio-Nogueira</code></a>! - Adds support for waitForEvent step type</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9083">#9083</a> <a href="https://github.com/cloudflare/workers-sdk/commit/137d2da0602db0f66a5c1b6f277624f6031d9dc5"><code>137d2da</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Support Tail Workers in local dev</p> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8975">#8975</a> <a href="https://github.com/cloudflare/workers-sdk/commit/9bf55aa60aa69ea9bf2b59138504d1772d84c14d"><code>9bf55aa</code></a> Thanks <a href="https://github.com/Caio-Nogueira"><code>@Caio-Nogueira</code></a>! - Adds missing <code>waiting</code> status on the <code>wrangler workflow instances list</code> command</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9048">#9048</a> <a href="https://github.com/cloudflare/workers-sdk/commit/0b4d22a864d7781c87ccead79888b39fd7304575"><code>0b4d22a</code></a> Thanks <a href="https://github.com/garvit-gupta"><code>@garvit-gupta</code></a>! - fix: Validate input file for Vectorize inserts</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/d2ecc763e4d77620d6a9be71855e87893631ebc0"><code>d2ecc76</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/137d2da0602db0f66a5c1b6f277624f6031d9dc5"><code>137d2da</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/9c15b6ea20ed01faf7991537793fa0803e6d3fbd"><code>9c15b6e</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9100">#9100</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/82e220e943521d9f2cbaa63cdb56792da6cb1c60"><code>82e220e</code></a> Add <code>x-mixed-mode</code> flag (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9113">#9113</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/508a1a31a039a5f4700efbc7535a165d79b22cb9"><code>508a1a3</code></a> wrangler login put custom callback host and port into the auth URL (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9095">#9095</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/cdc88d8fc5ee30d2b3f35b6e548334d5dc68aea1"><code>cdc88d8</code></a> Do not include .wrangler and Wrangler config files in additional modules (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9085">#9085</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/6ae1583973acd2d957d948e15693442f4ad1cb67"><code>6ae1583</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9058">#9058</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/0b4d22a864d7781c87ccead79888b39fd7304575"><code>0b4d22a</code></a> fix: Validate input file for Vectorize inserts (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9048">#9048</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/137d2da0602db0f66a5c1b6f277624f6031d9dc5"><code>137d2da</code></a> Support Tail Workers in local dev (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9083">#9083</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/d2ecc763e4d77620d6a9be71855e87893631ebc0"><code>d2ecc76</code></a> chore(deps): bump the workerd-and-workers-types group with 2 updates (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9081">#9081</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/3b60131ca5a1bafcf7af16b0f41f2601a9a3ee85"><code>3b60131</code></a> Adds support for <code>waitForEvent</code> step type (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/8981">#8981</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/9bf55aa60aa69ea9bf2b59138504d1772d84c14d"><code>9bf55aa</code></a> Adds missing waiting status (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/8975">#8975</a>)</li> <li>See full diff in <a href="https://github.com/cloudflare/workers-sdk/commits/[email protected]/packages/wrangler">compare view</a></li> </ul> </details> <br /> [](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>
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by dependabot[bot] and has received 2 comments.