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
16 changes: 8 additions & 8 deletions e2e/dom/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"test": "rstest run"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.0",
"@testing-library/jest-dom": "^6.8.0",
"@rsbuild/plugin-react": "^1.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"happy-dom": "^20.0.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"happy-dom": "^20.0.7",
"jsdom": "^26.1.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
8 changes: 4 additions & 4 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "0.13.3",
"@rslib/core": "0.15.1",
"@rstest/core": "workspace:*",
"@rstest/tsconfig": "workspace:*",
"@types/jest-image-snapshot": "^6.4.0",
"axios": "^1.12.2",
"is-url": "^1.2.4",
"@types/is-url": "^1.2.32",
"jest-image-snapshot": "^6.5.1",
"memfs": "^4.42.0",
"memfs": "^4.49.0",
"pathe": "^2.0.3",
"react": "^19.1.1",
"react": "^19.2.0",
"redux": "^5.0.1",
"strip-ansi": "^7.1.2",
"tinyexec": "^1.0.1",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"dependencies": {
"@types/is-url": "^1.2.32"
Expand Down
14 changes: 7 additions & 7 deletions e2e/projects/fixtures/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"preview": "rsbuild preview"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.0",
"@testing-library/jest-dom": "^6.8.0",
"@rsbuild/plugin-react": "^1.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"jsdom": "^26.1.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
12 changes: 6 additions & 6 deletions e2e/ssr/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"name": "@rstest/tests-ssr",
"version": "1.0.0",
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"typescript": "^5.9.2"
"@rsbuild/plugin-react": "^1.4.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "^5.9.3"
}
}
6 changes: 3 additions & 3 deletions e2e/vue/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.21"
"vue": "^3.5.22"
},
"devDependencies": {
"@rstest/core": "workspace:*",
Expand All @@ -17,7 +17,7 @@
"@rsbuild/plugin-vue": "^1.2.0",
"@rsbuild/plugin-vue-jsx": "^1.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/compiler-dom": "^3.5.21",
"@vue/server-renderer": "^3.5.21"
"@vue/compiler-dom": "^3.5.22",
"@vue/server-renderer": "^3.5.22"
}
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"@rstest/core": "workspace:*",
"@rstest/coverage-istanbul": "workspace:*",
"@types/node": "^22.16.5",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
14 changes: 7 additions & 7 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"test:watch": "rstest --watch"
},
"dependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1"
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.0",
"@rsbuild/plugin-react": "^1.4.0",
"@rsbuild/plugin-react": "^1.4.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"jsdom": "^26.1.0",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,26 @@
"pnpm-lock.yaml": "pnpm dedupe --check"
},
"devDependencies": {
"@biomejs/biome": "^2.2.4",
"@biomejs/biome": "^2.2.6",
"@changesets/cli": "^2.29.7",
"@rsdoctor/rspack-plugin": "^1.2.3",
"@rsdoctor/rspack-plugin": "^1.3.3",
"@rslint/core": "^0.1.13",
"@rstest/core": "workspace:*",
"@rstest/coverage-istanbul": "workspace:*",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.16.5",
"check-dependency-version-consistency": "^5.0.1",
"cross-env": "^10.0.0",
"cross-env": "^10.1.0",
"cspell-ban-words": "^0.0.4",
"fs-extra": "^11.3.2",
"heading-case": "^1.0.2",
"nano-staged": "^0.8.0",
"nx": "^21.5.2",
"nx": "^21.6.5",
"path-serializer": "0.5.1",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
"simple-git-hooks": "^2.13.1",
"typescript": "^5.9.2"
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.12.4",
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/core/LICENSE.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ Licensed under MIT license in the repository at chalk/ansi-styles.

### birpc

Licensed under MIT license in the repository at git+https://github.com/antfu/birpc.git.
Licensed under MIT license in the repository at git+https://github.com/antfu-collective/birpc.git.

> MIT License
>
Expand Down
18 changes: 9 additions & 9 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,20 @@
"test": "npx rstest --globals"
},
"dependencies": {
"@types/chai": "^5.2.2",
"@types/chai": "^5.2.3",
"@rsbuild/core": "1.6.0-beta.0",
"tinypool": "^1.1.1"
},
"devDependencies": {
"chai": "^5.3.3",
"pathe": "^2.0.3",
"birpc": "2.5.0",
"birpc": "2.6.1",
"@vitest/expect": "^3.2.4",
"@vitest/snapshot": "^3.2.4",
"@babel/code-frame": "^7.27.1",
"@jridgewell/trace-mapping": "0.3.31",
"@microsoft/api-extractor": "^7.52.13",
"@rslib/core": "0.13.3",
"@microsoft/api-extractor": "^7.53.1",
"@rslib/core": "0.15.1",
"@rstest/tsconfig": "workspace:*",
"@sinonjs/fake-timers": "^14.0.0",
"@types/babel__code-frame": "^7.0.6",
Expand All @@ -78,18 +78,18 @@
"@types/picomatch": "^4.0.2",
"cac": "^6.7.14",
"chokidar": "^4.0.3",
"happy-dom": "^20.0.0",
"jest-diff": "^30.1.2",
"happy-dom": "^20.0.7",
"jest-diff": "^30.2.0",
"jsdom": "^26.1.0",
"webpack-license-plugin": "^4.5.1",
"picocolors": "^1.1.1",
"rslog": "^1.2.11",
"rslog": "^1.3.0",
"source-map-support": "^0.5.21",
"std-env": "^3.9.0",
"std-env": "^3.10.0",
"stacktrace-parser": "0.1.11",
"strip-ansi": "^7.1.2",
"tinyglobby": "^0.2.15",
"tinyspy": "^4.0.3",
"tinyspy": "^4.0.4",
"picomatch": "^4.0.3"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/coverage-istanbul/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"devDependencies": {
"@rstest/tsconfig": "workspace:*",
"@rstest/core": "workspace:*",
"@rslib/core": "0.13.3",
"@rslib/core": "0.15.1",
"@types/node": "^22.16.5",
"typescript": "^5.9.2",
"typescript": "^5.9.3",
"@types/istanbul-lib-instrument": "^1.7.8",
"@types/istanbul-lib-coverage": "^2.0.6",
"@types/istanbul-lib-report": "^3.0.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.0",
"@rslib/core": "0.13.3",
"@rslib/core": "0.15.1",
"@rstest/core": "workspace:*",
"@swc/core": "^1.13.5",
"@types/glob": "^7.1.1",
"@types/glob": "^7.2.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.16.5",
"@types/vscode": "^1.100.0",
Expand All @@ -78,9 +78,9 @@
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "3.6.0",
"get-port": "^7.1.0",
"glob": "^7.1.4",
"mocha": "^11.7.2",
"typescript": "^5.9.2",
"glob": "^7.2.3",
"mocha": "^11.7.4",
"typescript": "^5.9.3",
"ws": "^8.18.3"
}
}
Loading
Loading