risu729 / dotfiles

Risu's dotfiles for Windows 11 and WSL 2
MIT License
0 stars 0 forks source link

chore(deps): update dependency wrangler to v3.63.2 #255

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
wrangler (source) 3.63.1 -> 3.63.2 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.63.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3632) ##### Patch Changes - [#​6199](https://togithub.com/cloudflare/workers-sdk/pull/6199) [`88313e5`](https://togithub.com/cloudflare/workers-sdk/commit/88313e50512ffbcfe8717dc60cf83a4d07a7509d) Thanks [@​dario-piotrowicz](https://togithub.com/dario-piotrowicz)! - fix: make sure `getPlatformProxy`'s `ctx` methods throw illegal invocation errors like workerd in workerd detaching the `waitUntil` and `passThroughOnException` methods from the `ExecutionContext` object results in them throwing `illegal invocation` errors, such as for example: ```js export default { async fetch(_request, _env, { waitUntil }) { waitUntil(() => {}); // <-- throws an illegal invocation error return new Response("Hello World!"); }, }; ``` make sure that the same behavior is applied to the `ctx` object returned by `getPlatformProxy` - [#​5569](https://togithub.com/cloudflare/workers-sdk/pull/5569) [`75ba960`](https://togithub.com/cloudflare/workers-sdk/commit/75ba9608faa9e5710fe1dc75b5852ae446696245) Thanks [@​penalosa](https://togithub.com/penalosa)! - fix: Simplify `wrangler pages download config`: - Don't include inheritable keys in the production override if they're equal to production - Only create a preview environment if needed, otherwise put the preview config at the top level

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.