Skip to content

Bump symfony/validator from 5.2.9 to 5.3.0#4

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/validator-5.3.0
Open

Bump symfony/validator from 5.2.9 to 5.3.0#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/symfony/validator-5.3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Jul 17, 2021

Bumps symfony/validator from 5.2.9 to 5.3.0.

Release notes

Sourced from symfony/validator's releases.

v5.3.0

Changelog (symfony/validator@v5.3.0-RC1...v5.3.0)

  • no significant changes

v5.3.0-RC1

Changelog (symfony/validator@v5.3.0-BETA4...v5.3.0-RC1)

  • bug #41230 Fix deprecations from Doctrine Annotations+Cache (derrabus)
  • bug #41240 Fixed deprecation warnings about passing null as parameter (derrabus)

v5.2.11

Changelog (symfony/validator@v5.2.10...v5.2.11)

  • no significant changes

v5.2.10

Changelog (symfony/validator@v5.2.9...v5.2.10)

  • no significant changes
Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

5.3

  • Add the normalizer option to the Unique constraint
  • Add Validation::createIsValidCallable() that returns true/false instead of throwing exceptions

5.2.0

  • added a Cascade constraint to ease validating nested typed object properties

  • deprecated the allowEmptyString option of the Length constraint

    Before:

    use Symfony\Component\Validator\Constraints as Assert;
    /**
    
    @​Assert\Length(min=5, allowEmptyString=true)
    */

After:

use Symfony\Component\Validator\Constraints as Assert;
/**

@​Assert\AtLeastOneOf({

@Assert\Blank(),



@Assert\Length(min=5)


})
*/
  • added the Isin constraint and validator

  • added the ULID constraint and validator

  • added support for UUIDv6 in Uuid constraint

  • enabled the validator to load constraints from PHP attributes

  • deprecated the NumberConstraintTrait trait

  • deprecated setting or creating a Doctrine annotation reader via ValidatorBuilder::enableAnnotationMapping(), pass true as first parameter and additionally call setDoctrineAnnotationReader() or addDefaultDoctrineAnnotationReader() to set up the annotation reader

  • 5.1.0

    • added the Hostname constraint and validator
    • added the alpha3 option to the Country and Language constraints
    • allow to define a reusable set of constraints by extending the Compound constraint
    • added Sequentially constraint, to sequentially validate a set of constraints (any violation raised will prevent further validation of the nested constraints)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

    Bumps [symfony/validator](https://github.com/symfony/validator) from 5.2.9 to 5.3.0.
    - [Release notes](https://github.com/symfony/validator/releases)
    - [Changelog](https://github.com/symfony/validator/blob/5.3/CHANGELOG.md)
    - [Commits](symfony/validator@v5.2.9...v5.3.0)
    
    ---
    updated-dependencies:
    - dependency-name: symfony/validator
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    @dependabot @github
    Copy link
    Copy Markdown
    Author

    dependabot bot commented on behalf of github Jul 17, 2021

    The following labels could not be found: dependencies, automerge.

    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

    Labels

    None yet

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants