Skip to content

chore: release v1.9.0#153

Merged
JounQin merged 2 commits intomainfrom
release-plz-2025-06-11T17-10-22Z
Jun 11, 2025
Merged

chore: release v1.9.0#153
JounQin merged 2 commits intomainfrom
release-plz-2025-06-11T17-10-22Z

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Jun 11, 2025

🤖 New release

  • unrs_resolver: 1.8.1 -> 1.9.0 (✓ API compatible changes)
Changelog

1.9.0 - 2025-06-11

Features

Bug Fixes

Contributors


This PR was generated with release-plz.


Important

Bump unrs_resolver to v1.9.0 with file: protocol support, new Android targets, and web container bug fixes.

  • Version Update:
    • Bump unrs_resolver version from 1.8.1 to 1.9.0 in Cargo.toml, Cargo.lock, and package.json.
  • Features:
    • Add support for file: protocol paths.
    • Add two new Android targets.
  • Bug Fixes:
    • Implement a different approach to support web containers out of the box.
  • Misc:
    • Update postinstall script in package.json to use version 1.9.0.

This description was created by Ellipsis for a75a7a2. You can customize this summary. It will automatically update as commits are pushed.

Summary by CodeRabbit

  • Documentation

    • Updated the changelog to include details for version 1.9.0, highlighting new support for the file: protocol path, additional Android targets, and a bug fix for web container support.
  • Chores

    • Bumped the package version to 1.9.0 across relevant files.

@JounQin JounQin force-pushed the release-plz-2025-06-11T17-10-22Z branch from 49629e4 to ddc2153 Compare June 11, 2025 17:10
@coderabbitai
Copy link

coderabbitai bot commented Jun 11, 2025

Walkthrough

This update increments the version of the unrs_resolver package to 1.9.0 across configuration files and documents new features and a bug fix in the changelog. The "postinstall" script in package.json is also updated to reference the new version. No code or API changes are introduced.

Changes

Files/Paths Change Summary
CHANGELOG.md Added 1.9.0 release entry with new features and a bug fix, credited contributor.
Cargo.toml Updated unrs_resolver version from 1.8.1 to 1.9.0 in package and workspace dependencies.
package.json Updated version from 1.8.1 to 1.9.0; changed "postinstall" script argument to 1.9.0.

Possibly related PRs

  • chore: release v1.7.0 #99: Updates version number and changelog for unrs_resolver, similar to this PR's focus on release documentation and version bump.
  • chore: release v1.6.0 #68: Also updates version and changelog as part of a sequential release process, closely mirroring this PR.

Suggested labels

release

Poem

A hop and a skip, a version anew,
1.9.0 hops into view!
With changelog fresh and numbers bright,
The postinstall script set just right.
🐇 Cheers to releases, bugs out of sight—
This bunny’s code is feeling light!


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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link

@ellipsis-dev ellipsis-dev bot left a 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 ddc2153 in 37 seconds. Click for details.
  • Reviewed 73 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft 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:21
  • Draft comment:
    Version bump to 1.9.0 is applied consistently in both the workspace package and the package sections.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. package.json:3
  • Draft comment:
    The version field and the postinstall script have been updated to 1.9.0, ensuring consistency.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_AnmBVajhJqsfLBbV

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@codecov
Copy link

codecov bot commented Jun 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.20%. Comparing base (e3e93eb) to head (a75a7a2).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #153   +/-   ##
=======================================
  Coverage   92.20%   92.20%           
=======================================
  Files          13       13           
  Lines        3068     3068           
=======================================
  Hits         2829     2829           
  Misses        239      239           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@codspeed-hq
Copy link

codspeed-hq bot commented Jun 11, 2025

CodSpeed Performance Report

Merging #153 will not alter performance

Comparing release-plz-2025-06-11T17-10-22Z (a75a7a2) with main (e3e93eb)

Summary

✅ 3 untouched benchmarks

@JounQin JounQin force-pushed the release-plz-2025-06-11T17-10-22Z branch 2 times, most recently from ef5abb3 to f42fd1a Compare June 11, 2025 18:36
Copy link

@ellipsis-dev ellipsis-dev bot left a 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 f42fd1a in 1 minute and 4 seconds. Click for details.
  • Reviewed 73 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 2 draft 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:
    Consider using relative paths (e.g. "src" instead of "/src") in the 'include' array to avoid potential publish issues.
  • 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. package.json:24
  • Draft comment:
    Postinstall script correctly updates to version 1.9.0. Ensure it remains in sync with the package version on future releases.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_4EjarbxVUxERLPRX

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@JounQin JounQin force-pushed the release-plz-2025-06-11T17-10-22Z branch from f42fd1a to dc22656 Compare June 11, 2025 18:41
@JounQin JounQin force-pushed the release-plz-2025-06-11T17-10-22Z branch from dc22656 to 99e1f4f Compare June 11, 2025 18:41
Copy link

@ellipsis-dev ellipsis-dev bot left a 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 99e1f4f in 43 seconds. Click for details.
  • Reviewed 73 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft 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:22
  • Draft comment:
    Version bump to 1.9.0 is consistent across the package and workspace dependencies.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. Cargo.toml:43
  • Draft comment:
    The Clippy and lints configuration is very detailed and appears well‐tuned; ensure these settings match your project standards.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. package.json:2
  • Draft comment:
    package.json version and postinstall script updated to 1.9.0; metadata and targets look consistent.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_u9aLDfwx5kv0rCbZ

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@sonarqubecloud
Copy link

Copy link

@ellipsis-dev ellipsis-dev bot left a 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 a75a7a2 in 1 minute and 39 seconds. Click for details.
  • Reviewed 16 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 3 draft 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:15
  • Draft comment:
    Consider rephrasing 'add two last android targets' to something like 'add two additional android targets' for clarity.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
2. CHANGELOG.md:19
  • Draft comment:
    Consider hyphenating 'out of box' to 'out-of-the-box' for clarity in the bug fix description.
  • Reason this comment was not posted:
    Confidence changes required: 33% <= threshold 50% None
3. CHANGELOG.md:15
  • Draft comment:
    Typographical note: The phrase "two last android targets" might be clearer as "last two android targets".
  • Reason this comment was not posted:
    Decided after close inspection that this draft comment was likely wrong and/or not actionable: usefulness confidence = 0% vs. threshold = 50% The rules state not to make purely informative comments and to only comment if there's clearly a code change required. This is a minor grammatical suggestion that doesn't affect code functionality. While the suggested phrasing might be slightly clearer, it's not important enough to warrant a comment. The suggested phrasing is technically more correct in English. Could improving clarity in documentation be considered important enough to keep? No - the rules explicitly state not to make purely informative comments. The current phrasing is understandable even if not optimal. This comment should be deleted as it's a minor grammatical suggestion that doesn't affect functionality and violates the rule about purely informative comments.

Workflow ID: wflow_bRRUN9nrsMznzhjI

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

@JounQin
Copy link
Member Author

JounQin commented Jun 11, 2025

@coderabbitai full review

@coderabbitai
Copy link

coderabbitai bot commented Jun 11, 2025

✅ Actions performed

Full review triggered.

Copy link

@coderabbitai coderabbitai bot left a 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)

19-19: nit: improve bug fix phrasing
Consider updating for clarity:

- - try different approach to support web container out of box ([#150](…))
+ - Try a different approach to support web container out of the box ([#150](…))
🧰 Tools
🪛 LanguageTool

[uncategorized] ~19-~19: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...- try different approach to support web container out of box ([#150](https://github.com/u...

(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between d20ddda and a75a7a2.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (3)
  • CHANGELOG.md (1 hunks)
  • Cargo.toml (1 hunks)
  • package.json (2 hunks)
🧰 Additional context used
🪛 LanguageTool
CHANGELOG.md

[uncategorized] ~19-~19: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...- try different approach to support web container out of box ([#150](https://github.com/u...

(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)

🪛 markdownlint-cli2 (0.17.2)
CHANGELOG.md

23-23: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Codacy Static Code Analysis
🔇 Additional comments (5)
package.json (2)

3-3: Bump package version to 1.9.0
Version updated from 1.8.1 to 1.9.0, consistent with the release.


24-24: Update postinstall script version
Script now invokes napi-postinstall unrs-resolver 1.9.0, matching the new package version.

CHANGELOG.md (1)

10-24: Changelog entry for v1.9.0 is accurate
The features, bug fix, and contributor credit align with the PR summary and version bump.

🧰 Tools
🪛 LanguageTool

[uncategorized] ~19-~19: The grammatical number of this noun doesn’t look right. Consider replacing it.
Context: ...- try different approach to support web container out of box ([#150](https://github.com/u...

(AI_EN_LECTOR_REPLACEMENT_NOUN_NUMBER)

🪛 markdownlint-cli2 (0.17.2)

23-23: Unordered list style
Expected: dash; Actual: asterisk

(MD004, ul-style)

Cargo.toml (2)

19-19: Bump workspace dependency version
Updated unrs_resolver dependency to version 1.9.0 (path = "."), matching the new release.


23-23: Update package version
Package version set to 1.9.0, consistent with package.json and the changelog.

@JounQin JounQin merged commit 5ff17b6 into main Jun 11, 2025
23 checks passed
@JounQin JounQin deleted the release-plz-2025-06-11T17-10-22Z branch June 11, 2025 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant