chore(deps)!: upgrade to utopia-php/database 7.x - #214
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
Greptile SummaryUpdates the dependency graph to the pools 2.x ecosystem.
Confidence Score: 5/5The PR appears safe to merge, with no concrete dependency-resolution or changed-code compatibility failure identified. The manifest’s PHP 8.5 requirement satisfies the upgraded packages, and the lockfile consistently resolves database, cache, client, storage, and pools onto mutually compatible versions. Important Files Changed
Reviews (1): Last reviewed commit: "chore(deps)!: upgrade to utopia-php/data..." | 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.
utopia-php/database7.0.0 is a constraint-only release: it moves database ontoutopia-php/pools2.x andutopia-php/cache4.x, and its own public API is byte-identical to 6.5.1. So this needs no code changes here — only the requirement bump plus the resulting lock refresh.The lock also picks up
storage4.0.0 → 4.0.1 andclient0.2.3 → 0.3.0:client0.3.0 is the pools-2 release of that package (itssrc/is byte-identical to 0.2.3), andstorage4.0.1 is the release that permits it. Both are reachable under the existingstorage: 4.*constraint.Needed so that appwrite/appwrite can move to pools 2 —
utopia-php/migrationpinsdatabase ^6.0.0and blocks resolution.🤖 Generated with Claude Code