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

fix(deps): bump the all group across 1 directory with 13 updates #145

Merged
merged 2 commits into from
Dec 2, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the all group with 13 updates in the / directory:

Package From To
symfony/console 7.1.8 7.2.0
symfony/dotenv 7.1.6 7.2.0
symfony/http-foundation 7.1.8 7.2.0
symfony/framework-bundle 7.1.6 7.2.0
symfony/property-access 7.1.6 7.2.0
symfony/psr-http-message-bridge 7.1.6 7.2.0
symfony/runtime 7.1.7 7.2.0
symfony/serializer 7.1.8 7.2.0
symfony/uid 7.1.6 7.2.0
symfony/yaml 7.1.6 7.2.0
phpunit/phpunit 11.4.3 11.4.4
symfony/debug-bundle 7.1.6 7.2.0
symfony/web-profiler-bundle 7.1.7 7.2.0

Updates symfony/console from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/console's releases.

v7.2.0

Changelog (symfony/console@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/console@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/console@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/console@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/console's changelog.

CHANGELOG

7.2

  • Add support for FORCE_COLOR environment variable
  • Add verbosity argument to mustRun process helper method
  • [BC BREAK] Add silent verbosity (--silent/SHELL_VERBOSITY=-2) to suppress all output, including errors
  • Add OutputInterface::isSilent(), Output::isSilent(), OutputStyle::isSilent() methods
  • Add a configurable finished indicator to the progress indicator to show that the progress is finished
  • Add ability to schedule alarm signals and a ConsoleAlarmEvent

7.1

  • Add ArgvInput::getRawTokens()

7.0

  • Add method __toString() to InputInterface
  • Remove Command::$defaultName and Command::$defaultDescription, use the AsCommand attribute instead
  • Require explicit argument when calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault() and Question::setAutocompleterCallback/setValidator()
  • Remove StringInput::REGEX_STRING

6.4

  • Add SignalMap to map signal value to its name
  • Multi-line text in vertical tables is aligned properly
  • The application can also catch errors with Application::setCatchErrors(true)
  • Add RunCommandMessage and RunCommandMessageHandler
  • Dispatch ConsoleTerminateEvent after an exit on signal handling and add ConsoleTerminateEvent::getInterruptingSignal()

6.3

  • Add support for choosing exit code while handling signal, or to not exit at all
  • Add ProgressBar::setPlaceholderFormatter to set a placeholder attached to a instance, instead of being global.
  • Add ReStructuredTextDescriptor

6.2

  • Improve truecolor terminal detection in some cases
  • Add support for 256 color terminals (conversion from Ansi24 to Ansi8 if terminal is capable of it)
  • Deprecate calling *Command::setApplication(), *FormatterStyle::setForeground/setBackground(), Helper::setHelpSet(), Input*::setDefault(), Question::setAutocompleterCallback/setValidator()without any arguments
  • Change the signature of OutputFormatterStyleInterface::setForeground/setBackground() to setForeground/setBackground(?string)
  • Change the signature of HelperInterface::setHelperSet() to setHelperSet(?HelperSet)

... (truncated)

Commits
  • 23c8aae Merge branch '7.1' into 7.2
  • 3fda7e5 Merge branch '7.1' into 7.2
  • c32691c Don't use die() in PHPT --SKIPIF--
  • de74db6 Remove always true/false occurrences
  • 8f6d3ec Reduce common control flows
  • a97129d Add $seconds to keepalive methods
  • de23257 CS: clean some whitespaces/indentation
  • 23a1a63 [Console] Add ability to schedule alarm signals and a console.alarm event
  • b4f6757 feature #57576 [Console] Add finished indicator to ProgressIndicator (LauLa...
  • 721a55b minor #58443 Various CS fix for consistency (alexandre-daubois)
  • Additional commits viewable in compare view

Updates symfony/dotenv from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/dotenv's releases.

v7.2.0

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

v7.2.0-RC1

Changelog (symfony/dotenv@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/dotenv@v7.1.6...v7.2.0-BETA1)

  • no significant changes

v7.1.9

Changelog (symfony/dotenv@v7.1.8...v7.1.9)

Commits
  • 28347a8 Merge branch '7.1' into 7.2
  • 245d1af Merge branch '6.4' into 7.1
  • 1ac5e7e Merge branch '5.4' into 6.4
  • 0801340 read runtime config from composer.json in debug dotenv command
  • 07b2c58 Merge branch '7.1' into 7.2
  • 8474944 Merge branch '7.1' into 7.2
  • b453abe Merge branch '7.1' into 7.2
  • 966f190 Remove unused code and unnecessary else branches
  • ccc9d84 Use CPP where possible
  • 5d005c9 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/http-foundation from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/http-foundation's releases.

v7.2.0

Changelog (symfony/http-foundation@v7.2.0-RC1...v7.2.0)

v7.2.0-RC1

Changelog (symfony/http-foundation@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/http-foundation@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/http-foundation@v7.1.6...v7.2.0-BETA1)

v7.1.9

Changelog (symfony/http-foundation@v7.1.8...v7.1.9)

Changelog

Sourced from symfony/http-foundation's changelog.

CHANGELOG

7.2

  • Add optional $requests parameter to RequestStack::__construct()
  • Add optional $v4Bytes and $v6Bytes parameters to IpUtils::anonymize()
  • Add PRIVATE_SUBNETS as a shortcut for private IP address ranges to Request::setTrustedProxies()
  • Deprecate passing referer_check, use_only_cookies, use_trans_sid, trans_sid_hosts, trans_sid_tags, sid_bits_per_character and sid_length options to NativeSessionStorage

7.1

  • Add optional $expirationParameter argument to UriSigner::__construct()
  • Add optional $expiration argument to UriSigner::sign()
  • Rename $parameter argument of UriSigner::__construct() to $hashParameter
  • Add UploadedFile::getClientOriginalPath()
  • Add QueryParameterRequestMatcher
  • Add HeaderRequestMatcher
  • Add support for \SplTempFileObject in BinaryFileResponse
  • Add verbose argument to response test constraints

7.0

  • Calling ParameterBag::filter() throws an UnexpectedValueException on invalid value, unless flag FILTER_NULL_ON_FAILURE is set
  • Calling ParameterBag::getInt() and ParameterBag::getBool() throws an UnexpectedValueException on invalid value
  • Remove classes RequestMatcher and ExpressionRequestMatcher
  • Remove Request::getContentType(), use Request::getContentTypeFormat() instead
  • Throw an InvalidArgumentException when calling Request::create() with a malformed URI
  • Require explicit argument when calling JsonResponse::setCallback(), Response::setExpires/setLastModified/setEtag(), MockArraySessionStorage/NativeSessionStorage::setMetadataBag(), NativeSessionStorage::setSaveHandler()
  • Add argument $statusCode to Response::sendHeaders() and StreamedResponse::sendHeaders()

6.4

  • Make HeaderBag::getDate(), Response::getDate(), getExpires() and getLastModified() return a DateTimeImmutable
  • Support root-level Generator in StreamedJsonResponse
  • Add UriSigner from the HttpKernel component
  • Add partitioned flag to Cookie (CHIPS Cookie)
  • Add argument bool $flush = true to Response::send()
  • Make MongoDbSessionHandler instantiable with the mongodb extension directly

6.3

  • Calling ParameterBag::getDigit(), getAlnum(), getAlpha() on an array throws a UnexpectedValueException instead of a TypeError
  • Add ParameterBag::getString() to convert a parameter into string and throw an exception if the value is invalid
  • Add ParameterBag::getEnum()

... (truncated)

Commits
  • e88a66c Merge branch '7.1' into 7.2
  • 8276584 Merge branch '6.4' into 7.1
  • 431771b Merge branch '5.4' into 6.4
  • 3f38b8a [HttpFoundation] Fix test
  • 40e6615 bug #58862 [Notifier] Fix GoIpTransport (nicolas-grekas)
  • d2737ec Merge branch '5.4' into 6.4
  • 897e8a2 [HttpFoundation] Revert risk change
  • 69094c8 [Notifier] Fix GoIpTransport
  • 7df6f57 Merge branch '7.1' into 7.2
  • 2251578 Merge branch '6.4' into 7.1
  • Additional commits viewable in compare view

Updates symfony/framework-bundle from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/framework-bundle's releases.

v7.2.0

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

v7.2.0-RC1

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

v7.2.0-BETA2

Changelog (symfony/framework-bundle@v7.2.0-BETA1...v7.2.0-BETA2)

  • no significant changes

v7.2.0-BETA1

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

... (truncated)

Changelog

Sourced from symfony/framework-bundle's changelog.

CHANGELOG

7.2

  • Add support for --sort option when extracting translations with translation:extract command and --force option
  • Add support for setting headers with Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  • Add --resolve-env-vars option to lint:container command
  • Derivate kernel.secret from the decryption secret when its env var is not defined
  • Make the config/ directory optional in MicroKernelTrait, add support for service arguments in the invokable Kernel class, and register FrameworkBundle by default when the bundles.php file is missing
  • [BC BREAK] The secrets:decrypt-to-local command terminates with a non-zero exit code when a secret could not be read
  • Deprecate making cache.app adapter taggable, use the cache.app.taggable adapter instead
  • Enable json_decode_detailed_errors in the default serializer context in debug mode by default when seld/jsonlint is installed
  • Register Symfony\Component\Serializer\NameConverter\SnakeCaseToCamelCaseNameConverter as a service named serializer.name_converter.snake_case_to_camel_case if available
  • Add framework.csrf_protection.stateless_token_ids, .cookie_name, and .check_header options to use stateless headers/cookies-based CSRF protection
  • Add framework.form.csrf_protection.field_attr option
  • Deprecate session.sid_length and session.sid_bits_per_character config options
  • Add the ability to use an existing service as a lock/semaphore resource
  • Add support for configuring multiple serializer instances via the configuration
  • Add support for SYMFONY_TRUSTED_PROXIES, SYMFONY_TRUSTED_HEADERS, SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER and SYMFONY_TRUSTED_HOSTS env vars
  • Add --no-fill option to translation:extract command

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

... (truncated)

Commits
  • a8d0da4 bug #58950 [FrameworkBundle] Revert " Deprecate making cache.app adapter ta...
  • 98aa662 Revert "[FrameworkBundle] Deprecate making cache.app adapter taggable"
  • eca6e49 Revert "bug #58937 [FrameworkBundle] Don't auto-register form/csrf when the c...
  • 15df69b [FrameworkBundle] Don't auto-register form/csrf when the corresponding compon...
  • f954349 [TypeInfo][Serializer][PropertyInfo][Validator] TypeInfo 7.1 compatibility
  • e1fe039 bug #58834 [FrameworkBundle] ensure validator.translation_domain parameter ...
  • 2b2f30e feature #57630 [TypeInfo] Redesign Type methods and nullability (mtarld)
  • 3bf0083 ensure that the validator.translation_domain parameter is always set
  • 7a46f7d [Routing] Rename annotations to attribute in AttributeClassLoader
  • 8a7df87 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/property-access from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/property-access's releases.

v7.2.0

Changelog (symfony/property-access@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/property-access@v7.1.6...v7.2.0-BETA1)

  • no significant changes
Commits
  • 3ae42ef Assert on string equality instead of regexes
  • c8085cf relax mock class name matching
  • 18ee3bd Merge branch '7.1' into 7.2
  • 4136b21 Merge branch '7.1' into 7.2
  • 16dc522 Merge branch '7.1' into 7.2
  • d7f2198 Code style change in @PER-CS2.0 affecting @Symfony (parentheses for anony...
  • f4bd2c5 Update .gitattributes
  • 103a168 chore: CS fixes
  • 5aae1c8 Prefix all sprintf() calls
  • See full diff in compare view

Updates symfony/psr-http-message-bridge from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/psr-http-message-bridge's releases.

v7.2.0

Changelog (symfony/psr-http-message-bridge@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-RC1

Changelog (symfony/psr-http-message-bridge@v7.2.0-BETA2...v7.2.0-RC1)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/psr-http-message-bridge@v7.1.6...v7.2.0-BETA1)

  • no significant changes
Commits
  • 03f2f72 Remove unused imports
  • 162cd84 Merge branch '7.1' into 7.2
  • 4475c85 Merge branch '7.1' into 7.2
  • ae2fde1 Remove unused code and unnecessary else branches
  • 321635b do not use uniqid() in tests
  • 5f48017 Remove uniqid() from tempnam() calls
  • 6d01a03 minor #57610 [PsrHttpMessageBridge] Remove a redundant check in HttpFoundatio...
  • e464593 Remove redundant check
  • 55891cd chore: CS fixes
  • ffb7f12 Prefix all sprintf() calls
  • See full diff in compare view

Updates symfony/runtime from 7.1.7 to 7.2.0

Release notes

Sourced from symfony/runtime's releases.

v7.2.0

Changelog (symfony/runtime@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA2

Changelog (symfony/runtime@v7.2.0-BETA1...v7.2.0-BETA2)

v7.2.0-BETA1

Changelog (symfony/runtime@v7.1.6...v7.2.0-BETA1)

  • no significant changes
Commits
  • 2c35056 [Runtime] Negate register_argc_argv when its On
  • 46fd79d Merge branch '7.1' into 7.2
  • 718e3b5 Merge branch '7.1' into 7.2
  • 06fa5c8 Don't use die() in PHPT --SKIPIF--
  • 049a9f3 Merge branch '7.1' into 7.2
  • 57b6765 Merge branch '7.1' into 7.2
  • b09e818 [Console] Add silent verbosity mode suppressing all output, including errors
  • 41696a1 [Runtime] fix ComposerPlugin
  • 289c26c Fix multiple CS errors
  • 356c377 Update .gitattributes
  • Additional commits viewable in compare view

Updates symfony/serializer from 7.1.8 to 7.2.0

Release notes

Sourced from symfony/serializer's releases.

v7.2.0

Changelog (symfony/serializer@v7.2.0-RC1...v7.2.0)

v7.2.0-BETA1

Changelog (symfony/serializer@v7.1.6...v7.2.0-BETA1)

v7.1.9

Changelog (symfony/serializer@v7.1.8...v7.1.9)

Changelog

Sourced from symfony/serializer's changelog.

CHANGELOG

7.2

  • Deprecate the csv_escape_char context option of CsvEncoder, the CsvEncoder::ESCAPE_CHAR_KEY constant and the CsvEncoderContextBuilder::withEscapeChar() method, following its deprecation in PHP 8.4
  • Add SnakeCaseToCamelCaseNameConverter
  • Support subclasses of \DateTime and \DateTimeImmutable for denormalization
  • Add the UidNormalizer::NORMALIZATION_FORMAT_RFC9562 constant
  • Add support for configuring multiple serializer instances with different default contexts, name converters, sets of normalizers and encoders
  • Add support for collection profiles of multiple serializer instances
  • Deprecate AdvancedNameConverterInterface, use NameConverterInterface instead

7.1

  • Add arguments $class, $format and $context to NameConverterInterface::normalize() and NameConverterInterface::denormalize()
  • Add DateTimeNormalizer::CAST_KEY context option
  • Add AbstractNormalizer::FILTER_BOOL context option
  • Add CamelCaseToSnakeCaseNameConverter::REQUIRE_SNAKE_CASE_PROPERTIES context option
  • Deprecate AbstractNormalizerContextBuilder::withDefaultContructorArguments(?array $defaultContructorArguments), use withDefaultConstructorArguments(?array $defaultConstructorArguments) instead (note the missing s character in Contructor word in deprecated method)
  • Add XmlEncoder::CDATA_WRAPPING_PATTERN context option

7.0

  • Add method getSupportedTypes() to DenormalizerInterface and NormalizerInterface
  • Remove denormalization support for AbstractUid in UidNormalizer, use one of AbstractUid child class instead
  • Denormalizing to an abstract class in UidNormalizer now throws an \Error
  • Remove ContextAwareDenormalizerInterface, use DenormalizerInterface instead
  • Remove ContextAwareNormalizerInterface, use NormalizerInterface instead
  • Remove CacheableSupportsMethodInterface, use NormalizerInterface and DenormalizerInterface instead
  • Require explicit argument when calling AttributeMetadata::setSerializedName() and ClassMetadata::setClassDiscriminatorMapping()
  • Add argument $context to NormalizerInterface::supportsNormalization() and DenormalizerInterface::supportsDenormalization()
  • Remove Doctrine annotations support in favor of native attributes
  • Remove AnnotationLoader, use AttributeLoader instead

6.4

  • Add TranslatableNormalizer
  • Allow Context attribute to target classes
  • Deprecate Doctrine annotations support in favor of native attributes
  • Allow the Groups attribute/annotation on classes
  • JsonDecode: Add json_decode_detailed_errors option
  • Make ProblemNormalizer give details about Messenger's ValidationFailedException
  • Add XmlEncoder::CDATA_WRAPPING context option

... (truncated)

Commits
  • 3f5ed9f Proofread UPGRADE guide
  • c9a49af CS: re-apply trailing_comma_in_multiline
  • 81f032d chore: fix some typos
  • 5fff3ab [TypeInfo][Serializer][PropertyInfo][Validator] TypeInfo 7.1 compatibility
  • 6a16000 Merge branch '7.1' into 7.2
  • 39ec8be bug #58870 [Serializer][Validator] prevent failures around not existing TypeI...
  • 7afcfbb [Serializer][PropertyInfo][Validator] TypeInfo 7.2 compatibility
  • c210d2b prevent failures around not existing TypeInfo classes
  • 2127f4a feature #57630 [TypeInfo] Redesign Type methods and nullability (mtarld)
  • fa8b444 Merge branch '7.1' into 7.2
  • Additional commits viewable in compare view

Updates symfony/uid from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/uid's releases.

v7.2.0

Changelog (symfony/uid@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/uid@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/uid's changelog.

CHANGELOG

7.2

  • Make AbstractUid implement Ds\Hashable if available
  • Add support for binary, base-32 and base-58 representations in Uuid::isValid()
  • Add the Uuid::FORMAT_RFC_9562 constant to validate UUIDs in the RFC 9562 format

7.1

  • Add UuidV1::toV6(), UuidV1::toV7() and UuidV6::toV7()
  • Add AbstractUid::toString()

6.2

  • Add UuidV7 and UuidV8
  • Add TimeBasedUidInterface to describe UIDs that embed a timestamp
  • Add MaxUuid and MaxUlid

5.4

  • Add NilUlid

5.3

  • The component is not marked as @experimental anymore
  • Add AbstractUid::fromBinary(), AbstractUid::fromBase58(), AbstractUid::fromBase32() and AbstractUid::fromRfc4122()
  • [BC BREAK] Replace UuidV1::getTime(), UuidV6::getTime() and Ulid::getTime() by UuidV1::getDateTime(), UuidV6::getDateTime() and Ulid::getDateTime()
  • Add Uuid::NAMESPACE_* constants from RFC4122
  • Add UlidFactory, UuidFactory, RandomBasedUuidFactory, TimeBasedUuidFactory and NameBasedUuidFactory
  • Add commands to generate and inspect UUIDs and ULIDs

5.2.0

  • made UUIDv6 always return truly random node fields to prevent leaking the MAC of the host

5.1.0

  • added support for UUID
  • added support for ULID
  • added the component
Commits
  • 2d294d0 Merge branch '7.1' into 7.2
  • e55cb3b Merge branch '7.1' into 7.2
  • f9d4a9c Merge branch '7.1' into 7.2
  • 7c08362 [Serializer][Uid] Add the Uuid::FORMAT_RFC_9562 and `UidNormalizer::NORMALI...
  • 50b833b [Uid] Rework internal format conversion
  • f796b59 feature #57940 [Uid] Add support for binary, base-32 and base-58 representati...
  • 76b635e Merge branch '7.1' into 7.2
  • 6d77e63 [Uid] Add support for binary, base-32 and base-58 representations in `Uuid::i...
  • d779ad9 Update .gitattributes
  • ebea743 Unify how --format is handle by commands
  • Additional commits viewable in compare view

Updates symfony/yaml from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/yaml's releases.

v7.2.0

Changelog (symfony/yaml@v7.2.0-RC1...v7.2.0)

  • no significant changes

v7.2.0-BETA1

Changelog (symfony/yaml@v7.1.6...v7.2.0-BETA1)

Changelog

Sourced from symfony/yaml's changelog.

CHANGEL...

Description has been truncated

Bumps the all group with 13 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/console](https://github.com/symfony/console) | `7.1.8` | `7.2.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.6` | `7.2.0` |
| [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.1.8` | `7.2.0` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.6` | `7.2.0` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.6` | `7.2.0` |
| [symfony/psr-http-message-bridge](https://github.com/symfony/psr-http-message-bridge) | `7.1.6` | `7.2.0` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.7` | `7.2.0` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.8` | `7.2.0` |
| [symfony/uid](https://github.com/symfony/uid) | `7.1.6` | `7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `11.4.3` | `11.4.4` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.1.6` | `7.2.0` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.7` | `7.2.0` |



Updates `symfony/console` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/console/releases)
- [Changelog](https://github.com/symfony/console/blob/7.2/CHANGELOG.md)
- [Commits](symfony/console@v7.1.8...v7.2.0)

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

Updates `symfony/http-foundation` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/http-foundation/releases)
- [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md)
- [Commits](symfony/http-foundation@v7.1.8...v7.2.0)

Updates `symfony/framework-bundle` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/framework-bundle/releases)
- [Changelog](https://github.com/symfony/framework-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/framework-bundle@v7.1.6...v7.2.0)

Updates `symfony/property-access` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/property-access/releases)
- [Changelog](https://github.com/symfony/property-access/blob/7.2/CHANGELOG.md)
- [Commits](symfony/property-access@v7.1.6...v7.2.0)

Updates `symfony/psr-http-message-bridge` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/psr-http-message-bridge/releases)
- [Changelog](https://github.com/symfony/psr-http-message-bridge/blob/7.2/CHANGELOG.md)
- [Commits](symfony/psr-http-message-bridge@v7.1.6...v7.2.0)

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

Updates `symfony/serializer` from 7.1.8 to 7.2.0
- [Release notes](https://github.com/symfony/serializer/releases)
- [Changelog](https://github.com/symfony/serializer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/serializer@v7.1.8...v7.2.0)

Updates `symfony/uid` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/uid/releases)
- [Changelog](https://github.com/symfony/uid/blob/7.2/CHANGELOG.md)
- [Commits](symfony/uid@v7.1.6...v7.2.0)

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

Updates `phpunit/phpunit` from 11.4.3 to 11.4.4
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.4.4/ChangeLog-11.4.md)
- [Commits](sebastianbergmann/phpunit@11.4.3...11.4.4)

Updates `symfony/debug-bundle` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/debug-bundle/releases)
- [Changelog](https://github.com/symfony/debug-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/debug-bundle@v7.1.6...v7.2.0)

Updates `symfony/web-profiler-bundle` from 7.1.7 to 7.2.0
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.1.7...v7.2.0)

---
updated-dependencies:
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/http-foundation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/psr-http-message-bridge
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/uid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Dec 2, 2024
@cyl3x cyl3x requested a review from lernhart December 2, 2024 07:40
@lernhart lernhart merged commit b6e7276 into trunk Dec 2, 2024
6 checks passed
@lernhart lernhart deleted the dependabot/composer/all-ce70ef52c3 branch December 2, 2024 08:06
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.

2 participants