Skip to content

fix(deps): update symfony packages (major)#368

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-symfony
Open

fix(deps): update symfony packages (major)#368
renovate[bot] wants to merge 1 commit intomainfrom
renovate/major-symfony

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 9, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
doctrine/doctrine-migrations-bundle (source) 3.7.04.0.0 age confidence
easycorp/easyadmin-bundle v4.29.3v5.0.2 age confidence
symfony/browser-kit (source) v7.4.4v8.0.4 age confidence
symfony/console (source) v7.4.7v8.0.7 age confidence
symfony/css-selector (source) v7.4.6v8.0.6 age confidence
symfony/dotenv (source) v7.4.7v8.0.7 age confidence
symfony/form (source) 7.4.78.0.7 age confidence
symfony/framework-bundle (source) v7.4.7v8.0.7 age confidence
symfony/http-client (source) v7.4.7v8.0.7 age confidence
symfony/intl (source) 7.4.68.0.6 age confidence
symfony/monolog-bundle (source) v3.11.1v4.0.1 age confidence
symfony/phpunit-bridge (source) v7.4.7v8.0.7 age confidence
symfony/runtime (source) v7.4.1v8.0.1 age confidence
symfony/security-bundle (source) v7.4.6v8.0.6 age confidence
symfony/serializer (source) v7.4.7v8.0.7 age confidence
symfony/stopwatch (source) v7.4.0v8.0.0 age confidence
symfony/twig-bundle (source) v7.4.4v8.0.4 age confidence
symfony/validator (source) v7.4.7v8.0.7 age confidence
symfony/web-profiler-bundle (source) v7.4.7v8.0.7 age confidence
symfony/yaml (source) v7.4.6v8.0.6 age confidence

Release Notes

doctrine/DoctrineMigrationsBundle (doctrine/doctrine-migrations-bundle)

v4.0.0

Compare Source

Release Notes for 4.0.0

Backwards incompatible release (major)

4.0.0
  • Total issues resolved: 0
  • Total pull requests resolved: 14
  • Total contributors: 3
Breaking Changes
Improvement
Bugfixes
Test Suite

This release also contains unreleased changes from 3.7.x

EasyCorp/EasyAdminBundle (easycorp/easyadmin-bundle)

v5.0.2: 5.0.2

Compare Source

New features

[360fa65] Allow to set a custom response in all AfterEntity events (@​javiereguiluz)
[9bd3676] Allow to disable the logout link from the user menu (@​javiereguiluz)
[b6260b0] Add support for Money objects in MoneyField (@​javiereguiluz)

Bug fixes

[a5fe9e3] Fix design when dark mode is disabled (@​javiereguiluz)
[5a186c8] Replaced all implementations by references to interfaces (@​javiereguiluz)
[d193f60] Fix dropdown overflow in multi-column forms (@​javiereguiluz)
[1964efe] Fix route generation for entities called Controller (@​javiereguiluz)
[fac04b8] Fix modals of actions with confirmation messages and rendered as forms (@​javiereguiluz)
[62fd895] Fix locale switcher with pretty URLs (@​javiereguiluz)
[002a427] Show an error indicator and auto-expand collapsed fieldsets that contain fields with errors (@​javiereguiluz)

v5.0.1: 5.0.1

Compare Source

Bug fixes

v5.0.0: 5.0.0

Compare Source

This is the stable release of EasyAdmin 5.0 🎉

We follow the same philosophy as Symfony, so EasyAdmin 5.0 includes the exact same features as the latest 4.x version. The only difference is that EasyAdmin 5.0 removes all deprecated features, so your application will run a bit faster.

From now on, new features will only be added to EasyAdmin 5.0. Meanwhile, the EasyAdmin 4.x version will still receive bug fixes for some time.

Thanks to all contributors who made EasyAdmin 5.0 possible!


symfony/browser-kit (symfony/browser-kit)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.0

Compare Source

symfony/console (symfony/console)

v8.0.7

Compare Source

Changelog (symfony/console@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/console@v8.0.5...v8.0.6)

v8.0.4

Compare Source

Changelog (symfony/symfony@v7.4.4...vv8.0.4)

  • feature #​62785 The component v8.0 is backed by Cadoles, thanks to them! (nicolas-grekas)
  • feature #​62530 Thank you PhpStorm for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62529 Thank you Sulu for backing Symfony 8.0! (nicolas-grekas)
  • feature #​62266 Bump to PHP >= 8.4 (santysisi)
  • bug #​62261 Add missing SQLitePlatform use statement in DoctrineDbalAdapter (yoeunes)
  • feature #​62113 Remove support for the fluent PHP config format (nicolas-grekas)
  • feature #​62109 Ensure configuration nodes do not have both isRequired() and defaultValue() (GromNaN)
  • feature #​62042 drop support for HTTP method override for GET, HEAD, CONNECT and TRACE requests (xabbuh)
  • feature #​61993 Remove AbstractDoctrineExtension (GromNaN)
  • feature #​61989 remove ability to access $this and the loader's internal state (xabbuh)
  • feature #​61986 remove getNamespace() and getXsdValidationBasePath() from ExtensionInterface (xabbuh)
  • feature #​61987 remove support for StoreInterface as the HTTP client cache (xabbuh)
  • feature #​61983 Remove Request::get() (PierreCapel)
  • feature #​61976 remove the deprecated WorkflowDumpCommand (xabbuh)
  • feature #​61930 Remove support for the XML configuration format (nicolas-grekas)
  • feature #​61851 remove support for implicit constraint option names in YAML/XML mapping files (xabbuh)
  • feature #​61850 remove support for passing associative arrays to GroupSequence (xabbuh)
  • feature #​61848 remove the deprecated NotFoundActivationStrategy class (xabbuh)
  • feature #​61760 remove the user FQCN from remember me cookies (xabbuh)
  • feature #​61540 require a top-level domain by default in the Url constraint (xabbuh)
  • feature #​61541 throw when a service's id a non-existing FQCN (xabbuh)
  • feature #​61488 Remove annotation aliases and getters and setters in favor of public properties on attributes (nicolas-grekas)
  • feature #​61481 Always parse according to HTML5 rules thanks to the native DOM parser (nicolas-grekas)
  • feature #​61477 Remove deprecated getEnv and setEnv methods (santysisi)
  • feature #​61424 Replace __sleep/wakeup() by __(un)serialize() (nicolas-grekas)
  • feature #​61391 Remove MastermindsParser and add $context arg to ParserInterface::parse() (nicolas-grekas)
  • feature #​61063 remove support for generic constraint option handling (xabbuh)
  • feature #​61187 Declare new parameters on interfaces and methods explicitly (nicolas-grekas)
  • feature #​61182 Remove TranslatableMessage::__toString() method, use trans() or getMessage() instead (nicolas-grekas)
  • feature #​61179 Remove !tagged tag, use !tagged_iterator instead (nicolas-grekas)
  • feature #​61183 Throw when passing an empty string as $userIdentifier and tighten AuthenticatorManager and OidcTokenHandler arguments (nicolas-grekas)
  • feature #​61180 Trigger PHP warning when using Request::sendHeaders() after headers have already been sent (nicolas-grekas)
  • feature #​61176 Remove support for auto-mapping Doctrine entities to controller arguments (nicolas-grekas)
  • feature #​61156 Remove options session.sid_length session.sid_bits_per_character router.cache_dir validation.cache and base_template_class (nicolas-grekas)
  • feature #​61155 Remove autowiring aliases for RateLimiterFactory (nicolas-grekas)
  • feature #​60988 Remove deprecated code for non-array based collections (mttsch)
  • feature #​61067 remove the sizeLimit option of AbstractQuery (xabbuh)
  • feature #​61068 forbid passing null as allowed variables (xabbuh)
  • feature #​61065 remove XML routing configuration files (xabbuh)
  • feature #​61011 Remove deprecated RememberMeToken::getSecret() (ktherage)
  • feature #​61048 remove the ability to pass a tag to FormThemeNode (xabbuh)
  • feature #​60952 Remove BC layer from ResizeFormListener (OskarStark)
  • feature #​60986 Remove deprecated EmojiTransliterator (mttsch)
  • feature #​60990 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​61012 remove the deprecated security.authentication.hide_user_not_found parameter (xabbuh)
  • feature #​60987 Remove deprecated ProviderFactoryTestCase (mttsch)
  • feature #​60993 Remove deprecated CouchbaseBucketAdapter (mttsch)
  • feature #​60929 Remove deprecated OIDC token handler options algorithm and key (OskarStark)
  • feature #​60969 Make Translator class final (OskarStark)
  • feature #​60966 Make Router class final (OskarStark)
  • feature #​60960 Make ResizeFormListener::postSetData() method final (OskarStark)
  • feature #​60959 Make # attribute class final (OskarStark)
  • feature #​60924 Remove deprecated escape_char functionality from CsvEncoder (OskarStark)
  • feature #​60928 Remove deprecated hide_user_not_found option (OskarStark)
  • feature #​60930 Remove deprecated session options from NativeSessionStorage (OskarStark)
  • feature #​60925 Remove deprecated escape parameter from CsvFileLoader (OskarStark)
  • feature #​60922 Change UrlType default protocol (OskarStark)
  • feature #​60879 Remove callable firewall listeners support (MatTheCat)
  • feature #​60878 Remove ImportMapConfigReader::splitPackageNameAndFilePath() (mttsch)
  • feature #​60877 Remove deprecated compiled class meta data classes (mttsch)
  • feature #​60870 Remove AdvancedNameConverterInterface (mttsch)
  • feature #​60862 Remove deprecated AttributeClassLoader property and setter (mttsch)
  • feature #​60863 Throw exception for non-array _query parameter (mttsch)
  • feature #​60865 Remove deprecated withDefaultContructorArguments method (mttsch)
  • feature #​60866 Remove deprecated TransportFactoryTestCase (mttsch)
  • feature #​60852 remove the Sms77 Notifier bridge (xabbuh)
  • feature #​60844 Remove deprecated ContainerBuilder::getAutoconfiguredAttributes() (GromNaN)
  • feature #​60851 raise a parse error for duplicate keys (xabbuh)
  • feature #​60853 remove AddAnnotatedClassesToCachePass and related methods (xabbuh)
  • feature #​60845 Remove # and # attributes (GromNaN)
  • bug #​60813 Fix calls to removed add() method (derrabus)
  • feature #​60742 Remove deprecated eraseCredentials() from (User|Token)Interface (chalasr)
  • feature #​60776 Remove deprecated Application::add() methods (HypeMC)
  • feature #​60726 Remove PropertyInfo's Type (mtarld)
  • feature #​60720 Enable the property-info constructor extractor by default (HypeMC)
  • feature #​60716 Remove LazyGhostTrait and LazyProxyTrait in favor of native lazy objects (nicolas-grekas)
  • feature #​60723 Remove support for nested options definition via setDefault(), use setOptions() instead (yceruto)
  • feature #​60721 Remove deprecated code (yceruto)
  • feature #​60712 Remove support for amphp/http-client < 5 (nicolas-grekas)
  • feature #​60697 Enforce return types on all components (nicolas-grekas)
  • feature #​60639 Bump Symfony 8 to PHP >= 8.4 (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/console@v8.0.0...v8.0.1)

