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 @@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Reduced the log verbosity of the worker by changing various log messages from info to debug. [#1179](https://github.com/sourcebot-dev/sourcebot/pull/1179)
- [EE] Switched symbol hover detection to use Lezer highlight tags, broadening identifier coverage. [#1194](https://github.com/sourcebot-dev/sourcebot/pull/1194)
- Improved git history and blame performance on large repositories. [#1198](https://github.com/sourcebot-dev/sourcebot/pull/1198)
- Upgraded `react-email` to `^6.1.4`. [#1206](https://github.com/sourcebot-dev/sourcebot/pull/1206)

## [4.17.1] - 2026-05-04

Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,13 @@
"path-to-regexp@0.1.12": "0.1.13",
"path-to-regexp@^8": "^8.4.0",
"picomatch@^4": "^4.0.4",
"esbuild": "^0.27.3",
"esbuild": "^0.28.0",
"js-yaml@npm:^4.1.0": "^4.1.1",
"ajv@npm:^8.0.0": "^8.18.0",
"ajv@npm:^8.17.1": "^8.18.0",
"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",
"@react-email/preview-server/next": "^16.2.3",
"@modelcontextprotocol/sdk/hono": "^4.12.18",
"@modelcontextprotocol/sdk/@hono/node-server": "^1.19.13",
"langsmith@npm:>=0.5.0 <1.0.0": "^0.5.19",
Expand Down
8 changes: 4 additions & 4 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.1.4",
"@react-email/components": "^1.0.2",
"@react-email/render": "^2.0.0",
"@react-email/components": "^1.0.12",
"@react-email/render": "^2.0.8",
"@replit/codemirror-lang-csharp": "^6.2.0",
"@replit/codemirror-lang-nix": "^6.0.1",
"@replit/codemirror-lang-solidity": "^6.0.2",
Expand Down Expand Up @@ -200,7 +200,7 @@
"devDependencies": {
"@asteasolutions/zod-to-openapi": "7.3.4",
"@eslint/eslintrc": "^3",
"@react-email/preview-server": "5.2.10",
"@react-email/ui": "6.1.4",
"@react-grab/mcp": "^0.1.23",
"@tanstack/eslint-plugin-query": "^5.74.7",
"@testing-library/dom": "^10.4.1",
Expand All @@ -223,7 +223,7 @@
"npm-run-all": "^4.1.5",
"postcss": "^8.5.10",
"raw-loader": "^4.0.2",
"react-email": "^5.2.10",
"react-email": "^6.1.4",
"react-grab": "^0.1.23",
"react-scan": "^0.5.3",
"tailwindcss": "^3.4.1",
Expand Down
Loading
Loading