ardatan / feTS

🗹 TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience
https://the-guild.dev/openapi/fets
MIT License
630 stars 29 forks source link

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

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month 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 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 was generated by Mend Renovate. View the repository job log.

github-actions[bot] commented 1 month ago
### 💻 Website Preview The latest changes are available as preview in: [https://8198448d.fets.pages.dev](https://8198448d.fets.pages.dev)
github-actions[bot] commented 1 month ago

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 878536      ✗ 0     
     data_received...............................: 80 MB   664 kB/s
     data_sent...................................: 56 MB   465 kB/s
     http_req_blocked............................: avg=1.57µs   min=921ns    med=1.51µs   max=268.12µs p(90)=1.99µs   p(95)=2.18µs  
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=127.43µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=192.73µs min=129.21µs med=180.66µs max=9.69ms   p(90)=206.17µs p(95)=215.76µs
       { expected_response:true }................: avg=192.73µs min=129.21µs med=180.66µs max=9.69ms   p(90)=206.17µs p(95)=215.76µs
     ✓ { server:node-http,mode:json-schema }.....: avg=206.7µs  min=150.53µs med=193.5µs  max=9.69ms   p(90)=217.48µs p(95)=226.57µs
     ✓ { server:node-http,mode:no-schema }.......: avg=197.05µs min=140.09µs med=181.52µs max=9.1ms    p(90)=205.43µs p(95)=216.58µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=186.81µs min=136.11µs med=177.22µs max=7.38ms   p(90)=198.14µs p(95)=204.38µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=181.82µs min=129.21µs med=170.3µs  max=8.14ms   p(90)=193.26µs p(95)=201.86µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 439268
     http_req_receiving..........................: avg=23.88µs  min=11.99µs  med=23.42µs  max=1.26ms   p(90)=28.97µs  p(95)=30.93µs 
     http_req_sending............................: avg=9.1µs    min=5.35µs   med=9.16µs   max=7.99ms   p(90)=12.02µs  p(95)=13.44µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=159.73µs min=101.8µs  med=147.93µs max=8.96ms   p(90)=171.07µs p(95)=180.02µs
     http_reqs...................................: 439268  3660.531564/s
     iteration_duration..........................: avg=268.27µs min=191.54µs med=255.2µs  max=10.16ms  p(90)=284.08µs p(95)=296.51µs
     iterations..................................: 439268  3660.531564/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2