Conversation
05a5310 to
abbb902
Compare
## Walkthrough
This update increments the version number of the `oxc_resolver` package from 7.0.1 to 8.0.0 in both the `Cargo.toml` and `package.json` files. A new changelog entry for version 8.0.0 dated 2025-05-01 was added, documenting a bug fix for the incorrect return of `package.json` when a workspace module contains a `node_modules` directory, a performance improvement by removing an unnecessary `load_as_directory` call, and breaking refactors removing the `description_files` and `modules` options. No changes were made to the package's public API or exported entities.
## Changes
| File(s) | Change Summary |
|--------------------------|----------------------------------------------------------------------------------------------------------------|
| CHANGELOG.md | Added entry for version 8.0.0 (2025-05-01) documenting a bug fix for workspace module resolution, a performance improvement, and breaking refactors removing the `description_files` and `modules` options. |
| Cargo.toml, package.json | Updated package version from 7.0.1 to 8.0.0. |
## Poem
> A leap to eight, a brand new gate,
> Bugs fixed with care, refactors great!
> Modules gone, descriptions too,
> The path is clear, the code anew.
> 🐇 With every jump, the future’s bright—
> Oxc-resolver takes new flight!📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
⏰ Context from checks skipped due to timeout of 90000ms (2)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page 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)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #483 +/- ##
=======================================
Coverage 93.85% 93.85%
=======================================
Files 13 13
Lines 2797 2797
=======================================
Hits 2625 2625
Misses 172 172 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #483 will not alter performanceComparing Summary
|
2f0aed6 to
b9a9087
Compare
2886ee4 to
24ec8c3
Compare
24ec8c3 to
c90ae9d
Compare
🤖 New release
oxc_resolver: 7.0.1 -> 8.0.0 (⚠ API breaking changes)⚠
oxc_resolverbreaking changesChangelog
This PR was generated with release-plz.
Summary by CodeRabbit