Skip to content

Commit

Permalink
chore: regenerate pnpm-lock.yaml (#6149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Apr 9, 2024
1 parent 3cdf5fb commit 908a862
Show file tree
Hide file tree
Showing 4 changed files with 2,472 additions and 3,048 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@taplo/cli": "^0.7.0",
"@types/is-ci": "^3.0.4",
"@types/jest": "29.5.12",
"@types/node": "^20.9.4",
"@types/node": "20.9.4",
"@types/rimraf": "3.0.2",
"commander": "12.0.0",
"cross-env": "^7.0.3",
Expand All @@ -70,4 +70,4 @@
"why-is-node-running": "2.2.2"
},
"packageManager": "pnpm@8.14.3"
}
}
6 changes: 3 additions & 3 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
"postcss-pxtorem": "^6.0.0",
"pug-loader": "^2.4.0",
"react-relay": "^16.0.0",
"sass": "^1.56.2",
"sass-loader": "^13.2.0",
"sass": "1.56.2",
"sass-loader": "13.2.0",
"jsdom": "^24.0.0",
"jest-environment-jsdom": "^29",
"source-map": "^0.7.4",
Expand Down Expand Up @@ -90,4 +90,4 @@
"optional": true
}
}
}
}
Loading

2 comments on commit 908a862

@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, self-hosted, Linux, ci ❌ failure
_selftest, ubuntu-latest ✅ success
nx, ubuntu-latest ✅ success
rspress, ubuntu-latest ✅ success
rsbuild, ubuntu-latest ✅ success
compat, ubuntu-latest ✅ success
examples, ubuntu-latest ❌ failure

@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-04-09 10b9605) Current Change
10000_development-mode + exec 2.65 s ± 36 ms 2.72 s ± 31 ms +2.76 %
10000_development-mode_hmr + exec 670 ms ± 3.3 ms 692 ms ± 4.1 ms +3.30 %
10000_production-mode + exec 2.7 s ± 40 ms 2.55 s ± 34 ms -5.45 %
arco-pro_development-mode + exec 2.51 s ± 40 ms 2.54 s ± 95 ms +1.18 %
arco-pro_development-mode_hmr + exec 444 ms ± 2.3 ms 434 ms ± 3.2 ms -2.20 %
arco-pro_development-mode_hmr_intercept-plugin + exec 454 ms ± 2.7 ms 445 ms ± 2.5 ms -1.96 %
arco-pro_development-mode_intercept-plugin + exec 3.25 s ± 57 ms 3.32 s ± 53 ms +2.15 %
arco-pro_production-mode + exec 3.97 s ± 79 ms 4.01 s ± 87 ms +0.92 %
arco-pro_production-mode_intercept-plugin + exec 4.72 s ± 87 ms 4.84 s ± 64 ms +2.66 %
threejs_development-mode_10x + exec 2 s ± 22 ms 2.08 s ± 17 ms +3.60 %
threejs_development-mode_10x_hmr + exec 727 ms ± 21 ms 771 ms ± 8.8 ms +6.03 %
threejs_production-mode_10x + exec 5.28 s ± 37 ms 5.2 s ± 41 ms -1.47 %

Threshold exceeded: ["threejs_development-mode_10x_hmr + exec"]

Please sign in to comment.