ardatan / whatwg-node

Helper packages to create platform agnostic applications and libraries without worrying about the lack of WHATWG support in Node.js
MIT License
154 stars 31 forks source link

chore(deps): update all non-major dependencies #1447

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/aws-lambda (source) 8.10.140 -> 8.10.141 age adoption passing confidence
wrangler (source) 3.63.1 -> 3.63.2 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.63.2`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3632) ##### Patch Changes - [#​6199](https://togithub.com/cloudflare/workers-sdk/pull/6199) [`88313e5`](https://togithub.com/cloudflare/workers-sdk/commit/88313e50512ffbcfe8717dc60cf83a4d07a7509d) Thanks [@​dario-piotrowicz](https://togithub.com/dario-piotrowicz)! - fix: make sure `getPlatformProxy`'s `ctx` methods throw illegal invocation errors like workerd in workerd detaching the `waitUntil` and `passThroughOnException` methods from the `ExecutionContext` object results in them throwing `illegal invocation` errors, such as for example: ```js export default { async fetch(_request, _env, { waitUntil }) { waitUntil(() => {}); // <-- throws an illegal invocation error return new Response("Hello World!"); }, }; ``` make sure that the same behavior is applied to the `ctx` object returned by `getPlatformProxy` - [#​5569](https://togithub.com/cloudflare/workers-sdk/pull/5569) [`75ba960`](https://togithub.com/cloudflare/workers-sdk/commit/75ba9608faa9e5710fe1dc75b5852ae446696245) Thanks [@​penalosa](https://togithub.com/penalosa)! - fix: Simplify `wrangler pages download config`: - Don't include inheritable keys in the production override if they're equal to production - Only create a preview environment if needed, otherwise put the preview config at the top level

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=138.37621 min=103    med=139     max=201      p(90)=161     p(95)=168    
     data_received..................: 25 MB  834 kB/s
     data_sent......................: 16 MB  540 kB/s
     http_req_blocked...............: avg=3.92µs    min=621ns  med=1.45µs  max=8ms      p(90)=2.04µs  p(95)=2.39µs 
     http_req_connecting............: avg=1.88µs    min=0s     med=0s      max=5.98ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=18.28ms   min=1.61ms med=17.71ms max=166.76ms p(90)=24.3ms  p(95)=27.62ms
       { expected_response:true }...: avg=18.28ms   min=1.61ms med=17.71ms max=166.76ms p(90)=24.3ms  p(95)=27.62ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 163462
     http_req_receiving.............: avg=36.74µs   min=8.9µs  med=23.77µs max=26.25ms  p(90)=40.24µs p(95)=50.01µs
     http_req_sending...............: avg=12.55µs   min=3.2µs  med=6.98µs  max=20.2ms   p(90)=10.62µs p(95)=17.14µs
     http_req_tls_handshaking.......: avg=0s        min=0s     med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=18.23ms   min=1.57ms med=17.67ms max=165.79ms p(90)=24.25ms p(95)=27.53ms
     http_reqs......................: 163462 5448.180208/s
     iteration_duration.............: avg=36.68ms   min=6.55ms med=35.59ms max=205.25ms p(90)=42.71ms p(95)=47.06ms
     iterations.....................: 81699  2723.023546/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.796572 min=93     med=140     max=198      p(90)=159     p(95)=164    
     data_received..................: 22 MB  738 kB/s
     data_sent......................: 14 MB  473 kB/s
     http_req_blocked...............: avg=5.1µs      min=661ns  med=1.5µs   max=7.43ms   p(90)=2.13µs  p(95)=2.53µs 
     http_req_connecting............: avg=2.97µs     min=0s     med=0s      max=7.08ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.64ms    min=1.9ms  med=20.18ms max=479.01ms p(90)=26.51ms p(95)=29.09ms
       { expected_response:true }...: avg=20.64ms    min=1.9ms  med=20.18ms max=479.01ms p(90)=26.51ms p(95)=29.09ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 144749
     http_req_receiving.............: avg=38.7µs     min=9.28µs med=26.95µs max=19.75ms  p(90)=42.26µs p(95)=50.96µs
     http_req_sending...............: avg=12.44µs    min=3.55µs med=7.62µs  max=29.02ms  p(90)=10.89µs p(95)=15.37µs
     http_req_tls_handshaking.......: avg=0s         min=0s     med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.59ms    min=1.87ms med=20.14ms max=478.92ms p(90)=26.46ms p(95)=28.99ms
     http_reqs......................: 144749 4824.416145/s
     iteration_duration.............: avg=41.42ms    min=6.64ms med=40.24ms max=497.24ms p(90)=46.83ms p(95)=52.26ms
     iterations.....................: 72355  2411.558146/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 1 month ago

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 297700      ✗ 0     
     data_received..................: 29 MB   977 kB/s
     data_sent......................: 12 MB   397 kB/s
     http_req_blocked...............: avg=1.42µs   min=902ns    med=1.23µs   max=218.07µs p(90)=1.92µs   p(95)=2.08µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=119.47µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=139.88µs min=93.78µs  med=134.74µs max=7.44ms   p(90)=155.86µs p(95)=161.98µs
       { expected_response:true }...: avg=139.88µs min=93.78µs  med=134.74µs max=7.44ms   p(90)=155.86µs p(95)=161.98µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 148850
     http_req_receiving.............: avg=24.32µs  min=12.4µs   med=23.2µs   max=517.57µs p(90)=30.09µs  p(95)=32.07µs 
     http_req_sending...............: avg=6.18µs   min=3.96µs   med=5.46µs   max=322.84µs p(90)=8.01µs   p(95)=8.55µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=109.38µs min=67.47µs  med=103.81µs max=7.29ms   p(90)=122µs    p(95)=127.02µs
     http_reqs......................: 148850  4961.481951/s
     iteration_duration.............: avg=197.11µs min=140.41µs med=191.05µs max=7.76ms   p(90)=215µs    p(95)=223.17µs
     iterations.....................: 148850  4961.481951/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   
github-actions[bot] commented 1 month ago

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 230542      ✗ 0     
     data_received..................: 23 MB   772 kB/s
     data_sent......................: 9.2 MB  307 kB/s
     http_req_blocked...............: avg=1.34µs   min=851ns    med=1.15µs   max=268.73µs p(90)=1.82µs   p(95)=2µs     
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=124.45µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=199.48µs min=152.15µs med=187.52µs max=20.02ms  p(90)=213.52µs p(95)=222.66µs
       { expected_response:true }...: avg=199.48µs min=152.15µs med=187.52µs max=20.02ms  p(90)=213.52µs p(95)=222.66µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 115271
     http_req_receiving.............: avg=25.4µs   min=13.82µs  med=23.83µs  max=7.24ms   p(90)=30.83µs  p(95)=32.99µs 
     http_req_sending...............: avg=6.05µs   min=4.08µs   med=5.24µs   max=261.22µs p(90)=7.98µs   p(95)=8.45µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=168.01µs min=125.77µs med=156.03µs max=19.93ms  p(90)=178.72µs p(95)=186.93µs
     http_reqs......................: 115271  3842.245994/s
     iteration_duration.............: avg=255.93µs min=202.17µs med=243.2µs  max=20.16ms  p(90)=272.62µs p(95)=284.41µs
     iterations.....................: 115271  3842.245994/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1