tailcallhq / tailcall

High Performance GraphQL Runtime
https://tailcall.run
Apache License 2.0
1.28k stars 244 forks source link

chore(deps): update dependency wrangler to v3.75.0 #2794

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

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

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.75.0`](https://redirect.github.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3750) [Compare Source](https://redirect.github.com/cloudflare/workers-sdk/compare/wrangler@3.74.0...wrangler@3.75.0) ##### Minor Changes - [#​6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - feature: log version preview url when previews exist The version upload API returns a field indicating whether a preview exists for that version. If a preview exists and workers.dev is enabled, wrangler will now log the full URL on version upload. This does not impact wrangler deploy, which only prints the workers.dev route of the latest deployment. - [#​6550](https://redirect.github.com/cloudflare/workers-sdk/pull/6550) [`8d1d464`](https://redirect.github.com/cloudflare/workers-sdk/commit/8d1d464f2b549dc7d7020fd45f025cd7c8671ce9) Thanks [@​Pedr0Rocha](https://redirect.github.com/Pedr0Rocha)! - feature: add RateLimit type generation to the ratelimit unsafe binding. ##### Patch Changes - [#​6615](https://redirect.github.com/cloudflare/workers-sdk/pull/6615) [`21a09e0`](https://redirect.github.com/cloudflare/workers-sdk/commit/21a09e06473e28722c3fe73dee9cd49b41807be3) Thanks [@​RamIdeas](https://redirect.github.com/RamIdeas)! - chore: avoid potential double-install of create-cloudflare When `wrangler init` delegates to C3, it did so via `npm create cloudflare@2.5.0`. C3's v2.5.0 was the first to include auto-update support to avoid `npx`'s potentially stale cache. But this also guaranteed a double install for users who do not have 2.5.0 cached. Now, wrangler delegates via `npm create cloudflare@^2.5.0` which should use the latest version cached on the user's system or install and use the latest v2.x.x. - [#​6603](https://redirect.github.com/cloudflare/workers-sdk/pull/6603) [`a197460`](https://redirect.github.com/cloudflare/workers-sdk/commit/a197460f47db47279f2c5536269cd0de2b543576) Thanks [@​taylorlee](https://redirect.github.com/taylorlee)! - chore: fix version upload log order Previously deploy prints: upload timings deploy timings current version id while version upload prints: worker version id upload timings This change makes version upload more similar to deploy by printing version id after upload, which also makes more sense, as version ID can only be known after upload has finished.

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 87.13%. Comparing base (8f2f519) to head (9d9e3e6). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2794 +/- ## ======================================= Coverage 87.13% 87.13% ======================================= Files 254 254 Lines 25144 25144 ======================================= Hits 21910 21910 Misses 3234 3234 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.