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

Build(deps): Bump the symfony group with 17 updates #4781

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps the symfony group with 17 updates:

Package From To
symfony/asset 6.4.0 7.0.3
symfony/cache 6.4.3 7.0.3
symfony/dotenv 6.4.2 7.0.3
symfony/flex 2.4.3 2.4.4
symfony/intl 6.4.2 7.0.3
symfony/mailer 6.4.2 6.4.3
symfony/polyfill-iconv 1.28.0 1.29.0
symfony/process 6.4.3 7.0.3
symfony/sendinblue-mailer 6.4.0 6.4.3
symfony/stimulus-bundle 2.13.3 2.15.0
symfony/twig-bundle 6.4.0 6.4.3
symfony/validator 6.4.2 6.4.3
symfony/yaml 6.4.3 7.0.3
symfony/browser-kit 7.0.0 7.0.3
symfony/maker-bundle 1.52.0 1.55.1
symfony/phpunit-bridge 6.4.2 7.0.3
symfony/web-profiler-bundle 6.4.2 7.0.3

Updates symfony/asset from 6.4.0 to 7.0.3

Release notes

Sourced from symfony/asset's releases.

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

v7.0.0-BETA1

Changelog (symfony/asset@v6.3.6...v7.0.0-BETA1)

v6.4.3

