Skip to content

Commit

Permalink
chore(deps): stop updating inventory with renovate ci (#8742)
Browse files Browse the repository at this point in the history
chore(deps): stop updating inventory
  • Loading branch information
h-a-n-a authored Dec 17, 2024
1 parent 5285518 commit 9b29b0d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"owo-colors",
"miette",
"rkyv",
"rspack_resolver"
"rspack_resolver",
"inventory"
]
},
{
Expand Down Expand Up @@ -93,7 +94,14 @@
{
groupName: "ignored crates",
matchManagers: ["cargo"],
matchPackageNames: ["ustr", "textwrap", "owo-colors", "miette", "rkyv"],
matchPackageNames: [
"ustr",
"textwrap",
"owo-colors",
"miette",
"rkyv",
"inventory"
],
enabled: false
},
{
Expand Down

2 comments on commit 9b29b0d

@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-17 fb2869d) Current Change
10000_big_production-mode_disable-minimize + exec 37.9 s ± 622 ms 37.9 s ± 358 ms +0.10 %
10000_development-mode + exec 1.87 s ± 24 ms 1.81 s ± 16 ms -3.07 %
10000_development-mode_hmr + exec 687 ms ± 28 ms 677 ms ± 8.9 ms -1.58 %
10000_production-mode + exec 2.47 s ± 48 ms 2.39 s ± 43 ms -3.34 %
arco-pro_development-mode + exec 1.77 s ± 90 ms 1.76 s ± 99 ms -0.19 %
arco-pro_development-mode_hmr + exec 379 ms ± 1.6 ms 378 ms ± 1.2 ms -0.25 %
arco-pro_production-mode + exec 3.31 s ± 75 ms 3.31 s ± 110 ms -0.21 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.37 s ± 152 ms 3.36 s ± 88 ms -0.51 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.34 s ± 124 ms 3.33 s ± 118 ms -0.47 %
threejs_development-mode_10x + exec 1.61 s ± 20 ms 1.6 s ± 11 ms -0.21 %
threejs_development-mode_10x_hmr + exec 794 ms ± 28 ms 788 ms ± 13 ms -0.71 %
threejs_production-mode_10x + exec 5.42 s ± 141 ms 5.41 s ± 86 ms -0.05 %
10000_big_production-mode_disable-minimize + rss memory 9482 MiB ± 276 MiB 9516 MiB ± 291 MiB +0.36 %
10000_development-mode + rss memory 633 MiB ± 14.8 MiB 685 MiB ± 40.3 MiB +8.09 %
10000_development-mode_hmr + rss memory 1396 MiB ± 296 MiB 1546 MiB ± 311 MiB +10.71 %
10000_production-mode + rss memory 601 MiB ± 31.9 MiB 694 MiB ± 42.2 MiB +15.55 %
arco-pro_development-mode + rss memory 587 MiB ± 40.3 MiB 618 MiB ± 34.8 MiB +5.21 %
arco-pro_development-mode_hmr + rss memory 639 MiB ± 102 MiB 637 MiB ± 25.3 MiB -0.30 %
arco-pro_production-mode + rss memory 742 MiB ± 50.5 MiB 759 MiB ± 65.1 MiB +2.30 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 737 MiB ± 45.5 MiB 766 MiB ± 47.1 MiB +4.01 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 720 MiB ± 58.3 MiB 772 MiB ± 63.3 MiB +7.16 %
threejs_development-mode_10x + rss memory 638 MiB ± 22.2 MiB 667 MiB ± 42.9 MiB +4.56 %
threejs_development-mode_10x_hmr + rss memory 1194 MiB ± 248 MiB 1191 MiB ± 242 MiB -0.27 %
threejs_production-mode_10x + rss memory 948 MiB ± 55 MiB 956 MiB ± 56.2 MiB +0.82 %

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

Please sign in to comment.