Skip to content

Build(deps): bump symfony/validator from 7.4.5 to 8.0.5#820

Merged
kodiakhq[bot] merged 1 commit intomasterfrom
dependabot/composer/symfony/validator-8.0.5
Feb 13, 2026
Merged

Build(deps): bump symfony/validator from 7.4.5 to 8.0.5#820
kodiakhq[bot] merged 1 commit intomasterfrom
dependabot/composer/symfony/validator-8.0.5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2026

Bumps symfony/validator from 7.4.5 to 8.0.5.

Release notes

Sourced from symfony/validator's releases.

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)

v8.0.1

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

  • no significant changes

v8.0.0-RC3

Changelog (symfony/validator@v8.0.0-RC2...v8.0.0-RC3)

  • no significant changes

v8.0.0-BETA2

Changelog (symfony/validator@v8.0.0-BETA1...v8.0.0-BETA2)

v8.0.0-BETA1

Changelog (symfony/validator@v7.3.4...v8.0.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/validator's changelog.

CHANGELOG

8.1

  • Add clock-awareness to comparison and range validators for testable date comparisons
  • Add the Xml constraint for validating XML content

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:
        - Callback: validateMeStatic
        - Callback: [Symfony\Component\Validator\Tests\Fixtures\CallbackClass, callback]

    After:

... (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 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.5 to 8.0.5.
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.1/CHANGELOG.md)
- [Commits](symfony/validator@v7.4.5...v8.0.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@kodiakhq kodiakhq bot merged commit baa861f into master Feb 13, 2026
3 of 6 checks passed
@kodiakhq kodiakhq bot deleted the dependabot/composer/symfony/validator-8.0.5 branch February 13, 2026 01:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants