Skip to content

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Jun 5, 2025

πŸ€– New release

  • unrs_resolver: 1.7.9 -> 1.7.10 (βœ“ API compatible changes)
Changelog

1.7.9 - 2025-06-03

Bug Fixes


This PR was generated with release-plz.

Summary by CodeRabbit

  • Chores
    • Updated package version to 1.7.10.
    • Adjusted post-installation script to reflect the new version.

Important

Bump unrs_resolver version to 1.7.10 and update postinstall script in npm/package.json.

  • Version Update:
    • Bump unrs_resolver version from 1.7.9 to 1.7.10 in Cargo.lock, Cargo.toml, and npm/package.json.
  • Scripts:
    • Update postinstall script in npm/package.json to use version 1.7.10.

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

@JounQin JounQin force-pushed the release-plz-2025-06-05T05-33-18Z branch from 397c3e1 to 3021b9c Compare June 5, 2025 05:33
Copy link

coderabbitai bot commented Jun 5, 2025

"""

Walkthrough

The version numbers for the "unrs_resolver" package were incremented from 1.7.9 to 1.7.10 in both Cargo.toml and npm/package.json. Additionally, the postinstall script in package.json was updated to reference the new version. No other changes were made.

Changes

File(s) Change Summary
Cargo.toml Bumped package version from 1.7.9 to 1.7.10
npm/package.json Updated version and postinstall script to 1.7.10

Possibly related PRs

Suggested labels

release

Poem

A hop and a skip, the numbers advance,
From nine to ten, we take our chance.
Cargo and npm, in harmony sing,
"A new release is hereβ€”let the changelog ring!"
πŸ‡βœ¨
"""


πŸ“œ Recent review details

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

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between 3021b9c and 22227b2.

β›” Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
πŸ“’ Files selected for processing (2)
  • Cargo.toml (1 hunks)
  • npm/package.json (2 hunks)
βœ… Files skipped from review due to trivial changes (1)
  • Cargo.toml
🚧 Files skipped from review as they are similar to previous changes (1)
  • npm/package.json
⏰ Context from checks skipped due to timeout of 90000ms (10)
  • GitHub Check: Test wasi target
  • GitHub Check: Test (windows-latest)
  • GitHub Check: Lint
  • GitHub Check: Test (macos-14)
  • GitHub Check: Test (ubuntu-latest)
  • GitHub Check: Benchmark
  • GitHub Check: autofix
  • GitHub Check: Code Coverage
  • GitHub Check: Analyze (javascript-typescript)
  • GitHub Check: Analyze (actions)

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 397c3e1 in 31 seconds. Click for details.
  • Reviewed 26 lines of code in 2 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.lock:1227
  • Draft comment:
    Version bump updated to 1.7.10; Cargo.lock reflects release bump correctly.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. Cargo.toml:7
  • Draft comment:
    Release version bump to 1.7.10 in Cargo.toml; looks correctly aligned.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_sacLTG4nJIJ0ZzEu

You can customize Ellipsis by changing your verbosity settings, reacting with πŸ‘ or πŸ‘Ž, replying to comments, or adding code review rules.

Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 93.40%. Comparing base (4810a16) to head (22227b2).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #132   +/-   ##
=======================================
  Coverage   93.40%   93.40%           
=======================================
  Files          13       13           
  Lines        2894     2894           
=======================================
  Hits         2703     2703           
  Misses        191      191           

β˜” 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.

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: 1

πŸ“œ Review details

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

πŸ“₯ Commits

Reviewing files that changed from the base of the PR and between f775168 and 3021b9c.

β›” Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
πŸ“’ Files selected for processing (2)
  • Cargo.toml (1 hunks)
  • npm/package.json (2 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (10)
  • GitHub Check: Codacy Static Code Analysis
  • GitHub Check: Test (ubuntu-latest)
  • GitHub Check: Test (macos-14)
  • GitHub Check: Test (windows-latest)
  • GitHub Check: Lint
  • GitHub Check: Test wasi target
  • GitHub Check: Code Coverage
  • GitHub Check: Benchmark
  • GitHub Check: Analyze (actions)
  • GitHub Check: Analyze (javascript-typescript)
πŸ”‡ Additional comments (3)
Cargo.toml (1)

7-7: Bump version to 1.7.10
Release version update is correct and aligns with the PR objective.

npm/package.json (2)

3-3: Bump package.json version to 1.7.10
Matches the Cargo.toml update and package release.


19-19: Update postinstall script version
Updated the napi-postinstall invocation to use the new package version.

@@ -4,7 +4,7 @@ resolver = "2"

[package]
name = "unrs_resolver"
version = "1.7.9"
version = "1.7.10"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’‘ Verification agent

🧩 Analysis chain

Verify no stale version references
Ensure there are no remaining occurrences of 1.7.9 in docs, examples, or scripts.


🏁 Script executed:

#!/bin/bash
# Search for lingering old version references
rg -nF '1.7.9'

Length of output: 117


Update stale 1.7.9 reference in CHANGELOG.md
A lingering 1.7.9 entry was found in your changelogβ€”please bump it to 1.7.10 and update the compare link (and release date) accordingly:

  • CHANGELOG.md line 10:
- ## [1.7.9](https://github.com/unrs/unrs-resolver/compare/v1.7.8...v1.7.9) - 2025-06-03
+ ## [1.7.10](https://github.com/unrs/unrs-resolver/compare/v1.7.9...v1.7.10) - 2025-06-XX

Committable suggestion skipped: line range outside the PR's diff.

πŸ€– Prompt for AI Agents
In Cargo.toml at line 7, the version has been updated to 1.7.10, but there are
still lingering references to version 1.7.9 in other files. Search through the
project, especially in CHANGELOG.md around line 10, and update all occurrences
of 1.7.9 to 1.7.10, including the compare link and release date, to ensure
consistency across documentation and scripts.

Copy link

codspeed-hq bot commented Jun 5, 2025

CodSpeed Performance Report

Merging #132 will not alter performance

Comparing release-plz-2025-06-05T05-33-18Z (22227b2) with main (4810a16)

Summary

βœ… 3 untouched benchmarks

@JounQin JounQin force-pushed the release-plz-2025-06-05T05-33-18Z branch from 3021b9c to d8ff17c Compare June 5, 2025 06:07
@JounQin JounQin force-pushed the release-plz-2025-06-05T05-33-18Z branch from d8ff17c to 22227b2 Compare June 5, 2025 06:07
Copy link

sonarqubecloud bot commented Jun 5, 2025

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 22227b2 in 42 seconds. Click for details.
  • Reviewed 47 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 4 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.lock:1235
  • Draft comment:
    Bump version to 1.7.10 in Cargo.lock.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
2. Cargo.toml:7
  • Draft comment:
    Update version to 1.7.10 in Cargo.toml.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
3. npm/package.json:3
  • Draft comment:
    Set package version to 1.7.10 in package.json.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
4. npm/package.json:19
  • Draft comment:
    Update postinstall script to reflect version 1.7.10.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None

Workflow ID: wflow_UrxrZ7F6sYlZ931Y

You can customize Ellipsis by changing your verbosity settings, reacting with πŸ‘ or πŸ‘Ž, replying to comments, or adding code review rules.

@JounQin JounQin closed this Jun 5, 2025
@JounQin JounQin deleted the release-plz-2025-06-05T05-33-18Z branch June 5, 2025 06:11
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