Skip to content

Commit fb3b891

Browse files
authored
TINY-14130: Fix rspack dev server typecheck recovery (#167)
1 parent 5398129 commit fb3b891

File tree

3 files changed

+515
-229
lines changed

3 files changed

+515
-229
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## Unreleased
88

9+
### Fixed
10+
- Fixed an issue where typechecking errors when using rspack would not recover and required restarting the server. #TINY-14130
11+
912
## 16.1.2 - 2026-03-17
1013

1114
### Fixed
@@ -34,7 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3437

3538
# 15.1.1 - 2025-12-19
3639

37-
## Unreleased
40+
## Fixed
3841
- Fixed an issue where using bedrock-auto with rspack bundling resulted in an error. #TINY-13550
3942

4043
# 15.1.0 - 2025-12-17

modules/server/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@ephox/bedrock-runner": "^16.0.0",
2424
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
2525
"@lambdatest/node-tunnel": "^4.0.4",
26-
"@rspack/core": "^1.5.2",
27-
"@rspack/dev-server": "^1.1.4",
26+
"@rspack/core": "^1.7.9",
27+
"@rspack/dev-server": "^1.2.1",
2828
"@wdio/globals": "^8.14.1",
2929
"async": "^3.0.0",
3030
"chalk": "^4.1.1",
@@ -49,7 +49,7 @@
4949
"serve-static": "^1.10.2",
5050
"source-map-loader": "^3.0.0",
5151
"split2": "^4.2.0",
52-
"ts-checker-rspack-plugin": "^1.1.5",
52+
"ts-checker-rspack-plugin": "^1.3.0",
5353
"ts-loader": "^9.0.0",
5454
"tsconfig-paths-webpack-plugin": "^3.2.0",
5555
"webdriverio": "^8.0.0",

0 commit comments

Comments
 (0)