chore(deps-dev): bump dev-dependencies group (4 updates) — take-over of #689 - #699
Conversation
Maintainer take-over of Dependabot PR #689 so the dependency bump runs under the normal Actions CI context (Dependabot PRs run under the Dependabot secret store, which lacks the identity suites' CLERK_MACHINE_TOKEN, so their live jobs fail-loud on something the bot can't fix). Diff is byte-identical to #689's commit, re-based onto current main; `pnpm install --frozen-lockfile` is green. Dev-dependency updates: - js-yaml 4.2.0 → 4.3.0 (semver-minor) - @supabase/supabase-js 2.110.1 → 2.110.2 (semver-patch) - @supabase/postgrest-js 2.110.1 → 2.110.2 (semver-patch) - @clerk/backend 3.11.2 → 3.11.3 (semver-patch) Closes #689. Claude-Session: https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (4)
📝 WalkthroughWalkthroughDevelopment dependency versions for Supabase and Clerk are updated across four package manifests. ChangesDevelopment dependency updates
Estimated code review effort: 1 (Trivial) | ~3 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Dependabot takeover PR. |
Maintainer take-over of Dependabot #689 so the bump runs under the normal Actions CI context.
Why re-author instead of merging #689
Dependabot PRs execute under the Dependabot secret store — a separate, narrower set than the Actions secrets. It carries
CS_*but not the identity suites'CLERK_MACHINE_TOKEN, so thelock-contextintegration suite (deliberately fail-not-skip) throws and the live jobs go red on something the bot can't fix. Re-authoring the same commit on a maintainer branch lets the live suites run with the full secret set.What's here
Byte-identical to #689's diff, re-based onto current
main(the lockfile auto-merged cleanly andpnpm install --frozen-lockfileis green):Dev-dependency-only; no published surface changes, so no changeset.
Closes #689.
https://claude.ai/code/session_01MxTTPaPP16m6br7Hoab94w
Summary by CodeRabbit