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 across 1 directory with 29 updates #1490

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 13, 2024

Bumps the symfony group with 23 updates in the / directory:

Package From To
symfony/asset 6.4.8 7.1.6
symfony/cache 6.4.14 7.1.7
symfony/crowdin-translation-provider 6.4.8 7.1.6
symfony/dotenv 6.4.13 7.1.6
symfony/expression-language 6.4.13 7.1.6
symfony/flex 2.4.6 2.4.7
symfony/form 6.4.11 7.1.6
symfony/framework-bundle 6.4.12 7.1.6
symfony/http-client 6.4.15 7.1.8
symfony/mailer 6.4.9 7.1.6
symfony/notifier 6.4.11 7.1.6
symfony/proxy-manager-bridge 6.4.8 6.4.13
symfony/runtime 6.4.14 7.1.7
symfony/security-bundle 6.4.11 7.1.6
symfony/serializer 6.4.11 7.1.8
symfony/web-link 6.4.8 7.1.6
symfony/webpack-encore-bundle 2.1.1 2.2.0
symfony/yaml 6.4.13 7.1.6
symfony/browser-kit 6.4.8 7.1.6
symfony/css-selector 6.4.8 7.1.6
symfony/debug-bundle 6.4.8 7.1.6
symfony/phpunit-bridge 7.1.4 7.1.6
symfony/web-profiler-bundle 6.4.11 7.1.7

Updates symfony/asset from 6.4.8 to 7.1.6

Release notes

Sourced from symfony/asset's releases.

v7.1.6

Changelog (symfony/asset@v7.1.5...v7.1.6)

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

... (truncated)

Commits
  • 0dcd514 Merge branch '6.4' into 7.1
  • 2466c17 Merge branch '5.4' into 6.4
  • b7a18ea Minor fixes around parse_url() checks
  • bd09c0e Merge branch '6.4' into 7.1
  • fe27fad Merge branch '5.4' into 6.4
  • 42a2674 Add PR template and auto-close PR on subtree split repositories
  • 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
  • Additional commits viewable in compare view

Updates symfony/cache from 6.4.14 to 7.1.7

Release notes

Sourced from symfony/cache's releases.

v7.1.7

Changelog (symfony/cache@v7.1.6...v7.1.7)

v7.1.6

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

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

