File tree Expand file tree Collapse file tree 3 files changed +515
-229
lines changed
Expand file tree Collapse file tree 3 files changed +515
-229
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments