Skip to content

chore(deps): bump the symfony group across 1 directory with 11 updates - #7074

Merged
dotani1111 merged 1 commit into
4.4from
dependabot/composer/symfony-f42a4ec885
Aug 26, 2026
Merged

chore(deps): bump the symfony group across 1 directory with 11 updates#7074
dotani1111 merged 1 commit into
4.4from
dependabot/composer/symfony-f42a4ec885

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the symfony group with 9 updates in the / directory:

Package From To
symfony/doctrine-bridge 7.4.15 7.4.16
symfony/form 7.4.15 7.4.16
symfony/intl 7.4.14 7.4.16
symfony/lock 7.4.14 7.4.17
symfony/rate-limiter 7.4.14 7.4.16
symfony/routing 7.4.15 7.4.17
symfony/serializer 7.4.15 7.4.16
symfony/validator 7.4.15 7.4.16
symfony/uid 7.4.9 7.4.17

Updates symfony/doctrine-bridge from 7.4.15 to 7.4.16

Release notes

Sourced from symfony/doctrine-bridge's releases.

v7.4.16

Changelog (symfony/doctrine-bridge@v7.4.15...v7.4.16)

Commits
  • f69be90 fix compatibility with DBAL < 4.5
  • 346f766 [DoctrineBridge] Close all expired connections in the idle listener
  • See full diff in compare view

Updates symfony/form from 7.4.15 to 7.4.16

Release notes

Sourced from symfony/form's releases.

v7.4.16

Changelog (symfony/form@v7.4.15...v7.4.16)

Commits
  • b8a8288 [Form] Distinguish active_at from not_active_at in the CurrencyType choice li...
  • 201e05f Merge branch '6.4' into 7.4
  • f87226a [Form][Validator] Added missing Slovak translations
  • a6da88f Merge branch '6.4' into 7.4
  • 99cb028 [Form][Validator] Review Lithuanian (lt) translations
  • See full diff in compare view

Updates symfony/intl from 7.4.14 to 7.4.16

Release notes

Sourced from symfony/intl's releases.

v7.4.16

Changelog (symfony/intl@v7.4.14...v7.4.16)

  • bug #65183 Honor the expiry date of currencies that have no start date (@​sadiqk2)
Commits
  • a8ff460 [Intl] Honor the expiry date of currencies that have no start date
  • See full diff in compare view

Updates symfony/lock from 7.4.14 to 7.4.17

Release notes

Sourced from symfony/lock's releases.

v7.4.17

Changelog (symfony/lock@v7.4.16...v7.4.17)

v7.4.16

Changelog (symfony/lock@v7.4.14...v7.4.16)

  • bug #65116 Fix a released read lock letting a new read lock through while a write lock is held (@​Zombaya)
Commits
  • f5c1e1a Merge branch '6.4' into 7.4
  • 3e49220 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • 331b552 Merge branch '6.4' into 7.4
  • 90d16cf [Lock] Fix a released read lock letting a new read lock through while a write...
  • b9e0464 Restore compat with DBAL v4.x
  • See full diff in compare view

Updates symfony/rate-limiter from 7.4.14 to 7.4.16

Release notes

Sourced from symfony/rate-limiter's releases.

v7.4.16

Changelog (symfony/rate-limiter@v7.4.14...v7.4.16)

  • bug #65193 Cap the burst size and the duration computed from it (@​cs278)
Commits
  • 6703d04 Merge branch '6.4' into 7.4
  • 882bf96 [RateLimiter] Fix the overflow test on 32-bit platforms
  • c5fc078 Merge branch '6.4' into 7.4
  • 6432742 [RateLimiter] Cap the burst size and the duration computed from it
  • See full diff in compare view

Updates symfony/routing from 7.4.15 to 7.4.17

Release notes

Sourced from symfony/routing's releases.

v7.4.17

Changelog (symfony/routing@v7.4.15...v7.4.17)

Commits
  • ddd5589 Merge branch '6.4' into 7.4
  • 6fe2ed5 [BrowserKit][HttpClient][Routing] Don't pass objects to http_build_query()
  • 435dbb3 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • a782eb5 Merge branch '6.4' into 7.4
  • 70d01e5 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • See full diff in compare view

Updates symfony/serializer from 7.4.15 to 7.4.16

Release notes

Sourced from symfony/serializer's releases.

v7.4.16

Changelog (symfony/serializer@v7.4.15...v7.4.16)

Commits
  • 5ef7afa fix tests
  • 3c69b84 [Serializer] Align union member order between the legacy and TypeInfo paths
  • 8d76b34 [Serializer] Fix FILTER_BOOL breaking union type denormalization
  • See full diff in compare view

Updates symfony/validator from 7.4.15 to 7.4.16

Release notes

Sourced from symfony/validator's releases.

v7.4.16

Changelog (symfony/validator@v7.4.15...v7.4.16)

Commits
  • 3aee773 Merge branch '6.4' into 7.4
  • c72ea15 [Form][Validator] Added missing Slovak translations
  • f1bfab9 Merge branch '6.4' into 7.4
  • b6df2c3 [Form][Validator] Review Lithuanian (lt) translations
  • 5883928 Merge branch '6.4' into 7.4
  • a0c07e2 minor #65055 [Validator] Review Serbian (sr_Latn) translations (milanqtx)
  • 806434a minor #65054 [Validator] Review Serbian (sr_Cyrl) translations (milanqtx)
  • e9d8f3e [Validator] Review Serbian (sr_Latn) translations
  • 8173a51 [Validator] Review Serbian (Cyrl) translations
  • b288bb0 [Validator] Fix File constraint skipping the mime type check when extensions ...
  • See full diff in compare view

