Skip to content

Commit

Permalink
chore(deps): update dependency jsdom to v26 (#8991)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent 43af017 commit f28ed41
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"glob": "^11.0.0",
"jest-diff": "^29.7.0",
"jest-snapshot": "29.7.0",
"jsdom": "^25.0.0",
"jsdom": "^26.0.0",
"memfs": "4.14.0",
"path-serializer": "0.3.4",
"pretty-format": "29.7.0",
Expand Down
178 changes: 168 additions & 10 deletions pnpm-lock.yaml

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

2 comments on commit f28ed41

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on f28ed41 Jan 13, 2025

Choose a reason for hiding this comment

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

📝 Ecosystem CI detail: Open

suite result
modernjs ❌ failure
rspress ❌ failure
rslib ❌ failure
rsbuild ❌ failure
rsdoctor ❌ failure
examples ❌ failure
devserver ❌ failure
nuxt ❌ failure

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on f28ed41 Jan 13, 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-13 43af017) Current Change
10000_big_production-mode_disable-minimize + exec 37.1 s ± 460 ms 37.6 s ± 364 ms +1.26 %
10000_development-mode + exec 1.88 s ± 39 ms 1.87 s ± 76 ms -0.26 %
10000_development-mode_hmr + exec 678 ms ± 16 ms 684 ms ± 35 ms +0.90 %
10000_production-mode + exec 2.42 s ± 46 ms 2.42 s ± 85 ms -0.12 %
arco-pro_development-mode + exec 1.77 s ± 68 ms 1.78 s ± 71 ms +0.28 %
arco-pro_development-mode_hmr + exec 378 ms ± 1.7 ms 377 ms ± 1.2 ms -0.18 %
arco-pro_production-mode + exec 3.76 s ± 75 ms 3.66 s ± 92 ms -2.69 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.72 s ± 97 ms 3.72 s ± 164 ms +0.12 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.76 s ± 156 ms 3.7 s ± 134 ms -1.75 %
large-dyn-imports_development-mode + exec 2.12 s ± 17 ms 2.15 s ± 58 ms +1.26 %
large-dyn-imports_production-mode + exec 2.2 s ± 34 ms 2.16 s ± 36 ms -1.41 %
threejs_development-mode_10x + exec 1.64 s ± 22 ms 1.62 s ± 17 ms -1.35 %
threejs_development-mode_10x_hmr + exec 786 ms ± 17 ms 770 ms ± 6.5 ms -1.97 %
threejs_production-mode_10x + exec 5.5 s ± 96 ms 5.42 s ± 99 ms -1.46 %
10000_big_production-mode_disable-minimize + rss memory 9441 MiB ± 44.9 MiB 9604 MiB ± 129 MiB +1.73 %
10000_development-mode + rss memory 641 MiB ± 15 MiB 664 MiB ± 13.6 MiB +3.49 %
10000_development-mode_hmr + rss memory 1444 MiB ± 426 MiB 1402 MiB ± 379 MiB -2.90 %
10000_production-mode + rss memory 640 MiB ± 14.3 MiB 655 MiB ± 21.7 MiB +2.23 %
arco-pro_development-mode + rss memory 570 MiB ± 34.3 MiB 573 MiB ± 27.6 MiB +0.50 %
arco-pro_development-mode_hmr + rss memory 625 MiB ± 74.5 MiB 585 MiB ± 68.3 MiB -6.44 %
arco-pro_production-mode + rss memory 726 MiB ± 42.7 MiB 724 MiB ± 14.4 MiB -0.33 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 727 MiB ± 31.5 MiB 727 MiB ± 44.9 MiB -0.07 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 724 MiB ± 67.6 MiB 722 MiB ± 35.4 MiB -0.31 %
large-dyn-imports_development-mode + rss memory 640 MiB ± 3.01 MiB 629 MiB ± 4.17 MiB -1.76 %
large-dyn-imports_production-mode + rss memory 528 MiB ± 2.74 MiB 524 MiB ± 3.22 MiB -0.88 %
threejs_development-mode_10x + rss memory 552 MiB ± 16.7 MiB 550 MiB ± 17.7 MiB -0.22 %
threejs_development-mode_10x_hmr + rss memory 1119 MiB ± 127 MiB 1106 MiB ± 251 MiB -1.19 %
threejs_production-mode_10x + rss memory 861 MiB ± 41.6 MiB 852 MiB ± 39.7 MiB -0.96 %

Please sign in to comment.