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 #2052

Merged
merged 1 commit into from
Feb 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 13, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@types/node (source) 22.13.2 -> 22.13.4 age adoption passing confidence
prettier (source) 3.5.0 -> 3.5.1 age adoption passing confidence
wrangler (source) 3.108.1 -> 3.109.0 age adoption passing confidence

Release Notes

prettier/prettier (prettier)

v3.5.1

Compare Source

diff

Fix CLI crash when cache for old version exists (#​17100 by @​sosukesuzuki)

Prettier 3.5 uses a different cache format than previous versions, Prettier 3.5.0 crashes when reading existing cache file, Prettier 3.5.1 fixed the problem.

Support dockercompose and github-actions-workflow in VSCode (#​17101 by @​remcohaszing)

Prettier now supports the dockercompose and github-actions-workflow languages in Visual Studio Code.

cloudflare/workers-sdk (wrangler)

v3.109.0

Compare Source

Minor Changes
  • #​8120 3fb801f Thanks @​sdnts! - Add a new update subcommand for Queues to allow updating Queue settings

  • #​8120 3fb801f Thanks @​sdnts! - Allow overriding message retention duration when creating Queues

  • #​8026 542c6ea Thanks @​penalosa! - Add --outfile to wrangler deploy for generating a worker bundle.

    This is an advanced feature that most users won't need to use. When set, Wrangler will output your built Worker bundle in a Cloudflare specific format that captures all information needed to deploy a Worker using the Worker Upload API

  • #​8026 542c6ea Thanks @​penalosa! - Add a wrangler check startup command to generate a CPU profile of your Worker's startup phase.

    This can be imported into Chrome DevTools or opened directly in VSCode to view a flamegraph of your Worker's startup phase. Additionally, when a Worker deployment fails with a startup time error Wrangler will automatically generate a CPU profile for easy investigation.

    Advanced usage:

    • --args: to customise the way wrangler check startup builds your Worker for analysis, provide the exact arguments you use when deploying your Worker with wrangler deploy. For instance, if you deploy your Worker with wrangler deploy --no-bundle, you should use wrangler check startup --args="--no-bundle" to profile the startup phase.
    • --worker-bundle: if you don't use Wrangler to deploy your Worker, you can use this argument to provide a Worker bundle to analyse. This should be a file path to a serialised multipart upload, with the exact same format as the API expects: https://developers.cloudflare.com/api/resources/workers/subresources/scripts/methods/update/
Patch Changes
  • #​8112 fff677e Thanks @​penalosa! - When reporting errors to Sentry, Wrangler will now include the console output as additional metadata

  • #​8120 3fb801f Thanks @​sdnts! - Check bounds when overriding delivery delay when creating Queues

  • #​7950 4db1fb5 Thanks @​cmackenzie1! - Add local binding support for Worker Pipelines

  • #​8119 1bc60d7 Thanks @​penalosa! - Output correct config format from wrangler d1 create. Previously, this command would always output TOML, regardless of the config file format

  • #​8130 1aa2a91 Thanks @​emily-shen! - Include default values for wrangler types --path and --x-include-runtime in telemetry

    User provided strings are still left redacted as always.

  • #​8061 35710e5 Thanks @​emily-shen! - fix: respect WRANGLER_LOG in wrangler dev

    Previously, --log-level=debug was the only way to see debug logs in wrangler dev, which was unlike all other commands.

  • Updated dependencies [4db1fb5]:


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

coderabbitai bot commented Feb 13, 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 13, 2025

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.55242 min=12      med=141     max=185      p(90)=159     p(95)=165    
     data_received..................: 19 MB  625 kB/s
     data_sent......................: 12 MB  400 kB/s
     http_req_blocked...............: avg=2.06µs    min=651ns   med=1.33µs  max=9.16ms   p(90)=2.08µs  p(95)=2.39µs 
     http_req_connecting............: avg=151ns     min=0s      med=0s      max=425.53µs p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=24.41ms   min=3.55ms  med=23.76ms max=1.24s    p(90)=30.61ms p(95)=32.13ms
       { expected_response:true }...: avg=24.41ms   min=3.55ms  med=23.76ms max=1.24s    p(90)=30.61ms p(95)=32.13ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 122495
     http_req_receiving.............: avg=38.36µs   min=11.3µs  med=27.15µs max=16.43ms  p(90)=41.5µs  p(95)=48.62µs
     http_req_sending...............: avg=11.25µs   min=3.71µs  med=7.05µs  max=7.33ms   p(90)=10.8µs  p(95)=14.79µs
     http_req_tls_handshaking.......: avg=0s        min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=24.37ms   min=3.5ms   med=23.72ms max=1.24s    p(90)=30.57ms p(95)=32.07ms
     http_reqs......................: 122495 4082.625776/s
     iteration_duration.............: avg=48.95ms   min=10.87ms med=47.25ms max=1.27s    p(90)=52.74ms p(95)=58.17ms
     iterations.....................: 61236  2040.929606/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Feb 13, 2025

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.030206 min=12       med=138     max=182     p(90)=161     p(95)=167    
     data_received..................: 20 MB  658 kB/s
     data_sent......................: 13 MB  426 kB/s
     http_req_blocked...............: avg=5.51µs     min=581ns    med=1.42µs  max=12.58ms p(90)=2.17µs  p(95)=2.59µs 
     http_req_connecting............: avg=3.63µs     min=0s       med=0s      max=12.42ms p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=23.17ms    min=1.03ms   med=22.53ms max=1.24s   p(90)=29.18ms p(95)=30.8ms 
       { expected_response:true }...: avg=23.17ms    min=1.03ms   med=22.53ms max=1.24s   p(90)=29.18ms p(95)=30.8ms 
     http_req_failed................: 0.00%  ✓ 0           ✗ 129012
     http_req_receiving.............: avg=36.93µs    min=11.41µs  med=27.01µs max=17.15ms p(90)=41.58µs p(95)=50.11µs
     http_req_sending...............: avg=16.08µs    min=3.86µs   med=7.15µs  max=13.27ms p(90)=10.9µs  p(95)=15.07µs
     http_req_tls_handshaking.......: avg=0s         min=0s       med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=23.12ms    min=887.46µs med=22.48ms max=1.24s   p(90)=29.13ms p(95)=30.73ms
     http_reqs......................: 129012 4299.891773/s
     iteration_duration.............: avg=46.46ms    min=10.72ms  med=44.82ms max=1.26s   p(90)=50.23ms p(95)=56.72ms
     iterations.....................: 64490  2149.412616/s
     vus............................: 0      min=0         max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

github-actions bot commented Feb 13, 2025

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 236832      ✗ 0     
     data_received..................: 24 MB   793 kB/s
     data_sent......................: 9.5 MB  316 kB/s
     http_req_blocked...............: avg=1.4µs    min=931ns    med=1.19µs   max=185.19µs p(90)=1.89µs   p(95)=2.04µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=132.17µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=191.66µs min=139.43µs med=182.19µs max=8.83ms   p(90)=206.66µs p(95)=215.85µs
       { expected_response:true }...: avg=191.66µs min=139.43µs med=182.19µs max=8.83ms   p(90)=206.66µs p(95)=215.85µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 118416
     http_req_receiving.............: avg=25.24µs  min=13.22µs  med=23.6µs   max=2.65ms   p(90)=30.54µs  p(95)=33.21µs 
     http_req_sending...............: avg=6.29µs   min=4.1µs    med=5.44µs   max=278.07µs p(90)=8.11µs   p(95)=8.68µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=160.12µs min=116.22µs med=150.39µs max=8.76ms   p(90)=172.4µs  p(95)=180.9µs 
     http_reqs......................: 118416  3947.047811/s
     iteration_duration.............: avg=249µs    min=181.69µs med=238.62µs max=8.92ms   p(90)=266.11µs p(95)=277.56µs
     iterations.....................: 118416  3947.047811/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Feb 13, 2025

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 297222      ✗ 0     
     data_received..................: 29 MB   976 kB/s
     data_sent......................: 12 MB   396 kB/s
     http_req_blocked...............: avg=1.39µs   min=882ns    med=1.19µs   max=263.26µs p(90)=1.88µs   p(95)=2.05µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=117.49µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=139.18µs min=93.11µs  med=134.56µs max=7.13ms   p(90)=156.75µs p(95)=163.59µs
       { expected_response:true }...: avg=139.18µs min=93.11µs  med=134.56µs max=7.13ms   p(90)=156.75µs p(95)=163.59µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 148611
     http_req_receiving.............: avg=24.37µs  min=12.02µs  med=22.86µs  max=2.63ms   p(90)=30.04µs  p(95)=32.68µs 
     http_req_sending...............: avg=6.34µs   min=4.05µs   med=5.47µs   max=374.34µs p(90)=8.13µs   p(95)=8.8µs   
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=108.47µs min=67.48µs  med=103.57µs max=7.01ms   p(90)=122.59µs p(95)=128.33µs
     http_reqs......................: 148611  4953.541783/s
     iteration_duration.............: avg=197.37µs min=141.55µs med=192.05µs max=7.4ms    p(90)=217.51µs p(95)=226.47µs
     iterations.....................: 148611  4953.541783/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

github-actions bot commented Feb 13, 2025

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 215532      ✗ 0     
     data_received..................: 22 MB   722 kB/s
     data_sent......................: 8.6 MB  287 kB/s
     http_req_blocked...............: avg=1.44µs   min=872ns    med=1.21µs   max=177.56µs p(90)=1.96µs   p(95)=2.13µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=124.18µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=214.78µs min=160.14µs med=203.18µs max=51.56ms  p(90)=228.63µs p(95)=237.69µs
       { expected_response:true }...: avg=214.78µs min=160.14µs med=203.18µs max=51.56ms  p(90)=228.63µs p(95)=237.69µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 107766
     http_req_receiving.............: avg=26.03µs  min=14.12µs  med=24.55µs  max=2.04ms   p(90)=31.81µs  p(95)=34.29µs 
     http_req_sending...............: avg=6.6µs    min=4.11µs   med=5.86µs   max=357.07µs p(90)=8.34µs   p(95)=9.14µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=182.14µs min=129.02µs med=170.66µs max=51.46ms  p(90)=192.77µs p(95)=201.26µs
     http_reqs......................: 107766  3592.031032/s
     iteration_duration.............: avg=273.75µs min=203.95µs med=261.11µs max=51.7ms   p(90)=290.52µs p(95)=302.14µs
     iterations.....................: 107766  3592.031032/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 d0be7f0 to e5456c7 Compare February 13, 2025 20:45
@renovate renovate bot changed the title chore(deps): update dependency prettier to v3.5.1 chore(deps): update all non-major dependencies Feb 13, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e5456c7 to 87ce84c Compare February 14, 2025 00:02
@renovate renovate bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Feb 14, 2025
@renovate renovate bot merged commit 3482961 into master Feb 14, 2025
25 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 14, 2025 00:58
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