Skip to content

chore(deps): bump symfony/validator from 7.4.8 to 8.0.10#9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/validator-8.0.10
Open

chore(deps): bump symfony/validator from 7.4.8 to 8.0.10#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/symfony/validator-8.0.10

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github May 16, 2026

Bumps symfony/validator from 7.4.8 to 8.0.10.

Release notes

Sourced from symfony/validator's releases.

v8.0.10

Changelog (symfony/validator@v8.0.9...v8.0.10)

  • bug #63744 Fix Compound constraint with nested Composite and validation groups (@​Amoifr)

v8.0.9

Changelog (symfony/validator@v8.0.7...v8.0.9)

v8.0.8

Changelog (symfony/validator@v8.0.7...v8.0.8)

  • no significant changes

v8.0.7

Changelog (symfony/validator@v8.0.6...v8.0.7)

v8.0.6

Changelog (symfony/validator@v8.0.5...v8.0.6)

v8.0.5

Changelog (symfony/validator@v8.0.4...v8.0.5)

  • no significant changes

v8.0.4

Changelog (symfony/validator@v8.0.3...v8.0.4)

  • no significant changes

v8.0.3

Changelog (symfony/validator@v8.0.2...v8.0.3)

v8.0.2

Changelog (symfony/validator@v8.0.1...v8.0.2)

... (truncated)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

8.1

  • Add findByCodes() to ConstraintViolationListInterface
  • Add clock-awareness to comparison and range validators for testable date comparisons
  • Add the Xml constraint for validating XML content
  • Add ConstraintValidatorTestCase::validate() to encapsulate the way to call the constraint validator
  • Deprecate ConstraintValidatorInterface::initialize() and ConstraintValidatorInterface::validate() in favor of ConstraintValidatorInterface::validateInContext(). The ConstraintValidator abstract class handles the context management when extending it. When writing tests with ConstraintValidatorTestCase, use the new validate() method to abstract the way to use the constraint validator.

8.0

  • Remove support for configuring constraint options implicitly with the XML format

    Before:

    <class name="Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\Entity">
      <constraint name="Callback">
        <value>Symfony\Component\Validator\Tests\Fixtures\CallbackClass</value>
        <value>callback</value>
      </constraint>
    </class>

    After:

    <class name="Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\Entity">
      <constraint name="Callback">
        <option name="callback">
          <value>Symfony\Component\Validator\Tests\Fixtures\CallbackClass</value>
          <value>callback</value>
        </option>
      </constraint>
    </class>
  • Remove support for configuring constraint options implicitly with the YAML format

    Before:

    Symfony\Component\Validator\Tests\Fixtures\NestedAttribute\Entity:
      constraints:

... (truncated)

Commits
  • 12bb4be Merge branch '7.4' into 8.0
  • c764586 [Validator] Fix Compound constraint with nested Composite and validation groups
  • 131dc83 Merge branch '7.4' into 8.0
  • d3bb3dc [Validator] Simplify When::$expression’s closure PHPDoc
  • 8a8cba9 [Validator] Drop PHP < 8.4 compat in PropertyMetadata
  • 3e24fc8 Merge branch '7.4' into 8.0
  • fe0d88f Merge branch '6.4' into 7.4
  • 72cfcf7 [Validator] fix mapping properties using property hooks
  • 71b2c71 Merge branch '7.4' into 8.0
  • d8a2262 Update XSD references in phpunit.xml.dist files
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 7.4.8 to 8.0.10.
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.1/CHANGELOG.md)
- [Commits](symfony/validator@v7.4.8...v8.0.10)

---
updated-dependencies:
- dependency-name: symfony/validator
  dependency-version: 8.0.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels May 16, 2026
@dependabot dependabot Bot changed the base branch from master to main May 16, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants