Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the symfony group with 25 updates #1442

Open
wants to merge 1 commit into
base: 2.x
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 1, 2024

Bumps the symfony group with 25 updates:

Package From To
symfony/asset 6.4.8 7.1.1
symfony/cache 6.4.11 7.1.5
symfony/crowdin-translation-provider 6.4.8 7.1.1
symfony/dotenv 6.4.10 7.1.5
symfony/expression-language 6.4.11 7.1.4
symfony/form 6.4.11 7.1.5
symfony/framework-bundle 6.4.10 7.1.5
symfony/http-client 6.4.11 6.4.12
symfony/mailer 6.4.9 7.1.5
symfony/mime 6.4.11 6.4.12
symfony/notifier 6.4.11 7.1.5
symfony/process 6.4.8 6.4.12
symfony/property-access 6.4.11 7.1.4
symfony/property-info 6.4.10 7.1.3
symfony/runtime 6.4.8 7.1.1
symfony/security-bundle 6.4.11 7.1.4
symfony/serializer 6.4.11 7.1.5
symfony/string 6.4.11 6.4.12
symfony/translation 6.4.10 6.4.12
symfony/web-link 6.4.8 7.1.1
symfony/yaml 6.4.11 7.1.5
symfony/browser-kit 6.4.8 7.1.1
symfony/css-selector 6.4.8 7.1.1
symfony/debug-bundle 6.4.8 7.1.1
symfony/web-profiler-bundle 6.4.11 7.1.4

Updates symfony/asset from 6.4.8 to 7.1.1

Release notes

Sourced from symfony/asset's releases.

v7.1.1

Changelog (symfony/asset@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/asset@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/asset@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/asset@v7.0.7...v7.1.0-BETA1)

  • no significant changes

v7.0.8