Changelog (symfony/asset@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • 3ae4937 Merge branch '6.4' into 7.0
  • 14b1c0f Merge branch '6.3' into 6.4
  • a579e67 Merge branch '5.4' into 6.3
  • 0e98032 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 82cd396 Merge branch '6.4' into 7.0
  • 42f101d Merge branch '6.4' into 7.0
  • 025e7e3 Merge branch '6.4' into 7.0
  • bdd6717 Merge branch '6.4' into 7.0
  • e6c4a94 [Components] Convert to native return types
  • 14f3736 [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/cache from 6.4.3 to 7.0.3

Release notes

Sourced from symfony/cache's releases.

v7.0.3

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

v7.0.2

Changelog (symfony/cache@v7.0.1...v7.0.2)

v7.0.0

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

  • no significant changes

v7.0.0-RC2

Changelog (symfony/cache@v7.0.0-RC1...v7.0.0-RC2)

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

v7.0.0-BETA1

Changelog (symfony/cache@v6.3.6...v7.0.0-BETA1)

Changelog

Sourced from symfony/cache's changelog.

CHANGELOG

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

  • added support for connecting to Redis Sentinel clusters when using the Redis PHP extension
  • add support for a custom serializer to the ApcuAdapter class

5.2.0

  • added integration with Messenger to allow computing cached values in a worker

... (truncated)

Commits

Updates symfony/dotenv from 6.4.2 to 7.0.3

Release notes

Sourced from symfony/dotenv's releases.

v7.0.3

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

  • no significant changes

v7.0.2

Changelog (symfony/dotenv@v7.0.1...v7.0.2)

v7.0.0

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

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA2

Changelog (symfony/dotenv@v7.0.0-BETA1...v7.0.0-BETA2)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/dotenv@v6.3.6...v7.0.0-BETA1)

v6.4.3

Changelog (symfony/dotenv@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • 4c69bf8 Merge branch '6.4' into 7.0
  • 3cb7ca9 Merge branch '6.3' into 6.4
  • d9eaf69 Merge branch '5.4' into 6.3
  • 4de4884 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 1e3e123 Merge branch '6.4' into 7.0
  • 5c7990d Merge branch '6.4' into 7.0
  • 782d55c Merge branch '6.4' into 7.0
  • 4d66f30 Merge branch '6.4' into 7.0
  • 4823b14 Merge branch '6.4' into 7.0
  • d6ec1c9 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/flex from 2.4.3 to 2.4.4

Commits
  • bec213c Merge branch '1.x' into 2.x
  • 6b46a00 feature #990 [Feature] Add options expansion to Add Lines Configuration (mnocon)
  • 644e426 [Feature] Add options expansion to Add Lines Configuration
  • See full diff in compare view

Updates symfony/intl from 6.4.2 to 7.0.3

Release notes

Sourced from symfony/intl's releases.

v7.0.3

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

  • no significant changes

v7.0.2

Changelog (symfony/intl@v7.0.1...v7.0.2)

v7.0.0

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

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA2

Changelog (symfony/intl@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/intl@v6.3.6...v7.0.0-BETA1)

v6.4.3

Changelog (symfony/intl@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • 295995d Merge branch '6.4' into 7.0
  • 2628ded Merge branch '6.3' into 6.4
  • db1c2e9 Fix bad merge
  • fc67d38 Merge branch '5.4' into 6.3
  • 2fb503f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 5fbee19 Merge branch '6.4' into 7.0
  • a2bf3df Merge branch '6.4' into 7.0
  • 714018d Merge branch '6.4' into 7.0
  • cc2c095 Merge branch '6.4' into 7.0
  • b68c08c Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/mailer from 6.4.2 to 6.4.3

Release notes

Sourced from symfony/mailer's releases.

v6.4.3

Changelog (symfony/mailer@v6.4.2...v6.4.3)

Commits
  • 74412c6 Merge branch '6.3' into 6.4
  • 3cbb745 Merge branch '5.4' into 6.3
  • 664724b bug #53157 [Mailer] Throw TransportException when unable to read from socke...
  • 2602495 [Mailer] Throw TransportException when unable to read from socket
  • 23a9bc9 Merge branch '6.3' into 6.4
  • 1854d8a Merge branch '5.4' into 6.3
  • c827da0 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • a7f9b6a Merge branch '6.3' into 6.4
  • f9fb667 register the MailPaceTransportFactory
  • 134cda8 Merge branch '6.3' into 6.4
  • Additional commits viewable in compare view

Updates symfony/polyfill-iconv from 1.28.0 to 1.29.0

Commits

Updates symfony/process from 6.4.3 to 7.0.3

Release notes

Sourced from symfony/process's releases.

v7.0.3

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

v7.0.2

Changelog (symfony/process@v7.0.1...v7.0.2)

v7.0.0

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

  • no significant changes

v7.0.0-RC2

Changelog (symfony/process@v7.0.0-RC1...v7.0.0-RC2)

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

v7.0.0-BETA2

Changelog (symfony/process@v7.0.0-BETA1...v7.0.0-BETA2)

  • no significant changes

v7.0.0-BETA1

Changelog (symfony/process@v6.3.6...v7.0.0-BETA1)

Commits

Updates symfony/sendinblue-mailer from 6.4.0 to 6.4.3

Release notes

Sourced from symfony/sendinblue-mailer's releases.

v6.4.3

Changelog (symfony/sendinblue-mailer@v6.4.2...v6.4.3)

  • no significant changes
Commits
  • ec9629c Merge branch '6.3' into 6.4
  • ab4c8a4 Merge branch '5.4' into 6.3
  • 574bea1 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/stimulus-bundle from 2.13.3 to 2.15.0

Changelog

Sourced from symfony/stimulus-bundle's changelog.

CHANGELOG

2.14.2

  • Fix bug with finding UX Packages with non-standard project structure

2.14.1

  • Fixed bug with Stimulus controllers in subdirectories on Windows

2.14.0

  • Added Typescript controllers support

2.13.2

  • Revert "Change JavaScript package to type: module"

2.13.0

  • Normalize parameters names given to twig helper 'stimulus_action()'. BC Break: previously, parameters given in camelCase (eg. bigCrocodile) were incorrectly registered by the controller as flatcase (event.params.bigcrocodile). This was fixed, which means they are now correctly registered as camelCase (event.params.bigCrocodile).
  • Added AssetMapper 6.4 support.
  • Add Symfony 7 support.
  • Fix missing double dash in namespaced Stimulus outlets.
  • Change JavaScript package to type: module

2.10.0

  • Handle Stimulus outlets

2.9.0

  • Introduce the bundle
Commits
  • c113ab8 [Twig][Live] Skip Twig 3.9 🚒 (do not set use_yield = true for now)
  • f36422f [StimulusBundle] Set "use_yield" option to fix deprecation message
  • f775f6e Bumping 2.14.2 CHANGELOG and reverting minor feature temporarily
  • 47fc162 minor #1453 CS Update (kbond)
  • 683042e Used a Composer class to check for package existence in projects with varying...
  • 3dc8650 minor: update cs
  • da6b4a4 Bumping changelog for 2.14.1
  • b3acd6d [StimulusBundle] Handles Windows directory separator when normalizing control...
  • a7c30d9 Prepping changelogs for 2.14.0
  • 70e325b minor #1345 [StimulusBundle] Added docs on TypeScript support (evertharmeling...
  • Additional commits viewable in compare view

Updates symfony/twig-bundle from 6.4.0 to 6.4.3

Release notes

Sourced from symfony/twig-bundle's releases.

v6.4.3

Changelog (symfony/twig-bundle@v6.4.2...v6.4.3)

Commits
  • 2e63e50 Merge branch '6.3' into 6.4
  • 820d2a7 Merge branch '5.4' into 6.3
  • f59b91e Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • a5272e4 Merge branch '6.3' into 6.4
  • dc02547 Merge branch '5.4' into 6.3
  • 2a43fbc [TwigBundle] Fix configuration when 'paths' is null
  • See full diff in compare view

Updates symfony/validator from 6.4.2 to 6.4.3

Release notes

Sourced from symfony/validator's releases.

v6.4.3

Changelog (symfony/validator@v6.4.2...v6.4.3)

Commits
  • 9c1d8bb Merge branch '6.3' into 6.4
  • 5e3ac97 Merge branch '5.4' into 6.3
  • 4993e9b Adjusting and removing the 'review' attribute from the pt_br translation XML.
  • 91b7f3f Fix option filenameMaxLength to the File constraint (Image)
  • 553d830 fix method signatures
  • 71d246d Merge branch '6.3' into 6.4
  • c7fbb60 Merge branch '5.4' into 6.3
  • 0c26834 Fix implicitly-required parameters
  • dc80291 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 21cb178 Merge branch '6.3' into 6.4
  • Additional commits viewable in compare view

Updates symfony/yaml from 6.4.3 to 7.0.3

Release notes

Sourced from symfony/yaml's releases.

v7.0.3

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

  • no significant changes

v7.0.0

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

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

v7.0.0-BETA2

Changelog (symfony/yaml@v7.0.0-BETA1...v7.0.0-BETA2)

v7.0.0-BETA1

Changelog (symfony/yaml@v6.3.6...v7.0.0-BETA1)

Changelog

Sourced from symfony/yaml's changelog.

CHANGELOG

7.0

  • Remove the !php/const: tag, use !php/const instead (without the colon)

6.3

  • Add support to dump int keys as strings by using the Yaml::DUMP_NUMERIC_KEY_AS_STRING flag

6.2

  • Add support for !php/enum and !php/enum *->value
  • Deprecate the !php/const: tag in key which will be replaced by the !php/const tag (without the colon) since 3.4

6.1

  • In cases where it will likely improve readability, strings containing single quotes will be double-quoted

5.4

  • Add new lint:yaml dirname --exclude=/dirname/foo.yaml --exclude=/dirname/bar.yaml option to exclude one or more specific files from multiple file list
  • Allow negatable for the parse tags option with --no-parse-tags

5.3

  • Added github format support & autodetection to render errors as annotations when running the YAML linter command in a Github Action environment.

5.1.0

  • Added support for parsing numbers prefixed with 0o as octal numbers.

  • Deprecated support for parsing numbers starting with 0 as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with 0o so that they are parsed as octal numbers.

    Before:

    Yaml::parse('072');

... (truncated)

Commits
  • 2d4fca6 Merge branch '6.4' into 7.0
  • 0055b23 Merge branch '6.4' into 7.0
  • 5efffe8 Merge branch '6.4' into 7.0
  • 60bb70d Merge branch '6.4' into 7.0
  • dae2dae Merge branch '6.4' into 7.0
  • a12e0ec [Components] Convert to native return types
  • e9c944f [7.0] Remove remaining deprecated code paths
  • a18ce1d Merge branch '6.4' into 7.0
  • 74d818f [7.0] Bump to PHP 8.2 minimum
  • See full diff in compare view

Updates symfony/browser-kit from 7.0.0 to 7.0.3

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.3

Changelog (symfony/browser-kit@v7.0.2...v7.0.3)

  • no significant changes
Commits
  • 725d5b1 Merge branch '6.4' into 7.0
  • 495ffa2 Merge branch '6.3' into 6.4
  • 867868f Merge branch '5.4' into 6.3
  • 2f6f979 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/maker-bundle from 1.52.0 to 1.55.1

Release notes

Sourced from symfony/maker-bundle's releases.

Hot Fix for make:entity

Howdy Makers,

A tiny release that moves a conditional in make:entity to it's proper place. Otherwise, an exception was thrown to install Mercure before asking if you wanted to broadcast entity updates. Thanks to @​fabgg for bringing this to our attention.

v1.55.1

February 21st, 2024

Bug

  • #1458 - [make:entity] fix require mercure before asking to broadcast entity updates - @​jrushlow

Diff: symfony/maker-bundle@v1.55.0...v1.55.1

Enjoy!

Smashed bugs with a splash of DX

Howdy Makers!

This release squashes a few long standing bugs that were floating around out there. Notably, make:entity uses ux-turbo instead of the archived ux-turbo-mercure package. The "types wizard" in make:entity will only show the doctrine types that are available instead of a static list of possibly unavailable types. For the features, we've upgraded the bundled php-cs-fixer to v3.49.0, added a few docblocks to help with static analysis tools, and I supposed it was about time we stopped calling createView() on form objects in make:registration-form && make:reset-password

Big thanks to the community for creating issues and submitting PR's!

v1.55.0

February 20th, 2024

Feature

  • #1455 - [make:registration-form] Removal of the createView() method, as it is no longer required to render the form - @​mdoutreluingne
  • #1452 - [make:entity] remove PhpCompatUtil constructor argument - @​jrushlow
  • #1444 - [make:command] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1443 - [make:controller] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1429 - [make:*] upgrade bundled PHP-CS-Fixer to v3.49.0 - @​jrushlow
  • #1411 - [make:user] Add phpdocs in class generated by make:user for PHPStan - @​maelanleborgne
  • #1273 - [make:serializer:normalizer] Inject a NormalizerInterface instead of an ObjectNormalize - @​mtarld

Bug

Generated by Git Released

Diff: symfony/maker-bundle@v1.54.0...v1.55.0

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.55.1

February 21st, 2024

Bug

  • #1458 - [make:entity] fix require mercure before asking to broadcast entity updates - @​jrushlow

v1.55.0

February 20th, 2024

Feature

  • #1455 - [make:registration-form] Removal of the createView() method, as it is no longer required to render the form - @​mdoutreluingne
  • #1452 - [make:entity] remove PhpCompatUtil constructor argument - @​jrushlow
  • #1444 - [make:command] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1443 - [make:controller] deprecate passing PhpCompatUtil to the constructor - @​jrushlow
  • #1429 - [make:*] upgrade bundled PHP-CS-Fixer to v3.49.0 - @​jrushlow
  • #1411 - [make:user] Add phpdocs in class generated by make:user for PHPStan - @​maelanleborgne
  • #1273 - [make:serializer:normalizer] Inject a NormalizerInterface instead of an ObjectNormalize - @​mtarld

Bug

v1.54.0

February 6th, 2024

Feature

Bug

v1.53.0

... (truncated)

Commits
  • 11a9d31 minor #1459 [release] v1.55.1
  • 3525c65 bug #1458 [make:entity] fix require mercure before asking to broadcast entity...
  • d344744 minor #1456 [git-released] v1.55.0
  • 122bd8a minor #1450 housekeeping - add rector rules - one step closer to static analysis
  • c953816 feature #1273 use NormalizerInterface instead of ObjectNormalizer
  • 9ecf3c8 bug #1283 Ignore files from vendor (tools, appveyor.yml, phpunit.xml.dist)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 23, 2024
@dependabot dependabot bot requested a review from dmetzner February 23, 2024 13:45
Bumps the symfony group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.0` | `7.0.3` |
| [symfony/cache](https://github.com/symfony/cache) | `6.4.3` | `7.0.3` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.2` | `7.0.3` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.3` | `2.4.4` |
| [symfony/intl](https://github.com/symfony/intl) | `6.4.2` | `7.0.3` |
| [symfony/mailer](https://github.com/symfony/mailer) | `6.4.2` | `6.4.3` |
| [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.28.0` | `1.29.0` |
| [symfony/process](https://github.com/symfony/process) | `6.4.3` | `7.0.3` |
| [symfony/sendinblue-mailer](https://github.com/symfony/sendinblue-mailer) | `6.4.0` | `6.4.3` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.13.3` | `2.15.0` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `6.4.0` | `6.4.3` |
| [symfony/validator](https://github.com/symfony/validator) | `6.4.2` | `6.4.3` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.3` | `7.0.3` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.0.0` | `7.0.3` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.52.0` | `1.55.1` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `6.4.2` | `7.0.3` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.2` | `7.0.3` |


Updates `symfony/asset` from 6.4.0 to 7.0.3
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.0/CHANGELOG.md)
- [Commits](symfony/asset@v6.4.0...v7.0.3)

Updates `symfony/cache` from 6.4.3 to 7.0.3
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.0/CHANGELOG.md)
- [Commits](symfony/cache@v6.4.3...v7.0.3)

Updates `symfony/dotenv` from 6.4.2 to 7.0.3
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.4.2...v7.0.3)

Updates `symfony/flex` from 2.4.3 to 2.4.4
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.3...v2.4.4)

Updates `symfony/intl` from 6.4.2 to 7.0.3
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/7.0/CHANGELOG.md)
- [Commits](symfony/intl@v6.4.2...v7.0.3)

Updates `symfony/mailer` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.2...v6.4.3)

Updates `symfony/polyfill-iconv` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-iconv@v1.28.0...v1.29.0)

Updates `symfony/process` from 6.4.3 to 7.0.3
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v6.4.3...v7.0.3)

Updates `symfony/sendinblue-mailer` from 6.4.0 to 6.4.3
- [Release notes](https://github.com/symfony/sendinblue-mailer/releases)
- [Changelog](https://github.com/symfony/sendinblue-mailer/blob/6.4/CHANGELOG.md)
- [Commits](symfony/sendinblue-mailer@v6.4.0...v6.4.3)

Updates `symfony/stimulus-bundle` from 2.13.3 to 2.15.0
- [Changelog](https://github.com/symfony/stimulus-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/stimulus-bundle@v2.13.3...v2.15.0)

Updates `symfony/twig-bundle` from 6.4.0 to 6.4.3
- [Release notes](https://github.com/symfony/twig-bundle/releases)
- [Changelog](https://github.com/symfony/twig-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/twig-bundle@v6.4.0...v6.4.3)

Updates `symfony/validator` from 6.4.2 to 6.4.3
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.0/CHANGELOG.md)
- [Commits](symfony/validator@v6.4.2...v6.4.3)

Updates `symfony/yaml` from 6.4.3 to 7.0.3
- [Release notes](https://github.com/symfony/yaml/releases)
- [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md)
- [Commits](symfony/yaml@v6.4.3...v7.0.3)

Updates `symfony/browser-kit` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/symfony/browser-kit/releases)
- [Changelog](https://github.com/symfony/browser-kit/blob/7.0/CHANGELOG.md)
- [Commits](symfony/browser-kit@v7.0.0...v7.0.3)

Updates `symfony/maker-bundle` from 1.52.0 to 1.55.1
- [Release notes](https://github.com/symfony/maker-bundle/releases)
- [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/maker-bundle@v1.52.0...v1.55.1)

Updates `symfony/phpunit-bridge` from 6.4.2 to 7.0.3
- [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@v6.4.2...v7.0.3)

Updates `symfony/web-profiler-bundle` from 6.4.2 to 7.0.3
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.0/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v6.4.2...v7.0.3)

---
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/dotenv
  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/intl
  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-patch
  dependency-group: symfony
- dependency-name: symfony/polyfill-iconv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/sendinblue-mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/stimulus-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: symfony
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: symfony
- dependency-name: symfony/maker-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/phpunit-bridge
  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 force-pushed the dependabot/composer/symfony-dd7d5e710e branch from dbdb24a to e009c94 Compare February 23, 2024 14:21
@dmetzner
Copy link
Collaborator

dmetzner commented Feb 23, 2024

onhold until sonata-project/SonataUserBundle#1669 userbundle & acl symfony/security-acl#116 & capi update

Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 28, 2024

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

@dependabot dependabot bot closed this Feb 28, 2024
@dependabot dependabot bot deleted the dependabot/composer/symfony-dd7d5e710e branch February 28, 2024 03:32
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 Manual work required php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant