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
2,967 changes: 350 additions & 2,617 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": "^1.7.2",
"@rsbuild/plugin-react": "^1.4.3",
"@rstest/core": "0.7.9",
"@rstest/core": "0.8.0",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the other packages in this monorepo, consider using a caret ^ for this dependency's version. This allows for non-breaking patch and minor updates automatically. Most other package.json files in this project use a caret version for @rstest/core.

Suggested change
"@rstest/core": "0.8.0",
"@rstest/core": "^0.8.0",

"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.2.8",
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.19.2",
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"@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.3",
"@rslib/core": "^0.19.2",
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/react": "^19.2.8",
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.19.2",
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/vue": "^8.1.0",
"@vue/test-utils": "^2.4.6",
Expand Down
11 changes: 6 additions & 5 deletions rstest/browser-rsbuild-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"test": "rstest run"
"test": "rstest",
"test:watch": "rstest --watch"
},
"devDependencies": {
"@rsbuild/core": "^1.7.2",
"@rsbuild/plugin-react": "^1.4.3",
"@rstest/adapter-rsbuild": "^0.1.0",
"@rstest/browser": "^0.7.9",
"@rstest/browser-react": "^0.7.9",
"@rstest/core": "^0.7.9",
"@rstest/adapter-rsbuild": "^0.2.0",
"@rstest/browser": "^0.8.0",
"@rstest/browser-react": "^0.8.0",
"@rstest/core": "^0.8.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.8",
Expand Down
1 change: 1 addition & 0 deletions rstest/browser-rsbuild-react/rstest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export default defineConfig({
extends: withRsbuildConfig() as ExtendConfigFn,
browser: {
enabled: true,
provider: 'playwright',
browser: 'chromium',
port: 3012,
},
Expand Down
7 changes: 4 additions & 3 deletions rstest/browser-rsbuild-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"test": "rstest run"
"test": "rstest",
"test:watch": "rstest --watch"
},
"devDependencies": {
"@rsbuild/core": "^1.7.2",
"@rstest/browser": "^0.7.9",
"@rstest/core": "^0.7.9",
"@rstest/browser": "^0.8.0",
"@rstest/core": "^0.8.0",
"playwright": "^1.57.0",
"typescript": "^5.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions rstest/browser-rsbuild-vanilla/rstest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { defineConfig } from '@rstest/core';
export default defineConfig({
browser: {
enabled: true,
provider: 'playwright',
browser: 'chromium',
port: 3010,
},
Expand Down
4 changes: 2 additions & 2 deletions rstest/coverage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:coverage:lcov": "rstest run --coverage --coverage.reporter=lcov"
},
"devDependencies": {
"@rstest/core": "^0.7.9",
"@rstest/coverage-istanbul": "^0.1.6",
"@rstest/core": "^0.8.0",
"@rstest/coverage-istanbul": "^0.2.0",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion rstest/fake-timers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "rstest run"
},
"devDependencies": {
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion rstest/mocking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "rstest run"
},
"devDependencies": {
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"typescript": "^5.9.3"
}
}
4 changes: 2 additions & 2 deletions rstest/rsbuild-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@rsbuild/core": "^1.7.2",
"@rstest/adapter-rsbuild": "^0.1.0",
"@rstest/core": "^0.7.9",
"@rstest/adapter-rsbuild": "^0.2.0",
"@rstest/core": "^0.8.0",
"happy-dom": "^20.3.3",
"typescript": "^5.9.3"
}
Expand Down
4 changes: 2 additions & 2 deletions rstest/rslib-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@rslib/core": "^0.19.2",
"@rstest/adapter-rslib": "^0.1.1",
"@rstest/core": "^0.7.9",
"@rstest/adapter-rslib": "^0.2.0",
"@rstest/core": "^0.8.0",
"typescript": "^5.9.3"
}
}
2 changes: 1 addition & 1 deletion rstest/snapshot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:update": "rstest run --update"
},
"devDependencies": {
"@rstest/core": "^0.7.9",
"@rstest/core": "^0.8.0",
"typescript": "^5.9.3"
}
}