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

fix(deps): update all non-major dependencies #1980

Merged
merged 1 commit into from
Jan 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.10.6 -> 22.10.7 age adoption passing confidence
lint-staged 15.3.0 -> 15.4.0 age adoption passing confidence

Release Notes

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

v15.4.0

Compare Source

Minor Changes
  • #​1500 a8ec1dd Thanks @​iiroj! - Lint-staged now provides TypeScript types for the configuration and main Node.js API. You can use the JSDoc syntax in your JS configuration files:

    /**
     * @​filename: lint-staged.config.js
     * @​type {import('lint-staged').Configuration}
     */
    export default {
      '*': 'prettier --write',
    }

    It's also possible to use the .ts file extension for the configuration if your Node.js version supports it. The --experimental-strip-types flag was introduced in Node.js v22.6.0 and unflagged in v23.6.0, enabling Node.js to execute TypeScript files without additional configuration.

    export NODE_OPTIONS="--experimental-strip-types"
    
    npx lint-staged --config lint-staged.config.ts
Patch Changes

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.


  • 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 Jan 16, 2025
Copy link
Contributor

github-actions bot commented Jan 16, 2025

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.571899 min=19      med=140     max=181     p(90)=160     p(95)=165    
     data_received..................: 22 MB  740 kB/s
     data_sent......................: 14 MB  479 kB/s
     http_req_blocked...............: avg=3.17µs     min=611ns   med=1.35µs  max=5.41ms  p(90)=1.95µs  p(95)=2.19µs 
     http_req_connecting............: avg=1.22µs     min=0s      med=0s      max=4.71ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.59ms    min=4.44ms  med=20.02ms max=1.09s   p(90)=26ms    p(95)=27.22ms
       { expected_response:true }...: avg=20.59ms    min=4.44ms  med=20.02ms max=1.09s   p(90)=26ms    p(95)=27.22ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 145189
     http_req_receiving.............: avg=32.14µs    min=8.57µs  med=21.79µs max=16.79ms p(90)=35.79µs p(95)=42.89µs
     http_req_sending...............: avg=10.54µs    min=3.19µs  med=6.05µs  max=9.03ms  p(90)=9.14µs  p(95)=12.82µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.55ms    min=4.39ms  med=19.99ms max=1.09s   p(90)=25.96ms p(95)=27.17ms
     http_reqs......................: 145189 4839.244355/s
     iteration_duration.............: avg=41.29ms    min=11.56ms med=39.84ms max=1.11s   p(90)=44.96ms p(95)=50.38ms
     iterations.....................: 72581  2419.172214/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jan 16, 2025

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.697531 min=18      med=139     max=180     p(90)=159     p(95)=164    
     data_received..................: 21 MB  690 kB/s
     data_sent......................: 13 MB  442 kB/s
     http_req_blocked...............: avg=3.54µs     min=611ns   med=1.29µs  max=5.43ms  p(90)=2.05µs  p(95)=2.32µs 
     http_req_connecting............: avg=1.63µs     min=0s      med=0s      max=4.46ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=22.1ms     min=4.53ms  med=21.36ms max=1.17s   p(90)=27.62ms p(95)=29.22ms
       { expected_response:true }...: avg=22.1ms     min=4.53ms  med=21.36ms max=1.17s   p(90)=27.62ms p(95)=29.22ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 135299
     http_req_receiving.............: avg=32.88µs    min=9.54µs  med=23.89µs max=18.63ms p(90)=38.07µs p(95)=44.57µs
     http_req_sending...............: avg=11.1µs     min=3.37µs  med=6.15µs  max=6.38ms  p(90)=9.89µs  p(95)=13.64µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=22.06ms    min=4.47ms  med=21.33ms max=1.17s   p(90)=27.58ms p(95)=29.15ms
     http_reqs......................: 135299 4509.438986/s
     iteration_duration.............: avg=44.32ms    min=13.89ms med=42.55ms max=1.19s   p(90)=49.4ms  p(95)=54.81ms
     iterations.....................: 67630  2254.069569/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Jan 16, 2025

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 204984      ✗ 0     
     data_received..................: 21 MB   687 kB/s
     data_sent......................: 8.2 MB  273 kB/s
     http_req_blocked...............: avg=1.4µs    min=871ns    med=1.19µs   max=272.75µs p(90)=1.87µs   p(95)=2.04µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=145.21µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=229.06µs min=170.46µs med=217.12µs max=7.18ms   p(90)=246.5µs  p(95)=259.04µs
       { expected_response:true }...: avg=229.06µs min=170.46µs med=217.12µs max=7.18ms   p(90)=246.5µs  p(95)=259.04µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 102492
     http_req_receiving.............: avg=25.65µs  min=13.75µs  med=23.73µs  max=3.11ms   p(90)=31.37µs  p(95)=34.59µs 
     http_req_sending...............: avg=6.41µs   min=3.99µs   med=5.64µs   max=424.21µs p(90)=8.1µs    p(95)=8.9µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=196.98µs min=149.44µs med=185.2µs  max=7.12ms   p(90)=211.22µs p(95)=222.54µs
     http_reqs......................: 102492  3416.141386/s
     iteration_duration.............: avg=288.07µs min=212.47µs med=275.2µs  max=7.28ms   p(90)=307.9µs  p(95)=323µs   
     iterations.....................: 102492  3416.141386/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Jan 16, 2025

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 220162      ✗ 0     
     data_received..................: 22 MB   738 kB/s
     data_sent......................: 8.8 MB  294 kB/s
     http_req_blocked...............: avg=1.37µs   min=862ns    med=1.16µs   max=191.43µs p(90)=1.86µs   p(95)=2.02µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=126.09µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=210.08µs min=155.51µs med=198.45µs max=44.31ms  p(90)=223.68µs p(95)=232.5µs 
       { expected_response:true }...: avg=210.08µs min=155.51µs med=198.45µs max=44.31ms  p(90)=223.68µs p(95)=232.5µs 
     http_req_failed................: 0.00%   ✓ 0           ✗ 110081
     http_req_receiving.............: avg=25.3µs   min=13.95µs  med=23.6µs   max=2.68ms   p(90)=30.31µs  p(95)=32.97µs 
     http_req_sending...............: avg=6.32µs   min=4.07µs   med=5.53µs   max=294.74µs p(90)=8.09µs   p(95)=8.67µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=178.45µs min=129.88µs med=166.46µs max=44.24ms  p(90)=189.01µs p(95)=197.37µs
     http_reqs......................: 110081  3669.048016/s
     iteration_duration.............: avg=268.02µs min=199.3µs  med=255.47µs max=44.43ms  p(90)=283.8µs  p(95)=294.77µs
     iterations.....................: 110081  3669.048016/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Jan 16, 2025

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 294710     ✗ 0     
     data_received..................: 29 MB   968 kB/s
     data_sent......................: 12 MB   393 kB/s
     http_req_blocked...............: avg=1.37µs   min=862ns    med=1.18µs   max=176.87µs p(90)=1.86µs   p(95)=2.03µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=127.72µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=140.92µs min=96.08µs  med=135.86µs max=6.41ms   p(90)=157.6µs  p(95)=164.57µs
       { expected_response:true }...: avg=140.92µs min=96.08µs  med=135.86µs max=6.41ms   p(90)=157.6µs  p(95)=164.57µs
     http_req_failed................: 0.00%   ✓ 0          ✗ 147355
     http_req_receiving.............: avg=24.43µs  min=11.76µs  med=22.85µs  max=3.02ms   p(90)=30.12µs  p(95)=32.78µs 
     http_req_sending...............: avg=6.33µs   min=4.04µs   med=5.49µs   max=747.87µs p(90)=8.14µs   p(95)=8.83µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=110.16µs min=69.13µs  med=104.79µs max=6.36ms   p(90)=123.46µs p(95)=129.14µs
     http_reqs......................: 147355  4911.64231/s
     iteration_duration.............: avg=199.08µs min=144.45µs med=193.39µs max=6.54ms   p(90)=217.95µs p(95)=226.79µs
     iterations.....................: 147355  4911.64231/s
     vus............................: 1       min=1        max=1   
     vus_max........................: 1       min=1        max=1   

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fad080f to 45b0cc1 Compare January 16, 2025 06:34
@renovate renovate bot changed the title fix(deps): update dependency @types/node to v22.10.7 fix(deps): update all non-major dependencies Jan 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 45b0cc1 to 376fd5f Compare January 16, 2025 06:35
@ardatan ardatan merged commit 0882420 into master Jan 16, 2025
24 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 16, 2025 08:45
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