Skip to content

Commit

Permalink
release: 1.2.0 (#9065)
Browse files Browse the repository at this point in the history
Release Packages:1.2.0
  • Loading branch information
jerrykingxyz authored Jan 21, 2025
1 parent 162b4cc commit 732d376
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion crates/node_binding/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "binding.js",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-arm64",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-arm64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-darwin-x64",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.darwin-x64.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-linux-x64-gnu",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.linux-x64-gnu.node",
Expand Down
2 changes: 1 addition & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/binding-win32-x64-msvc",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-rspack",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"description": "CLI for rspack",
"homepage": "https://rspack.dev",
"bugs": "https://github.com/web-infra-dev/rspack/issues",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-test-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/test-tools",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/rspack-tracing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/tracing",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"type": "module",
"description": "Internal tracing package for rspack",
"homepage": "https://rspack.dev",
Expand Down
10 changes: 5 additions & 5 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "1.2.0-beta.0",
"version": "1.2.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down Expand Up @@ -49,6 +49,7 @@
"directory": "packages/rspack"
},
"devDependencies": {
"@rspack/tracing": "workspace:*",
"@swc/core": "1.10.1",
"@swc/types": "0.1.17",
"@types/graceful-fs": "4.1.9",
Expand All @@ -68,8 +69,7 @@
"webpack-dev-server": "5.0.4",
"webpack-sources": "3.2.3",
"zod": "^3.23.8",
"zod-validation-error": "3.4.0",
"@rspack/tracing": "workspace:*"
"zod-validation-error": "3.4.0"
},
"dependencies": {
"@module-federation/runtime-tools": "0.8.4",
Expand All @@ -78,8 +78,8 @@
"caniuse-lite": "^1.0.30001616"
},
"peerDependencies": {
"@swc/helpers": ">=0.5.1",
"@rspack/tracing": "^1.x"
"@rspack/tracing": "^1.x",
"@swc/helpers": ">=0.5.1"
},
"peerDependenciesMeta": {
"@swc/helpers": {
Expand Down

2 comments on commit 732d376

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 732d376 Jan 21, 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-21 c06787b) Current Change
10000_big_production-mode_disable-minimize + exec 36.7 s ± 515 ms 37.7 s ± 1.19 s +2.83 %
10000_development-mode + exec 1.86 s ± 52 ms 1.83 s ± 61 ms -1.65 %
10000_development-mode_hmr + exec 681 ms ± 9.8 ms 683 ms ± 4.8 ms +0.23 %
10000_production-mode + exec 2.45 s ± 138 ms 2.48 s ± 157 ms +1.48 %
10000_production-mode_persistent-cold + exec 2.61 s ± 155 ms 2.5 s ± 45 ms -4.27 %
10000_production-mode_persistent-hot + exec 1.77 s ± 116 ms 1.79 s ± 286 ms +0.81 %
arco-pro_development-mode + exec 1.76 s ± 98 ms 1.75 s ± 103 ms -0.52 %
arco-pro_development-mode_hmr + exec 388 ms ± 2.3 ms 388 ms ± 3.6 ms +0.02 %
arco-pro_production-mode + exec 3.64 s ± 257 ms 3.77 s ± 112 ms +3.55 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.75 s ± 314 ms 3.74 s ± 121 ms -0.31 %
arco-pro_production-mode_persistent-cold + exec 3.8 s ± 165 ms 3.79 s ± 170 ms -0.26 %
arco-pro_production-mode_persistent-hot + exec 2.34 s ± 79 ms 2.47 s ± 86 ms +5.74 %
arco-pro_production-mode_traverse-chunk-modules + exec 3.67 s ± 99 ms 3.68 s ± 220 ms +0.45 %
large-dyn-imports_development-mode + exec 2.11 s ± 29 ms 2.09 s ± 23 ms -0.96 %
large-dyn-imports_production-mode + exec 2.16 s ± 40 ms 2.15 s ± 105 ms -0.57 %
threejs_development-mode_10x + exec 1.53 s ± 22 ms 1.53 s ± 27 ms +0.03 %
threejs_development-mode_10x_hmr + exec 788 ms ± 39 ms 791 ms ± 23 ms +0.31 %
threejs_production-mode_10x + exec 5.25 s ± 61 ms 5.24 s ± 95 ms -0.11 %
threejs_production-mode_10x_persistent-cold + exec 5.35 s ± 65 ms 5.43 s ± 232 ms +1.53 %
threejs_production-mode_10x_persistent-hot + exec 4.5 s ± 44 ms 4.54 s ± 253 ms +0.92 %
10000_big_production-mode_disable-minimize + rss memory 8680 MiB ± 34.2 MiB 8671 MiB ± 18.7 MiB -0.10 %
10000_development-mode + rss memory 656 MiB ± 19.6 MiB 655 MiB ± 25.7 MiB -0.13 %
10000_development-mode_hmr + rss memory 1264 MiB ± 163 MiB 1309 MiB ± 289 MiB +3.55 %
10000_production-mode + rss memory 639 MiB ± 31 MiB 645 MiB ± 22.6 MiB +0.82 %
10000_production-mode_persistent-cold + rss memory 744 MiB ± 15.6 MiB 743 MiB ± 7.17 MiB -0.13 %
10000_production-mode_persistent-hot + rss memory 723 MiB ± 37.7 MiB 736 MiB ± 27.4 MiB +1.77 %
arco-pro_development-mode + rss memory 553 MiB ± 38.1 MiB 575 MiB ± 11.6 MiB +4.08 %
arco-pro_development-mode_hmr + rss memory 631 MiB ± 36 MiB 674 MiB ± 49.7 MiB +6.80 %
arco-pro_production-mode + rss memory 738 MiB ± 66.3 MiB 722 MiB ± 12 MiB -2.14 %
arco-pro_production-mode_generate-package-json-webpack-plugin + rss memory 730 MiB ± 23.1 MiB 732 MiB ± 23.6 MiB +0.23 %
arco-pro_production-mode_persistent-cold + rss memory 844 MiB ± 36.6 MiB 841 MiB ± 26.8 MiB -0.30 %
arco-pro_production-mode_persistent-hot + rss memory 695 MiB ± 19.9 MiB 710 MiB ± 9.43 MiB +2.23 %
arco-pro_production-mode_traverse-chunk-modules + rss memory 727 MiB ± 32.5 MiB 734 MiB ± 29.7 MiB +0.98 %
large-dyn-imports_development-mode + rss memory 642 MiB ± 4.5 MiB 648 MiB ± 2.8 MiB +0.97 %
large-dyn-imports_production-mode + rss memory 523 MiB ± 4.79 MiB 531 MiB ± 8.23 MiB +1.43 %
threejs_development-mode_10x + rss memory 551 MiB ± 32.9 MiB 547 MiB ± 24.3 MiB -0.74 %
threejs_development-mode_10x_hmr + rss memory 1145 MiB ± 125 MiB 1078 MiB ± 99.3 MiB -5.88 %
threejs_production-mode_10x + rss memory 865 MiB ± 36.9 MiB 871 MiB ± 57 MiB +0.71 %
threejs_production-mode_10x_persistent-cold + rss memory 968 MiB ± 136 MiB 920 MiB ± 113 MiB -4.98 %
threejs_production-mode_10x_persistent-hot + rss memory 870 MiB ± 25.8 MiB 870 MiB ± 41.1 MiB -0.07 %

Threshold exceeded: ["arco-pro_production-mode_persistent-hot + exec"]

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 732d376 Jan 21, 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 ✅ success
rslib ❌ failure
rsbuild ✅ success
rsdoctor ✅ success
examples ✅ success
devserver ✅ success
nuxt ✅ success

Please sign in to comment.