Commit de24892
authored
Bump wrangler from 4.45.3 to 4.46.0 (#157)
Bumps
[wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)
from 4.45.3 to 4.46.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.46.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11183">#11183</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/240ebeb66e5cf152a68ff8ec63b0778f4d4dfdce"><code>240ebeb</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- expose <code>experimental_getDetailsForAutoConfig</code> and
<code>experimental_runAutoConfig</code> APIs that provide respectively
the autoconfig detection and execution functionalities</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11180">#11180</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/53b0fce84e0a897a99efcce4cc96e1cf21391118"><code>53b0fce</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! - Detect
non-framework static sites</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- add a <code>remoteBindings</code> option to
<code>getPlatformProxy</code> to allow the disabling of remote
bindings</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11164">#11164</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/305d7bfff9bb07e0c21ffae264e89f9f3efb5118"><code>305d7bf</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Implement experimental autoconfig flow for static sites</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10605">#10605</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/b55a3c70f7204c56e4f33649bc2ebcc2f7fa75f3"><code>b55a3c7</code></a>
Thanks <a
href="https://github.com/emily-shen"><code>@emily-shen</code></a>! -
Add command to configure credentials for non-Cloudflare container
registries</p>
<p>Note this is a closed/experimental command that will not work without
the appropriate account-level capabilities.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11078">#11078</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5d7c4c2e2e9a3cf1db84c26ae0c729894a2f90f9"><code>5d7c4c2</code></a>
Thanks <a
href="https://github.com/simonha9"><code>@simonha9</code></a>! - Add
jurisdiction support to d1 db creation via command-line argument</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11160">#11160</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/05440a1a1a6bbe312c3af64adf2fccba5e61457b"><code>05440a1</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Allows auto-update of the local Wrangler configuration file to match
remote configuration when running <code>wrangler deploy --env
<TARGET_ENV></code></p>
<p>When running <code>wrangler deploy</code>, with
<code>--x-remote-diff-check</code> and after cancelling the deployment
due to destructive changes present in the local config file, Wrangler
offers to update the Wrangler configuration file to match the remote
configuration. This wasn't however enabled when a target environment was
specified (via the <code>--env|-e</code> flag). Now this will also apply
when an environment is targeted.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Update the description of the <code>--local</code> flag for the
<code>wrangler dev</code> command to clarify that it disables remote
bindings, also un-deprecate and un-hide it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Fix bindings with <code>remote: true</code> being logged as
<code>remote</code> when run via <code>wrangler dev --local</code></p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/cloudflare/workers-sdk/commit/1ae020d7066699512f89fcc42cf436b1deff0277"><code>1ae020d</code></a>]:</p>
<ul>
<li>miniflare@4.20251105.0</li>
</ul>
</li>
</ul>
<h2>wrangler@4.45.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11133">#11133</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8ffbd17ee78887921244493f6ff7eb52abdcf3f1"><code>8ffbd17</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>!
- Reduce the amount of arguments being passed in metrics capture.</p>
<p>Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture
as "<!-- raw HTML omitted -->").</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11033">#11033</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/77ed7e2023ad61e35340c836c77bcf16bd9a214c"><code>77ed7e2</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Offer to update the local Wrangler configuration file to match remote
configuration when running <code>wrangler deploy</code></p>
<p>When running <code>wrangler deploy</code>, with
<code>--x-remote-diff-check</code>, Wrangler will display the difference
between local and remote configuration.
If there would be a destructive change to the remote configuration, the
user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now
also offer to update the local Wrangler configuration file to match the
remote configuration.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11139">#11139</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/bb00f9d88f4b3a2acc800f5a23f7ac97e695866a"><code>bb00f9d</code></a>
Thanks <a
href="https://github.com/apps/devin-ai-integration"><code>@devin-ai-integration</code></a>!
- Updated cron trigger documentation links and improved error message to
include instructions for testing cron triggers locally</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11135">#11135</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/ed666a14156b5600acc11fdc3e1cfec0b0d9f6df"><code>ed666a1</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Implement tail-based logging for <code>wrangler dev</code> remote mode,
behind the <code>--x-tail-tags</code> flag. This will become the default
in the future.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11149">#11149</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/22f25fd2d5dc952c4f0f8510558107dff229faa4"><code>22f25fd</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! - Add
no-op autoconfig logic behind an experimental flag</p>
</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>4.46.0</h2>
<h3>Minor Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11183">#11183</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/240ebeb66e5cf152a68ff8ec63b0778f4d4dfdce"><code>240ebeb</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- expose <code>experimental_getDetailsForAutoConfig</code> and
<code>experimental_runAutoConfig</code> APIs that provide respectively
the autoconfig detection and execution functionalities</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11180">#11180</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/53b0fce84e0a897a99efcce4cc96e1cf21391118"><code>53b0fce</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! - Detect
non-framework static sites</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- add a <code>remoteBindings</code> option to
<code>getPlatformProxy</code> to allow the disabling of remote
bindings</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11164">#11164</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/305d7bfff9bb07e0c21ffae264e89f9f3efb5118"><code>305d7bf</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Implement experimental autoconfig flow for static sites</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10605">#10605</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/b55a3c70f7204c56e4f33649bc2ebcc2f7fa75f3"><code>b55a3c7</code></a>
Thanks <a
href="https://github.com/emily-shen"><code>@emily-shen</code></a>! -
Add command to configure credentials for non-Cloudflare container
registries</p>
<p>Note this is a closed/experimental command that will not work without
the appropriate account-level capabilities.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11078">#11078</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/5d7c4c2e2e9a3cf1db84c26ae0c729894a2f90f9"><code>5d7c4c2</code></a>
Thanks <a
href="https://github.com/simonha9"><code>@simonha9</code></a>! - Add
jurisdiction support to d1 db creation via command-line argument</p>
</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11160">#11160</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/05440a1a1a6bbe312c3af64adf2fccba5e61457b"><code>05440a1</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Allows auto-update of the local Wrangler configuration file to match
remote configuration when running <code>wrangler deploy --env
<TARGET_ENV></code></p>
<p>When running <code>wrangler deploy</code>, with
<code>--x-remote-diff-check</code> and after cancelling the deployment
due to destructive changes present in the local config file, Wrangler
offers to update the Wrangler configuration file to match the remote
configuration. This wasn't however enabled when a target environment was
specified (via the <code>--env|-e</code> flag). Now this will also apply
when an environment is targeted.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Update the description of the <code>--local</code> flag for the
<code>wrangler dev</code> command to clarify that it disables remote
bindings, also un-deprecate and un-hide it</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11162">#11162</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Fix bindings with <code>remote: true</code> being logged as
<code>remote</code> when run via <code>wrangler dev --local</code></p>
</li>
<li>
<p>Updated dependencies [<a
href="https://github.com/cloudflare/workers-sdk/commit/1ae020d7066699512f89fcc42cf436b1deff0277"><code>1ae020d</code></a>]:</p>
<ul>
<li>miniflare@4.20251105.0</li>
</ul>
</li>
</ul>
<h2>4.45.4</h2>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11133">#11133</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/8ffbd17ee78887921244493f6ff7eb52abdcf3f1"><code>8ffbd17</code></a>
Thanks <a
href="https://github.com/petebacondarwin"><code>@petebacondarwin</code></a>!
- Reduce the amount of arguments being passed in metrics capture.</p>
<p>Now the argument values that are captured come from an allow list,
and can be marked as ALLOW (capture the real value) or REDACT (capture
as "<!-- raw HTML omitted -->").</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11033">#11033</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/77ed7e2023ad61e35340c836c77bcf16bd9a214c"><code>77ed7e2</code></a>
Thanks <a
href="https://github.com/dario-piotrowicz"><code>@dario-piotrowicz</code></a>!
- Offer to update the local Wrangler configuration file to match remote
configuration when running <code>wrangler deploy</code></p>
<p>When running <code>wrangler deploy</code>, with
<code>--x-remote-diff-check</code>, Wrangler will display the difference
between local and remote configuration.
If there would be a destructive change to the remote configuration, the
user is given the option to cancel the deployment.
In the case where the user does cancel deployment, Wrangler will now
also offer to update the local Wrangler configuration file to match the
remote configuration.</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11139">#11139</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/bb00f9d88f4b3a2acc800f5a23f7ac97e695866a"><code>bb00f9d</code></a>
Thanks <a
href="https://github.com/apps/devin-ai-integration"><code>@devin-ai-integration</code></a>!
- Updated cron trigger documentation links and improved error message to
include instructions for testing cron triggers locally</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/11135">#11135</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/ed666a14156b5600acc11fdc3e1cfec0b0d9f6df"><code>ed666a1</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Implement tail-based logging for <code>wrangler dev</code> remote mode,
behind the <code>--x-tail-tags</code> flag. This will become the default
in the future.</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/cabbaf1a95cd6f289a30cce68e62576c4ee57aea"><code>cabbaf1</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11175">#11175</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/240ebeb66e5cf152a68ff8ec63b0778f4d4dfdce"><code>240ebeb</code></a>
autoconfig small refactoring (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11183">#11183</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/1ae020d7066699512f89fcc42cf436b1deff0277"><code>1ae020d</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/11185">#11185</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/53b0fce84e0a897a99efcce4cc96e1cf21391118"><code>53b0fce</code></a>
Detect non-framework static sites (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11180">#11180</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/5d7c4c2e2e9a3cf1db84c26ae0c729894a2f90f9"><code>5d7c4c2</code></a>
Add jurisdiction support in wrangler for d1 (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11078">#11078</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/c3ed5314c831b29a43d05fcec238c38c2f4cc8d0"><code>c3ed531</code></a>
Various fixes/improvements around remote bindings being used as local
(<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11162">#11162</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/05440a1a1a6bbe312c3af64adf2fccba5e61457b"><code>05440a1</code></a>
enable environment targeting in config patching with `wrangler deploy
--x-rem...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/305d7bfff9bb07e0c21ffae264e89f9f3efb5118"><code>305d7bf</code></a>
Full autoconfig flow for some projects (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11164">#11164</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/b55a3c70f7204c56e4f33649bc2ebcc2f7fa75f3"><code>b55a3c7</code></a>
add npx wrangler containers registry commands (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10605">#10605</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/a586c030b5823dc6b401e73417c827ebca54010f"><code>a586c03</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/11141">#11141</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.46.0/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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 5d55cbe commit de24892
1 file changed
+10
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
371 | 371 | | |
372 | 372 | | |
373 | 373 | | |
374 | | - | |
375 | | - | |
376 | 374 | | |
377 | 375 | | |
378 | 376 | | |
| |||
409 | 407 | | |
410 | 408 | | |
411 | 409 | | |
412 | | - | |
413 | | - | |
414 | 410 | | |
415 | 411 | | |
416 | 412 | | |
| |||
481 | 477 | | |
482 | 478 | | |
483 | 479 | | |
484 | | - | |
| 480 | + | |
485 | 481 | | |
486 | 482 | | |
487 | 483 | | |
| |||
501 | 497 | | |
502 | 498 | | |
503 | 499 | | |
504 | | - | |
505 | | - | |
506 | 500 | | |
507 | 501 | | |
508 | 502 | | |
| |||
609 | 603 | | |
610 | 604 | | |
611 | 605 | | |
612 | | - | |
613 | | - | |
614 | 606 | | |
615 | 607 | | |
616 | 608 | | |
617 | 609 | | |
618 | 610 | | |
619 | 611 | | |
620 | | - | |
| 612 | + | |
621 | 613 | | |
622 | 614 | | |
623 | 615 | | |
624 | 616 | | |
625 | 617 | | |
626 | 618 | | |
627 | 619 | | |
628 | | - | |
| 620 | + | |
629 | 621 | | |
630 | | - | |
| 622 | + | |
631 | 623 | | |
632 | 624 | | |
633 | 625 | | |
| |||
0 commit comments