-
-
Notifications
You must be signed in to change notification settings - Fork 5
chore: release v1.7.4 #117
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
4f38645 to
95dd68c
Compare
WalkthroughThe changes update the project version to 1.7.4 across Cargo.toml, package.json, and CHANGELOG.md. The changelog records a bug fix for module resolution in node_modules, referencing pull request #116. The postinstall script in package.json is also updated to use the new version number. Changes
Suggested labels
Poem
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 (
|
|
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.
Important
Looks good to me! 👍
Reviewed everything up to 4f38645 in 47 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:12
- Draft comment:
The include paths are written with a leading slash. They should be relative (e.g. "src", "examples", "benches") to ensure proper packaging. - 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.
2. Cargo.toml:94
- Draft comment:
The fs_cache feature lists dependencies with a 'dep:' prefix. Standard Cargo syntax requires using the dependency names directly (e.g. "serde", "serde_json"). - 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_Mrrp6OeZ6gtOYrDm
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 #117 +/- ##
=======================================
Coverage 93.42% 93.42%
=======================================
Files 13 13
Lines 2876 2876
=======================================
Hits 2687 2687
Misses 189 189 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Actionable comments posted: 0
🧹 Nitpick comments (1)
CHANGELOG.md (1)
13-13: Nitpick: Improve changelog bullet wording
Consider refining the phrasing for clarity and grammar:- - prefer file over package dir in `node_modules` ([#116](https://github.com/unrs/unrs-resolver/pull/116)) + - prefer a file over a package directory in `node_modules` ([#116](https://github.com/unrs/unrs-resolver/pull/116))
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
Cargo.lockis excluded by!**/*.lock
📒 Files selected for processing (3)
CHANGELOG.md(1 hunks)Cargo.toml(1 hunks)npm/package.json(2 hunks)
🧰 Additional context used
⏰ Context from checks skipped due to timeout of 90000ms (3)
- GitHub Check: Test (windows-latest)
- GitHub Check: Benchmark
- GitHub Check: Codacy Static Code Analysis
🔇 Additional comments (4)
Cargo.toml (1)
7-7: Bump crate version in Cargo.toml
The version has been correctly updated from "1.7.3" to "1.7.4" to reflect the new release.npm/package.json (2)
3-3: Update package version
The"version"field was updated to"1.7.4"to align with the new release.
19-19: Update postinstall script version
Thepostinstallscript argument now uses the new version"1.7.4".CHANGELOG.md (1)
9-14: Add changelog entry for v1.7.4
The new release entry is properly formatted with the date and PR link for the bug fix.
CodSpeed Performance ReportMerging #117 will not alter performanceComparing Summary
|



🤖 New release
unrs_resolver: 1.7.3 -> 1.7.4 (✓ API compatible changes)Changelog
Bug Fixes
node_modules(#116)This PR was generated with release-plz.
Important
Bump
unrs_resolverto version 1.7.4 with a bug fix prioritizing files over package directories innode_modules.unrs_resolverversion from 1.7.3 to 1.7.4 inCargo.tomlandCargo.lock.node_modulesas perCHANGELOG.mdentry for version 1.7.4.CHANGELOG.mddetailing the bug fix.This description was created by
for 4f38645. You can customize this summary. It will automatically update as commits are pushed.
Summary by CodeRabbit
Bug Fixes
Chores