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
203 changes: 115 additions & 88 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion rsbuild/react-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/plugin-react": "^1.4.6",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rslib/node-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"devDependencies": {
"@rslib/core": "^0.20.2",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"@types/node": "^24.10.9",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rslib/react-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.6",
"@rslib/core": "^0.20.2",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.10",
Expand Down
2 changes: 1 addition & 1 deletion rslib/vue-rstest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@rslib/core": "^0.20.2",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
6 changes: 3 additions & 3 deletions rstest/browser-locator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/plugin-react": "^1.4.6",
"@rstest/adapter-rsbuild": "^0.2.4",
"@rstest/browser": "^0.9.1",
"@rstest/browser-react": "^0.9.1",
"@rstest/core": "^0.9.1",
"@rstest/browser": "^0.9.6",
"@rstest/browser-react": "^0.9.6",
"@rstest/core": "^0.9.6",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"playwright": "^1.58.1",
Expand Down
7 changes: 4 additions & 3 deletions rstest/browser-rsbuild-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@rstest-example/browser-rsbuild-react",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev",
Expand All @@ -12,9 +13,9 @@
"@rsbuild/core": "2.0.0-rc.0",
"@rsbuild/plugin-react": "^1.4.6",
"@rstest/adapter-rsbuild": "^0.2.4",
"@rstest/browser": "^0.9.1",
"@rstest/browser-react": "^0.9.1",
"@rstest/core": "^0.9.1",
"@rstest/browser": "^0.9.6",
"@rstest/browser-react": "^0.9.6",
"@rstest/core": "^0.9.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.10",
Expand Down
4 changes: 2 additions & 2 deletions rstest/browser-rsbuild-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rstest/browser": "^0.9.1",
"@rstest/core": "^0.9.1",
"@rstest/browser": "^0.9.6",
"@rstest/core": "^0.9.6",
"playwright": "^1.58.1",
"typescript": "^5.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions rstest/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@rstest-example/coverage",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "rstest run",
"test:coverage": "rstest run --coverage",
Expand Down
3 changes: 2 additions & 1 deletion rstest/fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "@rstest-example/fake-timers",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "rstest run"
},
"devDependencies": {
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"typescript": "^5.9.3"
}
}
3 changes: 2 additions & 1 deletion rstest/mocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"name": "@rstest-example/mocking",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "rstest run"
},
"devDependencies": {
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"typescript": "^5.9.3"
}
}
3 changes: 2 additions & 1 deletion rstest/rsbuild-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "@rstest-example/rsbuild-adapter",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "rsbuild build",
"dev": "rsbuild dev",
Expand All @@ -10,7 +11,7 @@
"devDependencies": {
"@rsbuild/core": "2.0.0-rc.0",
"@rstest/adapter-rsbuild": "^0.2.4",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"happy-dom": "^20.4.0",
"typescript": "^5.9.3"
}
Expand Down
2 changes: 1 addition & 1 deletion rstest/rslib-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@rslib/core": "^0.20.2",
"@rstest/adapter-rslib": "^0.2.1",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion rstest/rspack-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@rspack/dev-server": "2.0.0-rc.0",
"@rspack/plugin-react-refresh": "^1.6.1",
"@rstest/adapter-rspack": "^0.2.0",
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
Expand Down
3 changes: 2 additions & 1 deletion rstest/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
"name": "@rstest-example/snapshot",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"test": "rstest run",
"test:update": "rstest run --update"
},
"devDependencies": {
"@rstest/core": "^0.9.1",
"@rstest/core": "^0.9.6",
"typescript": "^5.9.3"
}
}
Loading