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
158 stars 31 forks source link

chore(deps): update dependency lint-staged to v15.2.8 #1538

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.7 -> 15.2.8 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged) ### [`v15.2.8`](https://togithub.com/lint-staged/lint-staged/blob/HEAD/CHANGELOG.md#1528) [Compare Source](https://togithub.com/lint-staged/lint-staged/compare/v15.2.7...v15.2.8) ##### Patch Changes - [`f0480f0`](https://togithub.com/lint-staged/lint-staged/commit/f0480f01b24b9f6443a12515d413a7ba4dda3981) Thanks [@​iiroj](https://togithub.com/iiroj)! - In the previous version the native `git rev-parse --show-toplevel` command was taken into use for resolving the current git repo root. This version switched the `--show-toplevel` flag with `--show-cdup`, because on Git installed via MSYS2 the former was returning absolute paths that do not work with Node.js `child_process`. The new flag returns a path relative to the working directory, avoiding the issue. The GitHub Actions workflow has been updated to install Git via MSYS2, to ensure better future compatibility; using the default Git binary in the GitHub Actions runner was working correctly even with MSYS2.

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 2 months ago

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=139.658838 min=75      med=140     max=195      p(90)=160     p(95)=165    
     data_received..................: 21 MB  699 kB/s
     data_sent......................: 13 MB  448 kB/s
     http_req_blocked...............: avg=3.96µs     min=651ns   med=1.32µs  max=6.13ms   p(90)=2.05µs  p(95)=2.35µs 
     http_req_connecting............: avg=2.18µs     min=0s      med=0s      max=6.06ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=21.81ms    min=2.94ms  med=21.25ms max=719.39ms p(90)=27.61ms p(95)=29.92ms
       { expected_response:true }...: avg=21.81ms    min=2.94ms  med=21.25ms max=719.39ms p(90)=27.61ms p(95)=29.92ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 137052
     http_req_receiving.............: avg=36.78µs    min=9.58µs  med=26.09µs max=24.08ms  p(90)=40.21µs p(95)=47.19µs
     http_req_sending...............: avg=12.07µs    min=3.37µs  med=6.64µs  max=24.95ms  p(90)=10.21µs p(95)=14.29µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=21.76ms    min=2.9ms   med=21.21ms max=719.33ms p(90)=27.57ms p(95)=29.85ms
     http_reqs......................: 137052 4567.941339/s
     iteration_duration.............: avg=43.74ms    min=23.43ms med=42.41ms max=749.2ms  p(90)=48.23ms p(95)=54.26ms
     iterations.....................: 68510  2283.43739/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 2 months ago

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 301200      ✗ 0     
     data_received..................: 30 MB   989 kB/s
     data_sent......................: 12 MB   402 kB/s
     http_req_blocked...............: avg=1.34µs   min=891ns    med=1.17µs   max=255.66µs p(90)=1.81µs   p(95)=1.96µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=121.04µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=138.93µs min=94.41µs  med=134.06µs max=6.89ms   p(90)=155.57µs p(95)=161.47µs
       { expected_response:true }...: avg=138.93µs min=94.41µs  med=134.06µs max=6.89ms   p(90)=155.57µs p(95)=161.47µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 150600
     http_req_receiving.............: avg=23.95µs  min=12.38µs  med=22.8µs   max=1.46ms   p(90)=29.7µs   p(95)=31.61µs 
     http_req_sending...............: avg=6.07µs   min=4.04µs   med=5.37µs   max=345.76µs p(90)=7.91µs   p(95)=8.31µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=108.9µs  min=67.78µs  med=103.61µs max=6.76ms   p(90)=121.9µs  p(95)=126.89µs
     http_reqs......................: 150600  5019.850007/s
     iteration_duration.............: avg=194.93µs min=137.77µs med=189.18µs max=8.54ms   p(90)=213.32µs p(95)=220.74µs
     iterations.....................: 150600  5019.850007/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   
github-actions[bot] commented 2 months ago

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.741386 min=80      med=142     max=199      p(90)=159     p(95)=163    
     data_received..................: 22 MB  748 kB/s
     data_sent......................: 15 MB  485 kB/s
     http_req_blocked...............: avg=3.86µs     min=641ns   med=1.27µs  max=20.83ms  p(90)=1.95µs  p(95)=2.23µs 
     http_req_connecting............: avg=2.04µs     min=0s      med=0s      max=5.97ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.38ms    min=5.09ms  med=19.92ms max=609.97ms p(90)=25.82ms p(95)=27.91ms
       { expected_response:true }...: avg=20.38ms    min=5.09ms  med=19.92ms max=609.97ms p(90)=25.82ms p(95)=27.91ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 146732
     http_req_receiving.............: avg=32.36µs    min=8.42µs  med=22.48µs max=23.78ms  p(90)=36.83µs p(95)=44.09µs
     http_req_sending...............: avg=10.67µs    min=3.3µs   med=5.94µs  max=20ms     p(90)=9.12µs  p(95)=12.78µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.34ms    min=4.56ms  med=19.89ms max=609.89ms p(90)=25.78ms p(95)=27.84ms
     http_reqs......................: 146732 4890.563996/s
     iteration_duration.............: avg=40.86ms    min=18.97ms med=39.53ms max=639.34ms p(90)=45.8ms  p(95)=51.33ms
     iterations.....................: 73337  2444.31543/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 
github-actions[bot] commented 2 months ago

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 235866      ✗ 0     
     data_received..................: 24 MB   790 kB/s
     data_sent......................: 9.4 MB  315 kB/s
     http_req_blocked...............: avg=1.34µs   min=902ns    med=1.17µs   max=269.87µs p(90)=1.84µs   p(95)=2µs     
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=130.85µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=194.61µs min=148.49µs med=181.41µs max=12.73ms  p(90)=209.87µs p(95)=219.86µs
       { expected_response:true }...: avg=194.61µs min=148.49µs med=181.41µs max=12.73ms  p(90)=209.87µs p(95)=219.86µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 117933
     http_req_receiving.............: avg=24.34µs  min=12.78µs  med=22.76µs  max=6.87ms   p(90)=29.79µs  p(95)=32.05µs 
     http_req_sending...............: avg=5.83µs   min=4.01µs   med=5.06µs   max=499.22µs p(90)=7.91µs   p(95)=8.34µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=164.43µs min=121.18µs med=151.77µs max=12.67ms  p(90)=175.89µs p(95)=184.87µs
     http_reqs......................: 117933  3930.980451/s
     iteration_duration.............: avg=250.23µs min=198.81µs med=236.68µs max=12.83ms  p(90)=268.12µs p(95)=280.73µs
     iterations.....................: 117933  3930.980451/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1