v8.0.0

Compare Source

symfony/css-selector (symfony/css-selector)

v8.0.6

Compare Source

v8.0.0

Compare Source

symfony/dotenv (symfony/dotenv)

v8.0.7

Compare Source

Changelog (symfony/dotenv@v8.0.6...v8.0.7)

v8.0.6

Compare Source

v8.0.0

Compare Source

symfony/form (symfony/form)

v8.0.7

Compare Source

Changelog (symfony/form@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/form@v8.0.5...v8.0.6)

v8.0.4

Compare Source

Changelog (symfony/form@v8.0.3...v8.0.4)

  • bug #​63144 Fix OrderedHashMap auto-increment logic with mixed keys (yoeunes)
  • bug #​63154 don't skip custom view transformers while normalizing submitted newlines (xabbuh)
  • bug #​63113 Fix ICU 72+ whitespace handling in DateTimeToLocalizedStringTransformer (roukmoute)
  • bug #​62884 Prevent cached block prefixes from leaking across nested collections (@​nicolas-grekas)

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/form@v8.0.0...v8.0.1)

v8.0.0

Compare Source

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

v8.0.7

Compare Source

Changelog (symfony/framework-bundle@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/framework-bundle@v8.0.5...v8.0.6)

v8.0.5

Compare Source

Changelog (symfony/framework-bundle@v8.0.4...v8.0.5)

  • bug #​63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #​63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@​nicolas-grekas)

