fix(cli): bump @appwrite.io/console to 15.6.0 - #1697
Merged
Conversation
The generated CLI calls apps.listInstallations, getInstallation, deleteInstallation, createInstallationToken, listOperations, vcs.listNamespaces, the four-argument vcs.createRepository, and an array-typed activities.listEvents. None of those exist in 15.5.0, so tsc fails on the generated output. Lock templates regenerated with scripts/update-lockfiles.sh rather than edited by hand.
Contributor
Greptile SummaryUpdates the generated CLI dependency set to support newly generated console SDK calls.
Confidence Score: 5/5The PR appears safe to merge, with the dependency pin and both generated lock templates remaining consistent. The manifests and lock templates all resolve Important Files Changed
Reviews (1): Last reviewed commit: "fix(cli): bump @appwrite.io/console to 1..." | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Bumps the CLI template's
@appwrite.io/consolepin from15.5.0to15.6.0.The generated CLI now calls methods that do not exist in
15.5.0, sotscfails on the generated output:@appwrite.io/console@15.6.0(appwrite/sdk-for-console#107) ships all of them and is published to npm aslatest.Changes
templates/cli/package.json.twigandtemplates/cli/package.json— pin bumped.templates/cli/package-lock.json.twigandtemplates/cli/bun.lock.twig— regenerated with./scripts/update-lockfiles.sh cliper AGENTS.md, not edited by hand. Twig expressions are intact in both.Test Plan
./scripts/update-lockfiles.sh cli— both lock templates updated cleanly.php example.php cli console— regenerates without error;examples/cli/package.jsonresolves to15.6.0. (examples/*is gitignored, so this is verification only.)15.5.0references remain undertemplates/orexamples/.composer refactor:check— Rector clean.composer lint-twig— 44 errors both with and without this change; all pre-existing and none in the touched files.Related PRs and Issues
activities.listEventsarray typingHave you read the Contributing Guidelines on issues?
Yes.