chore: require Validators ^1.0 - #25
Merged
Merged
Conversation
ChiragAgg5k
marked this pull request as ready for review
September 10, 2026 10:56
|
Member
Author
|
Merged after all CI and Greptile checks passed, then published Emails 0.8.3 from merge commit |
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.
Summary
Require Validators
^1.0exclusively, with no aliases or fallback ranges. Advance the development CLI requirement to^0.24.4, since CLI 0.22 pins Servers 0.2 and Validators 0.x.Domains 4.2.1 is now released, so the tracked lockfile has been regenerated against published packages: Validators 1.0.1, Domains 4.2.1, Client 0.4.4, CLI 0.24.4, Servers 0.4.11, and their required dependencies. No path repositories or hand-edited lock entries.
This unblocks part of appwrite/appwrite#13575 and https://github.com/appwrite-labs/cloud/pull/5734. Emails still needs a release after merge before those applications can resolve Validators 1.x.
Verification
PHP 8.5.10:
composer update utopia-php/validators utopia-php/cli utopia-php/domains --with-all-dependencies --minimal-changes --ignore-platform-reqs --no-interaction --no-progress: passed; no security advisories.XDEBUG_MODE=off composer test: 118 tests / 1,190 assertions passed.composer lint: passed across 36 files; the locked formatter emitted PHP deprecation messages.XDEBUG_MODE=off composer check: passed across 31 files.composer validate --no-check-publishandgit diff --check: passed.No live registrar operations or downstream application E2E was performed. Backend-only; no screenshots apply. No merges, releases or deployments performed in this update.