Skip to content

chore(deps-dev): bump the shikijs group across 1 directory with 3 updates #2709

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 25, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 27, 2025

Bumps the shikijs group with 3 updates in the / directory: @shikijs/rehype, @shikijs/transformers and shiki.

Updates @shikijs/rehype from 2.1.0 to 3.1.0

Release notes

Sourced from @​shikijs/rehype's releases.

v3.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v2.5.0

   🐞 Bug Fixes

    View changes on GitHub

v2.4.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits

Updates @shikijs/transformers from 2.1.0 to 3.1.0

Release notes

Sourced from @​shikijs/transformers's releases.

v3.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v2.5.0

   🐞 Bug Fixes

    View changes on GitHub

v2.4.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits
  • ab672eb chore: release v3.1.0
  • c028cd3 docs(transformers): fix wrong jsdoc (#938)
  • ba9172d chore: release v3.0.0
  • 4edb178 Merge branch 'v2'
  • 516322e chore: release v2.5.0
  • 58ea07c fix(transformers): fix matching indices for word-highlight (#909)
  • 9221ea3 fix(transformers): support matching comments in comments, fix #934
  • 457b08c fix(transformers): also remove extra newline token, fix #915
  • 5546c14 chore: add more fixture for transformer
  • 57a09ad fix(transformers): fix matching indices for word-highlight (#909)
  • Additional commits viewable in compare view

Updates shiki from 2.1.0 to 3.1.0

Release notes

Sourced from shiki's releases.

v3.1.0

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

   🚨 Breaking Changes

   🐞 Bug Fixes

    View changes on GitHub

v2.5.0

   🐞 Bug Fixes

    View changes on GitHub

v2.4.2

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

... (truncated)

Commits

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2025
Copy link
Contributor

coderabbitai bot commented Feb 27, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. 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

codecov bot commented Feb 27, 2025

Bundle Report

Changes will decrease total bundle size by 239.53kB (-0.63%) ⬇️. This is within the configured threshold ✅

Detailed changes
Bundle name Size Change
client-array-push 37.85MB -239.53kB (-0.63%) ⬇️

Affected Assets, Files, and Routes:

view changes for bundle: client-array-push

Assets Changed:

Asset Name Size Change Total Size Change (%)
assets/chunk.*.js -5.91kB 22.78kB -20.59%
assets/chunk.*.js 6.62kB 24.6kB 36.83% ⚠️
assets/chunk.*.js 1.23kB 47.04kB 2.69%
assets/chunk.*.js -3.17kB 17.26kB -15.52%
assets/chunk.*.js -1.08kB 56.11kB -1.88%
assets/chunk.*.js -3.57kB 70.3kB -4.83%
assets/chunk.*.js -484 bytes 31.27kB -1.52%
assets/chunk.*.js -210 bytes 4.29kB -4.66%
assets/chunk.*.js -70 bytes 1.02kB -6.4%
assets/chunk.*.js 781 bytes 43.98kB 1.81%
assets/chunk.*.js -167 bytes 8.58kB -1.91%
assets/chunk.*.js -225 bytes 37.11kB -0.6%
assets/chunk.*.js -2.85kB 113.96kB -2.44%
assets/chunk.*.js -8 bytes 887 bytes -0.89%
assets/chunk.*.js -427 bytes 31.09kB -1.35%
assets/chunk.*.js -4.81kB 28.5kB -14.44%
assets/chunk.*.js -4.53kB 23.85kB -15.97%
assets/chunk.*.js -140 bytes 3.43kB -3.92%
assets/chunk.*.js -291 bytes 10.7kB -2.65%
assets/chunk.*.js -309 bytes 32.42kB -0.94%
assets/chunk.*.js -199 bytes 18.13kB -1.09%
assets/chunk.*.js -4.64kB 31.12kB -12.96%
assets/chunk.*.js -540 bytes 25.47kB -2.08%
assets/chunk.*.js -629 bytes 14.79kB -4.08%
assets/chunk.*.js -138 bytes 10.67kB -1.28%
assets/chunk.*.js -448 bytes 48.28kB -0.92%
assets/chunk.*.js 1.23kB 47.04kB 2.69%
assets/chunk.*.js -597 bytes 12.16kB -4.68%
assets/chunk.*.js -1.99kB 11.58kB -14.64%
assets/chunk.*.js -3.52kB 50.13kB -6.56%
assets/chunk.*.js -904 bytes 23.61kB -3.69%
assets/chunk.*.js -6.71kB 27.07kB -19.86%
assets/chunk.*.js -24.82kB 780.05kB -3.08%
assets/chunk.*.js -138 bytes 35.35kB -0.39%
assets/chunk.*.js -4.83kB 97.83kB -4.7%
assets/chunk.*.js 84 bytes 22.05kB 0.38%
assets/chunk.*.js -526 bytes 10.7kB -4.69%
assets/chunk.*.js -4 bytes 1.27kB -0.31%
assets/chunk.*.js -1.65kB 21.03kB -7.26%
assets/chunk.*.js 61 bytes 20.04kB 0.31%
assets/chunk.*.js -697 bytes 46.32kB -1.48%
assets/chunk.*.js -1.24kB 41.67kB -2.88%
assets/chunk.*.js -5.23kB 92.58kB -5.35%
assets/chunk.*.js -3.64kB 172.26kB -2.07%
assets/chunk.*.js -83 bytes 11.56kB -0.71%
assets/chunk.*.js -327 bytes 27.61kB -1.17%
assets/chunk.*.js -4.25kB 136.3kB -3.02%
assets/chunk.*.js -25 bytes 1.93kB -1.28%
assets/chunk.*.js -2.38kB 105.65kB -2.2%
assets/chunk.*.js -221 bytes 12.8kB -1.7%
assets/chunk.*.js -80 bytes 1.33kB -5.66%
assets/chunk.*.js -2.97kB 16.04kB -15.61%
assets/chunk.*.js -38 bytes 9.87kB -0.38%
assets/chunk.*.js -4.78kB 49.23kB -8.85%
assets/chunk.*.js -2.11kB 20.34kB -9.39%
assets/chunk.*.js -223 bytes 8.43kB -2.58%
assets/chunk.*.js -1.61kB 29.07kB -5.24%
assets/chunk.*.js 1.12kB 37.67kB 3.06%
assets/chunk.*.js -1.42kB 48.7kB -2.82%
assets/chunk.*.js -23.22kB 177.98kB -11.54%
assets/chunk.*.js -27.96kB 183.93kB -13.2%
assets/chunk.*.js -4.37kB 29.51kB -12.89%
assets/chunk.*.js -16 bytes 21.95kB -0.07%
assets/chunk.*.js -1.21kB 4.37kB -21.72%
assets/chunk.*.js -23.22kB 175.73kB -11.67%
assets/chunk.*.js -268 bytes 33.42kB -0.8%
assets/chunk.*.js -1.5kB 31.6kB -4.54%
assets/chunk.*.js -653 bytes 20.56kB -3.08%
assets/chunk.*.js 45 bytes 33.98kB 0.13%
assets/chunk.*.js -648 bytes 10.04kB -6.06%
assets/chunk.*.js -563 bytes 26.4kB -2.09%
assets/chunk.*.js 26 bytes 24.16kB 0.11%
assets/chunk.*.js -741 bytes 56.2kB -1.3%
assets/chunk.*.js -417 bytes 15.4kB -2.64%
assets/chunk.*.js -1.79kB 41.83kB -4.11%
assets/chunk.*.js -84 bytes 30.66kB -0.27%
assets/chunk.*.js -4.08kB 57.52kB -6.62%
assets/chunk.*.js 100 bytes 22.05kB 0.46%
assets/chunk.*.js -233 bytes 22.05kB -1.05%
assets/chunk.*.js -3.48kB 113.01kB -2.99%
assets/chunk.*.js 829 bytes 24.41kB 3.52%
assets/chunk.*.js -769 bytes 50.89kB -1.49%
assets/chunk.*.js -7.27kB 45.33kB -13.82%
assets/chunk.*.js -1.24kB 29.76kB -4.0%
assets/chunk.*.js 10.13kB 79.11kB 14.69% ⚠️
assets/chunk.*.js -559 bytes 18.14kB -2.99%
assets/chunk.*.js -11.05kB 87.38kB -11.22%
assets/chunk.*.js 480 bytes 24.46kB 2.0%
assets/chunk.*.js -341 bytes 7.45kB -4.38%
assets/chunk.*.js 18.89kB 55.96kB 50.98% ⚠️
assets/chunk.*.js 1.23kB 47.04kB 2.69%
assets/chunk.*.js -484 bytes 20.2kB -2.34%
assets/chunk.*.js 509 bytes 22.29kB 2.34%
assets/chunk.*.js -135 bytes 40.91kB -0.33%
assets/chunk.*.js 305 bytes 22.05kB 1.4%
assets/chunk.*.js -588 bytes 24.88kB -2.31%
assets/chunk.*.js -2.94kB 58.89kB -4.75%
assets/chunk.*.js -3.57kB 74.99kB -4.55%
assets/chunk.*.js -2.6kB 16.86kB -13.38%
assets/chunk.*.js -247 bytes 25.67kB -0.95%
assets/chunk.*.js 6.51kB 23.87kB 37.53% ⚠️
assets/chunk.*.js 3 bytes 1.16kB 0.26%
assets/chunk.*.js -618 bytes 33.41kB -1.82%
assets/chunk.*.js -4.02kB 57.18kB -6.57%
assets/chunk.*.js -138 bytes 10.66kB -1.28%
assets/chunk.*.js -3.92kB 12.2kB -24.29%
assets/chunk.*.js -5.03kB 86.16kB -5.51%
assets/chunk.*.js 667 bytes 21.94kB 3.14%
assets/chunk.*.js -1.45kB 39.26kB -3.56%
assets/chunk.*.js -484 bytes 20.2kB -2.34%
assets/chunk.*.js 1.23kB 47.05kB 2.68%
assets/chunk.*.js 223 bytes 26.68kB 0.84%
assets/chunk.*.js -230 bytes 12.88kB -1.75%
assets/chunk.*.js -4.06kB 16.3kB -19.94%
assets/chunk.*.js -6.44kB 87.25kB -6.87%
assets/chunk.*.js -266 bytes 27.41kB -0.96%
assets/chunk.*.js -23.22kB 175.01kB -11.71%
assets/chunk.*.js 688 bytes 21.95kB 3.24%
assets/chunk.*.js -27.96kB 181.26kB -13.36%
assets/chunk.*.js 1.3kB 35.86kB 3.77%
assets/chunk.*.js 181 bytes 19.05kB 0.96%
assets/chunk.*.js -4 bytes 1.72kB -0.23%
assets/chunk.*.js -4.43kB 80.37kB -5.23%
assets/chunk.*.js -124 bytes 9.48kB -1.29%
assets/chunk.*.js -922 bytes 27.39kB -3.26%
assets/chunk.*.js -802 bytes 14.97kB -5.09%
assets/chunk.*.js -407 bytes 22.84kB -1.75%
assets/chunk.*.js -6.2kB 262.58kB -2.31%
assets/chunk.*.js -1.14kB 16.42kB -6.5%
assets/chunk.*.js -127 bytes 14.98kB -0.84%
assets/chunk.*.js -104 bytes 13.08kB -0.79%
assets/chunk.*.js 1.23kB 22.05kB 5.89% ⚠️
assets/chunk.*.js -96 bytes 5.56kB -1.7%
assets/chunk.*.js -35 bytes 8.97kB -0.39%
assets/chunk.*.js -130 bytes 8.06kB -1.59%
assets/chunk.*.js -734 bytes 9.25kB -7.35%
assets/chunk.*.js -790 bytes 7.11kB -10.01%
assets/chunk.*.js -309 bytes 11.63kB -2.59%
assets/chunk.*.js -22 bytes 3.55kB -0.62%
assets/chunk.*.js -84 bytes 3.32kB -2.47%
assets/chunk.*.js -735 bytes 2.43kB -23.22%
assets/chunk.*.js -24 bytes 5.58kB -0.43%
assets/chunk.*.js -55 bytes 4.96kB -1.1%
assets/chunk.*.js -625 bytes 10.32kB -5.71%
assets/chunk.*.js -4 bytes 4.86kB -0.08%
assets/chunk.*.js -1.58kB 85.79kB -1.81%
assets/chunk.*.js -79 bytes 8.18kB -0.96%
assets/chunk.*.js -106 bytes 3.48kB -2.96%
assets/chunk.*.js -510 bytes 13.42kB -3.66%
assets/chunk.*.js -24 bytes 6.96kB -0.34%
assets/chunk.*.js -169 bytes 6.29kB -2.62%
assets/chunk.*.js -511 bytes 14.24kB -3.46%
assets/chunk.*.js -14 bytes 3.89kB -0.36%
assets/chunk.*.js -389 bytes 4.01kB -8.85%
assets/chunk.*.js -18 bytes 3.12kB -0.57%
assets/chunk.*.js -422 bytes 4.89kB -7.94%
assets/chunk.*.js -12 bytes 3.81kB -0.31%
assets/chunk.*.js -22 bytes 3.86kB -0.57%
assets/chunk.*.js 1.41kB 21.66kB 6.98% ⚠️
assets/chunk.*.js -68 bytes 2.35kB -2.82%
assets/chunk.*.js -194 bytes 2.02kB -8.75%
assets/chunk.*.js 1.9kB 21.75kB 9.59% ⚠️
assets/chunk.*.js -690 bytes 13.39kB -4.9%
assets/chunk.*.js -56 bytes 6.52kB -0.85%
assets/chunk.*.js -1.98kB 16.47kB -10.74%
assets/chunk.*.js -12 bytes 3.8kB -0.31%
assets/chunk.*.js -80 bytes 3.56kB -2.2%
assets/chunk.*.js -1.92kB 10.24kB -15.78%
assets/chunk.*.js -755 bytes 12.65kB -5.63%
assets/chunk.*.js -24 bytes 2.54kB -0.94%
assets/chunk.*.js -6 bytes 6.12kB -0.1%
assets/chunk.*.js -287 bytes 3.44kB -7.69%
assets/chunk.*.js 10 bytes 16.43kB 0.06%
assets/chunk.*.js -53 bytes 6.71kB -0.78%
assets/chunk.*.js -452 bytes 14.29kB -3.07%
assets/chunk.*.js -92 bytes 3.2kB -2.79%
assets/chunk.*.js -308 bytes 3.82kB -7.46%
assets/chunk.*.js -2.53kB 15.26kB -14.24%
assets/chunk.*.js 30 bytes 7.11kB 0.42%
assets/chunk.*.js -92 bytes 3.01kB -2.96%
assets/chunk.*.js -99 bytes 6.61kB -1.48%
assets/chunk.*.js 549 bytes 19.38kB 2.92%
assets/chunk.*.js -108 bytes 6.63kB -1.6%
assets/chunk.*.js 2.27kB 21.08kB 12.1% ⚠️
assets/chunk.*.js -3.42kB 62.74kB -5.16%
assets/chunk.*.js -588 bytes 4.62kB -11.29%
assets/chunk.*.js -3.27kB 69.62kB -4.48%
assets/chunk.*.js -78 bytes 8.0kB -0.97%
assets/chunk.*.js -23 bytes 4.12kB -0.55%
assets/chunk.*.js 52 bytes 6.95kB 0.75%
assets/chunk.*.js -113 bytes 3.04kB -3.58%
assets/chunk.*.js -663 bytes 6.6kB -9.12%
assets/chunk.*.js -482 bytes 3.62kB -11.74%
assets/chunk.*.js -483 bytes 4.1kB -10.53%
assets/chunk.*.js -281 bytes 1.61kB -14.82%
assets/chunk.*.js 3.94kB 21.26kB 22.74% ⚠️
assets/chunk.*.js -1.05kB 14.0kB -6.98%
assets/chunk.*.js -34 bytes 3.56kB -0.95%
assets/chunk.*.js 4.33kB 21.07kB 25.83% ⚠️
assets/chunk.*.js -29 bytes 6.09kB -0.47%
assets/chunk.*.js -48 bytes 6.51kB -0.73%
assets/chunk.*.js -157 bytes 3.45kB -4.35%
assets/chunk.*.js -485 bytes 5.72kB -7.82%
assets/chunk.*.js -884 bytes 6.55kB -11.88%
assets/chunk.*.js 4.88kB 18.83kB 34.94% ⚠️
assets/chunk.*.js 9.2kB 22.05kB 71.52% ⚠️
assets/chunk.*.js -275 bytes 12.28kB -2.19%
assets/chunk.*.js -180 bytes 2.84kB -5.96%
assets/chunk.*.js -1.55kB 7.36kB -17.41%
assets/chunk.*.js -1.34kB 5.33kB -20.13%
assets/chunk.*.js -1.85kB 72.34kB -2.5%
assets/chunk.*.js -71.82kB 638.47kB -10.11%
assets/chunk.*.js 9.18kB 18.81kB 95.42% ⚠️
assets/chunk.*.js 4.4kB 13.95kB 46.04% ⚠️
assets/chunk.*.js -109 bytes 2.77kB -3.79%
assets/chunk.*.js -55 bytes 5.21kB -1.04%
assets/chunk.*.js 9 bytes 3.81kB 0.24%
assets/chunk.*.js -167 bytes 5.56kB -2.92%
assets/chunk.*.js 505 bytes 9.71kB 5.49% ⚠️
assets/chunk.*.js 8.56kB 17.32kB 97.71% ⚠️
assets/chunk.*.js -146 bytes 4.51kB -3.14%
assets/chunk.*.js 1.14kB 9.15kB 14.24% ⚠️
assets/chunk.*.js -88 bytes 5.51kB -1.57%
assets/chunk.*.js 7.43kB 15.36kB 93.71% ⚠️
assets/chunk.*.js -33 bytes 5.65kB -0.58%
assets/chunk.*.js -24 bytes 5.58kB -0.43%
assets/chunk.*.js -92 bytes 3.3kB -2.71%
assets/chunk.*.js 2.45kB 3.0MB 0.08%
assets/chunk.*.js -39 bytes 5.8kB -0.67%
assets/chunk.*.js -46 bytes 5.39kB -0.85%
assets/chunk.*.js 9.74kB 16.75kB 139.0% ⚠️
assets/chunk.*.js -74 bytes 2.76kB -2.61%
assets/chunk.*.js -85 bytes 2.56kB -3.22%
assets/chunk.*.js 7.37kB 12.89kB 133.48% ⚠️
assets/chunk.*.js 931 bytes 5.52kB 20.29% ⚠️
assets/chunk.*.js 193 bytes 4.59kB 4.39%
assets/chunk.*.js -66 bytes 3.3kB -1.96%
assets/chunk.*.js 16.9kB 21.27kB 386.51% ⚠️
assets/chunk.*.js 3.74kB 7.93kB 89.51% ⚠️
assets/chunk.*.js 6.58kB 9.62kB 216.2% ⚠️
assets/chunk.*.js -35.8kB 7.66kB -82.37%
assets/chunk.*.js -83.02kB 8.7kB -90.51%
assets/chunk.*.js (New) 85.2kB 85.2kB 100.0% 🚀
assets/chunk.*.js (New) 4.18kB 4.18kB 100.0% 🚀
assets/chunk.*.js (New) 6.79kB 6.79kB 100.0% 🚀
assets/chunk.*.js (New) 3.04kB 3.04kB 100.0% 🚀
assets/chunk.*.js (New) 4.98kB 4.98kB 100.0% 🚀
assets/chunk.*.js (New) 6.15kB 6.15kB 100.0% 🚀
assets/chunk.*.js (New) 38.78kB 38.78kB 100.0% 🚀
assets/chunk.*.js (New) 4.34kB 4.34kB 100.0% 🚀

Copy link

github-actions bot commented Feb 27, 2025

Test Results

  1 files  ±0    1 suites  ±0   8m 20s ⏱️ - 4m 17s
633 tests +6  585 ✅ +7  48 💤 ±0  0 ❌ ±0 
633 runs  +6  585 ✅ +8  48 💤 ±0  0 ❌  - 1 

Results for commit 98ce6d6. ± Comparison against base commit 6a22caf.

This pull request removes 1 and adds 7 tests. Note that renamed tests count towards both.
Chrome ‑ error
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it filters by stage(s) if given
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should be able to filter by stage(s) through a dropdown menu
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should be accessible if user is course author and authored current course
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should handle null value for tree SHA
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should have the commit SHA in the header
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should have the tree SHA in the header
Chrome 137.0 ‑ Acceptance | course-admin | view-submissions: it should not be accessible if user is course author and did not author current course

♻️ This comment has been updated with latest results.

Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch 2 times, most recently from 5b6af72 to b89f4fa Compare February 28, 2025 05:06
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from b89f4fa to 23fafa4 Compare February 28, 2025 13:16
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 23fafa4 to 41b8623 Compare March 3, 2025 14:00
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 41b8623 to 3877231 Compare March 4, 2025 13:43
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 3877231 to 11b217d Compare March 10, 2025 14:33
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 11b217d to 59da173 Compare March 12, 2025 13:32
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 59da173 to 8f0ed77 Compare March 13, 2025 13:45
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 8adba3c to 2b9ca6c Compare June 12, 2025 13:44
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 2b9ca6c to a4c4987 Compare June 13, 2025 13:26
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from a4c4987 to 1d166a0 Compare June 17, 2025 13:12
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 1d166a0 to 6e62814 Compare June 18, 2025 13:47
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 6e62814 to b9c7714 Compare June 19, 2025 13:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from b9c7714 to e637952 Compare June 20, 2025 13:59
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from e637952 to 1d15709 Compare June 23, 2025 14:48
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 1d15709 to 738911f Compare June 24, 2025 13:23
…ates

Bumps the shikijs group with 3 updates in the / directory: [@shikijs/rehype](https://github.com/shikijs/shiki/tree/HEAD/packages/rehype), [@shikijs/transformers](https://github.com/shikijs/shiki/tree/HEAD/packages/transformers) and [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki).


Updates `@shikijs/rehype` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.1.0/packages/rehype)

Updates `@shikijs/transformers` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.1.0/packages/transformers)

Updates `shiki` from 2.1.0 to 3.1.0
- [Release notes](https://github.com/shikijs/shiki/releases)
- [Commits](https://github.com/shikijs/shiki/commits/v3.1.0/packages/shiki)

---
updated-dependencies:
- dependency-name: "@shikijs/rehype"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shikijs
- dependency-name: "@shikijs/transformers"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shikijs
- dependency-name: shiki
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: shikijs
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch from 738911f to 98ce6d6 Compare June 25, 2025 13:46
@rohitpaulk rohitpaulk merged commit de37f3c into main Jun 25, 2025
9 of 10 checks passed
@rohitpaulk rohitpaulk deleted the dependabot/npm_and_yarn/shikijs-8d0e665c32 branch June 25, 2025 21:45
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