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 dependencies group with 40 updates #269

Merged
merged 1 commit into from
Dec 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 40 updates:

Package From To
twig/twig 3.14.1 3.16.0
twig/extra-bundle 3.13.0 3.16.0
api-platform/core 4.0.6 4.0.10
sentry/sentry-symfony 5.0.1 5.1.0
easycorp/easyadmin-bundle 4.13.5 4.18.0
phpdocumentor/reflection-docblock 5.4.1 5.6.0
doctrine/doctrine-bundle 2.13.0 2.13.1
symfony/lock 7.1.6 7.2.0
symfony/form 7.1.6 7.2.0
symfony/intl 7.1.6 7.1.8
symfony/mime 7.1.6 7.2.0
symfony/yaml 7.1.6 7.2.0
symfony/cache 7.1.6 7.1.9
symfony/asset 7.1.6 7.2.0
symfony/finder 7.1.6 7.2.0
symfony/dotenv 7.1.6 7.2.0
symfony/mailer 7.1.6 7.2.0
symfony/string 7.1.8 7.2.0
symfony/process 7.1.7 7.2.0
symfony/console 7.1.6 7.1.8
symfony/runtime 7.1.7 7.2.0
symfony/web-link 7.1.6 7.2.0
symfony/validator 7.1.6 7.1.9
symfony/serializer 7.1.6 7.1.9
symfony/filesystem 7.1.6 7.2.0
symfony/translation 7.1.6 7.2.0
symfony/twig-bundle 7.1.6 7.2.0
symfony/http-client 7.1.8 7.2.0
symfony/browser-kit 7.1.6 7.2.0
symfony/css-selector 7.1.6 7.2.0
symfony/rate-limiter 7.1.6 7.2.0
symfony/property-info 7.1.8 7.1.9
symfony/property-access 7.1.6 7.2.0
symfony/security-bundle 7.1.6 7.2.0
symfony/framework-bundle 7.1.6 7.2.0
symfony/expression-language 7.1.6 7.2.0
symfony/debug-bundle 7.1.6 7.2.0
symfony/phpunit-bridge 7.1.6 7.2.0
squizlabs/php_codesniffer 3.10.3 3.11.1
doctrine/doctrine-fixtures-bundle 3.6.1 3.7.0

Updates twig/twig from 3.14.1 to 3.16.0

Changelog

Sourced from twig/twig's changelog.

3.16.0 (2024-11-29)

  • Deprecate ConditionalExpression and NullCoalesceExpression (use ConditionalTernary and NullCoalesceBinary instead)
  • Deprecate InlinePrint
  • Fix having macro variables starting with an underscore
  • Deprecate not passing a Source instance to TokenStream
  • Deprecate returning null from TwigFilter::getSafe() and TwigFunction::getSafe(), return [] instead

3.15.0 (2024-11-17)

  • [BC BREAK] Add support for accessing class constants with the dot operator; this can be a BC break if you don't use UPPERCASE constant names
  • Add Spanish inflector support for the plural and singular filters in the String extension
  • Deprecate TempNameExpression in favor of LocalVariable
  • Deprecate NameExpression in favor of ContextVariable
  • Deprecate AssignNameExpression in favor of AssignContextVariable
  • Remove MacroAutoImportNodeVisitor
  • Deprecate MethodCallExpression in favor of MacroReferenceExpression
  • Fix support for the "is defined" test on _self.xxx (auto-imported) macros
  • Fix support for the "is defined" test on inherited macros
  • Add named arguments support for the dot operator arguments (foo.bar(some: arg))
  • Add named arguments support for macros
  • Add a new guard tag that allows to test if some Twig callables are available at compilation time
  • Allow arrow functions everywhere
  • Deprecate passing a string or an array to Twig callable arguments accepting arrow functions (pass a \Closure)
  • Add support for triggering deprecations for future operator precedence changes
  • Deprecate using the not unary operator in an expression with *, /, //, or % without using explicit parentheses to clarify precedence
  • Deprecate using the ?? binary operator without explicit parentheses
  • Deprecate using the ~ binary operator in an expression with + or - without using parentheses to clarify precedence
  • Deprecate not passing AbstractExpression args to most constructor arguments for classes extending AbstractExpression
  • Fix power expressions with a negative number in parenthesis ((-1) ** 2)
  • Deprecate instantiating Node directly. Use EmptyNode or Nodes instead.
  • Add support for inline comments
  • Add Profile::getStartTime() and Profile::getEndTime()
  • Fix "ignore missing" when used on an "embed" tag
  • Fix the possibility to override an aliased block (via use)
  • Add template cache hot reload
  • Allow Twig callable argument names to be free-form (snake-case or camelCase) independently of the PHP callable signature They were automatically converted to snake-cased before
  • Deprecate the attribute function; use the . notation and wrap the name with parenthesis instead
  • Add support for argument unpackaging
  • Add JSON support for the file extension escaping strategy
  • Support Markup instances (and any other \Stringable) as dynamic mapping keys
  • Deprecate the sandbox tag
  • Improve the way one can deprecate a Twig callable (use deprecation_info instead of the other callable options)
  • Add the enum function
  • Add support for logical xor operator

