From d2a38b0bde38753720e11cb64d1547130623e80b Mon Sep 17 00:00:00 2001 From: "ankhorage-renovate-sync[bot]" <323340348+ankhorage-renovate-sync[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:23:04 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @types/bun to ^1.4.2 --- bun.lock | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bun.lock b/bun.lock index 6ec82056..bdf1727e 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ "@ankhorage/doctor": "0.10.36", "@ankhorage/paradox": "^0.1.26", "@techstark/opencv-js": "^5.0.0-release.1", - "@types/bun": "^1.4.1", + "@types/bun": "^1.4.2", "@types/node": "^26.6.2", "sharp": "^0.35.4", }, diff --git a/package.json b/package.json index 05520446..b73b2d3d 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "@ankhorage/ankh": "^0.10.4", "@ankhorage/doctor": "0.10.36", "@techstark/opencv-js": "^5.0.0-release.1", - "@types/bun": "^1.4.1", + "@types/bun": "^1.4.2", "@types/node": "^26.6.2", "sharp": "^0.35.4" }, From 44e8096b18108f5924a35f2f706ee34b990ee08c Mon Sep 17 00:00:00 2001 From: "ankhorage-renovate-sync[bot]" <323340348+ankhorage-renovate-sync[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 19:24:18 +0000 Subject: [PATCH 2/2] chore: synchronize Devtools-managed repository state --- .github/workflows/ci.yml | 2 +- bun.lock | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 51bc16cc..7695d27e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: fi - name: Validate Ankhorage repository - run: BUN_INSTALL_CACHE_DIR="${RUNNER_TEMP}/doctor-cache" bunx @ankhorage/doctor@0.10.35 validate . + run: BUN_INSTALL_CACHE_DIR="${RUNNER_TEMP}/doctor-cache" bunx @ankhorage/doctor@0.10.36 validate . - name: Run lint run: | diff --git a/bun.lock b/bun.lock index bdf1727e..6ec82056 100644 --- a/bun.lock +++ b/bun.lock @@ -33,7 +33,7 @@ "@ankhorage/doctor": "0.10.36", "@ankhorage/paradox": "^0.1.26", "@techstark/opencv-js": "^5.0.0-release.1", - "@types/bun": "^1.4.2", + "@types/bun": "^1.4.1", "@types/node": "^26.6.2", "sharp": "^0.35.4", }, diff --git a/package.json b/package.json index b73b2d3d..05520446 100644 --- a/package.json +++ b/package.json @@ -152,7 +152,7 @@ "@ankhorage/ankh": "^0.10.4", "@ankhorage/doctor": "0.10.36", "@techstark/opencv-js": "^5.0.0-release.1", - "@types/bun": "^1.4.2", + "@types/bun": "^1.4.1", "@types/node": "^26.6.2", "sharp": "^0.35.4" },