Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm(deps-dev): Bump wrangler from 3.99.0 to 3.105.0 (#35)
Bumps [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler) from 3.99.0 to 3.105.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@3.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7466">#7466</a> <a href="https://github.com/cloudflare/workers-sdk/commit/e5ebdb143788728d8b364fcafc0b36bda4ceb625"><code>e5ebdb1</code></a> Thanks <a href="https://github.com/Ltadrian"><code>@Ltadrian</code></a>! - feat: implement the <code>wrangler cert upload</code> command</p> <p>This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.</p> <p>For uploading mTLS certificate, run:</p> <ul> <li><code>wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT</code></li> </ul> <p>For uploading CA certificate chain, run:</p> <ul> <li><code>wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA</code></li> </ul> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7867">#7867</a> <a href="https://github.com/cloudflare/workers-sdk/commit/bdc7958f22bbbb9ce2608fefd295054121a92441"><code>bdc7958</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Revert <a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7816">cloudflare/workers-sdk#7816</a>. This feature added support for the ASSETS bindings to the <code>getPlatformProxy()</code> API, but caused a regression when running <code>npm run preview</code> in newly generated Workers Assets projects.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7868">#7868</a> <a href="https://github.com/cloudflare/workers-sdk/commit/78a9a2db485fefb0038ea9d97cc547a9218b7afa"><code>78a9a2d</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Revert "Hyperdrive dev remote fix". This PR includes e2e tests that were not run before merging, and are currently failing.</p> </li> <li> <p>Updated dependencies []:</p> <ul> <li>miniflare@3.20241230.2</li> </ul> </li> </ul> <h2>wrangler@3.103.2</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7804">#7804</a> <a href="https://github.com/cloudflare/workers-sdk/commit/16a9460ea6c7daaadcdf2f2e921c66521549bc58"><code>16a9460</code></a> Thanks <a href="https://github.com/vicb"><code>@vicb</code></a>! - fix(wrangler): use require.resolve to resolve unenv path</li> </ul> <h2>wrangler@3.103.1</h2> <h3>Patch Changes</h3> <ul> <li><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7798">#7798</a> <a href="https://github.com/cloudflare/workers-sdk/commit/a1ff045cfc89f216e19c94e7c4b5d190e27ef5bf"><code>a1ff045</code></a> Thanks <a href="https://github.com/CarmenPopoviciu"><code>@CarmenPopoviciu</code></a>! - Reverts <a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7720">#7720</a> as it introduced breakage in some of the C3 templates (eg. Nuxt)</li> </ul> <h2>wrangler@3.103.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/5086">#5086</a> <a href="https://github.com/cloudflare/workers-sdk/commit/8faf2c07415030a3c8d9e5fc0e122a59141b3786"><code>8faf2c0</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - add <code>--strict-vars</code> option to <code>wrangler types</code></p> <p>add a new <code>--strict-vars</code> option to <code>wrangler types</code> that developers can (by setting the flag to <code>false</code>) use to disable the default strict/literal types generation for their variables</p> <p>opting out of strict variables can be useful when developers change often their <code>vars</code> values, even more so when multiple environments are involved</p> <h2>Example</h2> <p>With a toml containing:</p> <pre lang="toml"><code></code></pre> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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>3.105.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7466">#7466</a> <a href="https://github.com/cloudflare/workers-sdk/commit/e5ebdb143788728d8b364fcafc0b36bda4ceb625"><code>e5ebdb1</code></a> Thanks <a href="https://github.com/Ltadrian"><code>@Ltadrian</code></a>! - feat: implement the <code>wrangler cert upload</code> command</p> <p>This command allows users to upload a mTLS certificate/private key or certificate-authority certificate chain.</p> <p>For uploading mTLS certificate, run:</p> <ul> <li><code>wrangler cert upload mtls-certificate --cert cert.pem --key key.pem --name MY_CERT</code></li> </ul> <p>For uploading CA certificate chain, run:</p> <ul> <li><code>wrangler cert upload certificate-authority --ca-cert server-ca.pem --name SERVER_CA</code></li> </ul> </li> </ul> <h3>Patch Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7867">#7867</a> <a href="https://github.com/cloudflare/workers-sdk/commit/bdc7958f22bbbb9ce2608fefd295054121a92441"><code>bdc7958</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Revert <a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7816">cloudflare/workers-sdk#7816</a>. This feature added support for the ASSETS bindings to the <code>getPlatformProxy()</code> API, but caused a regression when running <code>npm run preview</code> in newly generated Workers Assets projects.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7868">#7868</a> <a href="https://github.com/cloudflare/workers-sdk/commit/78a9a2db485fefb0038ea9d97cc547a9218b7afa"><code>78a9a2d</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Revert "Hyperdrive dev remote fix". This PR includes e2e tests that were not run before merging, and are currently failing.</p> </li> <li> <p>Updated dependencies []:</p> <ul> <li>miniflare@3.20241230.2</li> </ul> </li> </ul> <h2>3.104.0</h2> <h3>Minor Changes</h3> <ul> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7715">#7715</a> <a href="https://github.com/cloudflare/workers-sdk/commit/26fa9e80279401ba5eea4e1522597953441402f2"><code>26fa9e8</code></a> Thanks <a href="https://github.com/penalosa"><code>@penalosa</code></a>! - Support service bindings from Pages projects to Workers in a single <code>workerd</code> instance. To try it out, pass multiple <code>-c</code> flags to Wrangler: i.e. <code>wrangler pages dev -c wrangler.toml -c ../other-worker/wrangler.toml</code>. The first <code>-c</code> flag must point to your Pages config file, and the rest should point to Workers that are bound to your Pages project.</p> </li> <li> <p><a href="https://redirect.github.com/cloudflare/workers-sdk/pull/7816">#7816</a> <a href="https://github.com/cloudflare/workers-sdk/commit/f6cc0293d3a6bf45a323b6d9718b7162149cc84f"><code>f6cc029</code></a> Thanks <a href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>! - add support for assets bindings to <code>getPlatformProxy</code></p> <p>this change makes sure that that <code>getPlatformProxy</code>, when the input configuration file contains an assets field, correctly returns the appropriate asset binding proxy</p> <p>example:</p> <pre lang="json"><code>// wrangler.json { "name": "my-worker", "assets": { "directory": "./public/", "binding": "ASSETS" }, "vars": { "MY_VAR": "my-var" } } </code></pre> </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/f0f38b3ab619bc622f8410e475b94f9b0ef518e6"><code>f0f38b3</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7861">#7861</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/78a9a2db485fefb0038ea9d97cc547a9218b7afa"><code>78a9a2d</code></a> Revert "Hyperdrive dev remote fix" (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7868">#7868</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/c3c193ea646e05fe17b7bbdb5fedb0773212afd1"><code>c3c193e</code></a> Revert "add support for assets bindings to <code>getPlatformProxy</code> (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7816">#7816</a>)" (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7866">#7866</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/a2f695b964680a6985b9033daefa0ed1eea3bf23"><code>a2f695b</code></a> Hyperdrive dev remote fix (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7783">#7783</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/e5ebdb143788728d8b364fcafc0b36bda4ceb625"><code>e5ebdb1</code></a> SQC-352 SQC-353 Create cert upload command for client side mtls certificates ...</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/63a60bd4de8c024080fdd49616b143dd801c9f97"><code>63a60bd</code></a> Version Packages (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7825">#7825</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/cccfe51ca6a18a2a69bb6c7fa7066c92c9d704af"><code>cccfe51</code></a> Fix Durable Objects transfer migration validation (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7785">#7785</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/97d2a1bb56ea0bb94531f9c41b737ba43ed5996f"><code>97d2a1b</code></a> Relax the messaging when Wrangler uses redirected configuration (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7832">#7832</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/a783c2d2753a4d9c094af325e85401016725bae5"><code>a783c2d</code></a> Only retry API failures (<a href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/7831">#7831</a>)</li> <li><a href="https://github.com/cloudflare/workers-sdk/commit/26fa9e80279401ba5eea4e1522597953441402f2"><code>26fa9e8</code></a> Support service bindings from Pages projects to workers in a single <code>workerd</code>...</li> <li>Additional commits viewable in <a href="https://github.com/cloudflare/workers-sdk/commits/wrangler@3.105.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.99.0&new-version=3.105.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>
- Loading branch information