3.14.2 (2024-11-07)

... (truncated)

Commits
  • 475ad2d Prepare the 3.16.0 release
  • ef3dbab minor #4481 Simplify code even more (fabpot)
  • 2337c7f Simplify code even more
  • ae82e8b feature #4479 Simplify EscaperNodeVisitor code (fabpot)
  • 02cec77 Simplify EscaperNodeVisitor code
  • c384fb4 bug #4475 Fix having macro variables starting with an underscore (fabpot)
  • bdb0f3c Fix having macro variables starting with an underscore
  • 0176de0 Fix CS
  • b08968f feature #4469 Fix SafeAnalysisNodeVisitor::getSafe() return value (fabpot)
  • c402deb Fix EscapeNodeVisitor::isSafeFor()
  • Additional commits viewable in compare view

Updates twig/extra-bundle from 3.13.0 to 3.16.0

Commits

Updates api-platform/core from 4.0.6 to 4.0.10

Release notes

Sourced from api-platform/core's releases.

v4.0.10

What's Changed

Full Changelog: api-platform/core@v4.0.9...v4.0.10

v4.0.9

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.8...v4.0.9

v4.0.8

What's Changed

Full Changelog: api-platform/core@v4.0.7...v4.0.8

v4.0.7

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from api-platform/core's changelog.

v4.0.10

Bug fixes

Also contains v3.4.7 changes.

Features

v4.0.9

Bug fixes

Also contains v3.4.6 changes.

Features

v4.0.8

Bug fixes

Features

v4.0.7