... (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

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

Release notes

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

v7.1.6

Changelog (symfony/crowdin-translation-provider@v7.1.5...v7.1.6)

  • no significant changes

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

... (truncated)

Commits
  • 5cbfb4f Merge branch '6.4' into 7.1
  • 7d0a18e Merge branch '5.4' into 6.4
  • bb40801 Add PR template and auto-close PR on subtree split repositories
  • 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
  • Additional commits viewable in compare view

Updates symfony/dotenv from 6.4.13 to 7.1.6

Release notes

Sourced from symfony/dotenv's releases.

v7.1.6

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

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

... (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

Updates symfony/expression-language from 6.4.13 to 7.1.6

Release notes

Sourced from symfony/expression-language's releases.

v7.1.6

Changelog (symfony/expression-language@v7.1.5...v7.1.6)

  • no significant changes

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)

... (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
  • c3a1224 Merge branch '6.4' into 7.1
  • 533f74c Merge branch '6.4' into 7.1
  • 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
  • Additional commits viewable in compare view

Updates symfony/flex from 2.4.6 to 2.4.7

Commits
  • 92f4fba Merge branch '1.x' into 2.x
  • bda5f86 bug #1029 Fix invalid version string "9999999.9999999" (nicolas-grekas)
  • 543443a Fix invalid version string "9999999.9999999"
  • aae706c feature #1028 Add DotenvConfigurator, for .env.etc files (nicolas-grekas)
  • 43b9ebf Add DotenvConfigurator, for .env.etc files
  • de73a3a CS fixes
  • See full diff in compare view

Updates symfony/form from 6.4.11 to 7.1.6

Release notes

Sourced from symfony/form's releases.

v7.1.6

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

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

... (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
  • 7a48dda Merge branch '6.4' into 7.1
  • 0fe17f9 Merge branch '5.4' into 6.4
  • d4cb9a2 [Form] Remove unnecessary imports
  • c1974a7 minor #58472 CS: clean some whitespaces/indentation (keradus)
  • 5771ce9 [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTran...
  • 92e1f53 [DoctrineBridge] Fix risky test warnings
  • e88613a Merge branch '6.4' into 7.1
  • 5818e14 [TwigBridge] Remove VersionAwareTest from AbstractLayoutTestCase
  • 23e1b9d Merge branch '6.4' into 7.1
  • c581db3 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/framework-bundle from 6.4.12 to 7.1.6

Release notes

Sourced from symfony/framework-bundle's releases.

v7.1.6

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

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)

... (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
  • 1d616d7 Merge branch '6.4' into 7.1
  • e8b0bd9 Merge branch '5.4' into 6.4
  • 3d70f14 Minor fixes around parse_url() checks
  • 6e695b9 do not access typed properties before initialization
  • 4cbf327 Merge branch '6.4' into 7.1
  • 2c15425 Merge branch '5.4' into 6.4
  • adb9826 Merge branch '6.4' into 7.1
  • d1ae40e [FrameworkBundle] Fix wrong merge
  • 48aba9b pass the test name to the WebTestCase constructor
  • 836a614 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/http-client from 6.4.15 to 7.1.8

Release notes

Sourced from symfony/http-client's releases.

v7.1.8

Changelog (symfony/http-client@v7.1.7...v7.1.8)

v7.1.7

Changelog (symfony/http-client@v7.1.6...v7.1.7)

v7.1.6

Changelog (symfony/http-client@v7.1.5...v7.1.6)

  • no significant changes

v7.1.5

Changelog (symfony/http-client@v7.1.4...v7.1.5)

v7.1.4

Changelog (symfony/http-client@v7.1.3...v7.1.4)

v7.1.3

Changelog (symfony/http-client@v7.1.2...v7.1.3)

  • no significant changes

v7.1.2

Changelog (symfony/http-client@v7.1.1...v7.1.2)

v7.1.1

Changelog (symfony/http-client@v7.1.0...v7.1.1)

  • no significant changes

v7.1.0

Changelog (symfony/http-client@v7.1.0-RC1...v7.1.0)

  • no significant changes

... (truncated)

Changelog

Sourced from symfony/http-client's changelog.

CHANGELOG

7.1

  • Add HttpOptions::setHeader() to add or replace a single header
  • Allow mocking start_time info in MockResponse
  • Add MockResponse::fromFile() and ...

    Description has been truncated

Bumps the symfony group with 23 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.8` | `7.1.6` |
| [symfony/cache](https://github.com/symfony/cache) | `6.4.14` | `7.1.7` |
| [symfony/crowdin-translation-provider](https://github.com/symfony/crowdin-translation-provider) | `6.4.8` | `7.1.6` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.13` | `7.1.6` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `6.4.13` | `7.1.6` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.6` | `2.4.7` |
| [symfony/form](https://github.com/symfony/form) | `6.4.11` | `7.1.6` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `6.4.12` | `7.1.6` |
| [symfony/http-client](https://github.com/symfony/http-client) | `6.4.15` | `7.1.8` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.9` | `7.1.6` |
| [symfony/notifier](https://github.com/symfony/notifier) | `6.4.11` | `7.1.6` |
| [symfony/proxy-manager-bridge](https://github.com/symfony/proxy-manager-bridge) | `6.4.8` | `6.4.13` |
| [symfony/runtime](https://github.com/symfony/runtime) | `6.4.14` | `7.1.7` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `6.4.11` | `7.1.6` |
| [symfony/serializer](https://github.com/symfony/serializer) | `6.4.11` | `7.1.8` |
| [symfony/web-link](https://github.com/symfony/web-link) | `6.4.8` | `7.1.6` |
| [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) | `2.1.1` | `2.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.13` | `7.1.6` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `6.4.8` | `7.1.6` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `6.4.8` | `7.1.6` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `6.4.8` | `7.1.6` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.4` | `7.1.6` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.11` | `7.1.7` |



Updates `symfony/asset` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/cache` from 6.4.14 to 7.1.7
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v6.4.14...v7.1.7)

Updates `symfony/crowdin-translation-provider` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/dotenv` from 6.4.13 to 7.1.6
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.1/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.4.13...v7.1.6)

Updates `symfony/expression-language` from 6.4.13 to 7.1.6
- [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.13...v7.1.6)

Updates `symfony/flex` from 2.4.6 to 2.4.7
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.6...v2.4.7)

Updates `symfony/form` from 6.4.11 to 7.1.6
- [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.6)

Updates `symfony/framework-bundle` from 6.4.12 to 7.1.6
- [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.12...v7.1.6)

Updates `symfony/http-client` from 6.4.15 to 7.1.8
- [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.15...v7.1.8)

Updates `symfony/mailer` from 6.4.9 to 7.1.6
- [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.6)

Updates `symfony/mime` from 6.4.11 to 6.4.13
- [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.13)

Updates `symfony/notifier` from 6.4.11 to 7.1.6
- [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.6)

Updates `symfony/process` from 6.4.14 to 6.4.15
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v6.4.14...v6.4.15)

Updates `symfony/property-access` from 6.4.11 to 6.4.13
- [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...v6.4.13)

Updates `symfony/property-info` from 6.4.10 to 6.4.15
- [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...v6.4.15)

Updates `symfony/proxy-manager-bridge` from 6.4.8 to 6.4.13
- [Release notes](https://github.com/symfony/proxy-manager-bridge/releases)
- [Changelog](https://github.com/symfony/proxy-manager-bridge/blob/6.4/CHANGELOG.md)
- [Commits](symfony/proxy-manager-bridge@v6.4.8...v6.4.13)

Updates `symfony/runtime` from 6.4.14 to 7.1.7
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/runtime@v6.4.14...v7.1.7)

Updates `symfony/security-bundle` from 6.4.11 to 7.1.6
- [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.6)

Updates `symfony/serializer` from 6.4.11 to 7.1.8
- [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.8)

Updates `symfony/string` from 6.4.13 to 6.4.15
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v6.4.13...v6.4.15)

Updates `symfony/translation` from 6.4.10 to 6.4.13
- [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.13)

Updates `symfony/web-link` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/webpack-encore-bundle` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v2.1.1...v2.2.0)

Updates `symfony/yaml` from 6.4.13 to 7.1.6
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.13...v7.1.6)

Updates `symfony/browser-kit` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/css-selector` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/debug-bundle` from 6.4.8 to 7.1.6
- [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.6)

Updates `symfony/phpunit-bridge` from 7.1.4 to 7.1.6
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/7.0/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.1.4...v7.1.6)

Updates `symfony/web-profiler-bundle` from 6.4.11 to 7.1.7
- [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.7)

---
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/flex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-major
  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-patch
  dependency-group: symfony
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/proxy-manager-bridge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/webpack-encore-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Nov 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 1, 2024
@dependabot dependabot bot deleted the dependabot/composer/2.x/symfony-a889c120f4 branch December 1, 2024 08:51
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