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 typescript-eslint monorepo to v7.3.1 #1206

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 19, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript-eslint/eslint-plugin (source) 7.3.0 -> 7.3.1 age adoption passing confidence
@typescript-eslint/parser (source) 7.3.0 -> 7.3.1 age adoption passing confidence

Release Notes

typescript-eslint/typescript-eslint (@​typescript-eslint/eslint-plugin)

v7.3.1

Compare Source

🩹 Fixes
  • eslint-plugin: [no-floating-promises] revert disable of ignoreVoid in strict config
❤️ Thank You
  • Josh Goldberg ✨

You can read about our versioning strategy and releases on our website.

typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v7.3.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.


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 these updates again.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Mar 19, 2024
Copy link

codesandbox bot commented Mar 19, 2024

Review or Edit in CodeSandbox

Open the branch in Web EditorVS CodeInsiders

Open Preview

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.784982 min=19      med=140     max=188      p(90)=157     p(95)=161    
     data_received..................: 24 MB  783 kB/s
     data_sent......................: 15 MB  507 kB/s
     http_req_blocked...............: avg=2.1µs      min=671ns   med=1.49µs  max=2.19ms   p(90)=2.09µs  p(95)=2.38µs 
     http_req_connecting............: avg=302ns      min=0s      med=0s      max=1.47ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=19.48ms    min=3.32ms  med=19.14ms max=961.47ms p(90)=25.09ms p(95)=26.33ms
       { expected_response:true }...: avg=19.48ms    min=3.32ms  med=19.14ms max=961.47ms p(90)=25.09ms p(95)=26.33ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 153491
     http_req_receiving.............: avg=37.27µs    min=9.61µs  med=27.76µs max=21.09ms  p(90)=43.35µs p(95)=52.35µs
     http_req_sending...............: avg=11.59µs    min=3.06µs  med=6.99µs  max=21.83ms  p(90)=9.99µs  p(95)=15.05µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=19.43ms    min=3.28ms  med=19.1ms  max=961.38ms p(90)=25.04ms p(95)=26.28ms
     http_reqs......................: 153491 5115.585928/s
     iteration_duration.............: avg=39.06ms    min=12.65ms med=38.09ms max=980.96ms p(90)=42.35ms p(95)=47.08ms
     iterations.....................: 76719  2556.909765/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 301482      ✗ 0     
     data_received..................: 30 MB   990 kB/s
     data_sent......................: 12 MB   402 kB/s
     http_req_blocked...............: avg=1.37µs   min=831ns    med=1.17µs   max=189.52µs p(90)=1.84µs   p(95)=1.99µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=135.68µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=137.58µs min=93.38µs  med=133.41µs max=6.74ms   p(90)=154.53µs p(95)=161.08µs
       { expected_response:true }...: avg=137.58µs min=93.38µs  med=133.41µs max=6.74ms   p(90)=154.53µs p(95)=161.08µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 150741
     http_req_receiving.............: avg=25.29µs  min=12.03µs  med=24.1µs   max=3.81ms   p(90)=31.22µs  p(95)=33.29µs 
     http_req_sending...............: avg=5.96µs   min=3.87µs   med=5.26µs   max=4.76ms   p(90)=7.56µs   p(95)=8µs     
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=106.33µs min=68.58µs  med=101.75µs max=6.68ms   p(90)=119.98µs p(95)=125.21µs
     http_reqs......................: 150741  5024.679962/s
     iteration_duration.............: avg=193.3µs  min=137.16µs med=187.78µs max=7.27ms   p(90)=211.97µs p(95)=220.61µs
     iterations.....................: 150741  5024.679962/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=141.313731 min=105     med=142     max=199      p(90)=156     p(95)=159    
     data_received..................: 23 MB  754 kB/s
     data_sent......................: 15 MB  483 kB/s
     http_req_blocked...............: avg=3.11µs     min=692ns   med=1.32µs  max=10.62ms  p(90)=1.97µs  p(95)=2.17µs 
     http_req_connecting............: avg=1.22µs     min=0s      med=0s      max=6.79ms   p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=20.23ms    min=3.41ms  med=19.96ms max=179.94ms p(90)=25.68ms p(95)=27.33ms
       { expected_response:true }...: avg=20.23ms    min=3.41ms  med=19.96ms max=179.94ms p(90)=25.68ms p(95)=27.33ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 147800
     http_req_receiving.............: avg=32.63µs    min=8.67µs  med=25.11µs max=15.55ms  p(90)=40.01µs p(95)=47.55µs
     http_req_sending...............: avg=10.18µs    min=2.89µs  med=6.05µs  max=17.56ms  p(90)=9.07µs  p(95)=12.51µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=20.19ms    min=3.37ms  med=19.92ms max=179.75ms p(90)=25.64ms p(95)=27.28ms
     http_reqs......................: 147800 4925.493878/s
     iteration_duration.............: avg=40.55ms    min=24.08ms med=39.48ms max=220.57ms p(90)=44.54ms p(95)=50.39ms
     iterations.....................: 73885  2462.247058/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

@renovate renovate bot merged commit b5b8d6d into master Mar 19, 2024
21 checks passed
@renovate renovate bot deleted the renovate/typescript-eslint-monorepo branch March 19, 2024 03:52
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.

0 participants