-
Notifications
You must be signed in to change notification settings - Fork 169
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
feat: add shiki #319
feat: add shiki #319
Conversation
WalkthroughThe pull request introduces a new dependency, Changes
Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (1)package.json (1)
Consider pinning the shiki version instead of using "*" Using "*" for the version allows any version to be installed which could lead to:
Recommend explicitly pinning to a specific version: "shiki": {
- "version": "*"
+ "version": "1.1.7"
}, Let's verify the package authenticity and maintenance: ✅ Verification successfulConsider pinning shiki to version 1.22.2 The package is actively maintained with:
"shiki": {
- "version": "*"
+ "version": "1.22.2"
}, 🏁 Scripts executedThe following scripts were executed for the analysis: Script: #!/bin/bash
# Description: Verify shiki package details and activity
# Test: Check npm package info and GitHub activity
npm view shiki
# Verify GitHub activity on new maintained repo
gh api \
-H "Accept: application/vnd.github+json" \
repos/shikijs/shiki | jq '{stars:.stargazers_count,updated:.updated_at,issues:.open_issues_count}'
Length of output: 1258 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? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Hey @lbb00, here is an example of how you can ask me to improve this pull request: @Sweep Add unit tests for the Shiki integration to verify: 📖 For more information on how to use Sweep, please read our documentation. |
[skip ci] ## [1.143.0](v1.142.0...v1.143.0) (2024-11-07) ### Features * add shiki ([#319](#319)) ([9eb0bb4](9eb0bb4))
Add shiki
Summary by CodeRabbit