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 dependency deno to v2.2.2 #2103

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 25, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
deno (source) 2.2.1 -> 2.2.2 age adoption passing confidence

Release Notes

denoland/deno (deno)

v2.2.2

Compare Source

  • fix(check): regression - implicit jsxImportSource was not resolving (#​28228)
  • fix(cli): add compilerOptions.lib examples to config-file.v1.json (#​28226)
  • fix(config): allow specifying absolute path for patch and fix panic with
    exports in package.json (#​28279)
  • fix(ext/node): decipherIv() range error on invalid final block length (#​28215)
  • fix(ext/node): descriptive sqlite error messages (#​28272)
  • fix(fmt): support "--ext vto" and "--ext njk" (#​28262)
  • fix(http): generate OtelInfo only when otel metrics are enabled (#​28286)
  • fix(install): don't error on unknown media types in install (#​28234)
  • fix(lint): don't recurse infinitely for large ASTs (#​28265)
  • fix(lint): give access to SourceCode in 'deno test' (#​28278)
  • fix(lint): plugins ignored when no rust rule active (#​28269)
  • fix(lint): update deno_lint (#​28271)
  • fix(lsp): close server on exit notification (#​28232)
  • fix(lsp): create cacheable ExportInfoMap per language service (#​28240)
  • fix(unstable): lint plugin :exit called at wrong time (#​28229)
  • fix: add info suggestion for unsafely-ignore-certificate-errors and add
    --help=full (#​28203)
  • perf(install): only read initialized file if we care about the tags (#​28242)

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 this update again.


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

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

@benchmarks/node-fetch results (consumeBody)

   ✓ active_handles.................: avg=140.250574 min=23      med=139     max=183     p(90)=160     p(95)=166    
     data_received..................: 20 MB  658 kB/s
     data_sent......................: 13 MB  422 kB/s
     http_req_blocked...............: avg=4.01µs     min=651ns   med=1.39µs  max=12.38ms p(90)=2.1µs   p(95)=2.47µs 
     http_req_connecting............: avg=1.99µs     min=0s      med=0s      max=4.94ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=23.17ms    min=1.85ms  med=22.52ms max=1.22s   p(90)=28.95ms p(95)=30.7ms 
       { expected_response:true }...: avg=23.17ms    min=1.85ms  med=22.52ms max=1.22s   p(90)=28.95ms p(95)=30.7ms 
     http_req_failed................: 0.00%  ✓ 0           ✗ 129012
     http_req_receiving.............: avg=37.44µs    min=9.67µs  med=25.89µs max=31.51ms p(90)=40.57µs p(95)=48.07µs
     http_req_sending...............: avg=12.27µs    min=3.3µs   med=7.07µs  max=10.24ms p(90)=10.83µs p(95)=15.68µ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=1.63ms  med=22.47ms max=1.22s   p(90)=28.9ms  p(95)=30.63ms
     http_reqs......................: 129012 4299.521049/s
     iteration_duration.............: avg=46.47ms    min=18.04ms med=44.73ms max=1.24s   p(90)=51.15ms p(95)=56.82ms
     iterations.....................: 64496  2149.427259/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/node-fetch results (noConsumeBody)

   ✓ active_handles.................: avg=140.596041 min=12      med=140     max=184     p(90)=158     p(95)=162    
     data_received..................: 21 MB  687 kB/s
     data_sent......................: 13 MB  445 kB/s
     http_req_blocked...............: avg=4.47µs     min=641ns   med=1.27µs  max=6.69ms  p(90)=1.98µs  p(95)=2.25µs 
     http_req_connecting............: avg=257ns      min=0s      med=0s      max=2.52ms  p(90)=0s      p(95)=0s     
     http_req_duration..............: avg=22.21ms    min=3.3ms   med=21.57ms max=1.22s   p(90)=27.75ms p(95)=29.77ms
       { expected_response:true }...: avg=22.21ms    min=3.3ms   med=21.57ms max=1.22s   p(90)=27.75ms p(95)=29.77ms
     http_req_failed................: 0.00%  ✓ 0           ✗ 134646
     http_req_receiving.............: avg=33.56µs    min=9.28µs  med=23.1µs  max=20.27ms p(90)=37.76µs p(95)=44.98µs
     http_req_sending...............: avg=10.51µs    min=3.39µs  med=6.1µs   max=16.5ms  p(90)=9.71µs  p(95)=13.92µs
     http_req_tls_handshaking.......: avg=0s         min=0s      med=0s      max=0s      p(90)=0s      p(95)=0s     
     http_req_waiting...............: avg=22.16ms    min=3.24ms  med=21.53ms max=1.22s   p(90)=27.71ms p(95)=29.72ms
     http_reqs......................: 134646 4487.472075/s
     iteration_duration.............: avg=44.53ms    min=10.48ms med=42.8ms  max=1.25s   p(90)=48.98ms p(95)=54.66ms
     iterations.....................: 67294  2242.769528/s
     vus............................: 100    min=100       max=100 
     vus_max........................: 100    min=100       max=100 

Copy link
Contributor

@benchmarks/server results (native)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 228956      ✗ 0     
     data_received..................: 23 MB   767 kB/s
     data_sent......................: 9.2 MB  305 kB/s
     http_req_blocked...............: avg=1.45µs   min=892ns    med=1.23µs   max=181.42µs p(90)=1.93µs   p(95)=2.11µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=118.82µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=198.14µs min=146µs    med=188.14µs max=11.61ms  p(90)=213.67µs p(95)=223.19µs
       { expected_response:true }...: avg=198.14µs min=146µs    med=188.14µs max=11.61ms  p(90)=213.67µs p(95)=223.19µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 114478
     http_req_receiving.............: avg=25.85µs  min=14.31µs  med=24.22µs  max=2.61ms   p(90)=31.38µs  p(95)=34.14µs 
     http_req_sending...............: avg=6.6µs    min=4.06µs   med=5.78µs   max=1.39ms   p(90)=8.33µs   p(95)=9.21µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=165.68µs min=118.67µs med=155.57µs max=11.04ms  p(90)=178.29µs p(95)=187.06µs
     http_reqs......................: 114478  3815.801345/s
     iteration_duration.............: avg=257.42µs min=188.37µs med=246.33µs max=11.7ms   p(90)=275.36µs p(95)=287.57µs
     iterations.....................: 114478  3815.801345/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (ponyfill)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 293616      ✗ 0     
     data_received..................: 29 MB   964 kB/s
     data_sent......................: 12 MB   392 kB/s
     http_req_blocked...............: avg=1.4µs    min=882ns    med=1.19µs   max=175.56µs p(90)=1.89µs   p(95)=2.07µs  
     http_req_connecting............: avg=0ns      min=0s       med=0s       max=121.35µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=140.83µs min=96.18µs  med=136.01µs max=5.91ms   p(90)=158.53µs p(95)=165.78µs
       { expected_response:true }...: avg=140.83µs min=96.18µs  med=136.01µs max=5.91ms   p(90)=158.53µs p(95)=165.78µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 146808
     http_req_receiving.............: avg=24.66µs  min=11.9µs   med=23.04µs  max=2.69ms   p(90)=30.58µs  p(95)=33.34µs 
     http_req_sending...............: avg=6.53µs   min=4.13µs   med=5.71µs   max=291.61µs p(90)=8.32µs   p(95)=9.27µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=109.63µs min=70.56µs  med=104.49µs max=5.71ms   p(90)=123.79µs p(95)=129.85µs
     http_reqs......................: 146808  4893.402852/s
     iteration_duration.............: avg=199.77µs min=142.28µs med=194.22µs max=6.17ms   p(90)=219.85µs p(95)=229.23µs
     iterations.....................: 146808  4893.402852/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

Copy link
Contributor

@benchmarks/server results (undici)

     ✓ no-errors
     ✓ expected-result

   ✓ checks.........................: 100.00% ✓ 215990      ✗ 0     
     data_received..................: 22 MB   724 kB/s
     data_sent......................: 8.6 MB  288 kB/s
     http_req_blocked...............: avg=1.43µs   min=901ns    med=1.21µs   max=290.36µs p(90)=1.9µs    p(95)=2.07µs  
     http_req_connecting............: avg=1ns      min=0s       med=0s       max=118.98µs p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=214.35µs min=156.71µs med=202.29µs max=59.19ms  p(90)=227.62µs p(95)=236.56µs
       { expected_response:true }...: avg=214.35µs min=156.71µs med=202.29µs max=59.19ms  p(90)=227.62µs p(95)=236.56µs
     http_req_failed................: 0.00%   ✓ 0           ✗ 107995
     http_req_receiving.............: avg=25.85µs  min=14.11µs  med=24.35µs  max=2.61ms   p(90)=31.26µs  p(95)=33.74µs 
     http_req_sending...............: avg=6.6µs    min=4.06µs   med=5.85µs   max=396.35µs p(90)=8.35µs   p(95)=9.21µs  
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=181.89µs min=133.88µs med=170.19µs max=59.11ms  p(90)=192.31µs p(95)=200.45µs
     http_reqs......................: 107995  3599.691485/s
     iteration_duration.............: avg=273.12µs min=199.48µs med=260.18µs max=59.3ms   p(90)=289.05µs p(95)=300.41µs
     iterations.....................: 107995  3599.691485/s
     vus............................: 1       min=1         max=1   
     vus_max........................: 1       min=1         max=1   

@ardatan ardatan merged commit 2afb07a into master Feb 25, 2025
25 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch February 25, 2025 10:44
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