Skip to content

chore: update rspack resolver to v0.6.6#12149

Merged
hardfist merged 13 commits intomainfrom
chore/bump_resolver
Nov 19, 2025
Merged

chore: update rspack resolver to v0.6.6#12149
hardfist merged 13 commits intomainfrom
chore/bump_resolver

Conversation

@stormslowly
Copy link
Contributor

@stormslowly stormslowly commented Nov 11, 2025

Summary

update to https://github.com/web-infra-dev/rspack-resolver/releases/tag/v0.6.6

why patch.crates-io

Due to simd-adler32's wasm compile error being fixed but not published to crates.io yet

Related links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings November 11, 2025 08:53
@netlify
Copy link

netlify bot commented Nov 11, 2025

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 9408937
🔍 Latest deploy log https://app.netlify.com/projects/rspack/deploys/691d634d14e55700081c222c

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Nov 11, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the rspack_resolver dependency from version 0.6.4 to 0.6.5, along with necessary code adaptations for API changes in the new version.

  • Updated rspack_resolver from 0.6.4 to 0.6.5
  • Removed unnecessary .and_then(|t| t.as_str()) call in resolver code, reflecting API changes where r#type now returns a type that directly implements ToString
  • Updated transitive dependencies including thiserror, pnp, simd-json, and various other libraries

Reviewed Changes

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

File Description
Cargo.toml Bumped rspack_resolver version from 0.6.4 to 0.6.5
Cargo.lock Updated dependency tree including rspack_resolver and transitive dependencies (pnp, thiserror, simd-json, fancy-regex, etc.)
crates/rspack_binding_api/src/rspack_resolver/mod.rs Removed redundant .and_then(|t| t.as_str()) call now that r#type field returns a type implementing ToString directly

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 11, 2025

📦 Binary Size-limit

Comparing 9408937 to refactor: processing more string concatenation in runtime template part 2 (#12235) by harpsealjs

❌ Size increased by 86.88KB from 47.48MB to 47.57MB (⬆️0.18%)

@codspeed-hq
Copy link

codspeed-hq bot commented Nov 11, 2025

CodSpeed Performance Report

Merging #12149 will not alter performance

Comparing chore/bump_resolver (9408937) with main (5dfcba5)

Summary

✅ 17 untouched

@chenjiahan chenjiahan changed the title chore: update rspack resolver chore: update rspack resolver to v0.6.5 Nov 12, 2025
@stormslowly stormslowly changed the title chore: update rspack resolver to v0.6.5 chore: update rspack resolver to v0.6.6 Nov 19, 2025
@stormslowly stormslowly requested a review from hardfist November 19, 2025 06:51
@hardfist hardfist merged commit 7b18816 into main Nov 19, 2025
49 of 51 checks passed
@hardfist hardfist deleted the chore/bump_resolver branch November 19, 2025 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

team The issue/pr is created by the member of Rspack.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants