Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency lint-staged to v15.3.0 #1930

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 28, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
lint-staged 15.2.11 -> 15.3.0 age adoption passing confidence

Release Notes

lint-staged/lint-staged (lint-staged)

v15.3.0

Compare Source

Minor Changes
  • #​1495 e69da9e Thanks @​iiroj! - Added more info to the debug logs so that "environment" info doesn't need to be added separately to GitHub issues.

  • #​1493 fa0fe98 Thanks @​iiroj! - Added more help messages around the automatic git stash that lint-staged creates as a backup (by default). The console output also displays the short git hash of the stash so that it's easier to recover lost files in case some fatal errors are encountered, or the process is killed before completing.

    For example:

    % npx lint-staged
    ✔ Backed up original state in git stash (20addf8)
    ✔ Running tasks for staged files...
    ✔ Applying modifications from tasks...
    ✔ Cleaning up temporary files...
    

    where the backup can be seen with git show 20addf8, or git stash list:

    % git stash list
    stash@{0}: lint-staged automatic backup (20addf8)
    

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 28, 2024
Copy link
Contributor

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.525708 min=41      med=141     max=189     p(90)=161     p(95)=164    
     data_received..................: 21 MB  710 kB/s
     data_sent......................: 14 MB  455 kB/s
     http_req_blocked...............: avg=3.45µs     min=642ns   med=1.33µs  max=6.37ms  p(90)=2.06µs  p(95)=2.35µs 
     http_req_connecting............: avg=1.49µs     min=0s      med=0s      max=5.09ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=21.46ms    min=6.89ms  med=20.8ms  max=1.06s   p(90)=26.8ms  p(95)=28.58ms
       { expected_response:true }...: avg=21.46ms    min=6.89ms  med=20.8ms  max=1.06s   p(90)=26.8ms  p(95)=28.58ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 139300
     http_req_receiving.............: avg=34.44µs    min=9.56µs  med=24.57µs max=11.76ms p(90)=38.67µs p(95)=45.66µs
     http_req_sending...............: avg=11.55µs    min=3.57µs  med=6.5µs   max=14.27ms p(90)=10.1µs  p(95)=14.65µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=21.41ms    min=6.72ms  med=20.77ms max=1.06s   p(90)=26.76ms p(95)=28.52ms
     http_reqs......................: 139300 4642.898633/s
     iteration_duration.............: avg=43.04ms    min=18.83ms med=41.54ms max=1.09s   p(90)=47.23ms p(95)=53.18ms
     iterations.....................: 69628  2320.716052/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.343868 min=27      med=138     max=194     p(90)=163     p(95)=167    
     data_received..................: 22 MB  742 kB/s
     data_sent......................: 14 MB  481 kB/s
     http_req_blocked...............: avg=3.29µs     min=621ns   med=1.41µs  max=7.24ms  p(90)=2.04µs  p(95)=2.36µs 
     http_req_connecting............: avg=1.34µs     min=0s      med=0s      max=5.07ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.54ms    min=5.07ms  med=19.9ms  max=1.08s   p(90)=25.94ms p(95)=27.4ms 
       { expected_response:true }...: avg=20.54ms    min=5.07ms  med=19.9ms  max=1.08s   p(90)=25.94ms p(95)=27.4ms 
     http_req_failed................: 0.00%  ✓ 0           ✗ 145519
     http_req_receiving.............: avg=35.29µs    min=9.53µs  med=24.16µs max=20.69ms p(90)=39.29µs p(95)=46.36µs
     http_req_sending...............: avg=11.53µs    min=3.3µs   med=6.88µs  max=17.43ms p(90)=10.22µs p(95)=14.5µs 
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.49ms    min=5.04ms  med=19.86ms max=1.08s   p(90)=25.89ms p(95)=27.33ms
     http_reqs......................: 145519 4850.037856/s
     iteration_duration.............: avg=41.2ms     min=15.29ms med=39.79ms max=1.1s    p(90)=45.18ms p(95)=51.05ms
     iterations.....................: 72746  2424.568983/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 218456      ✗ 0     
     data_received..................: 22 MB   732 kB/s
     data_sent......................: 8.7 MB  291 kB/s
     http_req_blocked...............: avg=1.4µs    min=851ns    med=1.18µs   max=238.96µs p(90)=1.89µs   p(95)=2.07µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=135.47µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=211.83µs min=152.47µs med=200.66µs max=38.87ms  p(90)=225.84µs p(95)=234.78µs
       { expected_response:true }...: avg=211.83µs min=152.47µs med=200.66µs max=38.87ms  p(90)=225.84µs p(95)=234.78µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 109228
     http_req_receiving.............: avg=25.78µs  min=13.87µs  med=24.3µs   max=2.57ms   p(90)=31.2µs   p(95)=33.82µs 
     http_req_sending...............: avg=6.41µs   min=4.03µs   med=5.64µs   max=393.13µs p(90)=8.2µs    p(95)=8.95µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=179.63µs min=129.34µs med=168.61µs max=38.79ms  p(90)=190.82µs p(95)=199.12µs
     http_reqs......................: 109228  3640.784089/s
     iteration_duration.............: avg=270.12µs min=194.92µs med=257.97µs max=39.02ms  p(90)=286.71µs p(95)=297.86µs
     iterations.....................: 109228  3640.784089/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 204200      ✗ 0     
     data_received..................: 21 MB   684 kB/s
     data_sent......................: 8.2 MB  272 kB/s
     http_req_blocked...............: avg=1.41µs   min=922ns    med=1.19µs   max=170.63µs p(90)=1.91µs   p(95)=2.08µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=113.14µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=230µs    min=176.73µs med=219.31µs max=10.43ms  p(90)=246.77µs p(95)=257.63µs
       { expected_response:true }...: avg=230µs    min=176.73µs med=219.31µs max=10.43ms  p(90)=246.77µs p(95)=257.63µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 102100
     http_req_receiving.............: avg=25.62µs  min=14.19µs  med=23.87µs  max=2.53ms   p(90)=31.02µs  p(95)=33.67µs 
     http_req_sending...............: avg=6.53µs   min=4.13µs   med=5.76µs   max=2.17ms   p(90)=8.27µs   p(95)=9.03µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=197.84µs min=151.16µs med=187.09µs max=10.35ms  p(90)=211.5µs  p(95)=221.71µs
     http_reqs......................: 102100  3403.200927/s
     iteration_duration.............: avg=289.36µs min=220.75µs med=277.87µs max=10.59ms  p(90)=308.75µs p(95)=322.14µs
     iterations.....................: 102100  3403.200927/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 298236      ✗ 0     
     data_received..................: 29 MB   979 kB/s
     data_sent......................: 12 MB   398 kB/s
     http_req_blocked...............: avg=1.37µs   min=852ns    med=1.15µs   max=196.64µs p(90)=1.87µs   p(95)=2.04µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=146.16µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=138.32µs min=94.12µs  med=133.48µs max=5.91ms   p(90)=154.93µs p(95)=161.73µs
       { expected_response:true }...: avg=138.32µs min=94.12µs  med=133.48µs max=5.91ms   p(90)=154.93µs p(95)=161.73µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 149118
     http_req_receiving.............: avg=24.31µs  min=11.83µs  med=22.79µs  max=2.76ms   p(90)=29.98µs  p(95)=32.61µs 
     http_req_sending...............: avg=6.38µs   min=3.96µs   med=5.59µs   max=2.06ms   p(90)=8.18µs   p(95)=8.89µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=107.61µs min=65.56µs  med=102.46µs max=5.86ms   p(90)=121.03µs p(95)=126.69µs
     http_reqs......................: 149118  4970.443081/s
     iteration_duration.............: avg=196.68µs min=141.42µs med=191.34µs max=6.1ms    p(90)=215.69µs p(95)=224.42µs
     iterations.....................: 149118  4970.443081/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@ardatan ardatan merged commit 08f7090 into master Dec 28, 2024
24 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch December 28, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant