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 @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Replaced placeholder avatars with deterministic minidenticon-based avatars generated from email addresses [#1072](https://github.com/sourcebot-dev/sourcebot/pull/1072)
- Changed `author_name` and `author_email` fields to `authorName` and `authorEmail` in `GET /api/commits` response [#1077](https://github.com/sourcebot-dev/sourcebot/pull/1077)
- Changed `oldPath` and `newPath` in `GET /api/diff` response from `"/dev/null"` to `null` for added/deleted files [#1077](https://github.com/sourcebot-dev/sourcebot/pull/1077)
- Bumped `simple-git` to `3.33.0`. [#1078](https://github.com/sourcebot-dev/sourcebot/pull/1078)

## [4.16.4] - 2026-04-01

Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"posthog-node": "^5.24.15",
"prom-client": "^15.1.3",
"redlock": "5.0.0-beta.2",
"simple-git": "^3.27.0",
"simple-git": "^3.33.0",
"zod": "^3.25.74"
}
}
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"scroll-into-view-if-needed": "^3.1.0",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"simple-git": "^3.27.0",
"simple-git": "^3.33.0",
"slate": "^0.117.0",
"slate-dom": "^0.116.0",
"slate-history": "^0.113.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8819,7 +8819,7 @@ __metadata:
posthog-node: "npm:^5.24.15"
prom-client: "npm:^15.1.3"
redlock: "npm:5.0.0-beta.2"
simple-git: "npm:^3.27.0"
simple-git: "npm:^3.33.0"
tsc-watch: "npm:^6.2.0"
tsx: "npm:^4.19.1"
typescript: "npm:^5.6.2"
Expand Down Expand Up @@ -9126,7 +9126,7 @@ __metadata:
scroll-into-view-if-needed: "npm:^3.1.0"
server-only: "npm:^0.0.1"
sharp: "npm:^0.33.5"
simple-git: "npm:^3.27.0"
simple-git: "npm:^3.33.0"
slate: "npm:^0.117.0"
slate-dom: "npm:^0.116.0"
slate-history: "npm:^0.113.1"
Expand Down Expand Up @@ -20770,14 +20770,14 @@ __metadata:
languageName: node
linkType: hard

"simple-git@npm:^3.27.0":
version: 3.27.0
resolution: "simple-git@npm:3.27.0"
"simple-git@npm:^3.33.0":
version: 3.33.0
resolution: "simple-git@npm:3.33.0"
dependencies:
"@kwsites/file-exists": "npm:^1.1.1"
"@kwsites/promise-deferred": "npm:^1.1.1"
debug: "npm:^4.3.5"
checksum: 10c0/ef56cabea585377d3e0ca30e4e93447f465d91f23eaf751693cc31f366b5f7636facf52ad5bcd598bfdf295fa60732e7a394303d378995b52e2d221d92e5f9f4
debug: "npm:^4.4.0"
checksum: 10c0/463e91f3ee04b7fc445284c64502a4ee3d607f626f18c8bcc036815a30fe178d2216976e683c6368edd7b3093801d6e534deeb8e700a4863a76ef23f881a0712
languageName: node
linkType: hard

Expand Down
Loading