Skip to content

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

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

Merged
merged 1 commit into from
Jun 2, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 30, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@babel/core (source) 7.27.3 -> 7.27.4 age adoption passing confidence
@babel/plugin-proposal-explicit-resource-management (source) 7.27.3 -> 7.27.4 age adoption passing confidence
@eslint/js (source) 9.27.0 -> 9.28.0 age adoption passing confidence
@types/node (source) 22.15.27 -> 22.15.29 age adoption passing confidence
deno (source) 2.3.4 -> 2.3.5 age adoption passing confidence
eslint (source) 9.27.0 -> 9.28.0 age adoption passing confidence
eslint-plugin-n 17.18.0 -> 17.19.0 age adoption passing confidence
vitest (source) 3.1.4 -> 3.2.0 age adoption passing confidence

Release Notes

babel/babel (@​babel/core)

v7.27.4

Compare Source

👓 Spec Compliance
  • babel-parser, babel-plugin-proposal-explicit-resource-management
💅 Polish
🔬 Output optimization
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime
  • babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs3
  • babel-core, babel-helpers, babel-plugin-transform-async-generator-functions, babel-plugin-transform-async-to-generator, babel-plugin-transform-block-scoping, babel-plugin-transform-classes, babel-plugin-transform-destructuring, babel-plugin-transform-regenerator, babel-plugin-transform-runtime, babel-preset-env, babel-runtime-corejs2, babel-runtime-corejs3, babel-runtime, babel-standalone
eslint/eslint (@​eslint/js)

v9.28.0

Compare Source

denoland/deno (deno)

v2.3.5

Compare Source

  • fix(ext/node): Buffer write OOB checks (#​29524)
  • fix(ext/node): correct kMaxLength value of node:buffer (#​29504)
  • fix(ext/node): fix function error message in invalidArgTypeHelper (#​29526)
  • fix(ext/node): stub getFipsCrypto to false (#​29485)
  • fix(otel): flush data when terminating signal is received (#​29515)
  • fix(vendor): store remote version metadata checksum in vendor folder to ensure
    lockfile uses that (#​29433)
eslint/eslint (eslint)

v9.28.0

Compare Source

eslint-community/eslint-plugin-n (eslint-plugin-n)

v17.19.0

Compare Source

🌟 Features
vitest-dev/vitest (vitest)

v3.2.0

Compare Source


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 May 30, 2025
Copy link
Contributor

coderabbitai bot commented May 30, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

github-actions bot commented May 30, 2025

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=139.958873 min=46      med=139     max=190     p(90)=161     p(95)=163    
     data_received..................: 16 MB  542 kB/s
     data_sent......................: 11 MB  351 kB/s
     http_req_blocked...............: avg=4.38µs     min=641ns   med=1.26µs  max=6.03ms  p(90)=2.11µs  p(95)=2.48µs 
     http_req_connecting............: avg=2.48µs     min=0s      med=0s      max=5.98ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=28.13ms    min=12.39ms med=26.75ms max=1.09s   p(90)=36.06ms p(95)=40.66ms
       { expected_response:true }...: avg=28.13ms    min=12.39ms med=26.75ms max=1.09s   p(90)=36.06ms p(95)=40.66ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 106345
     http_req_receiving.............: avg=36.3µs     min=11.6µs  med=27.68µs max=18.4ms  p(90)=42.24µs p(95)=49.89µs
     http_req_sending...............: avg=11.24µs    min=4.05µs  med=7µs     max=11.47ms p(90)=11.07µs p(95)=14.67µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=28.08ms    min=12.35ms med=26.71ms max=1.09s   p(90)=36ms    p(95)=40.6ms 
     http_reqs......................: 106345 3544.463058/s
     iteration_duration.............: avg=56.38ms    min=34.3ms  med=52.94ms max=1.12s   p(90)=65.05ms p(95)=70.46ms
     iterations.....................: 53153  1771.581597/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented May 30, 2025

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.141155 min=13      med=140     max=183    p(90)=162     p(95)=167    
     data_received..................: 15 MB  482 kB/s
     data_sent......................: 9.3 MB 309 kB/s
     http_req_blocked...............: avg=2.97µs     min=691ns   med=1.38µs  max=16.8ms p(90)=2.27µs  p(95)=2.65µs 
     http_req_connecting............: avg=961ns      min=0s      med=0s      max=2.46ms p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=31.64ms    min=2.8ms   med=29.93ms max=1.37s  p(90)=40.46ms p(95)=46.08ms
       { expected_response:true }...: avg=31.64ms    min=2.8ms   med=29.93ms max=1.37s  p(90)=40.46ms p(95)=46.08ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 94558
     http_req_receiving.............: avg=36.07µs    min=12.23µs med=28.85µs max=8.58ms p(90)=43.39µs p(95)=49.6µs 
     http_req_sending...............: avg=11.51µs    min=4.11µs  med=7.26µs  max=8.93ms p(90)=11.38µs p(95)=15.32µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s     p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=31.59ms    min=2.71ms  med=29.89ms max=1.37s  p(90)=40.4ms  p(95)=46.03ms
     http_reqs......................: 94558  3151.3421/s
     iteration_duration.............: avg=63.4ms     min=12.43ms med=59.37ms max=1.41s  p(90)=73.73ms p(95)=79ms   
     iterations.....................: 47246  1574.571256/s
     vus............................: 100    min=100       max=100
     vus_max........................: 100    min=100       max=100

Copy link
Contributor

github-actions bot commented May 30, 2025

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 237656      ✗ 0     
     data_received..................: 24 MB   788 kB/s
     data_sent......................: 9.5 MB  317 kB/s
     http_req_blocked...............: avg=1.44µs   min=931ns    med=1.21µs   max=231.3µs  p(90)=1.89µs   p(95)=2.03µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=124.15µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=190.39µs min=139.59µs med=181.95µs max=58.59ms  p(90)=206.83µs p(95)=216.09µs
       { expected_response:true }...: avg=190.39µs min=139.59µs med=181.95µs max=58.59ms  p(90)=206.83µs p(95)=216.09µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 118828
     http_req_receiving.............: avg=25.39µs  min=13.5µs   med=23.84µs  max=2.85ms   p(90)=31.09µs  p(95)=33.51µs 
     http_req_sending...............: avg=6.58µs   min=4.13µs   med=5.66µs   max=8.07ms   p(90)=8.25µs   p(95)=8.92µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=158.42µs min=112.5µs  med=150.47µs max=58.5ms   p(90)=172.18µs p(95)=180.57µs
     http_reqs......................: 118828  3960.784976/s
     iteration_duration.............: avg=247.96µs min=182µs    med=238.44µs max=58.73ms  p(90)=266.53µs p(95)=278.3µs 
     iterations.....................: 118828  3960.784976/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented May 30, 2025

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 212484      ✗ 0     
     data_received..................: 21 MB   705 kB/s
     data_sent......................: 8.5 MB  283 kB/s
     http_req_blocked...............: avg=1.45µs   min=912ns    med=1.22µs   max=176.11µs p(90)=1.94µs   p(95)=2.12µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=119.47µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=219.39µs min=159.91µs med=206.82µs max=130.38ms p(90)=233.85µs p(95)=243.82µs
       { expected_response:true }...: avg=219.39µs min=159.91µs med=206.82µs max=130.38ms p(90)=233.85µs p(95)=243.82µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 106242
     http_req_receiving.............: avg=26.13µs  min=13.81µs  med=24.32µs  max=2.85ms   p(90)=31.41µs  p(95)=34.13µs 
     http_req_sending...............: avg=6.52µs   min=3.99µs   med=5.74µs   max=652.45µs p(90)=8.29µs   p(95)=9.1µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=186.74µs min=136.37µs med=175.1µs  max=130.32ms p(90)=198.61µs p(95)=207.74µs
     http_reqs......................: 106242  3541.261894/s
     iteration_duration.............: avg=277.79µs min=204.74µs med=264.18µs max=130.55ms p(90)=294.94µs p(95)=307.43µs
     iterations.....................: 106242  3541.261894/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 e7a0949 to b0297f4 Compare June 2, 2025 07:10
Copy link
Contributor

github-actions bot commented Jun 2, 2025

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 307912      ✗ 0     
     data_received..................: 30 MB   1.0 MB/s
     data_sent......................: 12 MB   411 kB/s
     http_req_blocked...............: avg=1.32µs   min=852ns    med=1.13µs   max=187.5µs  p(90)=1.8µs    p(95)=1.95µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=107.11µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=133.65µs min=85.2µs   med=129.73µs max=5.77ms   p(90)=151.45µs p(95)=158.43µs
       { expected_response:true }...: avg=133.65µs min=85.2µs   med=129.73µs max=5.77ms   p(90)=151.45µs p(95)=158.43µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 153956
     http_req_receiving.............: avg=23.9µs   min=11.7µs   med=22.26µs  max=2.6ms    p(90)=29.38µs  p(95)=32.14µs 
     http_req_sending...............: avg=6.13µs   min=4.02µs   med=5.28µs   max=307.85µs p(90)=7.93µs   p(95)=8.45µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=103.61µs min=64.47µs  med=99.48µs  max=5.73ms   p(90)=118.11µs p(95)=123.89µs
     http_reqs......................: 153956  5131.712544/s
     iteration_duration.............: avg=190.47µs min=137.33µs med=185.83µs max=5.99ms   p(90)=210.83µs p(95)=219.79µs
     iterations.....................: 153956  5131.712544/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 b0297f4 to abb6f5f Compare June 2, 2025 12:13
@renovate renovate bot merged commit dd1345c into master Jun 2, 2025
25 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch June 2, 2025 16:30
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