chore(deps): update symfony packages to v7.4.14 - autoclosed #12

Closed
renovate-bot wants to merge 1 commits from renovate/symfony into main
Collaborator

This PR contains the following updates:

Package Change Age Confidence
symfony/cache (source) 7.4.137.4.14 age confidence
symfony/console (source) 7.4.137.4.14 age confidence
symfony/framework-bundle (source) 7.4.137.4.14 age confidence
symfony/http-client (source) 7.4.137.4.14 age confidence
symfony/phpunit-bridge (source) 7.4.87.4.14 age confidence
symfony/runtime (source) 7.4.137.4.14 age confidence
symfony/yaml (source) 7.4.137.4.14 age confidence

Release Notes

symfony/cache (symfony/cache)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/cache/compare/v7.4.13...v7.4.14)

symfony/console (symfony/console)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/console/compare/v7.4.13...v7.4.14)

symfony/framework-bundle (symfony/framework-bundle)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.13...v7.4.14)

symfony/http-client (symfony/http-client)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v7.4.13...v7.4.14)

symfony/phpunit-bridge (symfony/phpunit-bridge)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v7.4.9...v7.4.14)

symfony/runtime (symfony/runtime)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/runtime/compare/v7.4.13...v7.4.14)

symfony/yaml (symfony/yaml)