v8.0.4

Compare Source

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/framework-bundle@v8.0.0...v8.0.1)

v8.0.0

Compare Source

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

v8.0.7

Compare Source

Changelog (symfony/http-client@v8.0.6...v8.0.7)

v8.0.6

Compare Source

Changelog (symfony/http-client@v8.0.5...v8.0.6)

v8.0.5

Compare Source

Changelog (symfony/http-client@v8.0.4...v8.0.5)

  • bug #​63212 Fix dealing with truncated streams after headers arrived with CurlHttpClient (nicolas-grekas)
  • bug #​63211 Fix dealing with multiple levels of AsyncResponse decoration (@​nicolas-grekas)

v8.0.4

Compare Source

Changelog (symfony/http-client@v8.0.3...v8.0.4)

  • bug #​63155 Skip HTTP/3 when using a proxy (nicolas-grekas)
  • bug #​62954 Fix existing headers must be replaced in CachingHttpClient (Toflar)
  • bug #​62898 update chunk items' expiration on revalidation (@​Lctrs)

v8.0.3

Compare Source

v8.0.1

Compare Source

Changelog (symfony/http-client@v8.0.0...v8.0.1)

v8.0.0

Compare Source

symfony/intl (symfony/intl)

v8.0.6

Compare Source

Changelog (symfony/intl@v8.0.5...v8.0.6)

  • no significant changes

v8.0.4

Compare Source

v8.0.1

Compare Source

Changelog (symfony/intl@v8.0.0...v8.0.1)

  • no significant changes

v8.0.0

Compare Source

symfony/monolog-bundle (symfony/monolog-bundle)

v4.0.1

Compare Source

  • Fix rollbar handler to use RollbarLogger
  • Fix monolog.processor attributes to use consecutive keys

4.0.0 (2025-11-27)

  • Add support for Symfony 8.0
  • Drop support for PHP < 8.2
  • Drop support for Symfony < 7.3
  • Drop support for Monolog < 3.5
  • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Remove excluded_404s option, use excluded_http_codes instead
  • Remove console_formater_options option, use console_formatter_options instead
  • Remove elasticsearch type, use elastica or elastic_search instead
  • Remove mongo type, use mongodb instead
  • Remove sentry and raven types, use a service type with sentry/sentry-symfony instead
  • Remove DebugHandlerPass
  • Remove support for the DebugHandler

3.11.1 (2025-12-09)

  • Fix rollbar handler to use RollbarLogger with Monolog 2+
  • Fix monolog.processor attributes to use consecutive keys

3.11.0 (2025-11-27)

  • Reorganize files to match the "Reusable Bundles" structure
  • Migrate services configuration to PHP
  • Add console.interactive_only flag
  • Add slack.exclude_fields and slackwebhook.exclude_fields configuration
  • Add a processor to all loggers only when tags do not specify a channel or handler
  • Deprecate abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Drop support for PHP < 8.1
  • Drop support for Symfony < 6.4
  • Add TelegramBotHandler topic support
  • Deprecate sentry and raven handler, use a service handler with sentry/sentry-symfony instead
  • Add configuration for Gelf encoders
  • Fix host configuration for elastic_search handler
  • Add hosts configuration for elastica handler
  • Add enabled option to handlers configuration
  • Add priority field to processor tag
  • Add mongodb handler and deprecate mongo
  • Add monolog.formatter.syslog service definition to format RFC5424-compliant messages

3.10.0 (2023-11-06)

  • Add configuration support for SamplingHandler

3.9.0 (2023-11-06)

  • Add support for the WithMonologChannel attribute of Monolog 3.5.0 to autoconfigure the monolog.logger tag
  • Add support for Symfony 7
  • Remove support for Symfony 4
  • Mark classes as internal when relevant
  • Add support for env placeholders in the level option of handlers

3.8.0 (2022-05-10)

  • Deprecated ambiguous elasticsearch type, use elastica instead
  • Added support for Monolog 3.0 (requires symfony/monolog-bridge 6.1)
  • Added support for AsMonologProcessor to autoconfigure processors
  • Added support for FallbackGroupHandler
  • Added support for ElasticsearchHandler as elastic_search type
  • Added support for ElasticaHandler as elastica type
  • Added support for TelegramBotHandler as telegram
  • Added fill_extra_context flag for sentry handlers
  • Added support for configuring PsrLogMessageProcessor (date_format and remove_used_context_fields)
  • Fixed issue on Windows + PHP 8, workaround for php/php-src#8315
  • Fixed MongoDBHandler support when no client id is provided

