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 #1453

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
@babel/core (source) 7.24.7 -> 7.24.8 age adoption passing confidence
@babel/preset-env (source) 7.24.7 -> 7.24.8 age adoption passing confidence
wrangler (source) 3.63.2 -> 3.64.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core) ### [`v7.24.8`](https://togithub.com/babel/babel/blob/HEAD/CHANGELOG.md#v7248-2024-07-11) [Compare Source](https://togithub.com/babel/babel/compare/v7.24.7...v7.24.8) ##### :eyeglasses: Spec Compliance - `babel-parser` - [#​16567](https://togithub.com/babel/babel/pull/16567) Do not use strict mode in TS `declare` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :bug: Bug Fix - `babel-generator` - [#​16630](https://togithub.com/babel/babel/pull/16630) Correctly print parens around `in` in `for` heads ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16626](https://togithub.com/babel/babel/pull/16626) Fix printing of comments in `await using` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - [#​16591](https://togithub.com/babel/babel/pull/16591) fix typescript code generation for yield expression inside type expre… ([@​SreeXD](https://togithub.com/SreeXD)) - `babel-parser` - [#​16613](https://togithub.com/babel/babel/pull/16613) Disallow destructuring assignment in `using` declarations ([@​H0onnn](https://togithub.com/H0onnn)) - [#​16490](https://togithub.com/babel/babel/pull/16490) fix: do not add `.value: undefined` to regexp literals ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) - `babel-types` - [#​16615](https://togithub.com/babel/babel/pull/16615) Remove boolean props from `ObjectTypeInternalSlot` visitor keys ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-plugin-transform-typescript` - [#​16566](https://togithub.com/babel/babel/pull/16566) fix: Correctly handle `export import x =` ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu)) ##### :nail_care: Polish - `babel-generator` - [#​16625](https://togithub.com/babel/babel/pull/16625) Avoid unnecessary parens around `async` in `for await` ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-traverse` - [#​16619](https://togithub.com/babel/babel/pull/16619) Avoid checking `Scope.globals` multiple times ([@​liuxingbaoyu](https://togithub.com/liuxingbaoyu))
cloudflare/workers-sdk (wrangler) ### [`v3.64.0`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3640) ##### Minor Changes - [#​4925](https://togithub.com/cloudflare/workers-sdk/pull/4925) [`7d4a4d0`](https://togithub.com/cloudflare/workers-sdk/commit/7d4a4d047be4f18312976efb3339ebba28cf0d82) Thanks [@​dom96](https://togithub.com/dom96)! - feature: whoami, logout and login commands mention the CLOUDFLARE_API_TOKEN env var now It is easy to get confused when trying to logout while the CLOUDFLARE_API_TOKEN env var is set. The logout command normally prints out a message which states that the user is not logged in. This change rectifes this to explicitly call out that the CLOUDFLARE_API_TOKEN is set and requests that the user unsets it to logout. ##### Patch Changes - [#​5032](https://togithub.com/cloudflare/workers-sdk/pull/5032) [`75f7928`](https://togithub.com/cloudflare/workers-sdk/commit/75f7928b3c19a39468d4f2c49c8fbed9281f55be) Thanks [@​dbenCF](https://togithub.com/dbenCF)! - Adding client side error handling for R2 when the user tries to create a bucket with an invalid name. The purpose of this addition is to provide the user with more context when encountering this error. - [#​4398](https://togithub.com/cloudflare/workers-sdk/pull/4398) [`4b1e5bc`](https://togithub.com/cloudflare/workers-sdk/commit/4b1e5bcc1dcdbf4c2e4251b066b1f30eec32d8ce) Thanks [@​mattpocock](https://togithub.com/mattpocock)! - fix: update tsconfig for Workers generated by wrangler init

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=137.281931 min=52       med=138     max=199      p(90)=159     p(95)=165    
     data_received..................: 25 MB  818 kB/s
     data_sent......................: 16 MB  529 kB/s
     http_req_blocked...............: avg=3.68µs     min=621ns    med=1.57µs  max=10.88ms  p(90)=2.14µs  p(95)=2.54µs 
     http_req_connecting............: avg=1.45µs     min=0s       med=0s      max=5.23ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=18.63ms    min=534.54µs med=18.14ms max=784.42ms p(90)=24.67ms p(95)=26.24ms
       { expected_response:true }...: avg=18.63ms    min=534.54µs med=18.14ms max=784.42ms p(90)=24.67ms p(95)=26.24ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 160357
     http_req_receiving.............: avg=38.33µs    min=9.37µs   med=25.4µs  max=41.49ms  p(90)=41.47µs p(95)=51.31µs
     http_req_sending...............: avg=13.24µs    min=3.29µs   med=7.74µs  max=32.75ms  p(90)=11.14µs p(95)=17.26µs
     http_req_tls_handshaking.......: avg=0s         min=0s       med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=18.58ms    min=490.45µs med=18.1ms  max=784.35ms p(90)=24.62ms p(95)=26.16ms
     http_reqs......................: 160357 5343.851095/s
     iteration_duration.............: avg=37.38ms    min=4.58ms   med=36.26ms max=803.45ms p(90)=42ms    p(95)=47.06ms
     iterations.....................: 80158  2671.242391/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.631354 min=12      med=140     max=200      p(90)=160     p(95)=165    
     data_received..................: 22 MB  744 kB/s
     data_sent......................: 14 MB  477 kB/s
     http_req_blocked...............: avg=2.14µs     min=631ns   med=1.5µs   max=7.4ms    p(90)=2.2µs   p(95)=2.67µs 
     http_req_connecting............: avg=204ns      min=0s      med=0s      max=2.06ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.49ms    min=1.53ms  med=19.8ms  max=954.66ms p(90)=26.09ms p(95)=29.2ms 
       { expected_response:true }...: avg=20.49ms    min=1.53ms  med=19.8ms  max=954.66ms p(90)=26.09ms p(95)=29.2ms 
     http_req_failed................: 0.00%  ✓ 0           ✗ 145834
     http_req_receiving.............: avg=38.95µs    min=10.19µs med=26.65µs max=19.3ms   p(90)=42.95µs p(95)=53.29µs
     http_req_sending...............: avg=12.74µs    min=3.22µs  med=7.55µs  max=23.64ms  p(90)=11.12µs p(95)=16.55µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.43ms    min=1.4ms   med=19.75ms max=954.54ms p(90)=26.04ms p(95)=29.11ms
     http_reqs......................: 145834 4859.793113/s
     iteration_duration.............: avg=41.11ms    min=5.72ms  med=39.28ms max=980.22ms p(90)=47.37ms p(95)=51.29ms
     iterations.....................: 72891  2429.030129/s
     vus............................: 93     min=93        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% ✓ 294982     ✗ 0     
     data_received..................: 29 MB   969 kB/s
     data_sent......................: 12 MB   393 kB/s
     http_req_blocked...............: avg=1.43µs   min=892ns    med=1.21µs   max=160.38µs p(90)=1.94µs   p(95)=2.12µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=106.43µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=141.21µs min=92.01µs  med=135.37µs max=8.23ms   p(90)=156.99µs p(95)=163.74µs
       { expected_response:true }...: avg=141.21µs min=92.01µs  med=135.37µs max=8.23ms   p(90)=156.99µs p(95)=163.74µs
     http_req_failed................: 0.00%   ✓ 0          ✗ 147491
     http_req_receiving.............: avg=24.6µs   min=11.96µs  med=23.48µs  max=1.18ms   p(90)=30.49µs  p(95)=32.54µs 
     http_req_sending...............: avg=6.36µs   min=3.97µs   med=5.64µs   max=340.44µs p(90)=8.23µs   p(95)=8.93µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=110.24µs min=69.43µs  med=103.92µs max=7.8ms    p(90)=122.47µs p(95)=127.96µs
     http_reqs......................: 147491  4916.17999/s
     iteration_duration.............: avg=198.9µs  min=138.73µs med=192.45µs max=8.36ms   p(90)=217.1µs  p(95)=225.98µs
     iterations.....................: 147491  4916.17999/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% ✓ 229816      ✗ 0     
     data_received..................: 23 MB   770 kB/s
     data_sent......................: 9.2 MB  306 kB/s
     http_req_blocked...............: avg=1.41µs   min=871ns    med=1.21µs   max=278.82µs p(90)=1.91µs   p(95)=2.1µs   
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=117.34µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=199.79µs min=151.33µs med=187.42µs max=19ms     p(90)=213.73µs p(95)=223.56µs
       { expected_response:true }...: avg=199.79µs min=151.33µs med=187.42µs max=19ms     p(90)=213.73µs p(95)=223.56µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 114908
     http_req_receiving.............: avg=25.44µs  min=13.17µs  med=24.02µs  max=718.45µs p(90)=31.13µs  p(95)=33.24µs 
     http_req_sending...............: avg=6.16µs   min=4.01µs   med=5.4µs    max=288.89µs p(90)=8.08µs   p(95)=8.66µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=168.18µs min=123.49µs med=155.72µs max=18.92ms  p(90)=178.35µs p(95)=187.02µs
     http_reqs......................: 114908  3830.141166/s
     iteration_duration.............: avg=256.7µs  min=203.1µs  med=243.42µs max=19.16ms  p(90)=273.26µs p(95)=286.2µs 
     iterations.....................: 114908  3830.141166/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1