SlashNephy / Divination

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

chore(deps): update dependency wrangler to v3.21.0 #523

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.21.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3210) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.20.0...wrangler@3.21.0) ##### Minor Changes - [#​4423](https://togithub.com/cloudflare/workers-sdk/pull/4423) [`a94ef570`](https://togithub.com/cloudflare/workers-sdk/commit/a94ef5700ade9d96e4060dd590a7b3f0bd2e28c1) Thanks [@​mrbbot](https://togithub.com/mrbbot)! - feat: apply source mapping to logged strings Previously, Wrangler would only apply source mapping to uncaught exceptions. This meant if you caught an exception and logged its stack trace, the call sites would reference built JavaScript files as opposed to source files. This change looks for stack traces in logged messages, and tries to source map them. Note source mapping is only applied when outputting logs. `Error#stack` does not return a source mapped stack trace. This means the actual runtime value of `new Error().stack` and the output from `console.log(new Error().stack)` may be different. ##### Patch Changes - [#​4511](https://togithub.com/cloudflare/workers-sdk/pull/4511) [`66394681`](https://togithub.com/cloudflare/workers-sdk/commit/66394681d99b8afa7c56274388eb7085afb41916) Thanks [@​huw](https://togithub.com/huw)! - Add 'took recursive isolate lock' warning to workerd output exceptions ### [`v3.20.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3200) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.19.0...wrangler@3.20.0) ##### Minor Changes - [#​4522](https://togithub.com/cloudflare/workers-sdk/pull/4522) [`c10bf0fd`](https://togithub.com/cloudflare/workers-sdk/commit/c10bf0fd2f24681cfcb78c6bf700a2e4acf41f30) Thanks [@​G4brym](https://togithub.com/G4brym)! - Add support for Workers AI in local mode - [#​4571](https://togithub.com/cloudflare/workers-sdk/pull/4571) [`3314dbde`](https://togithub.com/cloudflare/workers-sdk/commit/3314dbdea2eeacb2d26d9bae867cbd3649ac73b3) Thanks [@​penalosa](https://togithub.com/penalosa)! - feat: When Wrangler crashes, send an error report to Sentry to aid in debugging. When Wrangler's top-level exception handler catches an error thrown from Wrangler's application, it will offer to report the error to Sentry. This requires opt-in from the user every time. ##### Patch Changes - [#​4577](https://togithub.com/cloudflare/workers-sdk/pull/4577) [`4c85fe99`](https://togithub.com/cloudflare/workers-sdk/commit/4c85fe9976a3a2d60cf8508b9a090331027baf37) Thanks [@​dario-piotrowicz](https://togithub.com/dario-piotrowicz)! - During the R2 validation, show `MAX_UPLOAD_SIZE` errors using MiB (consistently with the Cloudflare docs) - [#​4577](https://togithub.com/cloudflare/workers-sdk/pull/4577) [`4c85fe99`](https://togithub.com/cloudflare/workers-sdk/commit/4c85fe9976a3a2d60cf8508b9a090331027baf37) Thanks [@​dario-piotrowicz](https://togithub.com/dario-piotrowicz)! - During the Pages validation, show `MAX_UPLOAD_SIZE` errors using MiB (consistently with the Cloudflare docs) - Updated dependencies \[[`eb08e2dc`](https://togithub.com/cloudflare/workers-sdk/commit/eb08e2dc3c0f09d16883f85201fbeb892e6f5a5b)]: - miniflare@3.20231030.4

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.