Skip to content

Commit

Permalink
chore(deps): update crates (#8198)
Browse files Browse the repository at this point in the history
* chore(deps): update crates

* chore: update

* chore: license

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hana <andywangsy@gmail.com>
  • Loading branch information
renovate[bot] and h-a-n-a authored Dec 5, 2024
1 parent c26a11a commit 45bb15c
Show file tree
Hide file tree
Showing 17 changed files with 584 additions and 261 deletions.
748 changes: 535 additions & 213 deletions Cargo.lock

Large diffs are not rendered by default.

56 changes: 28 additions & 28 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,68 +28,68 @@ ignored = [
"rspack_plugin_merge",
]
[workspace.dependencies]
anyhow = { version = "1.0.81", features = ["backtrace"] }
anyhow = { version = "1.0.94", features = ["backtrace"] }
anymap = { version = "=1.0.0-beta.2" }
async-recursion = { version = "1.1.0" }
async-recursion = { version = "1.1.1" }
async-scoped = { version = "0.9.0" }
async-trait = { version = "0.1.79" }
bitflags = { version = "2.5.0" }
camino = { version = "1.1.8" }
async-trait = { version = "0.1.83" }
bitflags = { version = "2.6.0" }
camino = { version = "1.1.9" }
concat-string = { version = "1.0.1" }
cow-utils = { version = "0.1.3" }
css-module-lexer = { version = "0.0.15" }
dashmap = { version = "5.5.3" }
derivative = { version = "2.2.0" }
either = { version = "1.10.0" }
futures = { version = "0.3.30" }
either = { version = "1.13.0" }
futures = { version = "0.3.31" }
glob = { version = "0.3.1" }
hashlink = { version = "0.9.0" }
hashlink = { version = "0.9.1" }
heck = { version = "0.5.0" }
hex = { version = "0.4.3" }
indexmap = { version = "2.2.6" }
indexmap = { version = "2.7.0" }
indoc = { version = "2.0.5" }
itertools = { version = "0.13.0" }
json = { version = "0.12.4" }
lightningcss = { version = "1.0.0-alpha.60" }
lightningcss = { version = "1.0.0-alpha.61" }
linked_hash_set = { version = "0.1.4" }
mimalloc = { version = "0.1.43" }
mime_guess = { version = "2.0.4" }
once_cell = { version = "1.19.0" }
mime_guess = { version = "2.0.5" }
once_cell = { version = "1.20.2" }
parcel_sourcemap = { version = "2.1.1" }
paste = { version = "1.0" }
paste = { version = "1.0.15" }
path-clean = { version = "1.0.1" }
pathdiff = { version = "0.2.1" }
pathdiff = { version = "0.2.3" }
pollster = { version = "0.4.0" }
proc-macro2 = { version = "1.0.79" }
quote = { version = "1.0.35" }
proc-macro2 = { version = "1.0.92" }
quote = { version = "1.0.37" }
rayon = { version = "1.10.0" }
regex = { version = "1.10.4" }
regex = { version = "1.11.1" }
ropey = "1.6.1"
rspack_resolver = { version = "0.3.5", features = ["package_json_raw_json_api"] }
rspack_sources = { version = "=0.3.5" }
rustc-hash = { version = "1.1.0" }
serde = { version = "1.0.197" }
serde_json = { version = "1.0.115" }
serde = { version = "1.0.215" }
serde_json = { version = "1.0.133" }
simd-json = { version = "0.14.0-rc.2" }
stacker = { version = "0.1.15" }
stacker = { version = "0.1.17" }
sugar_path = { version = "1.2.0", features = ["cached_current_dir"] }
syn = { version = "2.0.58" }
tokio = { version = "1.37.0" }
tracing = { version = "0.1.40" }
tracing-subscriber = { version = "0.3.18" }
unicase = { version = "2.7.0" }
url = { version = "2.5.0" }
syn = { version = "2.0.90" }
tokio = { version = "1.42.0" }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.19" }
unicase = { version = "2.8.0" }
url = { version = "2.5.4" }
urlencoding = { version = "2.1.3" }
ustr = { package = "ustr-fxhash", version = "1.0.0" }
xxhash-rust = { version = "0.8.10" }
xxhash-rust = { version = "0.8.12" }

# Pinned
napi = { version = "3.0.0-alpha.22" }
napi-build = { version = "2.1.3" }
napi-derive = { version = "3.0.0-alpha.21" }

# Serialize and Deserialize
inventory = { version = "0.1" }
inventory = { version = "=0.1" }
rkyv = { version = "=0.8.8" }

# Must be pinned with the same swc versions
Expand Down
2 changes: 1 addition & 1 deletion crates/node_binding/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ tracing = { workspace = true }
napi = { workspace = true }
napi-derive = { workspace = true }

color-backtrace = "0.6"
color-backtrace = "0.6.1"


[build-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/rspack_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ indoc = { workspace = true }
itertools = { workspace = true }
json = { workspace = true }
mime_guess = { workspace = true }
num-bigint = "0.4.4"
num-bigint = "0.4.6"
once_cell = { workspace = true }
paste = { workspace = true }
rayon = { workspace = true }
Expand Down Expand Up @@ -70,7 +70,7 @@ url = { workspace = true }
ustr = { workspace = true }

[dev-dependencies]
pretty_assertions = { version = "1.4.0" }
pretty_assertions = { version = "1.4.1" }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ owo-colors = "3.5.0"
rspack_collections = { workspace = true }
rspack_paths = { workspace = true }
swc_core = { workspace = true, features = ["common", "common_concurrent"] }
termcolor = "1"
termcolor = "1.4.1"
textwrap = "0.15.2"
thiserror = "1"
thiserror = "1.0.69"

unicode-width = "0.2.0"
2 changes: 1 addition & 1 deletion crates/rspack_hook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.2.0"

[dependencies]
async-trait = { workspace = true }
futures-concurrency = "7.5.0"
futures-concurrency = "7.6.2"
rspack_error = { workspace = true }
rspack_macros = { workspace = true }
rustc-hash = { workspace = true }
6 changes: 3 additions & 3 deletions crates/rspack_loader_swc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ plugin = [
[dependencies]
anyhow = { workspace = true }
async-trait = { workspace = true }
base64 = { version = "0.22" }
base64 = { version = "0.22.1" }
dashmap = { workspace = true }
either = { workspace = true }
jsonc-parser = { version = "0.26.0", features = ["serde"] }
jsonc-parser = { version = "0.26.2", features = ["serde"] }
rspack_ast = { workspace = true }
rspack_core = { workspace = true }
rspack_error = { workspace = true }
Expand All @@ -36,4 +36,4 @@ stacker = { workspace = true }
swc = { workspace = true, features = ["manual-tokio-runtmie"] }
swc_config = { workspace = true }
swc_core = { workspace = true, features = ["base", "ecma_ast", "common"] }
url = "2.5.0"
url = "2.5.4"
2 changes: 1 addition & 1 deletion crates/rspack_macros_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rspack_macros = { workspace = true }
rspack_util = { workspace = true }
tokio = { workspace = true, features = ["macros"] }
tracing = { workspace = true }
trybuild = { version = "1.0.91", features = ["diff"] }
trybuild = { version = "1.0.101", features = ["diff"] }

[package.metadata.cargo-shear]
ignored = ["tracing"]
2 changes: 1 addition & 1 deletion crates/rspack_napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ version = "0.2.0"

[dependencies]
napi = { workspace = true, features = ["async", "tokio_rt", "serde-json", "napi4", "anyhow"] }
oneshot = "0.1.6"
oneshot = "0.1.8"
rspack_error = { workspace = true }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "macros", "test-util", "parking_lot"] }
2 changes: 1 addition & 1 deletion crates/rspack_plugin_copy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dashmap = { workspace = true }
derivative = { workspace = true }
futures = { workspace = true }
glob = { workspace = true }
lazy_static = "1.4.0"
lazy_static = "1.5.0"
pathdiff = { workspace = true, features = ["camino"] }
regex = { workspace = true }
rspack_core = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_javascript/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ indexmap = { workspace = true }
indoc = { workspace = true }
itertools = { workspace = true }
linked_hash_set = { workspace = true }
num-bigint = { version = "0.4.4" }
num-bigint = { version = "0.4.6" }
once_cell = { workspace = true }
rayon = { workspace = true }
regex = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_progress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.2.0"

[dependencies]
async-trait = { workspace = true }
indicatif = "0.17.8"
indicatif = "0.17.9"
rspack_collections = { workspace = true }
rspack_core = { workspace = true }
rspack_error = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_plugin_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ rspack_util = { workspace = true }
serde_json = { workspace = true }
swc_core = { workspace = true, features = ["__ecma"] }
tracing = { workspace = true }
wasmparser = "0.219.0"
wasmparser = "0.221.2"

[package.metadata.cargo-shear]
ignored = ["tracing"]
4 changes: 2 additions & 2 deletions crates/rspack_regex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ version = "0.2.0"
[dependencies]
cow-utils = { workspace = true }
napi = { workspace = true }
regex-syntax = { version = "0.8.3", default-features = false, features = ["std"] }
regress = "0.10.0"
regex-syntax = { version = "0.8.5", default-features = false, features = ["std"] }
regress = "0.10.1"
rspack_error = { workspace = true }
swc_core = { workspace = true, features = ["ecma_ast"] }

Expand Down
2 changes: 1 addition & 1 deletion crates/rspack_util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concat-string = { workspace = true }
cow-utils = { workspace = true }
dashmap = { workspace = true }
indexmap = { workspace = true }
itoa = { version = "1.0.11" }
itoa = { version = "1.0.14" }
regex = { workspace = true }
ropey = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ allow = [
"MPL-2.0",
"0BSD",
"Unicode-DFS-2016",
"Unicode-3.0",
"BSL-1.0",
]
# The confidence threshold for detecting a license from license text.
Expand Down
4 changes: 2 additions & 2 deletions tasks/release-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ license.workspace = true
repository.workspace = true

[dependencies]
toml = { version = "0.8.9"}
toml = { version = "0.8.19"}
miette = { version = "5", features = ["fancy"] }
thiserror = "1"
thiserror = "1.0.69"

[lints]
workspace = true

2 comments on commit 45bb15c

@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-12-05 c26a11a) Current Change
10000_big_production-mode_disable-minimize + exec 36.9 s ± 632 ms 37 s ± 228 ms +0.29 %
10000_development-mode + exec 1.81 s ± 44 ms 1.8 s ± 41 ms -0.57 %
10000_development-mode_hmr + exec 638 ms ± 7 ms 642 ms ± 9.5 ms +0.58 %
10000_production-mode + exec 2.34 s ± 47 ms 2.34 s ± 64 ms -0.04 %
arco-pro_development-mode + exec 1.71 s ± 63 ms 1.76 s ± 57 ms +3.09 %
arco-pro_development-mode_hmr + exec 425 ms ± 2.9 ms 425 ms ± 2.9 ms -0.09 %
arco-pro_production-mode + exec 3.12 s ± 67 ms 3.1 s ± 65 ms -0.59 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.18 s ± 59 ms 3.18 s ± 60 ms +0.19 %
threejs_development-mode_10x + exec 1.64 s ± 24 ms 1.62 s ± 15 ms -1.48 %
threejs_development-mode_10x_hmr + exec 806 ms ± 4.8 ms 785 ms ± 4.7 ms -2.63 %
threejs_production-mode_10x + exec 4.91 s ± 34 ms 4.89 s ± 20 ms -0.47 %
10000_big_production-mode_disable-minimize + rss memory 10152 MiB ± 158 MiB 10123 MiB ± 58 MiB -0.29 %
10000_development-mode + rss memory 805 MiB ± 78.1 MiB 791 MiB ± 40.5 MiB -1.84 %
10000_development-mode_hmr + rss memory 1871 MiB ± 197 MiB 1920 MiB ± 300 MiB +2.67 %
10000_production-mode + rss memory 664 MiB ± 33.8 MiB 678 MiB ± 58.2 MiB +2.17 %
arco-pro_development-mode + rss memory 697 MiB ± 36.4 MiB 717 MiB ± 42.7 MiB +2.96 %
arco-pro_development-mode_hmr + rss memory 890 MiB ± 56.5 MiB 882 MiB ± 100 MiB -0.87 %
arco-pro_production-mode + rss memory 808 MiB ± 73.2 MiB 835 MiB ± 47 MiB +3.43 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 819 MiB ± 30.7 MiB 839 MiB ± 38.9 MiB +2.43 %
threejs_development-mode_10x + rss memory 768 MiB ± 43.1 MiB 775 MiB ± 32.4 MiB +0.98 %
threejs_development-mode_10x_hmr + rss memory 1722 MiB ± 324 MiB 1715 MiB ± 349 MiB -0.41 %
threejs_production-mode_10x + rss memory 1088 MiB ± 86.1 MiB 1079 MiB ± 34.9 MiB -0.78 %

@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 ✅ success
_selftest ✅ success
rsdoctor ✅ success
rspress ✅ success
rslib ✅ success
rsbuild ✅ success
examples ✅ success
devserver ✅ success
nuxt ✅ success

Please sign in to comment.