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 all non-major dependencies #2091

Merged
merged 1 commit into from
Feb 22, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 22, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bun (source) 1.2.2 -> 1.2.3 age adoption passing confidence
prettier (source) 3.5.1 -> 3.5.2 age adoption passing confidence

Release Notes

oven-sh/bun (bun)

v1.2.3: Bun v1.2.3

Compare Source

To install Bun v1.2.3

curl -fsSL https://bun.sh/install | bash

### or you can use npm
### npm install -g bun

Windows:

powershell -c "irm bun.sh/install.ps1|iex"

To upgrade to Bun v1.2.3:

bun upgrade
Read Bun v1.2.3's release notes on Bun's blog
Thanks to 23 contributors!
prettier/prettier (prettier)

v3.5.2

Compare Source

diff

Remove module-sync condition (#​17156 by @​fisker)

In Prettier 3.5.0, we added module-sync condition to package.json, so that require("prettier") can use ESM version, but turns out it doesn't work if CommonJS and ESM plugins both imports builtin plugins. To solve this problem, we decide simply remove the module-sync condition, so require("prettier") will still use the CommonJS version, we'll revisit until require(ESM) feature is more stable.


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 Feb 22, 2025
Copy link

coderabbitai bot commented Feb 22, 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.


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 docstrings to generate docstrings for this PR. (Beta)
  • @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 Feb 22, 2025

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.194949 min=20      med=141     max=177     p(90)=163     p(95)=167    
     data_received..................: 21 MB  707 kB/s
     data_sent......................: 14 MB  458 kB/s
     http_req_blocked...............: avg=3.61µs     min=651ns   med=1.23µs  max=5.5ms   p(90)=1.97µs  p(95)=2.2µs  
     http_req_connecting............: avg=1.89µs     min=0s      med=0s      max=5.41ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=21.57ms    min=3.31ms  med=20.88ms max=1.16s   p(90)=27.58ms p(95)=28.79ms
       { expected_response:true }...: avg=21.57ms    min=3.31ms  med=20.88ms max=1.16s   p(90)=27.58ms p(95)=28.79ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 138631
     http_req_receiving.............: avg=33.13µs    min=8.49µs  med=22.44µs max=17.17ms p(90)=36.44µs p(95)=43.6µs 
     http_req_sending...............: avg=10.59µs    min=3.23µs  med=5.81µs  max=10.33ms p(90)=9.32µs  p(95)=13.01µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=21.53ms    min=3.28ms  med=20.84ms max=1.16s   p(90)=27.54ms p(95)=28.73ms
     http_reqs......................: 138631 4620.627575/s
     iteration_duration.............: avg=43.25ms    min=14.67ms med=41.67ms max=1.18s   p(90)=46.23ms p(95)=54.14ms
     iterations.....................: 69290  2309.463862/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Feb 22, 2025

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.718761 min=23      med=141     max=174     p(90)=159     p(95)=163    
     data_received..................: 20 MB  681 kB/s
     data_sent......................: 13 MB  437 kB/s
     http_req_blocked...............: avg=3.17µs     min=601ns   med=1.21µs  max=4.53ms  p(90)=2.01µs  p(95)=2.26µs 
     http_req_connecting............: avg=1.38µs     min=0s      med=0s      max=4.48ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=22.4ms     min=3.98ms  med=21.84ms max=1.17s   p(90)=27.95ms p(95)=29.61ms
       { expected_response:true }...: avg=22.4ms     min=3.98ms  med=21.84ms max=1.17s   p(90)=27.95ms p(95)=29.61ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 133525
     http_req_receiving.............: avg=33.09µs    min=9.13µs  med=22.83µs max=18.78ms p(90)=36.54µs p(95)=43.09µs
     http_req_sending...............: avg=10.59µs    min=3.21µs  med=5.66µs  max=18.93ms p(90)=9.43µs  p(95)=13.65µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=22.35ms    min=3.94ms  med=21.8ms  max=1.17s   p(90)=27.91ms p(95)=29.55ms
     http_reqs......................: 133525 4450.457525/s
     iteration_duration.............: avg=44.91ms    min=11.57ms med=43.24ms max=1.19s   p(90)=48.9ms  p(95)=54.82ms
     iterations.....................: 66744  2224.612148/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Feb 22, 2025

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 233794      ✗ 0     
     data_received..................: 24 MB   783 kB/s
     data_sent......................: 9.4 MB  312 kB/s
     http_req_blocked...............: avg=1.44µs   min=931ns    med=1.22µs   max=272.66µs p(90)=1.89µs   p(95)=2.05µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=112.63µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=194.04µs min=143.09µs med=184.86µs max=8.92ms   p(90)=208.97µs p(95)=217.5µs 
       { expected_response:true }...: avg=194.04µs min=143.09µs med=184.86µs max=8.92ms   p(90)=208.97µs p(95)=217.5µs 
     http_req_failed................: 0.00%   ✓ 0           ✗ 116897
     http_req_receiving.............: avg=25.36µs  min=12.98µs  med=23.84µs  max=2.41ms   p(90)=30.83µs  p(95)=33.34µs 
     http_req_sending...............: avg=6.44µs   min=4.11µs   med=5.62µs   max=2.46ms   p(90)=8.16µs   p(95)=8.78µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=162.23µs min=119.19µs med=152.88µs max=8.88ms   p(90)=174.39µs p(95)=182.11µs
     http_reqs......................: 116897  3896.444023/s
     iteration_duration.............: avg=252.13µs min=193.35µs med=241.9µs  max=9.01ms   p(90)=269.09µs p(95)=280.08µs
     iterations.....................: 116897  3896.444023/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Feb 22, 2025

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 300248      ✗ 0     
     data_received..................: 30 MB   986 kB/s
     data_sent......................: 12 MB   400 kB/s
     http_req_blocked...............: avg=1.41µs   min=862ns    med=1.21µs   max=283.82µs p(90)=1.87µs   p(95)=2.02µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=143.15µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=137.43µs min=94.75µs  med=132.96µs max=7.45ms   p(90)=154.38µs p(95)=161.17µs
       { expected_response:true }...: avg=137.43µs min=94.75µs  med=132.96µs max=7.45ms   p(90)=154.38µs p(95)=161.17µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 150124
     http_req_receiving.............: avg=24.37µs  min=12.55µs  med=22.85µs  max=2.8ms    p(90)=30.03µs  p(95)=32.69µs 
     http_req_sending...............: avg=6.26µs   min=4µs      med=5.42µs   max=700.97µs p(90)=8.07µs   p(95)=8.76µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=106.79µs min=68.48µs  med=102.09µs max=7.1ms    p(90)=120.62µs p(95)=126.05µs
     http_reqs......................: 150124  5003.943756/s
     iteration_duration.............: avg=195.35µs min=139.18µs med=190.21µs max=7.67ms   p(90)=214.9µs  p(95)=223.52µs
     iterations.....................: 150124  5003.943756/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Feb 22, 2025

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 223884      ✗ 0     
     data_received..................: 23 MB   750 kB/s
     data_sent......................: 9.0 MB  299 kB/s
     http_req_blocked...............: avg=1.4µs    min=881ns    med=1.19µs   max=271.25µs p(90)=1.88µs   p(95)=2.04µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=112.55µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=206.23µs min=151.58µs med=194.83µs max=59.38ms  p(90)=220.18µs p(95)=229.05µs
       { expected_response:true }...: avg=206.23µs min=151.58µs med=194.83µs max=59.38ms  p(90)=220.18µs p(95)=229.05µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 111942
     http_req_receiving.............: avg=25.19µs  min=13.57µs  med=23.52µs  max=2.61ms   p(90)=30.56µs  p(95)=33.1µs  
     http_req_sending...............: avg=6.29µs   min=4.02µs   med=5.42µs   max=860.22µs p(90)=8.13µs   p(95)=8.7µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=174.74µs min=126.11µs med=162.96µs max=59.27ms  p(90)=185.61µs p(95)=193.67µs
     http_reqs......................: 111942  3731.269028/s
     iteration_duration.............: avg=263.61µs min=193.39µs med=251.38µs max=59.53ms  p(90)=280.08µs p(95)=290.93µs
     iterations.....................: 111942  3731.269028/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 be8bf5f to 5f0d92a Compare February 22, 2025 08:54
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.2 chore(deps): update all non-major dependencies Feb 22, 2025
@ardatan ardatan merged commit 352fa71 into master Feb 22, 2025
25 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 22, 2025 09:23
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