Skip to content

Commit

Permalink
chore: renovate split napi upgrades (#5806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Feb 28, 2024
1 parent d8b80a3 commit dca4576
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"webpack-examples/**",
"webpack-test/**"
],
"assignees": ["@Boshen"],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"assignees": ["@Boshen"],
"excludePackageNames": ["actions/upload-artifact", "actions/download-artifact"]
},
{
Expand All @@ -26,8 +26,7 @@
{
"groupName": "crates",
"matchManagers": ["cargo"],
"assignees": ["@Boshen"],
"excludePackagePrefixes": ["swc"],
"excludePackagePrefixes": ["swc", "napi"],
"excludePackageNames": ["ustr", "textwrap", "styled_components", "owo-colors", "miette"]
},
{
Expand All @@ -36,6 +35,11 @@
"matchPackagePrefixes": ["swc"],
"matchPackageNames": ["styled_components"]
},
{
"groupName": "napi",
"matchManagers": ["cargo"],
"matchPackagePrefixes": ["napi"]
},
{
"groupName": "ignored crates",
"matchManagers": ["cargo"],
Expand All @@ -54,8 +58,7 @@
"matchManagers": ["npm"],
"matchDepTypes": ["devDependencies"],
"excludePackagePrefixes": ["webpack"],
"excludePackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm"],
"assignees": ["@Boshen"]
"excludePackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm"]
},
{
"groupName": "npm dependencies",
Expand Down

1 comment on commit dca4576

@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-02-28 f89334d) Current Change
10000_development-mode + exec 1.69 s ± 17 ms 1.7 s ± 7.5 ms +0.24 %
10000_development-mode_hmr + exec 924 ms ± 15 ms 925 ms ± 9.6 ms +0.12 %
10000_production-mode + exec 2.74 s ± 31 ms 2.66 s ± 38 ms -2.74 %
arco-pro_development-mode + exec 2.49 s ± 35 ms 2.45 s ± 35 ms -1.60 %
arco-pro_development-mode_hmr + exec 862 ms ± 16 ms 863 ms ± 11 ms +0.05 %
arco-pro_production-mode + exec 4.06 s ± 26 ms 4.1 s ± 53 ms +1.18 %
threejs_development-mode_10x + exec 1.91 s ± 18 ms 1.91 s ± 15 ms +0.18 %
threejs_development-mode_10x_hmr + exec 1.13 s ± 12 ms 1.13 s ± 11 ms +0.24 %
threejs_production-mode_10x + exec 5.89 s ± 45 ms 5.69 s ± 58 ms -3.39 %

Please sign in to comment.