3.7.1 (2021-11-05)

  • Indicate compatibility with Symfony 6

3.7.0 (2021-03-31)

  • Use ActivationStrategy instead of actionLevel when available
  • Register resettable processors (ResettableInterface) for autoconfiguration (tag: kernel.reset)
  • Drop support for Symfony 3.4
  • Drop support for PHP < 7.1
  • Fix call to undefined method pushProcessor on handler that does not implement ProcessableHandlerInterface
  • Use "use_locking" option with rotating file handler
  • Add ability to specify custom Sentry hub service

3.6.0 (2020-10-06)

  • Added support for Symfony Mailer
  • Added support for setting log levels from parameters or environment variables

3.5.0 (2019-11-13)

  • Added support for Monolog 2.0
  • Added sentry type to use sentry 2.0 client
  • Added insightops handler
  • Added possibility for auto-wire monolog channel according to the type-hinted aliases, introduced in the Symfony 4.2

3.4.0 (2019-06-20)

  • Deprecate "excluded_404s" option
  • Flush loggers on kernel.reset
  • Register processors (ProcessorInterface) for autoconfiguration (tag: monolog.processor)
  • Expose configuration for the ConsoleHandler
  • Fixed psr-3 processing being applied to all handlers, only leaf ones are now processing
  • Fixed regression when app channel is defined explicitly
  • Fixed handlers marked as nested not being ignored properly from the stack
  • Added support for Redis configuration
  • Drop support for Symfony <3

3.3.1 (2018-11-04)

  • Fixed compatibility with Symfony 4.2

3.3.0 (2018-06-04)

  • Fixed the autowiring of the channel logger in autoconfigured services
  • Added timeouts to the pushover, hipchat, slack handlers
  • Dropped support for PHP 5.3, 5.4, and HHVM
  • Added configuration for HttpCodeActivationStrategy
  • Deprecated "excluded_404s" option for Symfony >= 3.4

3.2.0 (2018-03-05)

  • Removed randomness from the container build
  • Fixed support for the monolog.logger tag specifying a channel in combination with Symfony 3.4+ autowiring
  • Fixed visibility of channels configured explicitly in the bundle config (they are now public in Symfony 4 too)
  • Fixed invalid service definitions

3.1.2 (2017-11-06)

  • fix invalid usage of count()

3.1.1 (2017-09-26)

  • added support for Symfony 4

3.1.0 (2017-03-26)

  • Added support for server_log handler
  • Allow configuring VERBOSITY_QUIET in console handlers
  • Fixed autowiring
  • Fixed slackbot handler not escaping channel names properly
  • Fixed slackbot handler requiring slack_team instead of team to be configured

3.0.3 (2017-01-10)

  • Fixed deprecation notices when using Symfony 3.3+ and PHP7+

3.0.2 (2017-01-03)

  • Revert disabling DebugHandler in CLI environments
  • Update configuration for slack handlers for Monolog 1.22 new options
  • Revert the removal of the DebugHandlerPass (needed for Symfony <3.2)

3.0.1 (2016-11-15)

  • Removed obsolete code (DebugHandlerPass)

3.0.0 (2016-11-06)

  • Removed class parameters for the container configuration
  • Bumped minimum version of supported Symfony version to 2.7
  • Removed NotFoundActivationStrategy (the bundle now uses the class from MonologBridge)

v4.0.0

Compare Source

  • Add support for Symfony 8.0
  • Drop support for PHP < 8.2
  • Drop support for Symfony < 7.3
  • Drop support for Monolog < 3.5
  • Remove abstract monolog.activation_strategy.not_found and monolog.handler.fingers_crossed.error_level_activation_strategy service definitions
  • Remove excluded_404s option, use excluded_http_codes instead
  • Remove console_formater_options option, use console_formatter_options instead
  • Remove elasticsearch type, use elastica or elastic_search instead
  • Remove `m

Configuration

📅 Schedule: Branch creation - Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.


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

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants