Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
run: pnpm build

- name: Run benchmarks
uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c # v4.17.6
uses: CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1
with:
mode: walltime
run: node benchmarks/suiteRun.mjs
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
run: pnpm build

- name: Run memory benchmark
uses: CodSpeedHQ/action@63f3e98b61959fe67f146a3ff022e4136fe9bb9c # v4.17.6
uses: CodSpeedHQ/action@a4a36bb07c0638b0b4ca52bf1f3dad1b4289e52f # v4.18.1
with:
mode: memory
# Memory mode does not auto-inject V8 flags via introspection
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"antd": "^6.5.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"three": "^0.185.0",
"three": "^0.185.1",
"tinybench": "^6.0.2"
}
}
2 changes: 1 addition & 1 deletion e2e/dom/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:threads": "cross-env RSTEST_POOL_TYPE=threads rstest run --pool.type threads"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@rslib/core": "0.23.1",
"@rstest/browser": "workspace:*",
Expand All @@ -28,7 +28,7 @@
"@types/react-dom": "^19.2.3",
"axios": "^1.18.1",
"cross-env": "^10.1.0",
"fs-extra": "^11.3.5",
"fs-extra": "^11.3.6",
"is-url": "^1.2.4",
"jest-image-snapshot": "^6.5.2",
"memfs": "^4.57.8",
Expand Down
4 changes: 2 additions & 2 deletions e2e/projects/fixtures-shard/packages/client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.5.39"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/plugin-vue": "^2.0.0",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-vue": "^2.0.1",
"@rstest/core": "workspace:*",
"@vue/compiler-dom": "^3.5.39",
"@vue/server-renderer": "^3.5.39",
Expand Down
2 changes: 1 addition & 1 deletion e2e/projects/fixtures-shard/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
Expand Down
4 changes: 2 additions & 2 deletions e2e/projects/fixtures/packages/client-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"vue": "^3.5.39"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/plugin-vue": "^2.0.0",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-vue": "^2.0.1",
"@rstest/core": "workspace:*",
"@vue/compiler-dom": "^3.5.39",
"@vue/server-renderer": "^3.5.39",
Expand Down
2 changes: 1 addition & 1 deletion e2e/projects/fixtures/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
Expand Down
6 changes: 3 additions & 3 deletions e2e/vue/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"vue": "^3.5.39"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/plugin-babel": "^2.0.0",
"@rsbuild/plugin-vue": "^2.0.0",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-babel": "^2.0.1",
"@rsbuild/plugin-vue": "^2.0.1",
"@rsbuild/plugin-vue-jsx": "^2.0.1",
"@rstest/core": "workspace:*",
"@vue/compiler-dom": "^3.5.39",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@rstest/adapter-rsbuild": "workspace:*",
"@testing-library/dom": "^10.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-rspack-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rspack/cli": "~2.1.1",
"@rspack/core": "~2.1.1",
"@rspack/cli": "~2.1.2",
"@rspack/core": "~2.1.2",
"@rspack/dev-server": "~2.1.0",
"@rspack/plugin-react-refresh": "~2.0.2",
"@rstest/adapter-rspack": "workspace:*",
Expand Down
4 changes: 2 additions & 2 deletions examples/react-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"devDependencies": {
"@rsbuild/plugin-react": "^2.1.0",
"@rspack/cli": "~2.1.1",
"@rspack/core": "~2.1.1",
"@rspack/cli": "~2.1.2",
"@rspack/core": "~2.1.2",
"@rspack/dev-server": "~2.1.0",
"@rspack/plugin-react-refresh": "~2.0.2",
"@rstest/adapter-rspack": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@rstest/core": "workspace:*",
"@testing-library/dom": "^10.4.1",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"test:watch": "rstest --watch"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/plugin-svelte": "^2.0.0",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-svelte": "^2.0.1",
"@rstest/adapter-rsbuild": "workspace:*",
"@rstest/core": "workspace:*",
"happy-dom": "^20.10.6",
Expand Down
6 changes: 3 additions & 3 deletions examples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"vue": "^3.5.39"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/plugin-babel": "^2.0.0",
"@rsbuild/plugin-vue": "^2.0.0",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-babel": "^2.0.1",
"@rsbuild/plugin-vue": "^2.0.1",
"@rsbuild/plugin-vue-jsx": "^2.0.1",
"@rstest/core": "workspace:*",
"@vue/compiler-dom": "^3.5.39",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"typecheck": "pnpm run lint:type"
},
"devDependencies": {
"@rsdoctor/rspack-plugin": "^1.5.16",
"@rslint/core": "^0.6.3",
"@rsdoctor/rspack-plugin": "^1.5.17",
"@rslint/core": "^0.6.4",
"@rstest/core": "workspace:*",
"@types/node": "^22.16.5",
"bumpp": "^11.1.0",
"check-dependency-version-consistency": "^6.0.0",
"cross-env": "^10.1.0",
"cspell-ban-words": "^0.0.4",
"heading-case": "^1.1.3",
"knip": "^6.22.0",
"knip": "^6.23.0",
"lefthook": "^2.1.9",
"path-serializer": "0.6.0",
"pkg-pr-new": "^0.0.75",
"playwright": "^1.61.1",
"prettier": "^3.9.1",
"prettier": "^3.9.4",
"prettier-plugin-packagejson": "^3.0.2",
"rsbuild-plugin-arethetypeswrong": "^0.3.1",
"rsbuild-plugin-publint": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/adapter-rsbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test": "rstest"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rslib/core": "0.23.1",
"@rstest/core": "workspace:*",
"@rstest/tsconfig": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/adapter-rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"devDependencies": {
"@rslib/core": "0.23.1",
"@rspack/cli": "~2.1.1",
"@rspack/core": "~2.1.1",
"@rspack/cli": "~2.1.2",
"@rspack/core": "~2.1.2",
"@rstest/core": "workspace:*",
"@rstest/tsconfig": "workspace:*"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/browser-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,18 @@
"dependencies": {
"antd": "^6.5.0",
"birpc": "^4.0.0",
"lucide-react": "^1.21.0",
"lucide-react": "^1.23.0",
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@rsbuild/plugin-react": "^2.1.0",
"@rsbuild/plugin-svgr": "^2.0.4",
"@tailwindcss/postcss": "^4.3.1",
"@rsbuild/plugin-svgr": "^2.0.5",
"@tailwindcss/postcss": "^4.3.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.1",
"tailwindcss": "^4.3.2",
"typescript": "^6.0.3"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"test": "npx rstest --globals"
},
"dependencies": {
"@rsbuild/core": "~2.1.1",
"@rsbuild/core": "~2.1.3",
"@types/chai": "^5.2.3"
},
"devDependencies": {
Expand All @@ -77,9 +77,9 @@
"@clack/prompts": "^1.6.0",
"@jridgewell/trace-mapping": "0.3.31",
"@microsoft/api-extractor": "^7.58.9",
"@rsbuild/plugin-less": "^2.0.0",
"@rsbuild/plugin-less": "^2.0.1",
"@rsbuild/plugin-node-polyfill": "^1.4.6",
"@rsbuild/plugin-sass": "^2.0.0",
"@rsbuild/plugin-sass": "^2.0.1",
"@rslib/core": "0.23.1",
"@rstest/tsconfig": "workspace:*",
"@sinonjs/fake-timers": "^15.4.0",
Expand All @@ -102,7 +102,7 @@
"happy-dom": "^20.10.6",
"jsdom": "^29.1.1",
"memfs": "^4.57.8",
"package-manager-detector": "^1.6.0",
"package-manager-detector": "^1.7.0",
"pathe": "^2.0.3",
"picocolors": "^1.1.1",
"picomatch": "^4.0.4",
Expand All @@ -114,7 +114,7 @@
"tinyglobby": "^0.2.17",
"tinyspy": "^4.0.4",
"url-extras": "^0.1.0",
"webpack": "^5.108.1",
"webpack": "^5.108.3",
"webpack-license-plugin": "^4.5.1"
},
"peerDependencies": {
Expand Down
Loading
Loading