Skip to content

chore(deps): bump symfony/validator from 7.4.8 to 8.0.8 in /apps/back#64

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/apps/back/symfony/validator-8.0.8
Open

chore(deps): bump symfony/validator from 7.4.8 to 8.0.8 in /apps/back#64
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/apps/back/symfony/validator-8.0.8

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2026

Bumps symfony/validator from 7.4.8 to 8.0.8.

Release notes

Sourced from symfony/validator's releases.

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)

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)

... (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
  • 1a559ee Merge branch '7.4' into 8.0
  • e1b9b42 Merge branch '7.4' into 8.0
  • fdd80fa Merge branch '7.4' into 8.0
  • 04f7111 Merge branch '7.4' into 8.0
  • 28251d6 Merge branch '7.4' into 8.0
  • 31a0430 [Validator] Remove constant existence check in ExpressionSyntaxValidator
  • 64bcfc2 Merge branch '7.4' into 8.0
  • See full diff 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.8.
- [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.8)

---
updated-dependencies:
- dependency-name: symfony/validator
  dependency-version: 8.0.8
  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 Apr 15, 2026
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 15, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
apuntate Ready Ready Preview Apr 15, 2026 5:46am

Request Review

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