Skip to content

chore: release 0.9.3#282

Open
stormslowly wants to merge 1 commit into
mainfrom
release/0.9.3
Open

chore: release 0.9.3#282
stormslowly wants to merge 1 commit into
mainfrom
release/0.9.3

Conversation

@stormslowly

Copy link
Copy Markdown
Collaborator

Release 0.9.3.

  • Crate rspack_resolver: 0.9.2 → 0.9.3
  • npm @rspack/resolver: 0.5.2 → 0.5.3

What's included since 0.9.2

Performance

Dependencies & security

CI & benches

Copilot AI review requested due to automatic review settings June 20, 2026 11:05
@coderabbitai

coderabbitai Bot commented Jun 20, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 39a42896-6751-4165-a4ae-14e512061a30

📥 Commits

Reviewing files that changed from the base of the PR and between 39c5b69 and d6dfa54.

⛔ Files ignored due to path filters (2)
  • Cargo.lock is excluded by !**/*.lock
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (3)
  • Cargo.toml
  • napi/index.js
  • npm/package.json

📝 Walkthrough

Walkthrough

The pull request performs a version bump across three files. The Cargo.toml package version is incremented from 0.9.2 to 0.9.3. The npm/package.json version is incremented from 0.5.2 to 0.5.3. In napi/index.js, the bindingPackageVersion mismatch check within requireNative() is updated from 0.5.2 to 0.5.3 across all platform/architecture branches, along with the corresponding error message text.

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title 'chore: release 0.9.3' directly and specifically describes the main change in the changeset: releasing version 0.9.3 of the rspack-resolver project.
Description check ✅ Passed The description is fully related to the changeset, providing a comprehensive breakdown of version 0.9.3 release details including version bumps, performance improvements, dependency updates, and CI/benchmark enhancements.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/0.9.3

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Release bump PR updating the Rust crate (rspack_resolver) and the published npm package (@rspack/resolver) versions for the 0.9.3 / 0.5.3 release, along with corresponding lockfile updates.

Changes:

  • Bump rspack_resolver crate version 0.9.2 → 0.9.3 (and update Cargo.lock).
  • Bump npm package version @rspack/resolver 0.5.2 → 0.5.3.
  • Update pnpm-lock.yaml snapshots (notably @napi-rs/wasm-runtime to 1.1.5) and add workspace importers for bindings/*.

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
pnpm-lock.yaml Updates pnpm lockfile; adds bindings/* importers and bumps @napi-rs/wasm-runtime in snapshots.
npm/package.json Bumps published npm package version to 0.5.3.
napi/index.js Updates native binding version mismatch checks to expect 0.5.3.
Cargo.toml Bumps crate version to 0.9.3.
Cargo.lock Updates locked crate metadata to 0.9.3.
Files not reviewed (1)
  • pnpm-lock.yaml: Generated file

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-lock.yaml
Comment thread pnpm-lock.yaml
Comment thread pnpm-lock.yaml
@codspeed-hq

codspeed-hq Bot commented Jun 20, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 12 untouched benchmarks


Comparing release/0.9.3 (d6dfa54) with main (39c5b69)

Open in CodSpeed

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.

2 participants