CCSDForge / episciences-api

An API for Episciences, an overlay journal platform software
GNU General Public License v3.0
5 stars 0 forks source link

Update symfony packages #15

Closed renovate[bot] closed 8 months ago

renovate[bot] commented 8 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
symfony/asset (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/console (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/dotenv (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/expression-language (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/flex 2.4.3 -> 2.4.4 age adoption passing confidence
symfony/framework-bundle (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/maker-bundle (source) 1.52.0 -> 1.53.0 age adoption passing confidence
symfony/phpunit-bridge (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/property-access (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/property-info (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/proxy-manager-bridge (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/runtime (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/security-bundle (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/serializer (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/twig-bundle (source) 6.4.0 -> 6.4.3 age adoption passing confidence
symfony/validator (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/web-profiler-bundle (source) 6.4.2 -> 6.4.3 age adoption passing confidence
symfony/yaml (source) 6.4.0 -> 6.4.3 age adoption passing confidence

Release Notes

symfony/asset (symfony/asset) ### [`v6.4.3`](https://togithub.com/symfony/asset/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/asset/compare/v6.4.0...v6.4.3) **Changelog** (https://github.com/symfony/asset/compare/v6.4.2...v6.4.3) - no significant changes
symfony/console (symfony/console) ### [`v6.4.3`](https://togithub.com/symfony/console/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/console/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/console/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53516](https://togithub.com/symfony/symfony/issues/53516) \[Console] Allow '0' as a $shortcut in InputOption.php ([@​lawsonjl-ornl](https://togithub.com/lawsonjl-ornl)) - bug [symfony/symfony#53576](https://togithub.com/symfony/symfony/issues/53576) \[Console] Only execute additional checks for color support if the output ([@​theofidry](https://togithub.com/theofidry))
symfony/dotenv (symfony/dotenv) ### [`v6.4.3`](https://togithub.com/symfony/dotenv/compare/v6.4.2...v6.4.3) [Compare Source](https://togithub.com/symfony/dotenv/compare/v6.4.2...v6.4.3)
symfony/expression-language (symfony/expression-language) ### [`v6.4.3`](https://togithub.com/symfony/expression-language/compare/v6.4.2...v6.4.3) [Compare Source](https://togithub.com/symfony/expression-language/compare/v6.4.2...v6.4.3)
symfony/flex (symfony/flex) ### [`v2.4.4`](https://togithub.com/symfony/flex/compare/v2.4.3...v2.4.4) [Compare Source](https://togithub.com/symfony/flex/compare/v2.4.3...v2.4.4)
symfony/framework-bundle (symfony/framework-bundle) ### [`v6.4.3`](https://togithub.com/symfony/framework-bundle/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/framework-bundle/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/framework-bundle/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53672](https://togithub.com/symfony/symfony/issues/53672) \[FrameworkBundle] `ConfigBuilderCacheWarmer` should be non-optional (@​nicolas-grekas) - bug [symfony/symfony#53631](https://togithub.com/symfony/symfony/issues/53631) \[DependencyInjection] Fix loading all env vars from secrets when only a subset is needed ([@​nicolas-grekas](https://togithub.com/nicolas-grekas)) - bug [symfony/symfony#53572](https://togithub.com/symfony/symfony/issues/53572) \[FrameworkBundle] grab a service from the container only if it exists ([@​xabbuh](https://togithub.com/xabbuh)) - bug [symfony/symfony#53418](https://togithub.com/symfony/symfony/issues/53418) \[FrameworkBundle]\[Notifier] Fix service registration (MessageBird + TurboSms) ([@​smnandre](https://togithub.com/smnandre)) - bug [symfony/symfony#52874](https://togithub.com/symfony/symfony/issues/52874) \[Scheduler] Separate id and description in message providers ([@​valtzu](https://togithub.com/valtzu)) - bug [symfony/symfony#53341](https://togithub.com/symfony/symfony/issues/53341) \[FrameworkBundle] append instead of replacing potentially non-existent named-arguments ([@​xabbuh](https://togithub.com/xabbuh))
symfony/maker-bundle (symfony/maker-bundle) ### [`v1.53.0`](https://togithub.com/symfony/maker-bundle/blob/HEAD/CHANGELOG.md#v1530) [Compare Source](https://togithub.com/symfony/maker-bundle/compare/v1.52.0...v1.53.0) *February 1st, 2024* ##### Feature - [#​1423](https://togithub.com/symfony/maker-bundle/pull/1423) - \[dx] drop twig 2.x support && open the door for 4.x - *[@​jrushlow](https://togithub.com/jrushlow)* - [#​1417](https://togithub.com/symfony/maker-bundle/pull/1417) - Compatibility to dependency php parser v5 - *[@​drieschel](https://togithub.com/drieschel)* - [#​1414](https://togithub.com/symfony/maker-bundle/pull/1414) - Proper annotation for generated validator constraint - *[@​zorn-v](https://togithub.com/zorn-v)* - [#​1407](https://togithub.com/symfony/maker-bundle/pull/1407) - New Name of Docker compose file - *[@​Xbirdfr](https://togithub.com/Xbirdfr)* ##### Bug - [#​1419](https://togithub.com/symfony/maker-bundle/pull/1419) - \[make:controller] remove CodeExtension::getFileLink() call when generating twig templates - *[@​jrushlow](https://togithub.com/jrushlow)* - [#​1403](https://togithub.com/symfony/maker-bundle/pull/1403) - Doctrine make:fixtures - Remove extra semicolon - *[@​MrYamous](https://togithub.com/MrYamous)* - [#​1342](https://togithub.com/symfony/maker-bundle/pull/1342) - fix missing blank space in Repository.tpl.php - *[@​OleksiiBulba](https://togithub.com/OleksiiBulba)*
symfony/phpunit-bridge (symfony/phpunit-bridge) ### [`v6.4.3`](https://togithub.com/symfony/phpunit-bridge/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/phpunit-bridge/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/phpunit-bridge/compare/v6.4.2...v6.4.3) - no significant changes
symfony/property-access (symfony/property-access) ### [`v6.4.3`](https://togithub.com/symfony/property-access/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/property-access/compare/v6.4.0...v6.4.3) **Changelog** (https://github.com/symfony/property-access/compare/v6.4.2...v6.4.3) - no significant changes
symfony/property-info (symfony/property-info) ### [`v6.4.3`](https://togithub.com/symfony/property-info/compare/v6.4.0...v6.4.3) [Compare Source](https://togithub.com/symfony/property-info/compare/v6.4.0...v6.4.3)
symfony/proxy-manager-bridge (symfony/proxy-manager-bridge) ### [`v6.4.3`](https://togithub.com/symfony/proxy-manager-bridge/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/proxy-manager-bridge/compare/v6.4.0...v6.4.3) **Changelog** (https://github.com/symfony/proxy-manager-bridge/compare/v6.4.2...v6.4.3) - no significant changes
symfony/runtime (symfony/runtime) ### [`v6.4.3`](https://togithub.com/symfony/runtime/compare/v6.4.0...v6.4.3) [Compare Source](https://togithub.com/symfony/runtime/compare/v6.4.0...v6.4.3)
symfony/security-bundle (symfony/security-bundle) ### [`v6.4.3`](https://togithub.com/symfony/security-bundle/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/security-bundle/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/security-bundle/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53656](https://togithub.com/symfony/symfony/issues/53656) \[Form] Use self-closing `` syntax again, reverting #​47715 (@​mpdude)
symfony/serializer (symfony/serializer) ### [`v6.4.3`](https://togithub.com/symfony/serializer/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/serializer/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/serializer/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53678](https://togithub.com/symfony/symfony/issues/53678) \[Mime] Fix serializing uninitialized `RawMessage::$message` to null (@​nicolas-grekas) - bug [symfony/symfony#53361](https://togithub.com/symfony/symfony/issues/53361) \[Serializer] Take unnamed variadic parameters into account when denormalizing ([@​thijsBreker](https://togithub.com/thijsBreker)) - bug [symfony/symfony#53530](https://togithub.com/symfony/symfony/issues/53530) \[Serializer] Rewrite `AbstractObjectNormalizer::createChildContext()` to use the provided `cache_key` from original context when creating child contexts ([@​amne](https://togithub.com/amne)) - bug [symfony/symfony#53414](https://togithub.com/symfony/symfony/issues/53414) \[Serializer] `GetSetMethodNormalizer`: fix BC break with `#[Ignore]` attribute ([@​nikophil](https://togithub.com/nikophil)) - bug [symfony/symfony#53108](https://togithub.com/symfony/symfony/issues/53108) \[Serializer] Fix using deserialization path 5.4 ([@​HypeMC](https://togithub.com/HypeMC))
symfony/twig-bundle (symfony/twig-bundle) ### [`v6.4.3`](https://togithub.com/symfony/twig-bundle/compare/v6.4.0...v6.4.3) [Compare Source](https://togithub.com/symfony/twig-bundle/compare/v6.4.0...v6.4.3)
symfony/validator (symfony/validator) ### [`v6.4.3`](https://togithub.com/symfony/validator/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/validator/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/validator/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53620](https://togithub.com/symfony/symfony/issues/53620) \[Validator] Fix option filenameMaxLength to the File constraint (Image) ([@​mindaugasvcs](https://togithub.com/mindaugasvcs)) - bug [symfony/symfony#53383](https://togithub.com/symfony/symfony/issues/53383) \[Validator] re-allow an empty list of fields ([@​xabbuh](https://togithub.com/xabbuh)) - bug [symfony/symfony#53350](https://togithub.com/symfony/symfony/issues/53350) \[Validator] fix the exception being thrown ([@​xabbuh](https://togithub.com/xabbuh))
symfony/web-profiler-bundle (symfony/web-profiler-bundle) ### [`v6.4.3`](https://togithub.com/symfony/web-profiler-bundle/releases/tag/v6.4.3) [Compare Source](https://togithub.com/symfony/web-profiler-bundle/compare/v6.4.2...v6.4.3) **Changelog** (https://github.com/symfony/web-profiler-bundle/compare/v6.4.2...v6.4.3) - bug [symfony/symfony#53656](https://togithub.com/symfony/symfony/issues/53656) \[Form] Use self-closing `` syntax again, reverting #​47715 (@​mpdude)
symfony/yaml (symfony/yaml) ### [`v6.4.3`](https://togithub.com/symfony/yaml/compare/v6.4.0...v6.4.3) [Compare Source](https://togithub.com/symfony/yaml/compare/v6.4.0...v6.4.3)

Configuration

📅 Schedule: 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.