v7.4.14

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v7.4.13...v7.4.14)


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [symfony/cache](https://symfony.com) ([source](https://github.com/symfony/cache)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fcache/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fcache/7.4.13/7.4.14?slim=true) | | [symfony/console](https://symfony.com) ([source](https://github.com/symfony/console)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fconsole/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fconsole/7.4.13/7.4.14?slim=true) | | [symfony/framework-bundle](https://symfony.com) ([source](https://github.com/symfony/framework-bundle)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fframework-bundle/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fframework-bundle/7.4.13/7.4.14?slim=true) | | [symfony/http-client](https://symfony.com) ([source](https://github.com/symfony/http-client)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fhttp-client/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fhttp-client/7.4.13/7.4.14?slim=true) | | [symfony/phpunit-bridge](https://symfony.com) ([source](https://github.com/symfony/phpunit-bridge)) | `7.4.8` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fphpunit-bridge/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fphpunit-bridge/7.4.8/7.4.14?slim=true) | | [symfony/runtime](https://symfony.com) ([source](https://github.com/symfony/runtime)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fruntime/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fruntime/7.4.13/7.4.14?slim=true) | | [symfony/yaml](https://symfony.com) ([source](https://github.com/symfony/yaml)) | `7.4.13` → `7.4.14` | ![age](https://developer.mend.io/api/mc/badges/age/packagist/symfony%2fyaml/7.4.14?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/symfony%2fyaml/7.4.13/7.4.14?slim=true) | --- ### Release Notes <details> <summary>symfony/cache (symfony/cache)</summary> ### [`v7.4.14`](https://github.com/symfony/cache/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/cache/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/cache/compare/v7.4.13...v7.4.14>) - bug [#&#8203;64648](https://github.com/symfony/cache/issues/64648) Ensure RelayProxy compatibility with Relay extension 0.30.0 ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [#&#8203;64645](https://github.com/symfony/cache/issues/64645) Ensure RelayClusterProxy compatibility with Relay extension 0.30.0 ([@&#8203;Amoifr](https://github.com/Amoifr)) - bug [#&#8203;64617](https://github.com/symfony/cache/issues/64617) Restore compat with DBAL 4.5 ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [#&#8203;64588](https://github.com/symfony/cache/issues/64588) Migrate table definitions to DBAL's `TableEditor` API ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - minor [#&#8203;64476](https://github.com/symfony/cache/issues/64476) Unsafe unserialize phpstan rule ([@&#8203;jack-worman](https://github.com/jack-worman)) - bug [#&#8203;64389](https://github.com/symfony/cache/issues/64389) Migrate `configureSchema()` to DBAL's editor API ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) </details> <details> <summary>symfony/console (symfony/console)</summary> ### [`v7.4.14`](https://github.com/symfony/console/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/console/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/console/compare/v7.4.13...v7.4.14>) - minor [#&#8203;64614](https://github.com/symfony/console/issues/64614) use mb\_convert\_encoding() instead of mb\_convert\_variables() ([@&#8203;Girgias](https://github.com/Girgias)) - bug [#&#8203;64533](https://github.com/symfony/console/issues/64533) Render formatter tags in ChoiceQuestion default value ([@&#8203;ousamabenyounes](https://github.com/ousamabenyounes)) </details> <details> <summary>symfony/framework-bundle (symfony/framework-bundle)</summary> ### [`v7.4.14`](https://github.com/symfony/framework-bundle/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/framework-bundle/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/framework-bundle/compare/v7.4.13...v7.4.14>) - minor [#&#8203;64694](https://github.com/symfony/framework-bundle/issues/64694) Fix service \_instanceof type ([@&#8203;philbates35](https://github.com/philbates35)) - minor [#&#8203;64647](https://github.com/symfony/framework-bundle/issues/64647) Relax test assertions for generated `_fragment` URI ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - bug [#&#8203;63800](https://github.com/symfony/framework-bundle/issues/63800) Detect env placeholders in resolved route parameter values ([@&#8203;Amoifr](https://github.com/Amoifr)) - bug [#&#8203;64566](https://github.com/symfony/framework-bundle/issues/64566) Harden \_\_toString trampolines via \_\_unserialize() ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) - minor [#&#8203;64476](https://github.com/symfony/framework-bundle/issues/64476) Unsafe unserialize phpstan rule ([@&#8203;jack-worman](https://github.com/jack-worman)) - bug [#&#8203;64102](https://github.com/symfony/framework-bundle/issues/64102) Remove usage of `Kernel::VERSION` ([@&#8203;fabpot](https://github.com/fabpot)) </details> <details> <summary>symfony/http-client (symfony/http-client)</summary> ### [`v7.4.14`](https://github.com/symfony/http-client/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/http-client/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/http-client/compare/v7.4.13...v7.4.14>) - bug [#&#8203;64596](https://github.com/symfony/http-client/issues/64596) Prevent re-yielding of the first chunk after reconnect ([@&#8203;nacorp](https://github.com/nacorp)) </details> <details> <summary>symfony/phpunit-bridge (symfony/phpunit-bridge)</summary> ### [`v7.4.14`](https://github.com/symfony/phpunit-bridge/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/phpunit-bridge/compare/v7.4.8...v7.4.14) **Changelog** (<https://github.com/symfony/phpunit-bridge/compare/v7.4.9...v7.4.14>) - minor [#&#8203;64476](https://github.com/symfony/phpunit-bridge/issues/64476) Unsafe unserialize phpstan rule ([@&#8203;jack-worman](https://github.com/jack-worman)) </details> <details> <summary>symfony/runtime (symfony/runtime)</summary> ### [`v7.4.14`](https://github.com/symfony/runtime/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/runtime/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/runtime/compare/v7.4.13...v7.4.14>) - bug [#&#8203;64102](https://github.com/symfony/runtime/issues/64102) Remove usage of `Kernel::VERSION` ([@&#8203;fabpot](https://github.com/fabpot)) </details> <details> <summary>symfony/yaml (symfony/yaml)</summary> ### [`v7.4.14`](https://github.com/symfony/yaml/releases/tag/v7.4.14) [Compare Source](https://github.com/symfony/yaml/compare/v7.4.13...v7.4.14) **Changelog** (<https://github.com/symfony/yaml/compare/v7.4.13...v7.4.14>) - minor [#&#8203;64476](https://github.com/symfony/yaml/issues/64476) Unsafe unserialize phpstan rule ([@&#8203;jack-worman](https://github.com/jack-worman)) - bug [#&#8203;64388](https://github.com/symfony/yaml/issues/64388) Fix parsing inline anchored values ([@&#8203;nicolas-grekas](https://github.com/nicolas-grekas)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [x] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMzMuMyIsInVwZGF0ZWRJblZlciI6IjQzLjIzMy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2026-06-27 13:39:29 +00:00
chore(deps): update symfony packages to v7.4.14
renovate/artifacts Artifact file update failure
c61c1c4619
renovate-bot changed title from chore(deps): update symfony packages to v7.4.14 to chore(deps): update symfony packages to v7.4.14 - autoclosed 2026-07-12 22:02:16 +00:00
renovate-bot closed this pull request 2026-07-12 22:02:16 +00:00

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No Reviewers
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: haylan/git-contribution-graph#12