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 across 1 directory with 15 updates #4960

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 11, 2024

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

Package From To
symfony/acl-bundle 2.3.0 2.4.0
symfony/asset 6.4.7 7.0.7
symfony/brevo-mailer 6.4.6 7.0.7
symfony/cache 6.4.7 7.0.7
symfony/dotenv 6.4.4 7.0.7
symfony/intl 6.4.7 7.0.7
symfony/polyfill-iconv 1.28.0 1.29.0
symfony/process 6.4.7 7.0.7
symfony/stimulus-bundle 2.13.3 2.17.0
symfony/yaml 6.4.3 7.0.7
symfony/browser-kit 7.0.3 7.0.7
symfony/maker-bundle 1.58.0 1.59.1
symfony/phpunit-bridge 6.4.6 7.0.7
symfony/web-profiler-bundle 6.4.4 7.0.7

Updates symfony/acl-bundle from 2.3.0 to 2.4.0

Release notes

Sourced from symfony/acl-bundle's releases.

2.4.0

  • Add support for Symfony 7
Changelog

Sourced from symfony/acl-bundle's changelog.

2.4.0

  • Add support for Symfony 7
Commits
  • 4c94692 update changelog
  • bce659b feature #45 Allow Symfony 7 and fix incompatibilities (acrobat)
  • 2e5827d Allow Symfony 7 and fix incompatibilities
  • e626dbc minor #12 Document schema changes with DoctrineMigrationsBundle (cedricziel)
  • 59c93e5 Document schema changes with DoctrineMigrationsBundle
  • See full diff in compare view

Updates symfony/asset from 6.4.7 to 7.0.7

Release notes

Sourced from symfony/asset's releases.

v7.0.7

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

  • no significant changes

v7.0.3

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

  • no significant changes

v7.0.0

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

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

  • no significant changes

v7.0.0-BETA1

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

Commits

Updates symfony/brevo-mailer from 6.4.6 to 7.0.7

Release notes

Sourced from symfony/brevo-mailer's releases.

v7.0.7

Changelog (symfony/brevo-mailer@v7.0.6...v7.0.7)

  • no significant changes

v7.0.6

Changelog (symfony/brevo-mailer@v7.0.5...v7.0.6)

v7.0.5

Changelog (symfony/brevo-mailer@v7.0.4...v7.0.5)

v7.0.3

Changelog (symfony/brevo-mailer@v7.0.2...v7.0.3)

  • no significant changes

v7.0.0

Changelog (symfony/brevo-mailer@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

v7.0.0-BETA1

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

v6.4.7

Changelog (symfony/brevo-mailer@v6.4.6...v6.4.7)

  • no significant changes
Commits

Updates symfony/cache from 6.4.7 to 7.0.7

Release notes

Sourced from symfony/cache's releases.

v7.0.7

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

v7.0.6

Changelog (symfony/cache@v7.0.5...v7.0.6)

v7.0.4

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

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)

... (truncated)

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.4 to 7.0.7

Release notes

Sourced from symfony/dotenv's releases.

v7.0.7

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

  • no significant changes

v7.0.4

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

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

Changelog (symfony/dotenv@v6.4.6...v6.4.7)

  • no significant changes
Commits
  • 0fd573c Merge branch '6.4' into 7.0
  • 982a8d5 Merge branch '5.4' into 6.4
  • 9e29d60 Auto-close PRs on subtree-splits
  • 8017ea2 Merge branch '6.4' into 7.0
  • 4c69bf8 Merge branch '6.4' into 7.0
  • 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
  • Additional commits viewable in compare view

Updates symfony/intl from 6.4.7 to 7.0.7

Release notes

Sourced from symfony/intl's releases.

v7.0.7

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

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)

Commits

Updates symfony/mailer from 6.4.6 to 6.4.7

Release notes

Sourced from symfony/mailer's releases.

v6.4.7

Changelog (symfony/mailer@v6.4.6...v6.4.7)

  • no significant changes
Commits

Updates symfony/polyfill-iconv from 1.28.0 to 1.29.0

Commits

Updates symfony/process from 6.4.7 to 7.0.7

Release notes

Sourced from symfony/process's releases.

v7.0.7

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

  • no significant changes

v7.0.4

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

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)

... (truncated)

Commits

Updates symfony/stimulus-bundle from 2.13.3 to 2.17.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
  • b828a32 remove duplicate key
  • da3cac8 -
  • 1050c8b minor #1753 [Stimulus] Allow Twig 3.9 (smnandre)
  • 24d9c53 Auto-close PRs on subtree-splits
  • 7f435aa [Stimulus] Allow Twig 3.9
  • 5432e91 [Doc] Misc updates in the StimulusBundle docs
  • 6add4bd [Live][Stimulus] Prepping the LiveComponent Stable Release 🚀
  • 602fd52 Update error message with php bin/console
  • 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
  • Additional commits viewable in compare view

Updates symfony/yaml from 6.4.3 to 7.0.7

Release notes

Sourced from symfony/yaml's releases.

v7.0.7

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

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)

v6.4.7

Changelog (symfony/yaml@v6.4.6...v6.4.7)

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
  • 0d3916a Merge branch '6.4' into 7.0
  • 53e8b1e Merge branch '5.4' into 6.4
  • bc780e1 call substr() with integer offsets
  • cbe25f6 Merge branch '6.4' into 7.0
  • e111fe4 Merge branch '5.4' into 6.4
  • a38ba0b Auto-close PRs on subtree-splits
  • 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
  • Additional commits viewable in compare view

Updates symfony/browser-kit from 7.0.3 to 7.0.7

Release notes

Sourced from symfony/browser-kit's releases.

v7.0.7

Changelog (symfony/browser-kit@v7.0.6...v7.0.7)

  • no significant changes
Commits

Updates symfony/maker-bundle from 1.58.0 to 1.59.1

Release notes

Sourced from symfony/maker-bundle's releases.

Yes, we know make:auth is deprecated, stop yelling...

Howdy Makers!

This is a tiny release that fixes the make:auth deprecation logic - the deprecation is only fired when you actually use the make:auth command.

Sorry for the noise! 😉

Enjoy!

v1.59.1

May 5th, 2024

Bug

New Contributors

Diff: symfony/maker-bundle@v1.59.0...v1.59.1

So long make:auth, Hello better security with tests...

Howdy Makers,

One of the most notable changes to this release is the deprecation of make:auth. Almost a year ago, we introduced make:security:form-login in v1.49.0 and in this release we're introducing make:security:custom to speed up making custom security authenticators. These two commands fill the gap that make:auth would leave otherwise.

Along with a handful of other features, make:entity no longer adds any of the @method annotations to the entity class and if you're adding a relation to an entity with the same name as the "parent" entity - maker will help differentiate the two classes in the CLI output.

Aside from fixing the code generated by make:serializer:encoder to match the interface signatures it uses, we've also introduced another new feature:

Experimental

We've added the ability to generate tests that should work out of the box for:

  • make:crud
  • make:registration
  • make:reset-password
  • make:security:form-login

To generate these tests, you can either answer y || yes when the maker asks you "Do you want to generate PHPUnit tests?" Or simply pass --with-tests when calling the command. Review the generated test, customize it to your needs, and finally run php bin/phpunit. More tests for more makers are soon to follow!

Enjoy!

v1.59.0

April 27th, 2024

Feature

... (truncated)

Changelog

Sourced from symfony/maker-bundle's changelog.

v1.59.1

May 5th, 2024

Bug

v1.59.0

April 27th, 2024

Feature

Bug

Commits
  • b87b1b2 minor #1538 [release] v1.59.1
  • 132d766 bug #1532 [make:auth] only fire deprecation when command is called
  • 1f02b59 minor #1526 [release] v1.59.0
  • 03b5a9f feature #1523 [make:auth] deprecated command
  • 03592b9 feature #1515 [make:security:form-login] add ability to generate tests
  • 48846de feature 1520 [make:entity] Simplify repository PHPDoc removes method annotations
  • ff1c8c5 bug #1525 [make:serializer:encoder] fix interface signature mismatch in templ...
  • ed3465b feature #1522 [make:security:custom] create a custom authenticator
  • e7ea13d feature #1497 [make:*] add ability to generate tests
  • 48d317e feature #1521 [make:reset-password] improve types for static analysis in user...
  • Additional commits viewable in compare view

Updates symfony/phpunit-bridge from 6.4.6 to 7.0.7

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.0.7

Changelog (symfony/phpunit-bridge@v7.0.6...v7.0.7)

  • no significant changes

v7.0.6

Changelog (symfony/phpunit-bridge@v7.0.5...v7.0.6)

  • no significant changes

v7.0.4

Changelog (symfony/phpunit-bridge@v7.0.3...v7.0.4)

  • no significant changes

v7.0.3

Changelog (symfony/phpunit-bridge@v7.0.2...v7.0.3)

  • no significant changes

v7.0.2

Changelog (symfony/phpunit-bridge@v7.0.1...v7.0.2)

  • no significant changes

v7.0.1

Changelog (symfony/phpunit-bridge@v7.0.0...v7.0.1)

v7.0.0

Changelog (symfony/phpunit-bridge@v7.0.0-RC2...v7.0.0)

  • no significant changes

v7.0.0-RC1

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

  • no significant changes

v7.0.0-BETA3

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

  • no significant changes

v7.0.0-BETA2

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

... (truncated)

Commits

Updates symfony/web-profiler-bundle from 6.4.4 to 7.0.7

Release notes

Sourced from symfony/web-profiler-bundle's releases.

v7.0.7

Changelog (symfony/web-profiler-bundle@v7.0.6...v7.0.7)

  • no significant changes

v7.0.4

Changelog (symfony/web-profiler-bundle@v7.0.3...v7.0.4)

v7.0.3

Changelog (symfony/web-profiler-bundle@v7.0.2...v7.0.3)

...

Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels May 11, 2024
@dependabot dependabot bot requested a review from dmetzner May 11, 2024 08:04
@dependabot dependabot bot force-pushed the dependabot/composer/symfony-31e6d5e50a branch 3 times, most recently from 499a110 to bd42d5d Compare May 13, 2024 14:53
Bumps the symfony group with 14 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [symfony/acl-bundle](https://github.com/symfony/acl-bundle) | `2.3.0` | `2.4.0` |
| [symfony/asset](https://github.com/symfony/asset) | `6.4.7` | `7.0.7` |
| [symfony/brevo-mailer](https://github.com/symfony/brevo-mailer) | `6.4.6` | `7.0.7` |
| [symfony/cache](https://github.com/symfony/cache) | `6.4.7` | `7.0.7` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `6.4.4` | `7.0.7` |
| [symfony/intl](https://github.com/symfony/intl) | `6.4.7` | `7.0.7` |
| [symfony/polyfill-iconv](https://github.com/symfony/polyfill-iconv) | `1.28.0` | `1.29.0` |
| [symfony/process](https://github.com/symfony/process) | `6.4.7` | `7.0.7` |
| [symfony/stimulus-bundle](https://github.com/symfony/stimulus-bundle) | `2.13.3` | `2.17.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `6.4.3` | `7.0.7` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.0.3` | `7.0.7` |
| [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.58.0` | `1.59.1` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `6.4.6` | `7.0.7` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `6.4.4` | `7.0.7` |



Updates `symfony/acl-bundle` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/symfony/acl-bundle/releases)
- [Changelog](https://github.com/symfony/acl-bundle/blob/main/CHANGELOG.md)
- [Commits](symfony/acl-bundle@v2.3.0...v2.4.0)

Updates `symfony/asset` from 6.4.7 to 7.0.7
- [Release notes](https://github.com/symfony/asset/releases)
- [Changelog](https://github.com/symfony/asset/blob/7.0/CHANGELOG.md)
- [Commits](symfony/asset@v6.4.7...v7.0.7)

Updates `symfony/brevo-mailer` from 6.4.6 to 7.0.7
- [Release notes](https://github.com/symfony/brevo-mailer/releases)
- [Changelog](https://github.com/symfony/brevo-mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/brevo-mailer@v6.4.6...v7.0.7)

Updates `symfony/cache` from 6.4.7 to 7.0.7
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.0/CHANGELOG.md)
- [Commits](symfony/cache@v6.4.7...v7.0.7)

Updates `symfony/dotenv` from 6.4.4 to 7.0.7
- [Release notes](https://github.com/symfony/dotenv/releases)
- [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dotenv@v6.4.4...v7.0.7)

Updates `symfony/intl` from 6.4.7 to 7.0.7
- [Release notes](https://github.com/symfony/intl/releases)
- [Changelog](https://github.com/symfony/intl/blob/7.0/CHANGELOG.md)
- [Commits](symfony/intl@v6.4.7...v7.0.7)

Updates `symfony/mailer` from 6.4.6 to 6.4.7
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.0/CHANGELOG.md)
- [Commits](symfony/mailer@v6.4.6...v6.4.7)

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.7 to 7.0.7
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.0/CHANGELOG.md)
- [Commits](symfony/process@v6.4.7...v7.0.7)

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

Updates `symfony/yaml` from 6.4.3 to 7.0.7
- [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.7)

Updates `symfony/browser-kit` from 7.0.3 to 7.0.7
- [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.3...v7.0.7)

Updates `symfony/maker-bundle` from 1.58.0 to 1.59.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.58.0...v1.59.1)

Updates `symfony/phpunit-bridge` from 6.4.6 to 7.0.7
- [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.6...v7.0.7)

Updates `symfony/web-profiler-bundle` from 6.4.4 to 7.0.7
- [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.4...v7.0.7)

---
updated-dependencies:
- dependency-name: symfony/acl-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: symfony
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: symfony
- dependency-name: symfony/brevo-mailer
  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/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/stimulus-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-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-31e6d5e50a branch from bd42d5d to b130b47 Compare May 14, 2024 10:43
Copy link
Contributor Author

dependabot bot commented on behalf of github May 15, 2024

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

@dependabot dependabot bot closed this May 15, 2024
@dependabot dependabot bot deleted the dependabot/composer/symfony-31e6d5e50a branch May 15, 2024 09:27
@dmetzner
Copy link
Collaborator

dmetzner commented May 15, 2024

Waiting 4 (sonata-project/SonataUserBundle#1669)

  Problem 1
    - Root composer.json requires sonata-project/user-bundle 5.12.* -> satisfiable by sonata-project/user-bundle[5.12.0].
    - sonata-project/user-bundle 5.12.0 requires symfony/config ^5.4 || ^6.2 -> found symfony/config[v5.4.0, ..., v5.4.39, v6.2.0, ..., v6.4.7] but these were not loaded, likely because it conflicts with another require.

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.

1 participant