Skip to content

Commit

Permalink
chore(deps): unify dependencies with check-depedency-version (#7208)
Browse files Browse the repository at this point in the history
* chore: unify dependencies

* chore: add example-arco-design-pro
  • Loading branch information
SoonIter authored Jul 18, 2024
1 parent 03b3641 commit 03bda92
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 149 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"x": "zx x.mjs",
"dev": "pnpm --filter @rspack/cli run dev",
"clean": "pnpm --filter @rspack/cli run clean",
"check-dependency-version": "check-dependency-version-consistency . --ignore-dep typescript --ignore-dep @napi-rs/cli --ignore-dep chalk --ignore-package webpack-test --ignore-package webpack-examples --dep-type devDependencies",
"check-dependency-version": "check-dependency-version-consistency . --ignore-dep typescript --ignore-dep @napi-rs/cli --ignore-dep chalk --ignore-package webpack-test --ignore-package webpack-examples",
"build:js": "pnpm --filter \"@rspack/core\" build:force && pnpm --filter \"@rspack/*\" --filter \"!@rspack/core\" build",
"build:cli:debug": "npm run build:binding:debug && npm run build:js",
"build:cli:release": "npm run build:binding:release && npm run build:js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"exit-hook": "^3.2.0",
"interpret": "^3.1.1",
"rechoir": "^0.8.0",
"semver": "6.3.1",
"semver": "^7.6.2",
"webpack-bundle-analyzer": "4.6.1",
"yargs": "17.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"csv-to-markdown-table": "^1.3.0",
"deepmerge": "^4.3.1",
"filenamify": "4.3.0",
"fs-extra": "11.2.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"jest-diff": "^29.7.0",
"jest-serializer-path": "^0.1.15",
"jest-snapshot": "29.7.0",
"jsdom": "24.0.0",
"jsdom": "^24.0.0",
"memfs": "4.8.1",
"mkdirp": "0.5.6",
"pretty-format": "29.7.0",
Expand Down
Loading

2 comments on commit 03bda92

@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-07-18 ebcd277) Current Change
10000_development-mode + exec 2.25 s ± 26 ms 2.26 s ± 34 ms +0.50 %
10000_development-mode_hmr + exec 697 ms ± 3.8 ms 701 ms ± 2.9 ms +0.56 %
10000_production-mode + exec 2.83 s ± 30 ms 2.89 s ± 34 ms +2.16 %
arco-pro_development-mode + exec 1.91 s ± 57 ms 1.91 s ± 90 ms +0.20 %
arco-pro_development-mode_hmr + exec 434 ms ± 3.2 ms 434 ms ± 3.1 ms +0.05 %
arco-pro_production-mode + exec 3.46 s ± 74 ms 3.49 s ± 73 ms +0.98 %
threejs_development-mode_10x + exec 1.75 s ± 20 ms 1.78 s ± 38 ms +1.53 %
threejs_development-mode_10x_hmr + exec 859 ms ± 7.4 ms 862 ms ± 14 ms +0.39 %
threejs_production-mode_10x + exec 5.73 s ± 41 ms 5.77 s ± 40 ms +0.64 %

@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 ✅ success
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rsbuild ❌ failure
examples ❌ failure

Please sign in to comment.