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 22 updates #231

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 22 updates:

Package From To
api-platform/core 3.2.10 3.2.12
phpstan/phpdoc-parser 1.24.5 1.25.0
sentry/sentry-symfony 4.13.1 4.13.2
easycorp/easyadmin-bundle 4.8.7 4.8.12
symfony/flex 2.4.2 2.4.3
symfony/lock 7.0.2 7.0.3
symfony/yaml 7.0.0 7.0.3
symfony/dotenv 7.0.2 7.0.3
symfony/mailer 7.0.2 7.0.3
symfony/process 7.0.2 7.0.3
symfony/runtime 7.0.0 7.0.3
symfony/browser-kit 7.0.0 7.0.3
symfony/css-selector 7.0.0 7.0.3
symfony/rate-limiter 7.0.2 7.0.3
symfony/expression-language 7.0.2 7.0.3
phpstan/phpstan 1.10.50 1.10.57
symfony/debug-bundle 7.0.0 7.0.3
symfony/phpunit-bridge 7.0.2 7.0.3
phpstan/phpstan-symfony 1.3.6 1.3.7
phpstan/phpstan-doctrine 1.3.53 1.3.59
squizlabs/php_codesniffer 3.8.0 3.8.1
symfony/web-profiler-bundle 7.0.2 7.0.3

Updates api-platform/core from 3.2.10 to 3.2.12

Release notes

Sourced from api-platform/core's releases.

v3.2.12

What's Changed

New Contributors

Full Changelog: api-platform/core@v3.2.11...v3.2.12

MongoDB ODM is now compatible with Symfony 7.

v3.2.11

What's Changed

For OpenAPI 3.0, the spec_version=3.0.0 query parameter will force OpenAPI to the 3.0 version. This option is also available through the command line.

Full Changelog: api-platform/core@v3.2.10...v3.2.11

Changelog

Sourced from api-platform/core's changelog.

v3.2.12

