Skip to content

Commit 1686701

Browse files
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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=wrangler&package-manager=bun&previous-version=4.42.2&new-version=4.43.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>
1 parent a0c1b2c commit 1686701

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@
627627

628628
"workerd": ["workerd@1.20251008.0", "", { "optionalDependencies": { "@cloudflare/workerd-darwin-64": "1.20251008.0", "@cloudflare/workerd-darwin-arm64": "1.20251008.0", "@cloudflare/workerd-linux-64": "1.20251008.0", "@cloudflare/workerd-linux-arm64": "1.20251008.0", "@cloudflare/workerd-windows-64": "1.20251008.0" }, "bin": { "workerd": "bin/workerd" } }, "sha512-HwaJmXO3M1r4S8x2ea2vy8Rw/y/38HRQuK/gNDRQ7w9cJXn6xSl1sIIqKCffULSUjul3wV3I3Nd/GfbmsRReEA=="],
629629

630-
"wrangler": ["wrangler@4.42.2", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.4.0", "@cloudflare/unenv-preset": "2.7.7", "blake3-wasm": "2.1.5", "esbuild": "0.25.4", "miniflare": "4.20251008.0", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.21", "workerd": "1.20251008.0" }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20251008.0" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-1iTnbjB4F12KSP1zbfxQL495xarS+vdrZnulQP2SEcAxDTUGn7N9zk1O2WtFOc+Fhcgl+9/sdz/4AL9pF34Pwg=="],
630+
"wrangler": ["wrangler@4.43.0", "", { "dependencies": { "@cloudflare/kv-asset-handler": "0.4.0", "@cloudflare/unenv-preset": "2.7.7", "blake3-wasm": "2.1.5", "esbuild": "0.25.4", "miniflare": "4.20251008.0", "path-to-regexp": "6.3.0", "unenv": "2.0.0-rc.21", "workerd": "1.20251008.0" }, "optionalDependencies": { "fsevents": "~2.3.2" }, "peerDependencies": { "@cloudflare/workers-types": "^4.20251008.0" }, "optionalPeers": ["@cloudflare/workers-types"], "bin": { "wrangler": "bin/wrangler.js", "wrangler2": "bin/wrangler.js" } }, "sha512-IBNqXlYHSUSCNNWj/tQN4hFiQy94l7fTxEnJWETXyW69+cjUyjQ7MfeoId3vIV9KBgY8y5M5uf2XulU95OikJg=="],
631631

632632
"wrap-ansi": ["wrap-ansi@6.2.0", "", { "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" } }, "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA=="],
633633

0 commit comments

Comments
 (0)