Skip to content

Update symfony packages

Renovate Bot requested to merge renovate/symfony into master

This MR contains the following updates:

Package Type Update Change
symfony/console (source) require patch 6.2.3 -> 6.2.10
symfony/debug-bundle (source) require-dev patch 6.2.1 -> 6.2.7
symfony/dotenv (source) require patch 6.2.0 -> 6.2.8
symfony/flex require patch 2.2.4 -> 2.2.5
symfony/form (source) require patch 6.2.3 -> 6.2.10
symfony/framework-bundle (source) require patch 6.2.3 -> 6.2.10
symfony/http-client (source) require patch 6.2.5 -> 6.2.10
symfony/phpunit-bridge (source) require-dev patch 6.2.7 -> 6.2.10
symfony/runtime (source) require patch 6.2.0 -> 6.2.8
symfony/security-csrf (source) require patch 6.2.0 -> 6.2.7
symfony/twig-bundle (source) require patch 6.2.3 -> 6.2.7
symfony/ux-twig-component (source) require minor 2.6.1 -> 2.8.0
symfony/validator (source) require patch 6.2.3 -> 6.2.10
symfony/web-profiler-bundle (source) require-dev patch 6.2.4 -> 6.2.10
symfony/webpack-encore-bundle require patch 1.16.0 -> 1.16.1
symfony/yaml (source) require patch 6.2.2 -> 6.2.10

Release Notes

symfony/console

v6.2.10

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.2.9...v6.2.10)

v6.2.8

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.2.7...v6.2.8)

  • bug #​49765 Add missing ZSH mention in DumpCompletionCommand help (lyrixx)
  • bug #​49274 Disable links for IntelliJ platform (SerafimArts)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.2.6...v6.2.7)

  • bug #​49528 Fix fatal error when accessing Application::signalRegistry without pcntl (lyrixx)
  • bug #​48897 fix clear of section with question (maxbeckers)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/console/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/debug-bundle

v6.2.7

Compare Source

Changelog (https://github.com/symfony/debug-bundle/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (https://github.com/symfony/debug-bundle/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/dotenv

v6.2.8

Compare Source

Changelog (https://github.com/symfony/dotenv/compare/v6.2.7...v6.2.8)

  • no significant changes

v6.2.7

Compare Source

Changelog (https://github.com/symfony/dotenv/compare/v6.2.6...v6.2.7)

  • bug #​49249 Fix phpdoc Dotenv (alamirault)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/dotenv/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/flex

v2.2.5

Compare Source

symfony/form

v6.2.10

Compare Source

Changelog (https://github.com/symfony/form/compare/v6.2.9...v6.2.10)

v6.2.8

Compare Source

Changelog (https://github.com/symfony/form/compare/v6.2.7...v6.2.8)

  • bug #​49835 CollectionType apply prototypeOptions to ResizeFormListener new fields (Thorry84)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/form/compare/v6.2.6...v6.2.7)

  • bug #​48965 Allow floats in html5 input type number field (wimhendrikx)
  • bug #​49459 Skip password hashing on empty password (Seb33300)
  • bug #​49267 Check for RepeatedType child in PasswordHasherListener (MatTheCat)
  • bug #​49208 Fix PasswordHasherListener to work with empty data (1ed)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/form/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/framework-bundle

v6.2.10

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.9...v6.2.10)

v6.2.9

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.8...v6.2.9)

  • bug #​49889 Fix registering ExpressionValidator (nicolas-grekas)

v6.2.8

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.7...v6.2.8)

  • bug #​49679 enable metadata cache when annotation is disabled (bastnic)
  • bug #​49850 Fix auto-discovering validator constraints (nicolas-grekas)
  • bug #​49849 Fix services usages output for text descriptor (rmikalkenas)
  • bug #​49843 Add missing monolog channel tag for messenger services (rmikalkenas)
  • bug #​49189 Improve documentation about translation:extract --sort option (marien-probesys)
  • bug #​49745 Fix wiring session.handler when handler_id is null (nicolas-grekas)
  • bug #​49682 Workflow - Fix LogicException about a wrong configuration of "enabled" node (adpauly)
  • bug #​49674 Rename limiter’s strategy to policy in XSD (MatTheCat)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.6...v6.2.7)

  • bug #​49493 Fix denyAccessUnlessGranted for mixed attributes (delbertooo)
  • bug #​47946 Fix checkboxes check assertions (MatTheCat)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/framework-bundle/compare/v6.2.4...v6.2.5)

  • bug #​48943 Fix deprecation when accessing a "container.private" service from the test container (nicolas-grekas)
  • bug #​48916 restore call to addGlobalIgnoredName (alexislefebvre)
symfony/http-client

v6.2.10

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v6.2.9...v6.2.10)

v6.2.9

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v6.2.8...v6.2.9)

  • bug #​49926 Fix canceling MockResponse (fancyweb)