Changelog (symfony/asset@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (symfony/asset@v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (symfony/asset@v7.0.2...v7.0.3)

  • no significant changes

v7.0.0

Changelog (symfony/asset@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/asset@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

v7.0.0-BETA3

Changelog (symfony/asset@v7.0.0-BETA2...v7.0.0-BETA3)

  • no significant changes

... (truncated)

Commits
  • 8970de4 Merge branch '7.0' into 7.1
  • 0f10671 Merge branch '6.4' into 7.0
  • dd4dc37 Merge branch '7.0' into 7.1
  • dc7600a Merge branch '6.4' into 7.0
  • 330d0da Merge branch '7.0' into 7.1
  • 3ae4937 Merge branch '6.4' into 7.0
  • 32869f4 do not mock the RequestStack class
  • f30ae07 [Asset][BrowserKit][Cache][Console][CssSelector] Use CPP
  • 82cd396 Merge branch '6.4' into 7.0
  • 42f101d Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/cache from 6.4.11 to 7.1.5

Release notes

Sourced from symfony/cache's releases.

v7.1.5

Changelog (symfony/cache@v7.1.4...v7.1.5)

v7.1.4

Changelog (symfony/cache@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/cache@v7.1.2...v7.1.3)

v7.1.2

Changelog (symfony/cache@v7.1.1...v7.1.2)

  • no significant changes

v7.1.1

Changelog (symfony/cache@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/cache@v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (symfony/cache@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/cache@v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (symfony/cache@v7.0.9...v7.0.10)

... (truncated)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

7.1

  • Add option sentinel_master as an alias for redis_sentinel
  • Deprecate CouchbaseBucketAdapter, use CouchbaseCollectionAdapter
  • Add support for URL encoded characters in Couchbase DSN
  • Add support for using DSN with PDOAdapter
  • The algorithm for the default cache namespace changed from SHA256 to XXH128

7.0

  • Add parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()
  • Drop support for Postgres < 9.5 and SQL Server < 2008 in DoctrineDbalAdapter

6.4

  • EarlyExpirationHandler no longer implements MessageHandlerInterface, rely on AsMessageHandler instead

6.3

  • Add support for Relay PHP extension for Redis
  • Updates to allow Redis cluster connections using predis/predis:^2.0
  • Add optional parameter $isSameDatabase to DoctrineDbalAdapter::configureSchema()

6.1

  • Add support for ACL auth in RedisAdapter
  • Improve reliability and performance of TagAwareAdapter by making tag versions an integral part of item value

6.0

  • Remove DoctrineProvider and DoctrineAdapter
  • Remove support of Doctrine DBAL in PdoAdapter

5.4

  • Deprecate DoctrineProvider and DoctrineAdapter because these classes have been added to the doctrine/cache package
  • Add DoctrineDbalAdapter identical to PdoAdapter for Doctrine\DBAL\Connection or DBAL URL
  • Deprecate usage of PdoAdapter with Doctrine\DBAL\Connection or DBAL URL

5.3

... (truncated)

Commits
  • 86e5296 Merge branch '6.4' into 7.1
  • a463451 Merge branch '5.4' into 6.4
  • 4b3e7bf [Cache] Fix RedisSentinel params types
  • e775b5b Merge branch '6.4' into 7.1
  • 8b73db5 Fix missing class import
  • 3c420ed Merge branch '6.4' into 7.1
  • b4452a1 [Cache] Fix compatibility with Redis 6.1.0 pre-releases
  • b61e464 Merge branch '6.4' into 7.1
  • 8ac37ac Merge branch '7.0' into 7.1
  • 0ee03f2 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/crowdin-translation-provider from 6.4.8 to 7.1.1

Release notes

Sourced from symfony/crowdin-translation-provider's releases.

v7.1.1

Changelog (symfony/crowdin-translation-provider@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/crowdin-translation-provider@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/crowdin-translation-provider@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/crowdin-translation-provider@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/crowdin-translation-provider@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (symfony/crowdin-translation-provider@v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (symfony/crowdin-translation-provider@v7.0.2...v7.0.3)

  • no significant changes

v7.0.2

Changelog (symfony/crowdin-translation-provider@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/crowdin-translation-provider@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

Changelog (symfony/crowdin-translation-provider@v7.0.0-BETA3...v7.0.0-RC1)

  • no significant changes

... (truncated)

Commits
  • 06ba0ff Merge branch '7.0' into 7.1
  • edfd4ae Merge branch '6.4' into 7.0
  • a865710 fix Symfony version
  • 2b1df00 [Translation] Crowdin is backing its translation bridge, thanks to them! \o/
  • db6ea8e Merge branch '7.0' into 7.1
  • 5833a8b Merge branch '6.4' into 7.0
  • 39a5042 Merge branch '7.0' into 7.1
  • 5599237 Merge branch '6.4' into 7.0
  • 3cf72f3 CS: trailing commas
  • a21f878 [Translation] [Bridges] Use CPP
  • Additional commits viewable in compare view

Updates symfony/dotenv from 6.4.10 to 7.1.5

Release notes

Sourced from symfony/dotenv's releases.

v7.1.5

Changelog (symfony/dotenv@v7.1.4...v7.1.5)

v7.1.3

Changelog (symfony/dotenv@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (symfony/dotenv@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/dotenv@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/dotenv@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/dotenv@v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (symfony/dotenv@v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Changelog (symfony/dotenv@v7.0.7...v7.0.8)

v7.0.7

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

  • no significant changes

v7.0.4

Changelog (symfony/dotenv@v7.0.3...v7.0.4)

... (truncated)

Changelog

Sourced from symfony/dotenv's changelog.

CHANGELOG

7.1

  • Add SYMFONY_DOTENV_PATH variable with the path to the .env file loaded by Dotenv::loadEnv() or Dotenv::bootEnv()

6.2

  • Add a new filter argument to debug:dotenv command to filter variable names

5.4

  • Add dotenv:dump command to compile the contents of the .env files into a PHP-optimized file called .env.local.php
  • Add debug:dotenv command to list all dotenv files with variables and values
  • Add $overrideExistingVars on Dotenv::bootEnv() and Dotenv::loadEnv()

5.1.0

  • added Dotenv::bootEnv() to check for .env.local.php before calling Dotenv::loadEnv()
  • added Dotenv::setProdEnvs() and Dotenv::usePutenv()
  • made Dotenv's constructor accept $envKey and $debugKey arguments, to define the name of the env vars that configure the env name and debug settings
  • deprecated passing $usePutenv argument to Dotenv's constructor

5.0.0

  • using putenv() is disabled by default

4.3.0

  • deprecated use of putenv() by default. This feature will be opted-in with a constructor argument to Dotenv

4.2.0

  • added Dotenv::overload() and $overrideExistingVars as optional parameter of Dotenv::populate()
  • added Dotenv::loadEnv() to load a .env file and its corresponding .env.local, .env.$env and .env.$env.local files if they exist

3.3.0

  • [BC BREAK] Since v3.3.7, the latest Dotenv files override the previous ones. Real env vars are not affected and are not overridden.
  • added the component
Commits
  • 6d96620 Merge branch '6.4' into 7.1
  • 8152842 Merge branch '5.4' into 6.4
  • bb4fef2 throw a meaningful exception when parsing dotenv files with BOM
  • a26be30 Merge branch '7.0' into 7.1
  • 3a0c9ce Merge branch '6.4' into 7.0
  • efa715e Merge branch '7.0' into 7.1
  • 73ba428 Merge branch '6.4' into 7.0
  • 8302688 Merge branch '7.0' into 7.1
  • 479f3a9 Merge branch '6.4' into 7.0
  • 3f7ed9e Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates symfony/expression-language from 6.4.11 to 7.1.4

Release notes

Sourced from symfony/expression-language's releases.

v7.1.4

Changelog (symfony/expression-language@v7.1.3...v7.1.4)

  • no significant changes

v7.1.1

Changelog (symfony/expression-language@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/expression-language@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/expression-language@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/expression-language@v7.0.7...v7.1.0-BETA1)

v7.0.8

Changelog (symfony/expression-language@v7.0.7...v7.0.8)

  • no significant changes

v7.0.7

Changelog (symfony/expression-language@v7.0.6...v7.0.7)

  • no significant changes

v7.0.3

Changelog (symfony/expression-language@v7.0.2...v7.0.3)

  • no significant changes

v7.0.2

Changelog (symfony/expression-language@v7.0.1...v7.0.2)

v7.0.0

Changelog (symfony/expression-language@v7.0.0-RC2...v7.0.0)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/expression-language's changelog.

CHANGELOG

7.1

  • Add support for PHP min and max functions
  • Add Parser::IGNORE_UNKNOWN_VARIABLES and Parser::IGNORE_UNKNOWN_FUNCTIONS flags to control whether parsing and linting should check for unknown variables and functions.
  • Deprecate passing null as the allowed variable names to ExpressionLanguage::lint() and Parser::lint(), pass the IGNORE_UNKNOWN_VARIABLES flag instead to ignore unknown variables during linting

7.0

  • The in and not in operators now use strict comparison

6.3

  • Add enum expression function
  • Deprecate loose comparisons when using the "in" operator; normalize the array parameter so it only has the expected types or implement loose matching in your own expression function

6.2

  • Add support for null-coalescing syntax

6.1

  • Add support for null-safe syntax when parsing object's methods and properties
  • Add new operators: contains, starts with and ends with
  • Support lexing numbers with the numeric literal separator _
  • Support lexing decimals with no leading zero

5.1.0

  • added lint method to ExpressionLanguage class
  • added lint method to Parser class

4.0.0

  • the first argument of the ExpressionLanguage constructor must be an instance of CacheItemPoolInterface
  • removed the ArrayParserCache and ParserCacheAdapter classes
  • removed the ParserCacheInterface

... (truncated)

Commits
  • b9e4bc6 Merge branch '6.4' into 7.1
  • 463cb95 Merge branch '7.0' into 7.1
  • 8e64bd4 Merge branch '6.4' into 7.0
  • 93e7883 Add missing UPGRADE notes for 7.1
  • 1cd86da Merge branch '7.0' into 7.1
  • b8ec919 Merge branch '6.4' into 7.0
  • 679e0bc document deprecation and fix test
  • 684ac49 [ExpressionLanguage] Add more configurability to the parsing/linting methods
  • d19d56c Fix typo
  • 0c4ed16 [ExpressionLanguage] Add min and max php functions
  • Additional commits viewable in compare view

Updates symfony/form from 6.4.11 to 7.1.5

Release notes

Sourced from symfony/form's releases.

v7.1.5

Changelog (symfony/form@v7.1.4...v7.1.5)

  • no significant changes

v7.1.4

Changelog (symfony/form@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/form@v7.1.2...v7.1.3)

  • no significant changes

v7.1.1

Changelog (symfony/form@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/form@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/form@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/form@v7.0.7...v7.1.0-BETA1)

v7.0.10

Changelog (symfony/form@v7.0.9...v7.0.10)

  • no significant changes

v7.0.8

Changelog (symfony/form@v7.0.7...v7.0.8)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

7.1

  • Add option separator to ChoiceType to use a custom separator after preferred choices (use the new separator_html option to display the separator text as HTML)
  • Deprecate not configuring the default_protocol option of the UrlType, it will default to null in 8.0 (the current default is 'http')
  • Add a keep_as_list option to CollectionType
  • Add an input option to MoneyType, to be able to cast the transformed value to integer

7.0

  • Throw when using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Make the "widget" option of date/time form types default to "single_text"
  • Require explicit argument when calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage()

6.4

  • Deprecate using DateTime or DateTimeImmutable model data with a different timezone than configured with the model_timezone option in DateType, DateTimeType, and TimeType
  • Deprecate PostSetDataEvent::setData(), use PreSetDataEvent::setData() instead
  • Deprecate PostSubmitEvent::setData(), use PreSubmitDataEvent::setData() or SubmitDataEvent::setData() instead
  • Add duplicate_preferred_choices option in ChoiceType
  • Add $duplicatePreferredChoices parameter to ChoiceListFactoryInterface::createView()

6.3

  • Don't render seconds for HTML5 date pickers unless "with_seconds" is explicitly set
  • Add a placeholder_attr option to ChoiceType
  • Deprecate not configuring the "widget" option of date/time form types, it will default to "single_text" in v7

6.2

  • Allow passing TranslatableInterface objects to the ChoiceView label
  • Allow passing TranslatableInterface objects to the help option
  • Deprecate calling Button/Form::setParent(), ButtonBuilder/FormConfigBuilder::setDataMapper(), TransformationFailedException::setInvalidMessage() without arguments
  • Change the signature of FormConfigBuilderInterface::setDataMapper() to setDataMapper(?DataMapperInterface)
  • Change the signature of FormInterface::setParent() to setParent(?self)
  • Add PasswordHasherExtension with support for hash_property_path option in PasswordType

6.1

  • Add a prototype_options option to CollectionType

... (truncated)

Commits
  • 6b8b53a Merge branch '6.4' into 7.1
  • 5037c00 Merge branch '5.4' into 6.4
  • 4f3d91f Mutate remaining data providers to static ones
  • 01d7b89 Merge branch '6.4' into 7.1
  • 24c9ab1 Merge branch '5.4' into 6.4
  • a337263 [Validator] Improve zh_TW translation
  • 3018ad1 Merge branch '6.4' into 7.1
  • 11df2e2 Merge branch '7.0' into 7.1
  • 2713488 Merge branch '6.4' into 7.0
  • b23a44f Merge branch '7.0' into 7.1
  • Additional commits viewable in compare view

Updates symfony/framework-bundle from 6.4.10 to 7.1.5

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.5

Changelog (symfony/framework-bundle@v7.1.4...v7.1.5)

v7.1.4

Changelog (symfony/framework-bundle@v7.1.3...v7.1.4)

  • no significant changes

v7.1.3

Changelog (symfony/framework-bundle@v7.1.2...v7.1.3)

v7.1.2

Changelog (symfony/framework-bundle@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/framework-bundle@v7.1.0...v7.1.1)

v7.1.0

Changelog (symfony/framework-bundle@v7.1.0-RC1...v7.1.0)

  • no significant changes

v7.1.0-RC1

Changelog (symfony/framework-bundle@v7.1.0-BETA1...v7.1.0-RC1)

  • no significant changes

v7.1.0-BETA1

Changelog (symfony/framework-bundle@v7.0.7...v7.1.0-BETA1)

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

7.1

  • Add CheckAliasValidityPass to lint:container command
  • Add private_ranges as a shortcut for private IP address ranges to the trusted_proxies option
  • Mark classes ConfigBuilderCacheWarmer, Router, SerializerCacheWarmer, TranslationsCacheWarmer, Translator and ValidatorCacheWarmer as final
  • Move the Router cache_dir to kernel.build_dir
  • Deprecate the router.cache_dir config option
  • Add rate_limiter tags to rate limiter services
  • Add secrets:reveal command
  • Add rate_limiter option to http_client.default_options and http_client.scoped_clients
  • Attach the workflow's configuration to the workflow tag
  • Add the allowed_recipients option for mailer to allow some users to receive emails even if recipients is defined.
  • Reset env vars when resetting the container

7.0

  • Remove command translation:update, use translation:extract instead
  • Make the http_method_override config option default to false
  • Remove AbstractController::renderForm(), use render() instead
  • Remove the Symfony\Component\Serializer\Normalizer\ObjectNormalizer and Symfony\Component\Serializer\Normalizer\PropertyNormalizer autowiring aliases, type-hint against Symfony\Component\Serializer\Normalizer\NormalizerInterface or implement NormalizerAwareInterface instead
  • Remove the Http\Client\HttpClient service, use Psr\Http\Client\ClientInterface instead
  • Remove the integration of Doctrine annotations, use native attributes instead
  • Remove EnableLoggerDebugModePass, use argument $debug of HttpKernel's Logger instead
  • Remove AddDebugLogProcessorPass::configureLogger(), use HttpKernel's DebugLoggerConfigurator instead
  • Make the framework.handle_all_throwables config option default to true
  • Make the framework.php_errors.log config option default to true
  • Make the framework.session.cookie_secure config option default to auto
  • Make the framework.session.cookie_samesite config option default to lax
  • Make the framework.session.handler_id default to null if save_path is not set and to session.handler.native_file otherwise
  • Make the framework.uid.default_uuid_version config option default to 7
  • Make the framework.uid.time_based_uuid_version config option default to 7
  • Make the framework.validation.email_validation_mode config option default to html5
  • Remove the framework.validation.enable_annotations config option, use framework.validation.enable_attributes instead
  • Remove the framework.serializer.enable_annotations config option, use framework.serializer.enable_attributes instead
  • Remove the routing.loader.annotation service, use the routing.loader.attribute service instead
  • Remove the routing.loader.annotation.directory service, use the routing.loader.attribute.directory service instead
  • Remove the routing.loader.annotation.file service, use the routing.loader.attribute.file service instead
  • Remove AnnotatedRouteControllerLoader, use AttributeRouteControllerLoader instead
  • Remove AddExpressionLanguageProvidersPass, use Symfony\Component\Routing\DependencyInjection\AddExpressionLanguageProvidersPass instead
  • Remove DataCollectorTranslatorPass, use Symfony\Component\Translation\DependencyInjection\DataCollectorTranslatorPass instead
  • Remove LoggingTranslatorPass, use Symfony\Component\Translation\DependencyInjection\LoggingTranslatorPass instead
  • Remove WorkflowGuardListenerPass, use Symfony\Component\Workflow\DependencyInjection\WorkflowGuardListenerPass instead

... (truncated)

Commits
  • 8a792de Merge branch '6.4' into 7.1
  • 6a9665b Merge branch '5.4' into 6.4
  • 9ae1957 [FrameworkBundle] Do not access the container when the kernel is shut down
  • 69e306c Merge branch '6.4' into 7.1
  • f40274b fix merge
  • 5432bc4 Merge branch '5.4' into 6.4
  • d022058 fix XSD to allow to configure locks without resources
  • 0e6c77a Merge branch '6.4' into 7.1
  • 40aa18d Merge branch '5.4' into 6.4
  • 35785c1 minor #58250 [FrameworkBundle] Finish incomplete tests for lock & semaphore c...
  • Additional commits viewable in compare view

Updates symfony/http-client from 6.4.11 to 6.4.12

Release notes

Sourced from symfony/http-client's releases.

v6.4.12

Changelog (symfony/http-client@v6.4.11...v6.4.12)

Commits
  • fbebfcc Fix named arguments in data providers
  • 0dc153b Merge branch '5.4' into 6.4
  • 58d3dc6 [HttpClient] Fix setting CURLMOPT_MAXCONNECTS
  • 23dcaa3 Merge branch '5.4' into 6.4
  • f09ba83 Work around parse_url() bug
  • See full diff in compare view

Updates symfony/mailer from 6.4.9 to 7.1.5

Release notes

Sourced from symfony/mailer's releases.

v7.1.5

Changelog (symfony/mailer@v7.1.4...v7.1.5)

  • no significant changes

v7.1.2

Changelog (symfony/mailer@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/mailer@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/mailer@v7.1.0-RC1...v7.1.0)

v7.1.0-RC1

Changelog (symfony/mailer@v7.1.0-BETA1...v7.1.0-RC1)

v7.1.0-BETA1

Changelog (symfony/mailer@v7.0.7...v7.1.0-BETA1)

Bumps the symfony group with 25 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.8` | `7.1.1` |
| [symfony/cache](https://github.com/symfony/cache) | `6.4.11` | `7.1.5` |
| [symfony/crowdin-translation-provider](https://github.com/symfony/crowdin-translation-provider) | `6.4.8` | `7.1.1` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.10` | `7.1.5` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `6.4.11` | `7.1.4` |
| [symfony/form](https://github.com/symfony/form) | `6.4.11` | `7.1.5` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `6.4.10` | `7.1.5` |
| [symfony/http-client](https://github.com/symfony/http-client) | `6.4.11` | `6.4.12` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.9` | `7.1.5` |
| [symfony/mime](https://github.com/symfony/mime) | `6.4.11` | `6.4.12` |
| [symfony/notifier](https://github.com/symfony/notifier) | `6.4.11` | `7.1.5` |
| [symfony/process](https://github.com/symfony/process) | `6.4.8` | `6.4.12` |
| [symfony/property-access](https://github.com/symfony/property-access) | `6.4.11` | `7.1.4` |
| [symfony/property-info](https://github.com/symfony/property-info) | `6.4.10` | `7.1.3` |
| [symfony/runtime](https://github.com/symfony/runtime) | `6.4.8` | `7.1.1` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `6.4.11` | `7.1.4` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.4.11` | `7.1.5` |
| [symfony/string](https://github.com/symfony/string) | `6.4.11` | `6.4.12` |
| [symfony/translation](https://github.com/symfony/translation) | `6.4.10` | `6.4.12` |
| [symfony/web-link](https://github.com/symfony/web-link) | `6.4.8` | `7.1.1` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.11` | `7.1.5` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `6.4.8` | `7.1.1` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `6.4.8` | `7.1.1` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.4.8` | `7.1.1` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.11` | `7.1.4` |


Updates `symfony/asset` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.1/CHANGELOG.md)
- [Commits](symfony/asset@v6.4.8...v7.1.1)

Updates `symfony/cache` from 6.4.11 to 7.1.5
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v6.4.11...v7.1.5)

Updates `symfony/crowdin-translation-provider` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/crowdin-translation-provider/releases)
- [Changelog](https://github.com/symfony/crowdin-translation-provider/blob/7.1/CHANGELOG.md)
- [Commits](symfony/crowdin-translation-provider@v6.4.8...v7.1.1)

Updates `symfony/dotenv` from 6.4.10 to 7.1.5
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.1/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.4.10...v7.1.5)

Updates `symfony/expression-language` from 6.4.11 to 7.1.4
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.1/CHANGELOG.md)
- [Commits](symfony/expression-language@v6.4.11...v7.1.4)

Updates `symfony/form` from 6.4.11 to 7.1.5
- [Release notes](https://github.com/symfony/form/releases)
- [Changelog](https://github.com/symfony/form/blob/7.1/CHANGELOG.md)
- [Commits](symfony/form@v6.4.11...v7.1.5)

Updates `symfony/framework-bundle` from 6.4.10 to 7.1.5
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v6.4.10...v7.1.5)

Updates `symfony/http-client` from 6.4.11 to 6.4.12
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v6.4.11...v6.4.12)

Updates `symfony/mailer` from 6.4.9 to 7.1.5
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.9...v7.1.5)

Updates `symfony/mime` from 6.4.11 to 6.4.12
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v6.4.11...v6.4.12)

Updates `symfony/notifier` from 6.4.11 to 7.1.5
- [Release notes](https://github.com/symfony/notifier/releases)
- [Changelog](https://github.com/symfony/notifier/blob/7.1/CHANGELOG.md)
- [Commits](symfony/notifier@v6.4.11...v7.1.5)

Updates `symfony/process` from 6.4.8 to 6.4.12
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v6.4.8...v6.4.12)

Updates `symfony/property-access` from 6.4.11 to 7.1.4
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.1/CHANGELOG.md)
- [Commits](symfony/property-access@v6.4.11...v7.1.4)

Updates `symfony/property-info` from 6.4.10 to 7.1.3
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.1/CHANGELOG.md)
- [Commits](symfony/property-info@v6.4.10...v7.1.3)

Updates `symfony/runtime` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/runtime@v6.4.8...v7.1.1)

Updates `symfony/security-bundle` from 6.4.11 to 7.1.4
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v6.4.11...v7.1.4)

Updates `symfony/serializer` from 6.4.11 to 7.1.5
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/serializer@v6.4.11...v7.1.5)

Updates `symfony/string` from 6.4.11 to 6.4.12
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v6.4.11...v6.4.12)

Updates `symfony/translation` from 6.4.10 to 6.4.12
- [Release notes](https://github.com/symfony/translation/releases)
- [Changelog](https://github.com/symfony/translation/blob/7.1/CHANGELOG.md)
- [Commits](symfony/translation@v6.4.10...v6.4.12)

Updates `symfony/web-link` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/web-link/releases)
- [Changelog](https://github.com/symfony/web-link/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-link@v6.4.8...v7.1.1)

Updates `symfony/yaml` from 6.4.11 to 7.1.5
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.11...v7.1.5)

Updates `symfony/browser-kit` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.1/CHANGELOG.md)
- [Commits](symfony/browser-kit@v6.4.8...v7.1.1)

Updates `symfony/css-selector` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.1/CHANGELOG.md)
- [Commits](symfony/css-selector@v6.4.8...v7.1.1)

Updates `symfony/debug-bundle` from 6.4.8 to 7.1.1
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v6.4.8...v7.1.1)

Updates `symfony/web-profiler-bundle` from 6.4.11 to 7.1.4
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v6.4.11...v7.1.4)

---
updated-dependencies:
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/crowdin-translation-provider
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/notifier
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/browser-kit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/css-selector
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: symfony
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 1, 2024
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.

0 participants