Skip to content

Commit

Permalink
Release Rspack v1.0.0 🎉 (#7691)
Browse files Browse the repository at this point in the history
* Reelase Packages:1.0.0

* fix: snapshot

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: chenjiahan <[email protected]>
  • Loading branch information
3 people authored Aug 28, 2024
1 parent fd631fa commit 3380c7f
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 42 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.0.0-rc.2",
"version": "1.0.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.0.0-rc.2",
"version": "1.0.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.0.0-rc.2",
"version": "1.0.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.0.0-rc.2",
"version": "1.0.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.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"description": "Node binding for rspack",
"main": "rspack.win32-x64-msvc.node",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "monorepo",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
"private": true,
Expand Down Expand Up @@ -53,9 +53,7 @@
"pnpm": "9.3.0"
},
"devDependencies": {
"zx": "7.2.3",
"@biomejs/biome": "1.8.0",
"check-dependency-version-consistency": "^4.1.0",
"@microsoft/api-extractor": "^7.43.1",
"@microsoft/api-extractor-model": "^7.28.14",
"@rspack/cli": "workspace:*",
Expand All @@ -64,6 +62,7 @@
"@types/jest": "29.5.12",
"@types/node": "20.12.7",
"@types/rimraf": "3.0.2",
"check-dependency-version-consistency": "^4.1.0",
"commander": "12.0.0",
"cross-env": "^7.0.3",
"husky": "^9.0.0",
Expand All @@ -78,7 +77,8 @@
"ts-jest": "29.1.2",
"typescript": "5.0.2",
"webpack": "^5.94.0",
"webpack-cli": "5.1.4"
"webpack-cli": "5.1.4",
"zx": "7.2.3"
},
"packageManager": "[email protected]"
}
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.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"main": "index.js",
"bin": {
Expand Down
10 changes: 5 additions & 5 deletions packages/rspack-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/cli",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"description": "CLI for rspack",
"publishConfig": {
Expand Down Expand Up @@ -33,17 +33,17 @@
},
"devDependencies": {
"@rspack/core": "workspace:*",
"@types/rechoir": "^0.6.1",
"@types/interpret": "^1.1.3",
"@types/rechoir": "^0.6.1",
"@types/semver": "^7.5.6",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/yargs": "17.0.32",
"typescript": "5.0.2",
"ts-node": "^10.9.2",
"concat-stream": "^2.0.0",
"cross-env": "^7.0.3",
"execa": "^5.0.0",
"internal-ip": "6.2.0"
"internal-ip": "6.2.0",
"ts-node": "^10.9.2",
"typescript": "5.0.2"
},
"dependencies": {
"@discoveryjs/json-ext": "^0.5.7",
Expand Down
8 changes: 4 additions & 4 deletions packages/rspack-dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/dev-server",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"description": "Development server for rspack",
"main": "./dist/index.js",
Expand Down Expand Up @@ -36,15 +36,15 @@
"directory": "packages/rspack-dev-server"
},
"devDependencies": {
"jest-serializer-path": "^0.1.15",
"typescript": "5.0.2",
"@rspack/core": "workspace:*",
"@rspack/dev-server": "workspace:*",
"@rspack/plugin-react-refresh": "1.0.0",
"@types/connect-history-api-fallback": "1.5.4",
"@types/express": "4.17.21",
"@types/mime-types": "2.1.4",
"@types/ws": "8.5.10"
"@types/ws": "8.5.10",
"jest-serializer-path": "^0.1.15",
"typescript": "5.0.2"
},
"dependencies": {
"chokidar": "^3.6.0",
Expand Down
30 changes: 15 additions & 15 deletions 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.0.0-rc.2",
"version": "1.0.0",
"license": "MIT",
"description": "Test tools for rspack",
"main": "dist/index.js",
Expand Down Expand Up @@ -73,45 +73,45 @@
"@monaco-editor/react": "^4.6.0",
"@rspack/cli": "workspace:*",
"@rspack/core": "workspace:*",
"@swc/plugin-remove-console": "^2.0.8",
"@swc/helpers": "0.5.8",
"@swc/plugin-remove-console": "^2.0.8",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.5",
"@types/fs-extra": "11.0.4",
"@types/jsdom": "^21.1.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/webpack": "5.28.5",
"@types/webpack-sources": "3.2.3",
"@types/fs-extra": "11.0.4",
"@types/babel__generator": "7.6.8",
"@types/babel__traverse": "7.20.5",
"acorn": "^8.11.3",
"core-js": "3.36.1",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.5",
"chalk": "^4.1.0",
"coffee-loader": "^1.0.0",
"coffeescript": "^2.5.1",
"copy-webpack-plugin": "5.1.2",
"chalk": "^4.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-import": "^1.13.5",
"file-loader": "^6.2.0",
"core-js": "3.36.1",
"css-loader": "^6.11.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"less-loader": "^12.2.0",
"lodash": "^4.17.21",
"pug-loader": "^2.4.0",
"postcss-loader": "^8.0.0",
"postcss-pxtorem": "^6.0.0",
"raw-loader": "^4.0.2",
"monaco-editor": "0.47.0",
"monaco-editor-webpack-plugin": "7.1.0",
"normalize.css": "^8.0.0",
"npm-run-all2": "^6.2.0",
"postcss-loader": "^8.0.0",
"postcss-pxtorem": "^6.0.0",
"pug-loader": "^2.4.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"sass-embedded": "^1.77.8",
"sass-loader": "^16.0.0",
"style-loader": "^3.3.3",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.3",
"terser": "5.27.2",
"typescript": "5.0.2",
"wast-loader": "^1.12.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 56,
"size": 51,
"sizes": Object {
"runtime": 56,
"runtime": 51,
},
"type": "module",
"usedExports": null,
Expand Down Expand Up @@ -100,9 +100,9 @@ module.exports = {
"preOrderIndex": undefined,
"providedExports": Array [],
"reasons": Array [],
"size": 64,
"size": 59,
"sizes": Object {
"runtime": 64,
"runtime": 59,
},
"type": "module",
"usedExports": null,
Expand Down
8 changes: 4 additions & 4 deletions packages/rspack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rspack/core",
"version": "1.0.0-rc.2",
"version": "1.0.0",
"webpackVersion": "5.75.0",
"license": "MIT",
"description": "The fast Rust-based web bundler with webpack-compatible API",
Expand Down Expand Up @@ -47,22 +47,22 @@
},
"devDependencies": {
"@swc/core": "1.4.0",
"@types/graceful-fs": "4.1.9",
"@types/neo-async": "^2.6.6",
"@types/watchpack": "^2.4.0",
"@types/webpack-sources": "3.2.3",
"browserslist": "^4.21.3",
"cross-env": "^7.0.3",
"enhanced-resolve": "5.12.0",
"graceful-fs": "4.2.10",
"@types/graceful-fs": "4.1.9",
"json-parse-even-better-errors": "^3.0.0",
"neo-async": "2.6.2",
"prebundle": "^1.1.0",
"typescript": "5.0.2",
"tsc-alias": "^1.8.8",
"typescript": "5.0.2",
"watchpack": "^2.4.0",
"webpack-sources": "3.2.3",
"webpack-dev-server": "^5.0.4",
"webpack-sources": "3.2.3",
"zod": "^3.23.8",
"zod-validation-error": "3.3.1"
},
Expand Down

4 comments on commit 3380c7f

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

@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-08-28 4757b35) Current Change
10000_development-mode + exec 2.29 s ± 36 ms 2.27 s ± 32 ms -0.62 %
10000_development-mode_hmr + exec 704 ms ± 11 ms 701 ms ± 14 ms -0.39 %
10000_production-mode + exec 2.97 s ± 36 ms 2.98 s ± 44 ms +0.48 %
arco-pro_development-mode + exec 1.88 s ± 77 ms 1.9 s ± 68 ms +0.90 %
arco-pro_development-mode_hmr + exec 436 ms ± 4.4 ms 435 ms ± 3.7 ms -0.17 %
arco-pro_production-mode + exec 3.44 s ± 95 ms 3.45 s ± 90 ms +0.20 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.51 s ± 87 ms 3.49 s ± 91 ms -0.57 %
threejs_development-mode_10x + exec 1.69 s ± 17 ms 1.7 s ± 23 ms +0.53 %
threejs_development-mode_10x_hmr + exec 818 ms ± 11 ms 819 ms ± 11 ms +0.11 %
threejs_production-mode_10x + exec 5.5 s ± 25 ms 5.47 s ± 27 ms -0.49 %

@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-08-28 4757b35) Current Change
10000_development-mode + exec 2.29 s ± 36 ms 2.28 s ± 30 ms -0.46 %
10000_development-mode_hmr + exec 704 ms ± 11 ms 698 ms ± 10 ms -0.94 %
10000_production-mode + exec 2.97 s ± 36 ms 2.95 s ± 33 ms -0.38 %
arco-pro_development-mode + exec 1.88 s ± 77 ms 1.89 s ± 66 ms +0.37 %
arco-pro_development-mode_hmr + exec 436 ms ± 4.4 ms 435 ms ± 3.7 ms -0.11 %
arco-pro_production-mode + exec 3.44 s ± 95 ms 3.44 s ± 92 ms -0.18 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.51 s ± 87 ms 3.53 s ± 88 ms +0.44 %
threejs_development-mode_10x + exec 1.69 s ± 17 ms 1.69 s ± 18 ms +0.30 %
threejs_development-mode_10x_hmr + exec 818 ms ± 11 ms 816 ms ± 8.6 ms -0.24 %
threejs_production-mode_10x + exec 5.5 s ± 25 ms 5.5 s ± 23 ms -0.09 %

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

Please sign in to comment.