Bug fixes

  • 17c916c3a fix(symfony): BackedEnumProvider typo fix (#6769)
  • 216d9ccaa fix(serializer): fetch type on normalization error when possible (#6761)
  • 2f967d934 fix(doctrine): throw an exception when a filter is not found in a parameter (#6767)
  • 6c9b508b0 fix(laravel): remove link header when jsonld is not enabled (#6768)
  • 736ca045e fix(validator): allow to pass both a ConstraintViolationList and a previous exception (#6762)
  • 9ac3661b6 fix(hydra): store and use hydra context in a local variable (#6765)

Features

Commits

Updates sentry/sentry-symfony from 5.0.1 to 5.1.0

Release notes

Sourced from sentry/sentry-symfony's releases.

5.1.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.1.0.

Features

Bug Fixes

Changelog

Sourced from sentry/sentry-symfony's changelog.

5.1.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v5.1.0.

Features

Bug Fixes

Commits

Updates easycorp/easyadmin-bundle from 4.13.5 to 4.18.0

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.18.0

New features

[92b3d9f89] Revert FontAwesome icons changes introduced in version 4.16.0 (@​javiereguiluz)

Bug fixes

[360984ed5] Fix reset filter link (@​fracsi) [4e772c0f9] Fix defaults icons in AbstractDashboard (@​SebastienXD) [4b41dd2e9] Misc. doc fixes (@​simondaigre)

4.17.0

This release contains a potentially (small) BC break. When using pretty URLs, the generated URLs used underscores and they now use dashes and snake case. For example, before an URL could be /admin/blog_post/batchDelete and now it's /admin/blog-post/batch-delete

The route names remain the same (e.g. admin_blog_post_batch_delete) and you probably always generate URLs using the route name, so this BC break won't impact you.

New features

[f9a223a2f] Use kernel.build_dir instead of kernel.cache_dir for cached contents (@​alexndlm) [aee6650a8] Use kekab-case instead of snake_case for Pretty URL route paths (@​simondaigre)

Bug fixes

[0e4544f97] Fix some CSS styles (@​kteterycz) [2982a8c8a] Fix some internal icons name (@​JorickPepin)

4.16.2

Bug fixes

[e6719e766] Fix typo in the name of an internal icon (@​WedgeSama) [bb471995c] Fix menu item matcher when using pretty URLs (#javiereguiluz) [fdbf0f93e] Replace sr-only CSS class with visually-hidden (@​JorickPepin) [b333d6362] Fix icon sets in documentation (@​JorickPepin) [cc2540ae9] Misc tweaks related to icons (@​javiereguiluz) [8cea28768] Fix AdminDashboard attribute routes type (@​JorickPepin) [d5ca73831] Use PHP 8.4 as the baseline PHP version in CI tests (@​javiereguiluz)

4.16.1

Bug fixes

[dc4bc4caf] Fix an edge-case when using pretty URLs (@​javiereguiluz)

4.16.0

New features

[f2fc65b99] Allow to use different icon sets in the backend (@​javiereguiluz) [8d38f8562] Split ea_form_fieldset_open_row form theme block (@​WedgeSama)

Bug fixes

... (truncated)

Commits
  • c1b694c Prepare 4.18.0 release
  • 92b3d9f feature #6600 Revert FontAwesome icons changes (javiereguiluz)
  • eb500fb Revert FontAwesome icons changes
  • 4e772c0 bug #6596 fix(AbstractDashboard): fix defaults icons in AbstractDashboard (Se...
  • 360984e bug #6594 Fix reset filter link (fracsi)
  • 4b41dd2 minor #6597 Fix batch_delete paths on docs (simondaigre)
  • c3b2f58 Update docs
  • d2a4ded fix(AbstractDashboard): fix defaults icons in AbstractDashboard
  • 2d0986c Fix reset filter link
  • a70284a Bump development version
  • Additional commits viewable in compare view

Updates phpdocumentor/reflection-docblock from 5.4.1 to 5.6.0

Release notes

Sourced from phpdocumentor/reflection-docblock's releases.

5.6.0

What's Changed

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@5.5.1...5.6.0

5.5.1

Fixes regression introduced in 5.5.0 that triggered notices during parsing of docblocks. When the docblock contained indented lines.

5.5.0

What's Changed

Improved method tag parameter rendering, by now the method tag parameters are correctly rendered when transforming a docblock back to string.

New supported tags:

  • @template
  • @template-covariant
  • @mixin
  • @implements & @template-implements
  • @extends & @template-extends

The template tags do not support all functionality needed to have full generic support as this requires some extra work. But for many situations this will already add value.

related pr's:

New Contributors

Full Changelog: phpDocumentor/ReflectionDocBlock@5.4.1...5.5.0

Commits
  • f3558a4 Merge pull request #385 from phpDocumentor/dependabot/composer/phpstan/phpsta...
  • 6a29e60 Merge pull request #387 from phpDocumentor/dependabot/composer/phpdocumentor/...
  • d0e946c Fix code style
  • 5763b5b Merge pull request #386 from xabbuh/phpstan-phpdoc-parser-2
  • 2f98b1f Bump phpdocumentor/type-resolver from 1.9.0 to 1.10.0
  • 2a8b28d add support for phpstan/phpdoc-parser 2
  • 234e9df Bump phpstan/phpstan from 1.12.7 to 1.12.8
  • 0c70d2c Resolve notice on undefined index
  • 54e10d4 Add tests for new tags
  • fcb5c3d Merge pull request #377 from phpDocumentor/dependabot/composer/phpdocumentor/...
  • Additional commits viewable in compare view

Updates doctrine/doctrine-bundle from 2.13.0 to 2.13.1

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.13.1

Release Notes for 2.13.1

2.13.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Documentation

Bug

Commits
  • 2740ad8 Merge pull request #1834 from samnela/patch-1
  • 4e572c0 docs: fix page for CustomIdGenerator attribute
  • eda148b Fix wiring of PHP metadata drivers on doctrine/orm 3.x (#1832)
  • 7bfb8e8 Fix Symfony 7.2 tests
  • 821393e Bump doctrine/.github from 5.1.0 to 5.2.0
  • e1abb90 Merge pull request #1823 from greg0ire/update-branch-metadata
  • 3e6c35c Update branch metadata
  • 5e21da4 Bump doctrine/.github from 5.0.1 to 5.1.0
  • e3a1071 Merge pull request #1821 from javiereguiluz/fix_bundle_config
  • 0665ab3 Fix the bundle config file
  • Additional commits viewable in compare view

Updates symfony/lock from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/lock's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

Changelog

Sourced from symfony/lock's changelog.

CHANGELOG

7.2

  • RedisStore uses EVALSHA over EVAL when evaluating LUA scripts
  • Add NullStore

7.0

  • Add parameter $isSameDatabase to DoctrineDbalStore::configureSchema()
  • Remove the gcProbablity (notice the typo) option, use gcProbability instead

6.4

  • Make MongoDbStore instantiable with the mongodb extension directly

6.3

  • Create migration for lock table when DoctrineDbalStore is used
  • Add optional parameter $isSameDatabase to DoctrineDbalStore::configureSchema()
  • Add support for Relay PHP extension for Redis
  • Renamed the gcProbablity option to gcProbability to fix a typo in its name

6.0

  • Remove the NotSupportedException. It shouldn't be thrown anymore
  • Remove the RetryTillSaveStore. Logic has been moved in Lock and is not needed anymore
  • Remove support of Doctrine DBAL in PdoStore and PostgreSqlStore

5.4

  • Add DoctrineDbalStore identical to PdoStore for Doctrine\DBAL\Connection or DBAL url
  • Deprecate usage of PdoStore with Doctrine\DBAL\Connection or DBAL url
  • Add DoctrineDbalPostgreSqlStore identical to PdoPostgreSqlStore for Doctrine\DBAL\Connection or DBAL url
  • Deprecate usage of PdoPostgreSqlStore with Doctrine\DBAL\Connection or DBAL url

5.2.0

  • MongoDbStore does not implement BlockingStoreInterface anymore, typehint against PersistingStoreInterface instead.
  • added support for shared locks
  • added NoLock
  • deprecated NotSupportedException, it shouldn't be thrown anymore.

... (truncated)

Commits
  • 07212a5 Merge branch '7.1' into 7.2
  • ec0e86b minor #58533 [Lock] Enabled usage of EVALSHA and LOAD SCRIPT over regular EVA...
  • 1de2c40 [Lock] Enabled usage of EVALSHA and LOAD SCRIPT over regular EVAL
  • 332bd90 [Lock] Add tests for NullStore
  • 7c88214 feature #58109 [Lock] Add NullStore (xabbuh)
  • 1253fc6 Remove unused imports
  • b24342d Merge branch '7.1' into 7.2
  • 265270f add NullStore
  • 80dcc75 minor #57868 Remove useless code (alexandre-daubois)
  • da57e49 Remove useless code
  • Additional commits viewable in compare view

Updates symfony/form from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/form's releases.

v7.2.0

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

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA1

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

Changelog

Sourced from symfony/form's changelog.

CHANGELOG

7.2

  • Deprecate the VersionAwareTest trait, use feature detection instead
  • Add support for the calendar option in DateType
  • Add LazyChoiceLoader and choice_lazy option in ChoiceType for loading and rendering choices on demand
  • Use form.post_set_data instead of form.pre_set_data in ResizeFormListener
  • Change the priority of DataCollectorListener from 255 to -255

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

... (truncated)

Commits
  • 264cff3 [Form] Allow integer for the calendar option of DateType
  • 73c00ef Remove always true/false occurrences
  • 04cf304 Reduce common control flows
  • 896c5f2 [Form] Use form.post_set_data in ResizeFormListener
  • e3fe767 feature #52503 [DoctrineBridge][Form] Introducing new LazyChoiceLoader clas...
  • 96e19d9 Merge branch '7.1' into 7.2
  • bcf5a68 feature #58095 [Security] Implement stateless headers/cookies-based CSRF prot...
  • 6a49eed [Security] Implement stateless headers/cookies-based CSRF protection
  • 64116e0 CS: clean some whitespaces/indentation
  • 0df8534 Make @var occurrences consistent
  • Additional commits viewable in compare view

Updates symfony/intl from 7.1.6 to 7.1.8

Release notes

Sourced from symfony/intl's releases.

v7.1.8

Changelog (symfony/intl@v7.1.7...v7.1.8)

  • no significant changes

v7.1.7

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

  • no significant changes
Commits
  • e56b243 Merge branch '6.4' into 7.1
  • b1d5e8d Merge branch '5.4' into 6.4
  • 5258476 update ICU data from 75.1 to 76.1
  • 4770ebd Merge branch '6.4' into 7.1
  • 4e852ff Merge branch '5.4' into 6.4
  • d747633 skip tests requiring the intl extension if it's not installed
  • e9fbfa4 do not access typed property before initialization
  • See full diff in compare view

Updates symfony/mime from 7.1.6 to 7.2.0

Release notes

Sourced from symfony/mime's releases.

v7.2.0

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

  • no significant changes

v7.2.0-RC1

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

  • no significant changes

v7.2.0-BETA2

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

v7.2.0-BETA1

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

Commits
  • cc84a4b chore: fix some typos
  • f31946d [Mime] Update mime types
  • c73ca0f [Mime] Don't require passig the encoder name to TextPart
  • e57faea Merge branch '7.1' into 7.2
  • ee8c613 feature #58361 [Mailer][Mime] Support unicode email addresses (arnt, OskarStark)
  • fb61771 Merge branch '7.1' into 7.2
  • 6a53da3 Code style conformance and dependency updates.
  • 0663b67 Resolve code review comments from stof and oska
  • 9e0e106 Update src/Symfony/Component/Mime/Address.php
  • e6bf54b Add new accessors to help determine whether to use the SMTPUTF8 extension
  • 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

Bumps the dependencies group with 40 updates:

| Package | From | To |
| --- | --- | --- |
| [twig/twig](https://github.com/twigphp/Twig) | `3.14.1` | `3.16.0` |
| [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.13.0` | `3.16.0` |
| [api-platform/core](https://github.com/api-platform/core) | `4.0.6` | `4.0.10` |
| [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) | `5.0.1` | `5.1.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.13.5` | `4.18.0` |
| [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.4.1` | `5.6.0` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.13.0` | `2.13.1` |
| [symfony/lock](https://github.com/symfony/lock) | `7.1.6` | `7.2.0` |
| [symfony/form](https://github.com/symfony/form) | `7.1.6` | `7.2.0` |
| [symfony/intl](https://github.com/symfony/intl) | `7.1.6` | `7.1.8` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.6` | `7.2.0` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.6` | `7.2.0` |
| [symfony/cache](https://github.com/symfony/cache) | `7.1.6` | `7.1.9` |
| [symfony/asset](https://github.com/symfony/asset) | `7.1.6` | `7.2.0` |
| [symfony/finder](https://github.com/symfony/finder) | `7.1.6` | `7.2.0` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.6` | `7.2.0` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.1.6` | `7.2.0` |
| [symfony/string](https://github.com/symfony/string) | `7.1.8` | `7.2.0` |
| [symfony/process](https://github.com/symfony/process) | `7.1.7` | `7.2.0` |
| [symfony/console](https://github.com/symfony/console) | `7.1.6` | `7.1.8` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.7` | `7.2.0` |
| [symfony/web-link](https://github.com/symfony/web-link) | `7.1.6` | `7.2.0` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.6` | `7.1.9` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.6` | `7.1.9` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.1.6` | `7.2.0` |
| [symfony/translation](https://github.com/symfony/translation) | `7.1.6` | `7.2.0` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.1.6` | `7.2.0` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.8` | `7.2.0` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.1.6` | `7.2.0` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.1.6` | `7.2.0` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.1.6` | `7.2.0` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.1.8` | `7.1.9` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.6` | `7.2.0` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.1.6` | `7.2.0` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.6` | `7.2.0` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.1.6` | `7.2.0` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.1.6` | `7.2.0` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.6` | `7.2.0` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.10.3` | `3.11.1` |
| [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `3.6.1` | `3.7.0` |


Updates `twig/twig` from 3.14.1 to 3.16.0
- [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG)
- [Commits](twigphp/Twig@v3.14.1...v3.16.0)

Updates `twig/extra-bundle` from 3.13.0 to 3.16.0
- [Commits](twigphp/twig-extra-bundle@v3.13.0...v3.16.0)

Updates `api-platform/core` from 4.0.6 to 4.0.10
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v4.0.6...v4.0.10)

Updates `sentry/sentry-symfony` from 5.0.1 to 5.1.0
- [Release notes](https://github.com/getsentry/sentry-symfony/releases)
- [Changelog](https://github.com/getsentry/sentry-symfony/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-symfony@5.0.1...5.1.0)

Updates `easycorp/easyadmin-bundle` from 4.13.5 to 4.18.0
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.13.5...v4.18.0)

Updates `phpdocumentor/reflection-docblock` from 5.4.1 to 5.6.0
- [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases)
- [Commits](phpDocumentor/ReflectionDocBlock@5.4.1...5.6.0)

Updates `doctrine/doctrine-bundle` from 2.13.0 to 2.13.1
- [Release notes](https://github.com/doctrine/DoctrineBundle/releases)
- [Commits](doctrine/DoctrineBundle@2.13.0...2.13.1)

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

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

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

Updates `symfony/mime` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.2/CHANGELOG.md)
- [Commits](symfony/mime@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 `symfony/cache` from 7.1.6 to 7.1.9
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.2/CHANGELOG.md)
- [Commits](symfony/cache@v7.1.6...v7.1.9)

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

Updates `symfony/finder` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.2/CHANGELOG.md)
- [Commits](symfony/finder@v7.1.6...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/mailer` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.2/CHANGELOG.md)
- [Commits](symfony/mailer@v7.1.6...v7.2.0)

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

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

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

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/web-link` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/web-link/releases)
- [Changelog](https://github.com/symfony/web-link/blob/7.2/CHANGELOG.md)
- [Commits](symfony/web-link@v7.1.6...v7.2.0)

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

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

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

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

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

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

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

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

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

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

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/security-bundle` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.2/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.1.6...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/expression-language` from 7.1.6 to 7.2.0
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.2/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.1.6...v7.2.0)

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/phpunit-bridge` from 7.1.6 to 7.2.0
- [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.6...v7.2.0)

Updates `squizlabs/php_codesniffer` from 3.10.3 to 3.11.1
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.10.3...3.11.1)

Updates `doctrine/doctrine-fixtures-bundle` from 3.6.1 to 3.7.0
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Commits](doctrine/DoctrineFixturesBundle@3.6.1...3.7.0)

---
updated-dependencies:
- dependency-name: twig/twig
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twig/extra-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpdocumentor/reflection-docblock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/lock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/form
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/intl
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/asset
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/finder
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/string
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/process
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/filesystem
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/http-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/rate-limiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/property-info
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/property-access
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-fixtures-bundle
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

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 1, 2024
@github-actions github-actions bot merged commit 0379bbd into master Dec 1, 2024
6 of 9 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-124890c34d branch December 1, 2024 02:56
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