v6.2.8

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v6.2.7...v6.2.8)

  • bug #​49796 Fix not calling the on progress callback when canceling a MockResponse (fancyweb)
  • bug #​49722 Encode and decode curly brackets {} (pbowyer)
  • bug #​49580 Fix encoding "+" in URLs (nicolas-grekas)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v6.2.6...v6.2.7)

  • bug #​49299 Fix over-encoding of URL parts to match browser's behavior (nicolas-grekas)
  • bug #​49314 Revert support for "friendsofphp/well-known-implementations" (nicolas-grekas)
  • bug #​49301 Fix data collector (fancyweb)

v6.2.6

Compare Source

Changelog (https://github.com/symfony/http-client/compare/v6.2.5...v6.2.6)

  • bug #​49104 Fix collecting data non-late for the profiler (nicolas-grekas)
symfony/phpunit-bridge

v6.2.10

Compare Source

Changelog (https://github.com/symfony/phpunit-bridge/compare/v6.2.9...v6.2.10)

symfony/runtime

v6.2.8

Compare Source

Changelog (https://github.com/symfony/runtime/compare/v6.2.7...v6.2.8)

  • no significant changes

v6.2.7

Compare Source

Changelog (https://github.com/symfony/runtime/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (https://github.com/symfony/runtime/compare/v6.2.4...v6.2.5)

  • bug #​49046 Fix for Windows when projects are deployed on junctions/symlinks (nerdgod)
symfony/security-csrf

v6.2.7

Compare Source

Changelog (https://github.com/symfony/security-csrf/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (https://github.com/symfony/security-csrf/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/twig-bundle

v6.2.7

Compare Source

Changelog (https://github.com/symfony/twig-bundle/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (https://github.com/symfony/twig-bundle/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/ux-twig-component

v2.8.0

Compare Source

  • Add new HTML syntax for rendering components: <twig:ComponentName>

  • true attribute values now render just the attribute name, false excludes it entirely.

  • The first argument to AsTwigComponent is now optional and defaults to the class name.

v2.7.1

Compare Source

v2.7.0

Compare Source

  • PreMount and PostMount hooks can now return nothing.
symfony/validator

v6.2.10

Compare Source

Changelog (https://github.com/symfony/validator/compare/v6.2.9...v6.2.10)

v6.2.8

Compare Source

Changelog (https://github.com/symfony/validator/compare/v6.2.7...v6.2.8)

  • bug #​49697 Update BIC validator IBAN mappings (maxbeckers)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/validator/compare/v6.2.6...v6.2.7)

  • bug #​49484 Fix translation of AtLeastOneOf constraint message (alexandre-daubois)
  • bug #​48998 Sync IBAN formats with Swift IBAN registry (smelesh)
  • bug #​49220 Make ConstraintValidatorTestCase compatible with PHPUnit 10 (gjuric)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/validator/compare/v6.2.4...v6.2.5)

  • bug #​48986 Fix Email validator logic (fabpot)
  • bug #​48933 Fix bad handling of nulls when the 'fields' option of the Unique constraint is set (plfort)
  • bug #​48904 Allow egulias/email-validator v4 (chalasr)
  • bug #​48866 fix: Case-insensitive extensions in File-Constraint (spackmat)
symfony/web-profiler-bundle

v6.2.10

Compare Source

Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.9...v6.2.10)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.6...v6.2.7)

  • bug #​49477 Fix the rendering of query explanation with Postgresql (stof)
  • bug #​49400 Tweak Mailer panel rendering (1ed)
  • bug #​49310 Ignore messages whose getNotification returns null (MatTheCat)
  • bug #​49326 Fix notifier profiler when transport name is null (fabpot)
  • bug #​49223 Fix some minor HTML issues (javiereguiluz)
  • bug #​49226 Disable Turbo for debug toolbar links (javiereguiluz)
  • bug #​49224 Fix an accessibility issue in the search form of the header (javiereguiluz)

v6.2.5

Compare Source

Changelog (https://github.com/symfony/web-profiler-bundle/compare/v6.2.4...v6.2.5)

  • no significant changes
symfony/webpack-encore-bundle

v1.16.1: Fix double-escaping of stimulus_ functions with form system

Compare Source

Hi Webpackers!

This release fixes a bug if using the stimulus_* functions most commonly with the form system - see https://github.com/symfony/webpack-encore-bundle/pull/178#issuecomment-1379604029

Bug Fix
  • #​202 - Fix double escaping in stimulus DTOs when using toArray() in combination with form methods - @​jeroennoten

Diff: https://github.com/symfony/webpack-encore-bundle/compare/v1.16.0...v1.16.1

Happy packing!

symfony/yaml

v6.2.10

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.2.9...v6.2.10)

v6.2.7

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.2.6...v6.2.7)

  • no significant changes

v6.2.5

Compare Source

Changelog (https://github.com/symfony/yaml/compare/v6.2.4...v6.2.5)

  • no significant changes

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 MR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This MR has been generated by Renovate Bot.

Merge request reports