chore(deps): update dependency wrangler to ^3.58.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
wrangler (source) | devDependencies | minor | ^3.57.2 -> ^3.58.0 |
MR created with the help of gitlab-org/frontend/renovate-gitlab-bot
Release Notes
cloudflare/workers-sdk (wrangler)
v3.58.0
Minor Changes
-
#5933
93b98cb
Thanks @WalshyDev! - feature: allow for writing authentication details per API environment. This allows someone targetting staging to have their staging auth details saved separately from production, this saves them logging in and out when switching environments.
Patch Changes
-
#5938
9e4d8bc
Thanks @threepointone! - fix: let "assets" in wrangler.toml be a stringThe experimental "assets" field can be either a string or an object. However the type definition marks it only as an object. This is a problem because we use this to generate the json schema, which gets picked up by vscode's even better toml extension, and shows it to be an error when used with a string (even though it works fine). The fix is to simply change the type definition to add a string variant.
-
#5758
8e5e589
Thanks @Jackenmen! - fix: use correct type for AI binding instead of unknown -
Updated dependencies [
e0e7725
]:- miniflare@3.20240524.1
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.