Skip to content

Commit

Permalink
chore(deps): bump textwrap 0.16 for deduplication (#8699)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 13, 2024
1 parent 0861d4a commit 2f4992b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
15 changes: 2 additions & 13 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_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rspack_collections = { workspace = true }
rspack_paths = { workspace = true }
swc_core = { workspace = true, features = ["common", "common_concurrent"] }
termcolor = "1.4.1"
textwrap = "0.15.2"
textwrap = "0.16.1"
thiserror = "1.0.69"

unicode-width = "0.2.0"

2 comments on commit 2f4992b

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

📝 Benchmark detail: Open

Name Base (2024-12-13 c81fa8d) Current Change
10000_big_production-mode_disable-minimize + exec 37.7 s ± 976 ms 38.3 s ± 635 ms +1.53 %
10000_development-mode + exec 1.79 s ± 21 ms 1.79 s ± 22 ms +0.21 %
10000_development-mode_hmr + exec 656 ms ± 7.9 ms 669 ms ± 30 ms +1.98 %
10000_production-mode + exec 2.33 s ± 42 ms 2.36 s ± 27 ms +1.37 %
arco-pro_development-mode + exec 1.74 s ± 73 ms 1.73 s ± 98 ms -0.46 %
arco-pro_development-mode_hmr + exec 379 ms ± 1.3 ms 378 ms ± 2.8 ms -0.31 %
arco-pro_production-mode + exec 3.11 s ± 87 ms 3.21 s ± 62 ms +3.12 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.17 s ± 78 ms 3.26 s ± 89 ms +2.99 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.12 s ± 93 ms 3.22 s ± 57 ms +3.19 %
threejs_development-mode_10x + exec 1.6 s ± 9.6 ms 1.58 s ± 9.2 ms -1.74 %
threejs_development-mode_10x_hmr + exec 789 ms ± 24 ms 776 ms ± 9.6 ms -1.61 %
threejs_production-mode_10x + exec 4.94 s ± 110 ms 5.1 s ± 33 ms +3.18 %
10000_big_production-mode_disable-minimize + rss memory 9737 MiB ± 290 MiB 9574 MiB ± 56.7 MiB -1.67 %
10000_development-mode + rss memory 808 MiB ± 16.8 MiB 709 MiB ± 13 MiB -12.30 %
10000_development-mode_hmr + rss memory 1906 MiB ± 321 MiB 1614 MiB ± 191 MiB -15.30 %
10000_production-mode + rss memory 699 MiB ± 38.9 MiB 693 MiB ± 46.9 MiB -0.82 %
arco-pro_development-mode + rss memory 732 MiB ± 47.1 MiB 627 MiB ± 47 MiB -14.41 %
arco-pro_development-mode_hmr + rss memory 825 MiB ± 19.7 MiB 690 MiB ± 62.2 MiB -16.38 %
arco-pro_production-mode + rss memory 792 MiB ± 69.8 MiB 766 MiB ± 70 MiB -3.30 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 815 MiB ± 54.2 MiB 802 MiB ± 50.5 MiB -1.61 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 841 MiB ± 32.3 MiB 798 MiB ± 53.9 MiB -5.11 %
threejs_development-mode_10x + rss memory 782 MiB ± 63.4 MiB 720 MiB ± 41.3 MiB -7.84 %
threejs_development-mode_10x_hmr + rss memory 1686 MiB ± 334 MiB 1364 MiB ± 177 MiB -19.09 %
threejs_production-mode_10x + rss memory 1103 MiB ± 83.2 MiB 1017 MiB ± 93.8 MiB -7.87 %

Please sign in to comment.