Skip to content

Commit cdcd76d

Browse files
committed
Merge remote-tracking branch 'origin/master' into feature/TINY-14141
2 parents 5f78787 + fb3b891 commit cdcd76d

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
@@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
### Added
1010
- Added a `--skipTypecheck` CLI option to skip typechecking before tests.
1111

12+
### Fixed
13+
- Fixed an issue where typechecking errors when using rspack would not recover and required restarting the server. #TINY-14130
14+
1215
## 16.1.2 - 2026-03-17
1316

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

3841
# 15.1.1 - 2025-12-19
3942

40-
## Unreleased
43+
## Fixed
4144
- Fixed an issue where using bedrock-auto with rspack bundling resulted in an error. #TINY-13550
4245

4346
# 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)