-
Notifications
You must be signed in to change notification settings - Fork 193
feat: bug version @swc/core 1.13.21 #282
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
Conversation
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughA new bug-version mapping was added to Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested reviewers
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary of ChangesHello @shiftj18, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses a specific bug identified in Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
The pull request adds a new entry to the bug-versions configuration in package.json for @swc/core version 1.13.21, indicating that it should be downgraded to version 1.3.20 due to issue https://github.com/swc-project/swc/issues/11176. This change aims to address a bug in the specified version of the @swc/core package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR addresses a bug in @swc/core version 1.13.21 by adding a version override configuration that downgrades it to version 1.3.20.
Key Changes
- Added a new version resolution override for
@swc/core1.13.21, pinning it to 1.3.20 due to a documented issue
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
[skip ci] ## 1.118.0 (2025-10-24) * feat: bug version @swc/core 1.13.21 (#282) ([8b592e5](8b592e5)), closes [#282](#282) * chore: Configure Renovate (#278) ([cb31593](cb31593)), closes [#278](#278) * chore(deps): update commitlint monorepo to v20 (major) (#279) ([2185662](2185662)), closes [#279](#279) * chore(deps): update dependency husky to v9 (#280) ([5fe9870](5fe9870)), closes [#280](#280)
|
🎉 This PR is included in version 1.118.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary by CodeRabbit