chore(deps): bump @appwrite.io/console to 56957ff - #3173
Conversation
Brings in the console variables that report per-provider VCS capabilities (_APP_VCS_PROVIDERS_WITH_REPOSITORY_CREATION and _APP_VCS_PROVIDERS_WITH_PUBLIC_REPOSITORIES). No breaking changes against the previous ed09983 pin. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Console (appwrite/console)Project ID: Tip Ephemeral API keys are generated automatically for each function execution |
Greptile SummaryUpdates the pinned
Confidence Score: 5/5The PR appears safe to merge because the manifest and lockfile consistently pin the new SDK revision and no concrete regression was identified. The dependency update is synchronized across both changed files, retains the same transitive dependency shape, and the available evidence does not establish any broken SDK contract or install behavior. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps): bump @appwrite.io/console t..." | Re-trigger Greptile |
|
Folded into #3174 — the bump is tiny and ships as the first commit there, so a separate PR isn't worth the review overhead. |

What does this PR do?
Bumps the console SDK pin from
ed09983to56957ff.The main reason for the bump is that
Models.ConsoleVariablesnow reports per-provider VCS capabilities:_APP_VCS_PROVIDERS_WITH_REPOSITORY_CREATION— providers the console can create repositories on_APP_VCS_PROVIDERS_WITH_PUBLIC_REPOSITORIES— providers that can host public repositoriesThe earlier SDK breaking changes (Health service removal,
Models.CloudLocale→Models.Locale, theEmbeddingsservice split, migrationresourceId→databaseId/collectionId,DatabaseTypeadditions, usage model changes affecting payments/usage/billing) were already absorbed by the16.0.0/ed09983bump on main, so this pin change needs no code adjustments —check,lint, unit tests and the production build all pass unchanged.Stacked PR: the VCS/Origin feature work building on this lands separately on top of this branch.
Test plan
bun run check— 0 errorsbun run lint— 0 errorsbun run test:unit— all passingbun run build— passesRelated PRs and issues
🤖 Generated with Claude Code