Bug fixes

  • 1c1023a71 fix: better generics support for State\ProcessorInterface (#6103)
  • dcab6c79e fix(jsonschema): keep integer and number properties draft 4 compliant (#6098)
  • ef4b261f1 fix(graphql): remove count query if paginationInfo is not requested (#6068)

v3.2.11

Bug fixes

  • 5de077e7d fix(symfony): use Type constraint violation code instead of exception code (#6064)
  • 804da1be7 fix(openapi): compatibility with OpenAPI 3.0 (#6065)
  • cd01e043a fix(symfony): handle empty content-type as set by Symfony (#6078)
  • d3484b0f1 fix(serializer): integrate root_resource_class to cache key (#6073)

For OpenAPI 3.0, the spec_version=3.0.0 query parameter will force OpenAPI to the 3.0 version. This option is also available through the command line.

Commits
  • ac8031e docs: changelog v3.2.12
  • 4b6455b ci: skip Symfony component on 3.2
  • ef4b261 fix(graphql): remove count query if paginationInfo is not requested (#6068)
  • ee1e4ee ci: windows mongodb extension (#6111)
  • 37bf924 style: wrong casing constant
  • dcab6c7 fix(jsonschema): keep integer and number properties draft 4 compliant (#6098)
  • a96220c ci: merge components coverage (#6108)
  • 6120b12 chore: subtree token checkout
  • 5cf2b8b Merge 3.1
  • 1c1023a fix: better generics support for State\ProcessorInterface (#6103)
  • Additional commits viewable in compare view

Updates phpstan/phpdoc-parser from 1.24.5 to 1.25.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.25.0

  • bd84b62 - Added support for @phpstan-require-extends and @phpstan-require-implements PHPDoc tags
  • 77db537 - Update apiref.yml
  • f6c9b60 - Revert "Update apiref.yml"
  • 23d5464 - Update apiref.yml
Commits
  • bd84b62 Added support for @phpstan-require-extends and `@phpstan-require-implements...
  • 77db537 Update apiref.yml
  • f6c9b60 Revert "Update apiref.yml"
  • 23d5464 Update apiref.yml
  • See full diff in compare view

Updates sentry/sentry-symfony from 4.13.1 to 4.13.2

Release notes

Sourced from sentry/sentry-symfony's releases.

4.13.2

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.13.2.

Bug Fixes

Changelog

Sourced from sentry/sentry-symfony's changelog.

4.13.2

The Sentry SDK team is happy to announce the immediate availability of Sentry Symfony SDK v4.13.2.

Bug Fixes

Commits

Updates easycorp/easyadmin-bundle from 4.8.7 to 4.8.12

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.8.12

New features

[69a5127e] Allow setting sort field for *-to-one associations (@​chapterjason) [d6292e0b] Allow to add AssetMapper entries in dashboards and CRUDs (@​javiereguiluz)

Bug fixes

[5d80405e] Fix the design of form collections (@​javiereguiluz) [b736249b] Fix an issue related to the translation of country names (@​javiereguiluz)

4.8.11

Admin URLs will no longer include the referrer parameter, so they will be much shorter. The referrer is now determined automatically based on the context information.

New features

[45dc47c6] Remove referrer parameter from admin URLs (@​javiereguiluz)

Bug fixes

[2b529796] Update Czech translation (@​dfridrich) [4a080891] Remove unnecessary true comparison on is_string() (@​alexislefebvre) [79d11ddf] Fix failing sort test (@​chapterjason) [1ca81432] Fix filter on MoneyField to consider if values are stored as cents (@​mhbailly)

4.8.10

New features

[44174893] Allow user to add custom HTML attributes to menu items (@​KDederichs)

Bug fixes

[521d91f3] Prevent code from throwing exception when parse_url() returns false (@​nopenopenope) [a7cb7fff] Hide paginator if not needed (@​zorn-v) [7e698c6f] Improve the preview of code editor fields in index page (@​andersonamuller) [127436e4] Fix XSS in the JavaScript code of autocomplete (@​simoheinonen)

4.8.9

Bug fixes

[44b9953d] Fix a variable in the form theme (@​vlad-ghita) [11e8cfe8] Fix enum choices label override (@​b1rdex) [2e5bc78c] Update Portuguese translation (@​psihius) [53ad149e] Misc. doc fixes (@​ThomasLandauer)

4.8.8

New features

[43718147] Provide DDEV dev environment (@​a-r-m-i-n)

... (truncated)

Commits
  • dff28b5 Prepare 4.8.12 release
  • b736249 bug #6121 Fix an issue related to the translation of country names (javieregu...
  • d6292e0 feature #6120 Allow to add AssetMapper entries in dashboards and CRUDs (javie...
  • 4488525 Allow to add AssetMapper entries in dashboards and CRUDs
  • 03150db Fix an issue related to the translation of country names
  • 5d80405 bug #6119 Fix the design of form collections (javiereguiluz)
  • 0650a4a Fix the design of form collections
  • 766f8c4 Add docs
  • 69a5127 feature #6112 Allow setting sort field for *-to-one associations (chapterjason)
  • 25960cc Bump development version
  • Additional commits viewable in compare view

Updates symfony/flex from 2.4.2 to 2.4.3

Commits

Updates symfony/lock from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/lock's releases.

v7.0.3

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

Commits
  • e184c65 Merge branch '6.4' into 7.0
  • 1cabf3c Merge branch '6.3' into 6.4
  • 2de81b4 Fix bad merge
  • d585f0a Merge branch '5.4' into 6.3
  • b8b0d5b Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 6be9cb3 Merge branch '6.4' into 7.0
  • 4e00f84 Merge branch '6.3' into 6.4
  • 862d54a Merge branch '5.4' into 6.3
  • 1ab4253 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] ...
  • See full diff in compare view

Updates symfony/yaml from 7.0.0 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
Commits
  • 2d4fca6 Merge branch '6.4' into 7.0
  • d757159 Merge branch '6.3' into 6.4
  • 8ab9bb6 Merge branch '5.4' into 6.3
  • e78db7f Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/dotenv from 7.0.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
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
  • See full diff in compare view

Updates symfony/mailer from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/mailer's releases.

v7.0.3

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

Commits
  • 2f71c0f Merge branch '6.4' into 7.0
  • 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
  • 9cef762 Merge branch '6.4' into 7.0
  • 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
  • 10a3980 Merge branch '6.4' into 7.0
  • Additional commits viewable in compare view

Updates symfony/process from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/process's releases.

v7.0.3

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

Commits
  • 937a195 Merge branch '6.4' into 7.0
  • 31642b0 Merge branch '6.3' into 6.4
  • 6c5eceb Merge branch '5.4' into 6.3
  • cbc28e3 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • c9920b0 Merge branch '6.4' into 7.0
  • d33b31f Merge branch '6.3' into 6.4
  • a7b4baa Merge branch '5.4' into 6.3
  • 31ce4a4 Merge branch '6.4' into 7.0
  • 987e740 Merge branch '6.3' into 6.4
  • 8941334 Merge branch '5.4' into 6.3
  • Additional commits viewable in compare view

Updates symfony/runtime from 7.0.0 to 7.0.3

Release notes

Sourced from symfony/runtime's releases.

v7.0.3

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

  • no significant changes
Commits
  • ef2c2fd Merge branch '6.4' into 7.0
  • 5682281 Merge branch '6.3' into 6.4
  • a8d2b8f Merge branch '5.4' into 6.3
  • a32a623 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 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/css-selector from 7.0.0 to 7.0.3

Release notes

Sourced from symfony/css-selector's releases.

v7.0.3

Changelog (symfony/css-selector@v7.0.2...v7.0.3)

  • no significant changes
Commits
  • ec60a4e Merge branch '6.4' into 7.0
  • ee0f7ed Merge branch '6.3' into 6.4
  • 7bb2f44 Merge branch '5.4' into 6.3
  • 9e615d3 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/rate-limiter from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/rate-limiter's releases.

v7.0.3

Changelog (symfony/rate-limiter@v7.0.2...v7.0.3)

  • no significant changes
Commits
  • 05ac83c Merge branch '6.4' into 7.0
  • 5b8689f Merge branch '6.3' into 6.4
  • 6ba61d2 Merge branch '5.4' into 6.3
  • 9bd24ef Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/expression-language from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/expression-language's releases.

v7.0.3

Changelog (symfony/expression-language@v7.0.2...v7.0.3)

  • no significant changes
Commits
  • 0877c59 Merge branch '6.4' into 7.0
  • b4a4ae3 Merge branch '6.3' into 6.4
  • 89f6dc6 Merge branch '5.4' into 6.3
  • d59441c Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates phpstan/phpstan from 1.10.50 to 1.10.57

Release notes

Sourced from phpstan/phpstan's releases.

1.10.57

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

1.10.56

Major new feature 🚀

... (truncated)

Commits
  • 1627b1d PHPStan 1.10.57
  • 11268e5 Updated PHPStan to commit 11268e5eebb2b147007fdc4902d91a3418175594
  • 4d5bf20 Updated PHPStan to commit 4d5bf2049c124fb7cfbb2caa1f1ab32f2e2e8eb4
  • a21253e Update rector-src
  • fea5b69 Update bladestan
  • 7c75d21 Updated PHPStan to commit 7c75d210cfb3459e7e4f53b0a58d5ead7bdb8c96
  • 8f82b79 Updated PHPStan to commit 8f82b799c5e65424d85a79ffdc60b3ea14d95731
  • 6363932 Updated PHPStan to commit 6363932c56678f5d49a960f65b09fb2c11cd7dd3
  • b60d12c Updated PHPStan to commit b60d12cb8bbe9c7a9ee317ea998ae386836b75ba
  • 4e1bfac Updated PHPStan to commit 4e1bfacafb0cd4a4dd89946d211205fb0ba9cef5
  • Additional commits viewable in compare view

Updates symfony/debug-bundle from 7.0.0 to 7.0.3

Release notes

Sourced from symfony/debug-bundle's releases.

v7.0.3

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

  • no significant changes
Commits
  • b0db5c4 Merge branch '6.4' into 7.0
  • 425c776 Merge branch '6.3' into 6.4
  • a7c57ae Merge branch '5.4' into 6.3
  • dfecbdb Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/phpunit-bridge from 7.0.2 to 7.0.3

Release notes

Sourced from symfony/phpunit-bridge's releases.

v7.0.3

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

  • no significant changes
Commits
  • 0a2eeb0 Merge branch '6.4' into 7.0
  • d49b4f6 Merge branch '6.3' into 6.4
  • 9e48044 Merge branch '5.4' into 6.3
  • 2a02160 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates phpstan/phpstan-symfony from 1.3.6 to 1.3.7

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.3.7

  • ef7db63 - Infer type for builder getData
Commits

Updates phpstan/phpstan-doctrine from 1.3.53 to 1.3.59

Release notes

Sourced from phpstan/phpstan-doctrine's releases.

1.3.59

  • 9534fcd - OtherMethodQueryBuilderParser: recursion prevention

1.3.58

  • 03b7d3f - OtherMethodQueryBuilderParser: improve cache key
  • 2ca2c7a - Do not parse the same method multiple times
  • df6560f - Revert "Revert "Infer QueryBuilderType for any method returning QueryBuilder""
  • 145a9f4 - Revert "Handle all hydration mode in QueryResultDynamicReturnTypeExtension"
  • 95523ef - Handle all hydration mode in QueryResultDynamicReturnTypeExtension

1.3.57

  • b3e7d2d - Revert "Infer QueryBuilderType for any method returning QueryBuilder"

1.3.56

  • 0edf5b0 - ArgumentsProcessor - allow only mapped classes

1.3.55

  • 08b193c - No failure when MappingException occurs
  • 7604bc1 - Support class-string in ->from
  • 4547795 - Test projects

1.3.54

  • f9555a2 - Fix JSON column type coming from DQL
  • a9d0aaf - Infer QueryBuilderType for any method returning QueryBuilder
  • 95959dc - Bump Doctrine ORM
  • fc5a694 - Bump PHPStan version
  • 6fbf5ef - Query: add test for some method calls
  • 9123dc5 - Add doctrineTypeDescriptorRegistry service
  • a54c92b - Introduce DescriptorRegistry interface
  • de3d49a - Rename DescriptorRegistry to DefaultDescriptorRegistry
  • ba2a588 - CI: run also PHP 8.3
Commits
  • 9534fcd OtherMethodQueryBuilderParser: recursion prevention
  • 03b7d3f OtherMethodQueryBuilderParser: improve cache key
  • 2ca2c7a Do not parse the same method multiple times
  • df6560f Revert "Revert "Infer QueryBuilderType for any method returning QueryBuilder""
  • 145a9f4 Revert "Handle all hydration mode in QueryResultDynamicReturnTypeExtension"
  • 95523ef Handle all hydration mode in QueryResultDynamicReturnTypeExtension
  • b3e7d2d Revert "Infer QueryBuilderType for any method returning QueryBuilder"
  • 0edf5b0 ArgumentsProcessor - allow only mapped classes
  • 08b193c No failure when MappingException occurs
  • 7604bc1 Support class-string<T> in ->from
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.8.0 to 3.8.1

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.8.1 - 2024-01-11

Added

  • Documentation has been added for the following sniffs:
    • Generic.CodeAnalysis.EmptyPHPStatement
    • Generic.Formatting.SpaceBeforeCast
    • Generic.PHP.Syntax
    • Generic.WhiteSpace.LanguageConstructSpacing
    • PSR12.Classes.ClosingBrace
    • PSR12.Classes.OpeningBraceSpace
    • PSR12.ControlStructures.BooleanOperatorPlacement
    • PSR12.Files.OpenTag
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] and [Denis Žoljom][@​dingo-d] for the patches

Changed

  • GitHub releases will now always only contain unversioned versions of the release assets (PHARS + asc files). See #205 for context.
    • Thanks to [Shivam Mathur][@​shivammathur] for opening a discussion about this
  • Various housekeeping, includes improvements to the tests and documentation

Fixed

  • Fixed bug #124 : Report Full : avoid unnecessarily wrapping lines when -s is used
  • Fixed bug #124 : Report Full : fix incorrect bolding of pipes when -s is used and messages wraps
  • Fixed bug #150 : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #154 : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #178 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations
    • Thanks to [Ferdinand Kuhl][@​fcool] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone true/false/null type declarations
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native parent, self or a namespace relative class name type declaration
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #226 : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice during live coding

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​anomiex, @​dingo-d, @​fcool, @​lucc, @​rodrigoprimo

Statistics

Closed: 4 issues Merged: 63 pull requests

If you like what you see, please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.8.1] - 2024-01-11

Added

  • Documentation has been added for the following sniffs:
    • Generic.CodeAnalysis.EmptyPHPStatement
    • Generic.Formatting.SpaceBeforeCast
    • Generic.PHP.Syntax
    • Generic.WhiteSpace.LanguageConstructSpacing
    • PSR12.Classes.ClosingBrace
    • PSR12.Classes.OpeningBraceSpace
    • PSR12.ControlStructures.BooleanOperatorPlacement
    • PSR12.Files.OpenTag
    • Thanks to [Rodrigo Primo][@​rodrigoprimo] and [Denis Žoljom][@​dingo-d] for the patches

Changed

  • GitHub releases will now always only contain unversioned release assets (PHARS + asc files) (same as it previously was in the squizlabs repo). See #205 for context.
    • Thanks to [Shivam Mathur][@​shivammathur] for opening a discussion about this
  • Various housekeeping, includes improvements to the tests and documentation

Fixed

  • Fixed bug #124 : Report Full : avoid unnecessarily wrapping lines when -s is used
  • Fixed bug #124 : Report Full : fix incorrect bolding of pipes when -s is used and messages wraps
  • Fixed bug #150 : Squiz.WhiteSpace.KeywordSpacing : prevent a PHP notice when run during live coding
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #154 : Report Full : delimiter line calculation could go wonky on wide screens when a report contains multi-line messages
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #178 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native union/intersection type declarations
    • Thanks to [Ferdinand Kuhl][@​fcool] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP 8.2+ stand-alone true/false/null type declarations
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #211 : Squiz.Commenting.VariableComment : docblocks were incorrectly being flagged as missing when a property declaration used PHP native parent, self or a namespace relative class name type declaration
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #226 : Generic.CodeAnalysis.ForLoopShouldBeWhileLoop : prevent a potential PHP 8.3 deprecation notice during live coding

Bumps the dependencies group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| [api-platform/core](https://github.com/api-platform/core) | `3.2.10` | `3.2.12` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.24.5` | `1.25.0` |
| [sentry/sentry-symfony](https://github.com/getsentry/sentry-symfony) | `4.13.1` | `4.13.2` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.8.7` | `4.8.12` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.2` | `2.4.3` |
| [symfony/lock](https://github.com/symfony/lock) | `7.0.2` | `7.0.3` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.0.0` | `7.0.3` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.0.2` | `7.0.3` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.0.2` | `7.0.3` |
| [symfony/process](https://github.com/symfony/process) | `7.0.2` | `7.0.3` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.0.0` | `7.0.3` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.0.0` | `7.0.3` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.0.0` | `7.0.3` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.0.2` | `7.0.3` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.0.2` | `7.0.3` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.50` | `1.10.57` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.0.0` | `7.0.3` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.0.2` | `7.0.3` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.6` | `1.3.7` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.3.53` | `1.3.59` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.8.0` | `3.8.1` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.0.2` | `7.0.3` |


Updates `api-platform/core` from 3.2.10 to 3.2.12
- [Release notes](https://github.com/api-platform/core/releases)
- [Changelog](https://github.com/api-platform/core/blob/main/CHANGELOG.md)
- [Commits](api-platform/core@v3.2.10...v3.2.12)

Updates `phpstan/phpdoc-parser` from 1.24.5 to 1.25.0
- [Release notes](https://github.com/phpstan/phpdoc-parser/releases)
- [Commits](phpstan/phpdoc-parser@1.24.5...1.25.0)

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

Updates `easycorp/easyadmin-bundle` from 4.8.7 to 4.8.12
- [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases)
- [Commits](EasyCorp/EasyAdminBundle@v4.8.7...v4.8.12)

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

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

Updates `symfony/yaml` from 7.0.0 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@v7.0.0...v7.0.3)

Updates `symfony/dotenv` from 7.0.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@v7.0.2...v7.0.3)

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

Updates `symfony/process` from 7.0.2 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@v7.0.2...v7.0.3)

Updates `symfony/runtime` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.0/CHANGELOG.md)
- [Commits](symfony/runtime@v7.0.0...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/css-selector` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/symfony/css-selector/releases)
- [Changelog](https://github.com/symfony/css-selector/blob/7.0/CHANGELOG.md)
- [Commits](symfony/css-selector@v7.0.0...v7.0.3)

Updates `symfony/rate-limiter` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/symfony/rate-limiter/releases)
- [Changelog](https://github.com/symfony/rate-limiter/blob/7.0/CHANGELOG.md)
- [Commits](symfony/rate-limiter@v7.0.2...v7.0.3)

Updates `symfony/expression-language` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.0/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.0.2...v7.0.3)

Updates `phpstan/phpstan` from 1.10.50 to 1.10.57
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.11.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.10.50...1.10.57)

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

Updates `symfony/phpunit-bridge` from 7.0.2 to 7.0.3
- [Release notes](https://github.com/symfony/phpunit-bridge/releases)
- [Changelog](https://github.com/symfony/phpunit-bridge/blob/6.3/CHANGELOG.md)
- [Commits](symfony/phpunit-bridge@v7.0.2...v7.0.3)

Updates `phpstan/phpstan-symfony` from 1.3.6 to 1.3.7
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.6...1.3.7)

Updates `phpstan/phpstan-doctrine` from 1.3.53 to 1.3.59
- [Release notes](https://github.com/phpstan/phpstan-doctrine/releases)
- [Commits](phpstan/phpstan-doctrine@1.3.53...1.3.59)

Updates `squizlabs/php_codesniffer` from 3.8.0 to 3.8.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.8.0...3.8.1)

Updates `symfony/web-profiler-bundle` from 7.0.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@v7.0.2...v7.0.3)

---
updated-dependencies:
- dependency-name: api-platform/core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpdoc-parser
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry/sentry-symfony
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/flex
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/mailer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/process
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/browser-kit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/css-selector
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/rate-limiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/expression-language
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/debug-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/phpunit-bridge
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan-doctrine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/web-profiler-bundle
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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 Feb 1, 2024
@github-actions github-actions bot merged commit 4def5ad into master Feb 1, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-47d52b66dc branch February 1, 2024 02:27
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