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 dependency wrangler to v3.63.1 #1437

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
wrangler (source) 3.63.0 -> 3.63.1 age adoption passing confidence

Release Notes

cloudflare/workers-sdk (wrangler) ### [`v3.63.1`](https://togithub.com/cloudflare/workers-sdk/blob/HEAD/packages/wrangler/CHANGELOG.md#3631) [Compare Source](https://togithub.com/cloudflare/workers-sdk/compare/wrangler@3.63.0...wrangler@3.63.1) ##### Patch Changes - [#​6192](https://togithub.com/cloudflare/workers-sdk/pull/6192) [`b879ce4`](https://togithub.com/cloudflare/workers-sdk/commit/b879ce49aff454f9fe34f86886fc97db8ff8083e) Thanks [@​petebacondarwin](https://togithub.com/petebacondarwin)! - fix: do not report D1 user errors to Sentry - [#​6150](https://togithub.com/cloudflare/workers-sdk/pull/6150) [`d993409`](https://togithub.com/cloudflare/workers-sdk/commit/d9934090594a7101912bd35aacc86ceb4cc15c3a) Thanks [@​CarmenPopoviciu](https://togithub.com/CarmenPopoviciu)! - fix: Fix `pages dev` watch mode \[\_worker.js] The watch mode in `pages dev` for Advanced Mode projects is currently partially broken, as it only watches for changes in the "\_worker.js" file, but not for changes in any of its imported dependencies. This means that given the following "\_worker.js" file import { graham } from "./graham-the-dog"; export default { fetch(request, env) { return new Response(graham) } } `pages dev` will reload for any changes in the `_worker.js` file itself, but not for any changes in `graham-the-dog.js`, which is its dependency. Similarly, `pages dev` will not reload for any changes in non-JS module imports, such as wasm/html/binary module imports. This commit fixes all the aforementioned issues.

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 has been generated by Mend Renovate. View repository job log here.

github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.327993 min=50      med=141     max=193      p(90)=159     p(95)=164    
     data_received..................: 24 MB  789 kB/s
     data_sent......................: 15 MB  506 kB/s
     http_req_blocked...............: avg=3.6µs      min=621ns   med=1.45µs  max=5.73ms   p(90)=2.01µs  p(95)=2.35µs 
     http_req_connecting............: avg=1.6µs      min=0s      med=0s      max=5.25ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.32ms    min=1.68ms  med=18.82ms max=793.75ms p(90)=24.71ms p(95)=26.39ms
       { expected_response:true }...: avg=19.32ms    min=1.68ms  med=18.82ms max=793.75ms p(90)=24.71ms p(95)=26.39ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 154716
     http_req_receiving.............: avg=35.61µs    min=9.09µs  med=23.88µs max=35.61ms  p(90)=39.13µs p(95)=47.25µs
     http_req_sending...............: avg=11.43µs    min=2.99µs  med=6.71µs  max=30.17ms  p(90)=9.87µs  p(95)=14.69µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.27ms    min=1.64ms  med=18.79ms max=793.67ms p(90)=24.66ms p(95)=26.31ms
     http_reqs......................: 154716 5156.699539/s
     iteration_duration.............: avg=38.75ms    min=15.32ms med=37.53ms max=809.4ms  p(90)=42.91ms p(95)=48.2ms 
     iterations.....................: 77337  2577.649837/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% ✓ 297780      ✗ 0     
     data_received..................: 29 MB   978 kB/s
     data_sent......................: 12 MB   397 kB/s
     http_req_blocked...............: avg=1.35µs   min=881ns    med=1.16µs   max=178.06µs p(90)=1.84µs   p(95)=2.01µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=123.3µs  p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=139.56µs min=91.42µs  med=134.12µs max=7.51ms   p(90)=156.1µs  p(95)=162.49µs
       { expected_response:true }...: avg=139.56µs min=91.42µs  med=134.12µs max=7.51ms   p(90)=156.1µs  p(95)=162.49µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 148890
     http_req_receiving.............: avg=24.53µs  min=11.89µs  med=23.42µs  max=564.72µs p(90)=30.41µs  p(95)=32.47µs 
     http_req_sending...............: avg=6.28µs   min=4.06µs   med=5.57µs   max=305.05µs p(90)=8.06µs   p(95)=8.64µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=108.74µs min=67.18µs  med=102.85µs max=7.25ms   p(90)=121.86µs p(95)=127.22µs
     http_reqs......................: 148890  4962.834159/s
     iteration_duration.............: avg=196.99µs min=137.99µs med=190.79µs max=7.58ms   p(90)=215.56µs p(95)=224.3µs 
     iterations.....................: 148890  4962.834159/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% ✓ 228614      ✗ 0     
     data_received..................: 23 MB   766 kB/s
     data_sent......................: 9.1 MB  305 kB/s
     http_req_blocked...............: avg=1.4µs    min=912ns    med=1.22µs   max=169.77µs p(90)=1.89µs   p(95)=2.05µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=124.08µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=200.83µs min=154.22µs med=189.31µs max=13.51ms  p(90)=215.01µs p(95)=224.14µs
       { expected_response:true }...: avg=200.83µs min=154.22µs med=189.31µs max=13.51ms  p(90)=215.01µs p(95)=224.14µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 114307
     http_req_receiving.............: avg=25.67µs  min=13.03µs  med=24.28µs  max=1.12ms   p(90)=31.36µs  p(95)=33.33µs 
     http_req_sending...............: avg=6.27µs   min=4.05µs   med=5.57µs   max=315.3µs  p(90)=8.12µs   p(95)=8.63µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=168.88µs min=125.05µs med=156.97µs max=13.42ms  p(90)=179.49µs p(95)=188.33µs
     http_reqs......................: 114307  3810.107047/s
     iteration_duration.............: avg=257.99µs min=201.56µs med=245.58µs max=13.63ms  p(90)=274.99µs p(95)=286.77µs
     iterations.....................: 114307  3810.107047/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   
github-actions[bot] commented 1 month ago

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.963973 min=52       med=140     max=200      p(90)=160     p(95)=164    
     data_received..................: 25 MB  835 kB/s
     data_sent......................: 16 MB  541 kB/s
     http_req_blocked...............: avg=2.78µs     min=611ns    med=1.41µs  max=17.98ms  p(90)=1.98µs  p(95)=2.34µs 
     http_req_connecting............: avg=607ns      min=0s       med=0s      max=3.42ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=18.24ms    min=762.97µs med=17.8ms  max=764.07ms p(90)=23.69ms p(95)=25.26ms
       { expected_response:true }...: avg=18.24ms    min=762.97µs med=17.8ms  max=764.07ms p(90)=23.69ms p(95)=25.26ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 163860
     http_req_receiving.............: avg=35.62µs    min=8.42µs   med=24.07µs max=21.78ms  p(90)=39.63µs p(95)=49.08µs
     http_req_sending...............: avg=11.75µs    min=3.13µs   med=6.74µs  max=13.44ms  p(90)=10.28µs p(95)=16.41µs
     http_req_tls_handshaking.......: avg=0s         min=0s       med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=18.19ms    min=659.43µs med=17.75ms max=764.01ms p(90)=23.64ms p(95)=25.19ms
     http_reqs......................: 163860 5460.449775/s
     iteration_duration.............: avg=36.59ms    min=4.14ms   med=35.55ms max=788.07ms p(90)=40.99ms p(95)=45.91ms
     iterations.....................: 81910  2729.55841/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100