Skip to content

Commit

Permalink
chore(deps): Upgrade and pin webpack to 5.95.0 (#8918)
Browse files Browse the repository at this point in the history
5.96.0 introduces TypeScript changes and test failures that we will need
to deal with later.

Signed-off-by: Anders Kaseorg <[email protected]>
  • Loading branch information
andersk authored Jan 3, 2025
1 parent 649c656 commit d7d824b
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 189 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"rimraf": "^5.0.10",
"ts-jest": "29.2.5",
"typescript": "^5.7.2",
"webpack": "^5.94.0",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"zx": "7.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"path-serializer": "0.3.4",
"pretty-format": "29.7.0",
"rimraf": "^5.0.10",
"webpack": "^5.94.0",
"webpack": "5.95.0",
"webpack-merge": "5.9.0",
"webpack-sources": "3.2.3"
},
Expand Down
Loading

1 comment on commit d7d824b

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on d7d824b Jan 3, 2025

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 (2025-01-03 649c656) Current Change
10000_big_production-mode_disable-minimize + exec 37.6 s ± 265 ms 38.3 s ± 477 ms +2.12 %
10000_development-mode + exec 1.89 s ± 24 ms 1.85 s ± 30 ms -2.38 %
10000_development-mode_hmr + exec 677 ms ± 14 ms 678 ms ± 2.8 ms +0.21 %
10000_production-mode + exec 2.52 s ± 76 ms 2.5 s ± 36 ms -0.89 %
arco-pro_development-mode + exec 1.74 s ± 81 ms 1.77 s ± 76 ms +1.61 %
arco-pro_development-mode_hmr + exec 377 ms ± 1.5 ms 377 ms ± 1.2 ms 0.00 %
arco-pro_production-mode + exec 3.64 s ± 80 ms 3.56 s ± 72 ms -2.13 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.66 s ± 97 ms 3.6 s ± 84 ms -1.79 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.65 s ± 70 ms 3.61 s ± 94 ms -0.98 %
threejs_development-mode_10x + exec 1.5 s ± 22 ms 1.49 s ± 26 ms -0.67 %
threejs_development-mode_10x_hmr + exec 780 ms ± 18 ms 760 ms ± 15 ms -2.56 %
threejs_production-mode_10x + exec 5.38 s ± 127 ms 5.34 s ± 69 ms -0.79 %
10000_big_production-mode_disable-minimize + rss memory 9517 MiB ± 179 MiB 9693 MiB ± 464 MiB +1.86 %
10000_development-mode + rss memory 650 MiB ± 10.7 MiB 688 MiB ± 19 MiB +5.94 %
10000_development-mode_hmr + rss memory 1371 MiB ± 227 MiB 1550 MiB ± 243 MiB +13.02 %
10000_production-mode + rss memory 625 MiB ± 18.8 MiB 662 MiB ± 30.8 MiB +5.91 %
arco-pro_development-mode + rss memory 589 MiB ± 30.1 MiB 591 MiB ± 40.2 MiB +0.39 %
arco-pro_development-mode_hmr + rss memory 635 MiB ± 85.2 MiB 660 MiB ± 41.4 MiB +3.90 %
arco-pro_production-mode + rss memory 749 MiB ± 48.7 MiB 769 MiB ± 46.7 MiB +2.71 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 725 MiB ± 45.5 MiB 772 MiB ± 50.9 MiB +6.57 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 734 MiB ± 41.6 MiB 756 MiB ± 51.9 MiB +2.97 %
threejs_development-mode_10x + rss memory 589 MiB ± 20.5 MiB 640 MiB ± 26.7 MiB +8.64 %
threejs_development-mode_10x_hmr + rss memory 1135 MiB ± 200 MiB 1191 MiB ± 333 MiB +4.99 %
threejs_production-mode_10x + rss memory 852 MiB ± 24.9 MiB 943 MiB ± 70.2 MiB +10.62 %

Please sign in to comment.