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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Upgraded `picomatch` to `^4.0.4`. [#1283](https://github.com/sourcebot-dev/sourcebot/pull/1283)
- Fixed GitLab MR inline review comments returning 400 Bad Request on context (unchanged) lines and renamed files. [#1149](https://github.com/sourcebot-dev/sourcebot/pull/1149)
- Upgraded `ws` to `^8.20.1`. [#1286](https://github.com/sourcebot-dev/sourcebot/pull/1286)
- Upgraded `hono` to `^4.12.24`. [#1289](https://github.com/sourcebot-dev/sourcebot/pull/1289)

## [5.0.1] - 2026-06-04

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
"brace-expansion@npm:^2.0.2": "^2.0.3",
"brace-expansion@npm:^5.0.2": "^5.0.5",
"brace-expansion@npm:^1.1.7": "^1.1.13",
"@modelcontextprotocol/sdk/hono": "^4.12.18",
"@modelcontextprotocol/sdk/@hono/node-server": "^1.19.13",
"markdown-it@npm:^14.1.0": "^14.1.1",
"yaml@npm:^2.3.4": "^2.8.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15347,10 +15347,10 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^4.12.18":
version: 4.12.18
resolution: "hono@npm:4.12.18"
checksum: 10c0/b0b9688fd9e41a1847b077d579dc0e92a28b67c247c6ee7d1e751c0bae269824c30c7773feff1a2874e40ea36a3d2f9d1fc5ba618a28ecdf2ca1b33ed2473864
"hono@npm:^4.11.4":
version: 4.12.24
resolution: "hono@npm:4.12.24"
checksum: 10c0/1a1394e48618c34b0ea627d7de7e5d59f1d90aedcd518f9d19b987260bbf16c362043e417bbb64290110c3cd54ef51017f7786438a0c2d811af01566d6ca3e94
languageName: node
linkType: hard

Expand Down
Loading