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
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

### Fixed
- Fixed an issue where typechecking errors when using rspack would not recover and required restarting the server. #TINY-14130

## 16.1.2 - 2026-03-17

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

# 15.1.1 - 2025-12-19

## Unreleased
## Fixed
- Fixed an issue where using bedrock-auto with rspack bundling resulted in an error. #TINY-13550

# 15.1.0 - 2025-12-17
Expand Down
6 changes: 3 additions & 3 deletions modules/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@ephox/bedrock-runner": "^16.0.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@lambdatest/node-tunnel": "^4.0.4",
"@rspack/core": "^1.5.2",
"@rspack/dev-server": "^1.1.4",
"@rspack/core": "^1.7.9",
"@rspack/dev-server": "^1.2.1",
"@wdio/globals": "^8.14.1",
"async": "^3.0.0",
"chalk": "^4.1.1",
Expand All @@ -49,7 +49,7 @@
"serve-static": "^1.10.2",
"source-map-loader": "^3.0.0",
"split2": "^4.2.0",
"ts-checker-rspack-plugin": "^1.1.5",
"ts-checker-rspack-plugin": "^1.3.0",
"ts-loader": "^9.0.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"webdriverio": "^8.0.0",
Expand Down
Loading
Loading