Closed renovate[bot] closed 5 months ago
Total time: 44.3s | Comparison time: 47.9s | Estimated savings: 3.7s (7.6% faster) | Action | Time | Status | Info | |
---|---|---|---|---|---|---|---|
🟩 | SyncWorkspace |
235.4ms | Passed | ||||
⬛️ | SetupNodeTool(20.13.1) |
1.7s | Skipped | ||||
🟩 | InstallNodeDeps(20.13.1) |
14.2s | Passed | ||||
🟩 | SyncNodeProject(site) |
391.6ms | Passed | ||||
🟩 | RunTask(site:imports) |
811.2ms | Passed | ||||
🟩 | RunTask(site:sync) |
3.5s | Passed | ||||
🟩 | RunTask(site:format) |
9.4s | Passed | ||||
🟩 | RunTask(site:check) |
9.1s | Passed | ||||
🟩 | RunTask(site:lint) |
398.2ms | Passed | ||||
🟩 | RunTask(site:build) |
14.4s | Passed |
This PR contains the following updates:
3.57.2
->3.58.0
3.57.2
->3.58.0
Release Notes
cloudflare/workers-sdk (wrangler)
### [`v3.58.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3580) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.57.2...wrangler@3.58.0) ##### Minor Changes - [#5933](https://togithub.com/cloudflare/workers-sdk/pull/5933) [`93b98cb`](https://togithub.com/cloudflare/workers-sdk/commit/93b98cb7e2ba5f73acbc20b4a3ca9a404a37a5dc) Thanks [@WalshyDev](https://togithub.com/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](https://togithub.com/cloudflare/workers-sdk/pull/5938) [`9e4d8bc`](https://togithub.com/cloudflare/workers-sdk/commit/9e4d8bcb8811b9dc2570de26660baa4361a52749) Thanks [@threepointone](https://togithub.com/threepointone)! - fix: let "assets" in wrangler.toml be a string The 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](https://togithub.com/cloudflare/workers-sdk/pull/5758) [`8e5e589`](https://togithub.com/cloudflare/workers-sdk/commit/8e5e5897f0de5f8a4990f88165d7a963018a06ef) Thanks [@Jackenmen](https://togithub.com/Jackenmen)! - fix: use correct type for AI binding instead of unknown - Updated dependencies \[[`e0e7725`](https://togithub.com/cloudflare/workers-sdk/commit/e0e772575c079787f56615ec3d7a6a4af0633b5a)]: - miniflare@3.20240524.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.