SlashNephy / Divination

FINAL FANTASY XIV toolkits
http://xiv.starry.blue/
MIT License
19 stars 6 forks source link

chore(deps): update dependency wrangler to v3.19.0 #498

Closed renovate[bot] closed 10 months ago

renovate[bot] commented 10 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.19.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3190) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.18.0...wrangler@3.19.0) ##### Minor Changes - [#​4547](https://togithub.com/cloudflare/workers-sdk/pull/4547) [`86c81ff0`](https://togithub.com/cloudflare/workers-sdk/commit/86c81ff0d59e79d2d33f176f69a7c2d1dcd91e02) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - fix: listen on IPv4 loopback only by default on Windows Due to a [known issue](https://togithub.com/cloudflare/workerd/issues/1408), `workerd` will only listen on the IPv4 loopback address `127.0.0.1` when it's asked to listen on `localhost`. On Node.js > 17, `localhost` will resolve to the IPv6 loopback address, meaning requests to `workerd` would fail. This change switches to using the IPv4 loopback address throughout Wrangler on Windows, while [workerd#1408](https://togithub.com/cloudflare/workerd/issues/1408) gets fixed. - [#​4535](https://togithub.com/cloudflare/workers-sdk/pull/4535) [`29df8e17`](https://togithub.com/cloudflare/workers-sdk/commit/29df8e17545bf3926b6d61678b596be809d40c6d) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - Reintroduces some internal refactorings of wrangler dev servers (including `wrangler dev`, `wrangler dev --remote`, and `unstable_dev()`). These changes were released in 3.13.0 and reverted in 3.13.1 -- we believe the changes are now more stable and ready for release again. There are no changes required for developers to opt-in. Improvements include: - fewer 'address in use' errors upon reloads - upon config/source file changes, requests are buffered to guarantee the response is from the new version of the Worker ##### Patch Changes - [#​4521](https://togithub.com/cloudflare/workers-sdk/pull/4521) [`6c5bc704`](https://togithub.com/cloudflare/workers-sdk/commit/6c5bc704c5a13aab58b765c57b700204bc0830bf) Thanks [@​zebp](https://togithub.com/zebp)! - fix: init from dash specifying explicit usage model in wrangler.toml for standard users - [#​4550](https://togithub.com/cloudflare/workers-sdk/pull/4550) [`63708a94`](https://togithub.com/cloudflare/workers-sdk/commit/63708a94fb7a055bf15fa963f2d598b47b11d3c0) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - fix: validate `Host` and `Orgin` headers where appropriate `Host` and `Origin` headers are now checked when connecting to the inspector and Miniflare's magic proxy. If these don't match what's expected, the request will fail. - Updated dependencies \[[`71fb0b86`](https://togithub.com/cloudflare/workers-sdk/commit/71fb0b86cf0ed81cc29ad71792edbba3a79ba87c), [`63708a94`](https://togithub.com/cloudflare/workers-sdk/commit/63708a94fb7a055bf15fa963f2d598b47b11d3c0)]: - miniflare@3.20231030.3

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.