Commit 1686701
authored
Bump wrangler from 4.42.2 to 4.43.0 (#145)
Bumps
[wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)
from 4.42.2 to 4.43.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.43.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10911">#10911</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4"><code>940b44d</code></a>
Thanks <a
href="https://github.com/apps/devin-ai-integration"><code>@devin-ai-integration</code></a>!
- feat: <code>wrangler init --from-dash</code> now generates
<code>wrangler.jsonc</code> config files instead of
<code>wrangler.toml</code> files</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10938">#10938</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8"><code>e52d0ec</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Acquire Cloudflare Access tokens for additional requests made during a
<code>wrangler dev --remote</code> session</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10923">#10923</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/2429533d7c6810165761aad828462614c50a585f"><code>2429533</code></a>
Thanks <a
href="https://github.com/emily-shen"><code>@emily-shen</code></a>! -
fix: update <code>docker manifest inspect</code> to use full image
registry uri when checking if the image exists remotely</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10521">#10521</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517"><code>88b5b7f</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Improves the Wrangler auto-provisioning feature (gated behind the
experimental flag <code>--x-provision</code>) by:</p>
<ul>
<li>Writing back changes to the user's config file (not necessary, but
can make it resilient to binding name changes)</li>
<li>Fixing <code>--dry-run</code>, which previously threw an error when
your config file had auto provisioned resources</li>
<li>Improve R2 bindings display to include the <code>bucket_name</code>
from the config file on upload</li>
<li>Fixing bindings view for specific versions to not display TOML</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.43.0</h2>
<h3>Minor Changes</h3>
<ul>
<li><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10911">#10911</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4"><code>940b44d</code></a>
Thanks <a
href="https://github.com/apps/devin-ai-integration"><code>@devin-ai-integration</code></a>!
- feat: <code>wrangler init --from-dash</code> now generates
<code>wrangler.jsonc</code> config files instead of
<code>wrangler.toml</code> files</li>
</ul>
<h3>Patch Changes</h3>
<ul>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10938">#10938</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8"><code>e52d0ec</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Acquire Cloudflare Access tokens for additional requests made during a
<code>wrangler dev --remote</code> session</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10923">#10923</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/2429533d7c6810165761aad828462614c50a585f"><code>2429533</code></a>
Thanks <a
href="https://github.com/emily-shen"><code>@emily-shen</code></a>! -
fix: update <code>docker manifest inspect</code> to use full image
registry uri when checking if the image exists remotely</p>
</li>
<li>
<p><a
href="https://redirect.github.com/cloudflare/workers-sdk/pull/10521">#10521</a>
<a
href="https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517"><code>88b5b7f</code></a>
Thanks <a
href="https://github.com/penalosa"><code>@penalosa</code></a>! -
Improves the Wrangler auto-provisioning feature (gated behind the
experimental flag <code>--x-provision</code>) by:</p>
<ul>
<li>Writing back changes to the user's config file (not necessary, but
can make it resilient to binding name changes)</li>
<li>Fixing <code>--dry-run</code>, which previously threw an error when
your config file had auto provisioned resources</li>
<li>Improve R2 bindings display to include the <code>bucket_name</code>
from the config file on upload</li>
<li>Fixing bindings view for specific versions to not display TOML</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/61fb83890a7cb938172af9411280fe594bbba6b3"><code>61fb838</code></a>
Version Packages (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10960">#10960</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/2429533d7c6810165761aad828462614c50a585f"><code>2429533</code></a>
Fix manifest inspect failing due to wrong image ref (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10923">#10923</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/88b5b7ff1ace3bf982d2562ad1e01e39ffce9517"><code>88b5b7f</code></a>
Improve resource provisioning (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10521">#10521</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/e52d0ecf4284030e3092a91fc0a893c887382ae8"><code>e52d0ec</code></a>
Fix remote dev with Access (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10938">#10938</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/9011a8d667bd8f7587f18d42e941b18c1e080638"><code>9011a8d</code></a>
test(wrangler): Speed up unenv e2e tests (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10956">#10956</a>)</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/940b44db728a1b62595286deda6ab640a1ab3cf4"><code>940b44d</code></a>
[wrangler] feat: generate wrangler.jsonc in init --from-dash instead of
wrang...</li>
<li><a
href="https://github.com/cloudflare/workers-sdk/commit/a5f7904ecc2d3896293d16282077274e6f370370"><code>a5f7904</code></a>
test: skip the Wrangler e2e containers with do test (<a
href="https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler/issues/10957">#10957</a>)</li>
<li>See full diff in <a
href="https://github.com/cloudflare/workers-sdk/commits/wrangler@4.43.0/packages/wrangler">compare
view</a></li>
</ul>
</details>
<details>
<summary>Maintainer changes</summary>
<p>This version was pushed to npm by [GitHub Actions](<a
href="https://www.npmjs.com/~GitHub">https://www.npmjs.com/~GitHub</a>
Actions), a new releaser for wrangler since your current version.</p>
</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 a0c1b2c commit 1686701
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
630 | | - | |
| 630 | + | |
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
| |||
0 commit comments