From 907ebbf98b369af9d8c7ccbe5d4b66b56ad535b6 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Sat, 9 May 2026 13:33:45 -0700 Subject: [PATCH 1/2] chore: bump fast-uri to ^3.1.2 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 1 + package.json | 3 ++- yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b27f218f5..4e82bb618 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add missing schema changes introduced in [#1170](https://github.com/sourcebot-dev/sourcebot/pull/1170). [#1176](https://github.com/sourcebot-dev/sourcebot/pull/1176) - Fixed blame gutter commit navigation to use the file path as it existed at the attributing commit, so clicking a blame line whose commit predates a rename resolves to the correct historical path. [#1178](https://github.com/sourcebot-dev/sourcebot/pull/1178) +- Bumped transitive `fast-uri` dependency to `^3.1.2`. ### Changed - 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) diff --git a/package.json b/package.json index 64bee556d..63eae0429 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "ajv@npm:^6.12.4": "^6.14.0", "smol-toml@npm:^1.6.0": "^1.6.1", "teeny-request@npm:^10.0.0": "^10.1.2", - "uuid": "^14.0.0" + "uuid": "^14.0.0", + "fast-uri@npm:^3.0.1": "^3.1.2" } } diff --git a/yarn.lock b/yarn.lock index ab8fa88cb..a08a90ada 100644 --- a/yarn.lock +++ b/yarn.lock @@ -13654,10 +13654,10 @@ __metadata: languageName: node linkType: hard -"fast-uri@npm:^3.0.1": - version: 3.0.6 - resolution: "fast-uri@npm:3.0.6" - checksum: 10c0/74a513c2af0584448aee71ce56005185f81239eab7a2343110e5bad50c39ad4fb19c5a6f99783ead1cac7ccaf3461a6034fda89fffa2b30b6d99b9f21c2f9d29 +"fast-uri@npm:^3.1.2": + version: 3.1.2 + resolution: "fast-uri@npm:3.1.2" + checksum: 10c0/5b35641895959f3f7ab7a7b1b5542bded159346f25ec9f256817b206d50b64eda5828e90d605a2e2fc645c90519a7259c2bab2c942ee728c88b88e5be21b090d languageName: node linkType: hard From b99a9f9f9808441cdb14543dddb79f11c7498359 Mon Sep 17 00:00:00 2001 From: Brendan Kellam Date: Sat, 9 May 2026 13:34:48 -0700 Subject: [PATCH 2/2] chore: link CHANGELOG entry to PR #1181 Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e82bb618..623db0239 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Add missing schema changes introduced in [#1170](https://github.com/sourcebot-dev/sourcebot/pull/1170). [#1176](https://github.com/sourcebot-dev/sourcebot/pull/1176) - Fixed blame gutter commit navigation to use the file path as it existed at the attributing commit, so clicking a blame line whose commit predates a rename resolves to the correct historical path. [#1178](https://github.com/sourcebot-dev/sourcebot/pull/1178) -- Bumped transitive `fast-uri` dependency to `^3.1.2`. +- Bumped transitive `fast-uri` dependency to `^3.1.2`. [#1181](https://github.com/sourcebot-dev/sourcebot/pull/1181) ### Changed - 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)