Updates symfony/property-info from 7.4.16 to 7.4.17

Release notes

Sourced from symfony/property-info's releases.

v7.4.17

Changelog (symfony/property-info@v7.4.16...v7.4.17)

Commits
  • a37837b Merge branch '6.4' into 7.4
  • 7847669 bug #65501 [PropertyInfo] Fix the priority of the accessor named after the pr...
  • 5e687e7 [PropertyInfo] Use the same mutator method for types and write info
  • 9ba3279 [PropertyInfo] Fix the priority of the accessor named after the property
  • 75c3ade Merge branch '6.4' into 7.4
  • 93c6ec6 PHP CS Fixer: fix minor detected issues
  • 0084a38 Merge branch '6.4' into 7.4
  • 3ec8050 [PropertyInfo] Ignore methods that only look like accessors
  • See full diff in compare view

Updates symfony/type-info from 7.4.9 to 7.4.17

Release notes

Sourced from symfony/type-info's releases.

v7.4.17

Changelog (symfony/type-info@v7.4.9...v7.4.17)

Commits
  • 62d0ad6 [TypeInfo] Fix resolving constants defined on interfaces
  • dadb388 Check arrays and bools directly instead of comparing them to count()/true/fal...
  • b47add9 Merge branch '6.4' into 7.4
  • See full diff in compare view

Updates symfony/uid from 7.4.9 to 7.4.17

Release notes

Sourced from symfony/uid's releases.

v7.4.17

Changelog (symfony/uid@v7.4.9...v7.4.17)

Commits
  • 69d7323 [Uid] Compare times by value in MockUuidFactory
  • d74c94a Merge branch '6.4' into 7.4
  • 908a0ec Drop PR warning and auto-closing on subtree splits
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the symfony group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/doctrine-bridge](https://github.com/symfony/doctrine-bridge) | `7.4.15` | `7.4.16` |
| [symfony/form](https://github.com/symfony/form) | `7.4.15` | `7.4.16` |
| [symfony/intl](https://github.com/symfony/intl) | `7.4.14` | `7.4.16` |
| [symfony/lock](https://github.com/symfony/lock) | `7.4.14` | `7.4.17` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.4.14` | `7.4.16` |
| [symfony/routing](https://github.com/symfony/routing) | `7.4.15` | `7.4.17` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.4.15` | `7.4.16` |
| [symfony/validator](https://github.com/symfony/validator) | `7.4.15` | `7.4.16` |
| [symfony/uid](https://github.com/symfony/uid) | `7.4.9` | `7.4.17` |



Updates `symfony/doctrine-bridge` from 7.4.15 to 7.4.16
- [Release notes](https://github.com/symfony/doctrine-bridge/releases)
- [Changelog](https://github.com/symfony/doctrine-bridge/blob/8.2/CHANGELOG.md)
- [Commits](symfony/doctrine-bridge@v7.4.15...v7.4.16)

Updates `symfony/form` from 7.4.15 to 7.4.16
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/8.2/CHANGELOG.md)
- [Commits](symfony/form@v7.4.15...v7.4.16)

Updates `symfony/intl` from 7.4.14 to 7.4.16
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/8.2/CHANGELOG.md)
- [Commits](symfony/intl@v7.4.14...v7.4.16)

Updates `symfony/lock` from 7.4.14 to 7.4.17
- [Release notes](https://github.com/symfony/lock/releases)
- [Changelog](https://github.com/symfony/lock/blob/8.2/CHANGELOG.md)
- [Commits](symfony/lock@v7.4.14...v7.4.17)

Updates `symfony/rate-limiter` from 7.4.14 to 7.4.16
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/8.2/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v7.4.14...v7.4.16)

Updates `symfony/routing` from 7.4.15 to 7.4.17
- [Release notes](https://github.com/symfony/routing/releases)
- [Changelog](https://github.com/symfony/routing/blob/8.2/CHANGELOG.md)
- [Commits](symfony/routing@v7.4.15...v7.4.17)

Updates `symfony/serializer` from 7.4.15 to 7.4.16
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/8.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.4.15...v7.4.16)

Updates `symfony/validator` from 7.4.15 to 7.4.16
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/8.2/CHANGELOG.md)
- [Commits](symfony/validator@v7.4.15...v7.4.16)

Updates `symfony/property-info` from 7.4.16 to 7.4.17
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/8.2/CHANGELOG.md)
- [Commits](symfony/property-info@v7.4.16...v7.4.17)

Updates `symfony/type-info` from 7.4.9 to 7.4.17
- [Release notes](https://github.com/symfony/type-info/releases)
- [Changelog](https://github.com/symfony/type-info/blob/8.2/CHANGELOG.md)
- [Commits](symfony/type-info@v7.4.9...v7.4.17)

Updates `symfony/uid` from 7.4.9 to 7.4.17
- [Release notes](https://github.com/symfony/uid/releases)
- [Changelog](https://github.com/symfony/uid/blob/8.2/CHANGELOG.md)
- [Commits](symfony/uid@v7.4.9...v7.4.17)

---
updated-dependencies:
- dependency-name: symfony/doctrine-bridge
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/intl
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/lock
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/rate-limiter
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/routing
  dependency-version: 7.4.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-version: 7.4.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-version: 7.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/type-info
  dependency-version: 7.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/uid
  dependency-version: 7.4.17
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: symfony
...

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 Aug 23, 2026
@dotani1111
dotani1111 enabled auto-merge August 26, 2026 07:21
@dotani1111
dotani1111 merged commit bccbfe9 into 4.4 Aug 26, 2026
130 checks passed
@dotani1111
dotani1111 deleted the dependabot/composer/symfony-f42a4ec885 branch August 26, 2026 07:22
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.

2 participants