Conversation
WalkthroughThis update increments the version number to 1.7.12 across Cargo.toml and npm's package.json, updates the changelog with a new entry for the release, and adjusts the npm postinstall script to use the new version. The changelog notes a bug fix for npm protocol alias support with Plug'n'Play. Changes
Possibly related PRs
Suggested labels
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (3)
⏰ Context from checks skipped due to timeout of 90000ms (1)
🔇 Additional comments (4)
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. 🪧 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 (
|
bdda96d to
3081c35
Compare
|
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed 3081c35 in 38 seconds. Click for details.
- Reviewed
64lines of code in4files - Skipped
0files when reviewing. - Skipped posting
5draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. CHANGELOG.md:10
- Draft comment:
New version entry for 1.7.12 looks correct and includes the bug fix for npm protocol alias with pnp. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
2. Cargo.lock:1235
- Draft comment:
Version for unrs_resolver updated to 1.7.12; ensure Cargo.lock is regenerated and in sync with Cargo.toml. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
3. Cargo.toml:7
- Draft comment:
The package version in Cargo.toml is correctly updated to 1.7.12. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
4. npm/package.json:3
- Draft comment:
Version bump to 1.7.12 in package.json is consistent. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
5. npm/package.json:19
- Draft comment:
The postinstall script now reflects version 1.7.12; ensure this matches the released binary version. - Reason this comment was not posted:
Confidence changes required:0%<= threshold50%None
Workflow ID: wflow_ScvZK01ui5DDpmj6
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to bdda96d in 59 seconds. Click for details.
- Reviewed
43lines of code in3files - Skipped
0files when reviewing. - Skipped posting
2draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. Cargo.toml:10
- Draft comment:
Verify that using edition = "2024" is intentional. This edition is not yet stable and may require a future compiler or nightly toolchain. - Reason this comment was not posted:
Comment was on unchanged code.
2. Cargo.toml:12
- Draft comment:
The include paths start with a leading '/' which makes them absolute. Consider using relative paths (e.g. 'src', 'examples', 'benches'). - Reason this comment was not posted:
Comment was not on a location in the diff, so it can't be submitted as a review comment.
Workflow ID: wflow_HGQ0pFkmcMPMmFvx
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #140 +/- ##
=======================================
Coverage 93.40% 93.40%
=======================================
Files 13 13
Lines 2894 2894
=======================================
Hits 2703 2703
Misses 191 191 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #140 will not alter performanceComparing Summary
|



🤖 New release
unrs_resolver: 1.7.11 -> 1.7.12 (✓ API compatible changes)Changelog
This PR was generated with release-plz.
Important
Bump
unrs_resolverto v1.7.12 with a bug fix for npm protocol alias with pnp support.unrs_resolverversion from 1.7.11 to 1.7.12 inCargo.toml,Cargo.lock, andnpm/package.json.CHANGELOG.mdto include details of the bug fix in version 1.7.12.This description was created by
for 3081c35. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
Bug Fixes
Chores