Skip to content
Open
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 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.inputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
environment: npm
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.inputs.branch }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
VSCE_TARGET: ${{ matrix.vsce-target }}
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1
ref: ${{ github.event.inputs.branch }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1

Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
with:
fetch-depth: 1

Expand Down
10 changes: 5 additions & 5 deletions e2e/dom/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.1",
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/core": "1.6.7",
"@rsbuild/plugin-react": "^1.4.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"happy-dom": "^20.0.8",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"happy-dom": "^20.0.10",
"jsdom": "^26.1.0",
"typescript": "^5.9.3"
}
Expand Down
10 changes: 5 additions & 5 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.1",
"@rslib/core": "0.17.1",
"@rsbuild/core": "1.6.7",
"@rslib/core": "0.18.0",
"@rstest/core": "workspace:*",
"@rstest/tsconfig": "workspace:*",
"@types/jest-image-snapshot": "^6.4.0",
"axios": "^1.13.0",
"axios": "^1.13.2",
"is-url": "^1.2.4",
"@types/is-url": "^1.2.32",
"jest-image-snapshot": "^6.5.1",
"memfs": "^4.49.0",
"memfs": "^4.51.0",
"pathe": "^2.0.3",
"react": "^19.2.0",
"redux": "^5.0.1",
"strip-ansi": "^7.1.2",
"tinyexec": "^1.0.1",
"tinyexec": "^1.0.2",
"typescript": "^5.9.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions e2e/projects/fixtures/packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.1",
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/core": "1.6.7",
"@rsbuild/plugin-react": "^1.4.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"jsdom": "^26.1.0",
"typescript": "^5.9.3"
}
Expand Down
6 changes: 3 additions & 3 deletions e2e/ssr/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/plugin-react": "^1.4.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@rsbuild/plugin-react": "^1.4.2",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"typescript": "^5.9.3"
}
}
8 changes: 4 additions & 4 deletions e2e/vue/fixtures/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"preview": "rsbuild preview"
},
"dependencies": {
"vue": "^3.5.22"
"vue": "^3.5.24"
},
"devDependencies": {
"@rstest/core": "workspace:*",
"@rsbuild/core": "1.6.0-beta.1",
"@rsbuild/core": "1.6.7",
"@rsbuild/plugin-babel": "^1.0.6",
"@rsbuild/plugin-vue": "^1.2.0",
"@rsbuild/plugin-vue-jsx": "^1.1.1",
"@vue/test-utils": "^2.4.6",
"@vue/compiler-dom": "^3.5.22",
"@vue/server-renderer": "^3.5.22"
"@vue/compiler-dom": "^3.5.24",
"@vue/server-renderer": "^3.5.24"
}
}
8 changes: 4 additions & 4 deletions examples/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"react-dom": "^19.2.0"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.1",
"@rsbuild/plugin-react": "^1.4.1",
"@rsbuild/core": "1.6.7",
"@rsbuild/plugin-react": "^1.4.2",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"jsdom": "^26.1.0",
"typescript": "^5.9.3"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"pnpm-lock.yaml": "pnpm dedupe --check"
},
"devDependencies": {
"@biomejs/biome": "^2.3.1",
"@biomejs/biome": "^2.3.7",
"@changesets/cli": "^2.29.7",
"@rsdoctor/rspack-plugin": "^1.3.6",
"@rsdoctor/rspack-plugin": "^1.3.11",
"@rslint/core": "^0.1.13",
"@rstest/core": "workspace:*",
"@rstest/coverage-istanbul": "workspace:*",
Expand All @@ -43,9 +43,9 @@
"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.6.6",
"heading-case": "^1.0.3",
"nano-staged": "^0.9.0",
"nx": "^21.6.9",
"path-serializer": "0.5.1",
"prettier": "^3.6.2",
"prettier-plugin-packagejson": "^2.5.19",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@
},
"dependencies": {
"@types/chai": "^5.2.3",
"@rsbuild/core": "1.6.0-beta.1",
"@rsbuild/core": "1.6.7",
"tinypool": "^1.1.1"
},
"devDependencies": {
"chai": "^5.3.3",
"pathe": "^2.0.3",
"birpc": "2.6.1",
"birpc": "2.8.0",
"@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.53.3",
"@rslib/core": "0.17.1",
"@microsoft/api-extractor": "^7.55.1",
"@rslib/core": "0.18.0",
"@rstest/tsconfig": "workspace:*",
"@sinonjs/fake-timers": "^14.0.0",
"@types/babel__code-frame": "^7.0.6",
Expand All @@ -77,7 +77,7 @@
"@types/picomatch": "^4.0.2",
"cac": "^6.7.14",
"chokidar": "^4.0.3",
"happy-dom": "^20.0.8",
"happy-dom": "^20.0.10",
"jest-diff": "^30.2.0",
"jsdom": "^26.1.0",
"webpack-license-plugin": "^4.5.1",
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 @@ -23,7 +23,7 @@
"@rstest/core": "workspace:~"
},
"dependencies": {
"swc-plugin-coverage-instrument": "^0.0.31",
"swc-plugin-coverage-instrument": "^0.0.32",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-report": "^3.0.1",
"istanbul-reports": "^3.2.0",
Expand All @@ -32,7 +32,7 @@
"devDependencies": {
"@rstest/tsconfig": "workspace:*",
"@rstest/core": "workspace:*",
"@rslib/core": "0.17.1",
"@rslib/core": "0.18.0",
"@types/node": "^22.16.5",
"typescript": "^5.9.3",
"@types/istanbul-lib-instrument": "^1.7.8",
Expand Down
14 changes: 7 additions & 7 deletions packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,21 @@
"package:vsce": "npm run build && vsce package"
},
"devDependencies": {
"@rsbuild/core": "1.6.0-beta.1",
"@rslib/core": "0.17.1",
"@rsbuild/core": "1.6.7",
"@rslib/core": "0.18.0",
"@rstest/core": "workspace:*",
"@swc/core": "^1.13.5",
"@swc/core": "^1.15.3",
"@types/glob": "^7.2.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.16.5",
"@types/vscode": "1.97.0",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "3.6.2",
"birpc": "2.6.1",
"@vscode/vsce": "3.7.0",
"birpc": "2.8.0",
"glob": "^7.2.3",
"mocha": "^11.7.4",
"ovsx": "^0.10.6",
"mocha": "^11.7.5",
"ovsx": "^0.10.7",
"typescript": "^5.9.3"
}
}
Loading
Loading