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 @typescript/sandbox to v0.1.8 #2378

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 3, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@typescript/sandbox (source) 0.1.7 -> 0.1.8 age adoption passing confidence

Release Notes

microsoft/TypeScript-Website (@​typescript/sandbox)

v0.1.8

Compare Source

Patch Changes

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

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

💻 Website Preview

The latest changes are available as preview in: https://95c6b790.fets.pages.dev

Copy link
Contributor

github-actions bot commented Feb 3, 2025

✅ Benchmark Results

     ✓ no_errors{server:node-http,mode:no-schema}
     ✓ expected_result{server:node-http,mode:no-schema}
     ✓ no_errors{server:node-http,mode:json-schema}
     ✓ expected_result{server:node-http,mode:json-schema}
     ✓ no_errors{server:uWebSockets,mode:no-schema}
     ✓ expected_result{server:uWebSockets,mode:no-schema}
     ✓ no_errors{server:uWebSockets,mode:json-schema}
     ✓ expected_result{server:uWebSockets,mode:json-schema}

     checks......................................: 100.00% ✓ 891498      ✗ 0     
     data_received...............................: 81 MB   673 kB/s
     data_sent...................................: 57 MB   472 kB/s
     http_req_blocked............................: avg=1.56µs   min=921ns    med=1.5µs    max=5.48ms   p(90)=1.92µs   p(95)=2.07µs  
     http_req_connecting.........................: avg=1ns      min=0s       med=0s       max=130.15µs p(90)=0s       p(95)=0s      
     http_req_duration...........................: avg=188.82µs min=115.62µs med=178.54µs max=8.59ms   p(90)=207.11µs p(95)=216.36µs
       { expected_response:true }................: avg=188.82µs min=115.62µs med=178.54µs max=8.59ms   p(90)=207.11µs p(95)=216.36µs
     ✓ { server:node-http,mode:json-schema }.....: avg=206.97µs min=152.07µs med=195.93µs max=6.79ms   p(90)=219.56µs p(95)=227.99µs
     ✓ { server:node-http,mode:no-schema }.......: avg=198.68µs min=142.73µs med=185.39µs max=8.59ms   p(90)=209.56µs p(95)=220.08µs
     ✓ { server:uWebSockets,mode:json-schema }...: avg=180.21µs min=125.69µs med=171.64µs max=7.34ms   p(90)=192.28µs p(95)=198.62µs
     ✓ { server:uWebSockets,mode:no-schema }.....: avg=172.44µs min=115.62µs med=163.3µs  max=8.57ms   p(90)=184.12µs p(95)=190.98µs
     http_req_failed.............................: 0.00%   ✓ 0           ✗ 445749
     http_req_receiving..........................: avg=23.33µs  min=11.84µs  med=22.48µs  max=2.92ms   p(90)=27.62µs  p(95)=29.97µs 
     http_req_sending............................: avg=9.11µs   min=5.48µs   med=9.17µs   max=515.85µs p(90)=11.83µs  p(95)=13.29µs 
     http_req_tls_handshaking....................: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting............................: avg=156.37µs min=94.2µs   med=146.81µs max=8.56ms   p(90)=172.99µs p(95)=181.58µs
     http_reqs...................................: 445749  3714.530198/s
     iteration_duration..........................: avg=264.36µs min=180.58µs med=253.42µs max=8.69ms   p(90)=284.93µs p(95)=296.13µs
     iterations..................................: 445749  3714.530198/s
     vus.........................................: 1       min=1         max=1   
     vus_max.....................................: 2       min=2         max=2   

@renovate renovate bot merged commit 8f55d14 into master Feb 3, 2025
23 checks passed
@renovate renovate bot deleted the renovate/typescript-sandbox-0.x-lockfile branch February 3, 2025 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants