Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 4.14.1 to 4.14.4. <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/9124">#9124</a> <a href="https://github.com/cloudflare/workers-sdk/commit/d0d62e6e4bb3ac6e0b6d9a0140a2825249f32e89"><code>d0d62e6</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - make that <code>unstable_startWorker</code> can correctly throw configuration errors</p> <p>make sure that <code>unstable_startWorker</code> can throw configuration related errors when:</p> <ul> <li>the utility is called</li> <li>the worker's <code>setConfig</code> is called with the <code>throwErrors</code> argument set to <code>true</code></li> </ul> <p>additionally when an error is thrown when <code>unstable_startWorker</code> is called make sure that the worker is properly disposed (since, given the fact that it is not returned by the utility the utility's caller wouldn't have any way to dispose it themselves)</p> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9158">#9158</a> <a href="https://github.com/cloudflare/workers-sdk/commit/826c5e8df4e5574483ac52f321dba3d6879c8cb8"><code>826c5e8</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - fix CallSite.toString() not to throw</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9159">#9159</a> <a href="https://github.com/cloudflare/workers-sdk/commit/c6b3f10f5adf4e6d62bcc9fe89574a2cbcce3870"><code>c6b3f10</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - bump esbuild version to fix regression in 0.25.0</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8985">#8985</a> <a href="https://github.com/cloudflare/workers-sdk/commit/078c568c2b5746e3c03bc9e1cd5cb7027023107a"><code>078c568</code></a> Thanks <a href="https://github.com/gabivlj"><code>@gabivlj</code></a>! - <code>wrangler deploy</code> is able to deploy new container versions</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9162">#9162</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8c3cdc34e634bf3dc7ed7aa199ea05d668aed7f6"><code>8c3cdc3</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - Do not report "d1 execute" command file missing error to Sentry</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/df5d1f6104df90e5b991c8d73d9847a64beb9cd2"><code>df5d1f6</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4672bda9fe0d94a5eaea231fc46ca755092a81eb"><code>4672bda</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/c6b3f10f5adf4e6d62bcc9fe89574a2cbcce3870"><code>c6b3f10</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <h2>[email protected]</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9118">#9118</a> <a href="https://github.com/cloudflare/workers-sdk/commit/1cd30a554f00dfd7bff43bbd3e601bc67f7acb2b"><code>1cd30a5</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - fix: remove outdated js-doc comment for <code>unstable_startDevWorker</code>'s <code>entrypoint</code></p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9120">#9120</a> <a href="https://github.com/cloudflare/workers-sdk/commit/11aa36255013780bbc8cd45a758a3658f8b0cc9f"><code>11aa362</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - Add <code>experimental_startMixedModeSession</code> no-op utility</p> <p>This experimental utility has no effect. More details will be shared as we roll out its functionality.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7423">#7423</a> <a href="https://github.com/cloudflare/workers-sdk/commit/2be85d77dd5eff024568bf6ce2358a1dae74ae2a"><code>2be85d7</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Make sure custom build logging output is more clearly signposted, and make sure it doesn't interfere with the interactive dev session output.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9112">#9112</a> <a href="https://github.com/cloudflare/workers-sdk/commit/3fe85d4882a1f4f4a9438f4d6618399236ee9e26"><code>3fe85d4</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Warn if the Node.js version is below Node.js 20</p> </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.4</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9124">#9124</a> <a href="https://github.com/cloudflare/workers-sdk/commit/d0d62e6e4bb3ac6e0b6d9a0140a2825249f32e89"><code>d0d62e6</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - make that <code>unstable_startWorker</code> can correctly throw configuration errors</p> <p>make sure that <code>unstable_startWorker</code> can throw configuration related errors when:</p> <ul> <li>the utility is called</li> <li>the worker's <code>setConfig</code> is called with the <code>throwErrors</code> argument set to <code>true</code></li> </ul> <p>additionally when an error is thrown when <code>unstable_startWorker</code> is called make sure that the worker is properly disposed (since, given the fact that it is not returned by the utility the utility's caller wouldn't have any way to dispose it themselves)</p> </li> </ul> <h2>4.14.3</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9158">#9158</a> <a href="https://github.com/cloudflare/workers-sdk/commit/826c5e8df4e5574483ac52f321dba3d6879c8cb8"><code>826c5e8</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - fix CallSite.toString() not to throw</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9159">#9159</a> <a href="https://github.com/cloudflare/workers-sdk/commit/c6b3f10f5adf4e6d62bcc9fe89574a2cbcce3870"><code>c6b3f10</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - bump esbuild version to fix regression in 0.25.0</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/8985">#8985</a> <a href="https://github.com/cloudflare/workers-sdk/commit/078c568c2b5746e3c03bc9e1cd5cb7027023107a"><code>078c568</code></a> Thanks <a href="https://github.com/gabivlj"><code>@gabivlj</code></a>! - <code>wrangler deploy</code> is able to deploy new container versions</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9162">#9162</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8c3cdc34e634bf3dc7ed7aa199ea05d668aed7f6"><code>8c3cdc3</code></a> Thanks <a href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>! - Do not report "d1 execute" command file missing error to Sentry</p> </li> <li> <p>Updated dependencies [<a href="https://github.com/cloudflare/workers-sdk/commit/df5d1f6104df90e5b991c8d73d9847a64beb9cd2"><code>df5d1f6</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/4672bda9fe0d94a5eaea231fc46ca755092a81eb"><code>4672bda</code></a>, <a href="https://github.com/cloudflare/workers-sdk/commit/c6b3f10f5adf4e6d62bcc9fe89574a2cbcce3870"><code>c6b3f10</code></a>]:</p> <ul> <li>[email protected]</li> </ul> </li> </ul> <h2>4.14.2</h2> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9118">#9118</a> <a href="https://github.com/cloudflare/workers-sdk/commit/1cd30a554f00dfd7bff43bbd3e601bc67f7acb2b"><code>1cd30a5</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - fix: remove outdated js-doc comment for <code>unstable_startDevWorker</code>'s <code>entrypoint</code></p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9120">#9120</a> <a href="https://github.com/cloudflare/workers-sdk/commit/11aa36255013780bbc8cd45a758a3658f8b0cc9f"><code>11aa362</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - Add <code>experimental_startMixedModeSession</code> no-op utility</p> <p>This experimental utility has no effect. More details will be shared as we roll out its functionality.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7423">#7423</a> <a href="https://github.com/cloudflare/workers-sdk/commit/2be85d77dd5eff024568bf6ce2358a1dae74ae2a"><code>2be85d7</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Make sure custom build logging output is more clearly signposted, and make sure it doesn't interfere with the interactive dev session output.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/9112">#9112</a> <a href="https://github.com/cloudflare/workers-sdk/commit/3fe85d4882a1f4f4a9438f4d6618399236ee9e26"><code>3fe85d4</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Warn if the Node.js version is below Node.js 20</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cloudflare/workers-sdk/commit/20165025b385af4b8a9a48f96c6b95d6592ba73f"><code>2016502</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9167">#9167</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/d0d62e6e4bb3ac6e0b6d9a0140a2825249f32e89"><code>d0d62e6</code></a> make that <code>unstable_startWorker</code> can correctly throw configuration errors (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9">#9</a>...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/6bda16093bee25b9272aa837c962c813e45917a9"><code>6bda160</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9150">#9150</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8c3cdc34e634bf3dc7ed7aa199ea05d668aed7f6"><code>8c3cdc3</code></a> Do not report "d1 execute" command file missing error to Sentry (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9162">#9162</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/4672bda9fe0d94a5eaea231fc46ca755092a81eb"><code>4672bda</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/9160">#9160</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/826c5e8df4e5574483ac52f321dba3d6879c8cb8"><code>826c5e8</code></a> fix CallSite.toString() not to throw (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9158">#9158</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/df5d1f6104df90e5b991c8d73d9847a64beb9cd2"><code>df5d1f6</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/9092">#9092</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/078c568c2b5746e3c03bc9e1cd5cb7027023107a"><code>078c568</code></a> wrangler containers: wrangler deploy should be able to deploy container appli...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/8cdabe23fcc2813f970db02928b016bbf3b155e5"><code>8cdabe2</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9123">#9123</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/12fcc2e82b29537404367ac32c889e5e5622ea09"><code>12fcc2e</code></a> test: fix up old node.js tests (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/9145">#9145</a>)</li> <li>Additional commits viewable 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.