Skip to content

chore: release v1.6.3#81

Merged
JounQin merged 1 commit intomainfrom
release-plz-2025-04-21T09-31-20Z
Apr 21, 2025
Merged

chore: release v1.6.3#81
JounQin merged 1 commit intomainfrom
release-plz-2025-04-21T09-31-20Z

Conversation

@JounQin
Copy link
Member

@JounQin JounQin commented Apr 21, 2025

🤖 New release

  • unrs_resolver: 1.6.2 -> 1.6.3 (✓ API compatible changes)
Changelog

1.6.3 - 2025-04-21

Bug Fixes

  • support load_as_directory for pnp mode (#75)

Testing


This PR was generated with release-plz.


Important

Bump unrs_resolver to v1.6.3 with a bug fix for load_as_directory in pnp mode and a new test case.

  • Version Update:
    • Bump unrs_resolver version from 1.6.2 to 1.6.3 in Cargo.toml, Cargo.lock, and npm/package.json.
  • Bug Fix:
    • Support load_as_directory for pnp mode.
  • Testing:
    • Add test case for import-js/eslint-import-resolver-typescript#429.
  • Changelog:
    • Update CHANGELOG.md to document bug fix and testing changes.

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

Summary by CodeRabbit

  • Chores
    • Updated version to 1.6.3.
    • Added a changelog entry for the new release.
  • Bug Fixes
    • Added support for loading as a directory in PnP mode.
  • Tests
    • Introduced a new test case to address a previously reported issue.

@JounQin JounQin force-pushed the release-plz-2025-04-21T09-31-20Z branch from ba0d346 to e42ce59 Compare April 21, 2025 09:31
@coderabbitai
Copy link

coderabbitai bot commented Apr 21, 2025

Walkthrough

The changes update the version numbers for the project in three files: CHANGELOG.md, Cargo.toml, and npm/package.json. The changelog records a new entry for version 1.6.3 dated 2025-04-21, documenting a bug fix that adds support for load_as_directory in PnP mode and a new test case addressing a specific issue. Both the Rust and npm package manifests are updated to reflect the new version 1.6.3. No other modifications to code, configuration, or public interfaces are present.

Changes

File(s) Change Summary
CHANGELOG.md Added a new entry for version 1.6.3, including a bug fix for load_as_directory support and a test case.
Cargo.toml, npm/package.json Updated the package version from 1.6.2 to 1.6.3.

Possibly related PRs

  • chore: release v1.6.2 #74: Previous release update for version 1.6.2 including a different bug fix; related as sequential version updates.

Poem

A hop and a skip, a version anew,
Changelog updated, as all good teams do.
From 1.6.2 to 1.6.3 we leap,
With test cases added, our code is neat.
🐇✨ Another small hop on our journey’s track,
The rabbit keeps moving, never looks back!


📜 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 e42ce59 and c9e3846.

⛔ 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)
  • npm/package.json (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • npm/package.json
🚧 Files skipped from review as they are similar to previous changes (2)
  • Cargo.toml
  • CHANGELOG.md
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Test (windows-latest)
  • GitHub Check: Benchmark

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.
    • Generate unit testing code for this file.
    • 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 generate unit testing code for this file.
    • @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 generate unit testing code.
    • @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.

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 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 ba0d346 in 50 seconds. Click for details.
  • Reviewed 43 lines of code in 3 files
  • Skipped 0 files when reviewing.
  • Skipped posting 6 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:12
  • Draft comment:
    Include paths use leading slashes; consider using relative paths (e.g. "src", "examples") to avoid ambiguity.
  • 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:12
  • Draft comment:
    Remove the leading '/' from include paths; use 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.
3. Cargo.toml:1
  • Draft comment:
    Review workspace members: ensure the root package should be excluded from the members list (only 'napi' is listed).
  • 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.
4. Cargo.toml:92
  • Draft comment:
    Consider listing optional dependencies by name (e.g. 'serde', 'serde_json') instead of using the 'dep:' prefix.
  • 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.
5. CHANGELOG.md:54
  • Draft comment:
    Typo: 'pacakge.json' should be corrected to 'package.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.
6. CHANGELOG.md:433
  • Draft comment:
    Typo: '(napi)' should be corrected to '(napi)' to maintain consistent formatting.
  • 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_AXeQ7HjQI9e2f3hO

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 Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.24%. Comparing base (5648d7b) to head (c9e3846).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #81   +/-   ##
=======================================
  Coverage   93.24%   93.24%           
=======================================
  Files          13       13           
  Lines        2858     2858           
=======================================
  Hits         2665     2665           
  Misses        193      193           

☔ 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 Apr 21, 2025

CodSpeed Performance Report

Merging #81 will not alter performance

Comparing release-plz-2025-04-21T09-31-20Z (c9e3846) with main (5648d7b)

Summary

✅ 3 untouched benchmarks

@JounQin JounQin force-pushed the release-plz-2025-04-21T09-31-20Z branch from e42ce59 to 81a6381 Compare April 21, 2025 11:32
@JounQin JounQin force-pushed the release-plz-2025-04-21T09-31-20Z branch from 81a6381 to c9e3846 Compare April 21, 2025 11:32
@sonarqubecloud
Copy link

Please retry analysis of this Pull-Request directly on SonarQube Cloud

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 c9e3846 in 30 seconds. Click for details.
  • Reviewed 59 lines of code in 4 files
  • Skipped 0 files when reviewing.
  • Skipped posting 7 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:12
  • Draft comment:
    Consider removing leading slashes in include paths; use relative paths (e.g. "src", "examples", "benches") to avoid potential issues on some systems.
  • 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. npm/package.json:1
  • Draft comment:
    Version bump to 1.6.3 is consistent; ensure that all related documentation is updated to reflect changes.
  • Reason this comment was not posted:
    Confidence changes required: 20% <= threshold 50% None
3. Cargo.toml:107
  • Draft comment:
    NAPI settings appear correct; double-check that target configurations in npm/package.json align with supported targets here.
  • Reason this comment was not posted:
    Confidence changes required: 30% <= threshold 50% None
4. Cargo.toml:12
  • Draft comment:
    The include paths use leading slashes. They should be relative (e.g. 'src' instead of '/src') to avoid packaging 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.
5. npm/package.json:3
  • Draft comment:
    NPM package version and NAPI configuration appear correctly updated to 1.6.3.
  • Reason this comment was not posted:
    Confidence changes required: 0% <= threshold 50% None
6. CHANGELOG.md:57
  • Draft comment:
    Typographical error: 'pacakge.json' should be corrected to 'package.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.
7. CHANGELOG.md:437
  • Draft comment:
    Typographical error: The token '(napi)' should likely be corrected to '(napi)' to match the expected formatting.
  • 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_f2dt1WEa4N8QY8WT

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

@JounQin JounQin merged commit e172e11 into main Apr 21, 2025
22 checks passed
@JounQin JounQin deleted the release-plz-2025-04-21T09-31-20Z branch April 21, 2025 11:40
@coderabbitai coderabbitai bot mentioned this pull request Apr 26, 2025
@coderabbitai coderabbitai bot mentioned this pull request Jun 5, 2025
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