Skip to content

Commit

Permalink
chore: bump oxc-resolver to v1.6.0 (#5883)
Browse files Browse the repository at this point in the history
chore: bump oxc-resolver to v1.6.0
  • Loading branch information
Boshen committed Mar 12, 2024
1 parent da56c4f commit acd842e
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 4 deletions.
40 changes: 37 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/rspack_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ json = { workspace = true }
mime_guess = { workspace = true }
num-bigint = "0.4.4"
once_cell = { workspace = true }
oxc_resolver = { version = "1.5.4" }
oxc_resolver = { version = "1.6.0", features = ["package_json_raw_json_api"] }
paste = { workspace = true }
petgraph = { version = "0.6.4", features = ["serde-1"] }
rayon = { workspace = true }
Expand Down

3 comments on commit acd842e

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Benchmark detail: Open

Name Base (2024-03-12 8d21f28) Current Change
10000_development-mode + exec 1.73 s ± 39 ms 1.7 s ± 11 ms -1.92 %
10000_development-mode_hmr + exec 716 ms ± 4.8 ms 713 ms ± 5.7 ms -0.30 %
10000_production-mode + exec 2.66 s ± 24 ms 2.65 s ± 35 ms -0.57 %
arco-pro_development-mode + exec 2.43 s ± 31 ms 2.42 s ± 32 ms -0.39 %
arco-pro_development-mode_hmr + exec 509 ms ± 4.6 ms 508 ms ± 3.5 ms -0.25 %
arco-pro_development-mode_hmr_intercept-plugin + exec 524 ms ± 4.4 ms 516 ms ± 33 ms -1.61 %
arco-pro_development-mode_intercept-plugin + exec 3.27 s ± 42 ms 3.29 s ± 53 ms +0.57 %
arco-pro_production-mode + exec 4.06 s ± 24 ms 4.04 s ± 36 ms -0.36 %
arco-pro_production-mode_intercept-plugin + exec 4.93 s ± 52 ms 4.89 s ± 20 ms -0.83 %
threejs_development-mode_10x + exec 1.91 s ± 19 ms 1.93 s ± 14 ms +0.71 %
threejs_development-mode_10x_hmr + exec 727 ms ± 10 ms 726 ms ± 6.9 ms -0.11 %
threejs_production-mode_10x + exec 5.76 s ± 73 ms 5.96 s ± 84 ms +3.53 %

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
nx ✅ success
rspress ❌ failure
rsbuild ❌ failure
compat ✅ success
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

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

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
nx ❌ failure
rspress ❌ failure
rsbuild ❌ failure
compat ✅ success
examples ✅ success

Please sign in to comment.