You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed the Buildkite PR pickup failure by deepening shallow `origin/main` history when the CI pipeline generator cannot compute a merge base.
19
20
- Applied the Renovate dashboard sweep across Bun/npm package manifests and locks, Rust crates, Maven deps, Swift packages, Go modules, Terraform/OpenTofu providers, tool pins, Gradle wrapper, and Docker/image digests.
20
21
- Migrated Prisma 7 generation/runtime setup for Birmel and Scout backend, including Prisma config files and libSQL adapters.
21
22
- Updated Zod 4 call sites and replaced the DPP config loader's `zconf` dependency with TOML parsing plus explicit Zod validation.
@@ -32,5 +33,6 @@ User asked to work in a new dissociated clone, update as much of Renovate dashbo
32
33
### Caveats
33
34
34
35
- Validation passed: `bun run scripts/setup.ts`, `bun run lint`, `bun run typecheck`, `bun run test`, Clauderon `cargo check`, Scout desktop `cargo check`, Castle Casters `mvn test`, ASUSWRT provider `go test ./...`, all three updated Tofu `validate` runs, and Android `./gradlew help` with the local Android SDK exported.
36
+
- CI pickup fix validation passed: `cd scripts/ci && bun test src/__tests__/change-detection.test.ts`, `cd scripts/ci && bun run typecheck`, `cd scripts/ci && bun test`, and local PR pipeline generation with `BUILDKITE_PULL_REQUEST=773`.
35
37
- Android validation installed NDK `26.1.10909125` into `/Users/jerred/Library/Android/sdk` because the updated Gradle project requested it.
36
38
- Some validators still print non-fatal warnings/hints: SwiftLint renamed-rule warnings, Astro inline-script hints, Gradle deprecation warnings, and KSP warnings under Kotlin 2.3.20.
0 commit comments