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 42 updates #261

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the dependencies group with 42 updates:

Package From To
api-platform/core 4.0.2 4.0.6
phpstan/phpdoc-parser 1.32.0 1.33.0
easycorp/easyadmin-bundle 4.12.0 4.13.5
knpuniversity/oauth2-client-bundle 2.18.2 2.18.3
doctrine/doctrine-bundle 2.12.1 2.13.0
symfony/flex 2.4.6 2.4.7
symfony/lock 7.1.1 7.1.6
symfony/form 7.1.5 7.1.6
symfony/intl 7.1.5 7.1.6
symfony/mime 7.1.5 7.1.6
symfony/yaml 7.1.5 7.1.6
symfony/cache 7.1.5 7.1.6
symfony/asset 7.1.1 7.1.6
symfony/finder 7.1.4 7.1.6
symfony/dotenv 7.1.5 7.1.6
symfony/mailer 7.1.5 7.1.6
symfony/string 7.1.5 7.1.6
symfony/process 7.1.5 7.1.6
symfony/console 7.1.5 7.1.6
symfony/runtime 7.1.1 7.1.6
symfony/web-link 7.1.1 7.1.6
symfony/validator 7.1.5 7.1.6
symfony/serializer 7.1.5 7.1.6
symfony/filesystem 7.1.5 7.1.6
symfony/translation 7.1.5 7.1.6
symfony/twig-bundle 7.1.5 7.1.6
symfony/http-client 7.1.5 7.1.6
symfony/browser-kit 7.1.1 7.1.6
symfony/css-selector 7.1.1 7.1.6
symfony/rate-limiter 7.1.1 7.1.6
symfony/property-info 7.1.3 7.1.6
symfony/property-access 7.1.4 7.1.6
symfony/security-bundle 7.1.4 7.1.6
symfony/framework-bundle 7.1.5 7.1.6
symfony/expression-language 7.1.4 7.1.6
symfony/webpack-encore-bundle 2.1.1 2.2.0
phpstan/phpstan 1.12.5 1.12.7
symfony/debug-bundle 7.1.1 7.1.6
symfony/phpunit-bridge 7.1.4 7.1.6
phpstan/phpstan-symfony 1.4.10 1.4.11
phpstan/phpstan-doctrine 1.5.3 1.5.5
symfony/web-profiler-bundle 7.1.4 7.1.6

Updates api-platform/core from 4.0.2 to 4.0.6

Release notes

Sourced from api-platform/core's releases.

v4.0.6

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.5...v4.0.6

v4.0.5

What's Changed

New Contributors

Full Changelog: api-platform/core@v4.0.4...v4.0.5

v4.0.4

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from api-platform/core's changelog.

v4.0.6

Bug fixes

Features

v4.0.5

Bug fixes

  • 4171d5f9c fix(graphql): register query parameter arguments with filters (#6726)
  • 48ab53816 fix(laravel): make command writes to app instead of src (#6723)

Features

v4.0.4

Bug fixes

Features

  • 5aa799321 feat(laravel): command to generate state providers/processors (#6708)

v4.0.3

Bug fixes

  • 025f63e69 fix(laravel): route registration of EntrypointController should be last (#6667)
  • 2b4937a3e fix(laravel): eloquent accessors (#6668)
  • 4312a1f55 fix(metadata): register parameters on graphql operations
  • 6d4e24883 fix(laravel): hiding/showing relationships (#6679)
  • 85306f2f5 fix(laravel): swagger ui authentication (#6661)
  • a6e37068e fix(laravel): use Model::qualifyColumn instead of hardcoding $table.$column (#6658)
  • b0d5a2ade fix(laravel): register global middleware to secure non-rest routes
  • f9d96e546 fix(metadata): graphql can be disabled but with an existing operation

... (truncated)

Commits

Updates phpstan/phpdoc-parser from 1.32.0 to 1.33.0

Release notes

Sourced from phpstan/phpdoc-parser's releases.

1.33.0

  • 82a311f - Support for non-empty-array and non-empty-list array shape kind
Commits
  • 82a311f Support for non-empty-array and non-empty-list array shape kind
  • See full diff in compare view

Updates easycorp/easyadmin-bundle from 4.12.0 to 4.13.5

Release notes

Sourced from easycorp/easyadmin-bundle's releases.

4.13.5

Bug fixes

[f9d0d8eb] Fix entryToStringMethod when form_parent(form).vars.ea_vars is empty (Jean-Pascal Devierne)

4.13.4

New features

[0df11873] Allow to set HTML attributes in fields on index and detail pages, not only on form pages (@​KDederichs) [f907d7a3] Allow to customize the string representation of Collection field entries (@​roromix)

Bug fixes

[cfb73485] Replace unsafe guessClientExtension() method with guessExtension() (@​alshenetsky) [304ebb13] Fix for linking from Edit/Detail to Index pages (@​bytes-commerce) [f85f23db] Fix some Twig deprecations in the form theme (@​javiereguiluz) [82d49477] Check if button parameters are present when submitting forms (@​KDederichs) [beeb804e] Fix empty query term conditions (@​guillaume-sainthillier) [f9923f47] Prevent a crash when loading filters (@​pkly) [bdda0117] Misc doc fixes and improvements (@​FerJoTello)

4.13.3

Bug fixes

[70ee97e6] Fix highlight text color in select autocomplete results (@​javiereguiluz) [072b0233] Fix modal header layout issue due to Bootstrap 5.3.3 changes (@​tpatartmajeur) [659566c6] Fix ControllerResolver::getController return value check (@​fracsi)

4.13.2

Bug fixes

[bc2791ae] Add a missing web asset file for the code editor field (@​javiereguiluz)

4.13.1

Bug fixes

[63ae735d] Fix the check about the existence of the ea variable in Twig templates (@​fracsi)

4.13.0

This release contains an important bug fix contributed by Nicolas that allows EasyAdmin to run successfully with FrankenPHP, Swoole, etc.

New features

[c90cfb13] Make the "ea" global variable dynamic (@​nicolas-grekas) [4828f9da] Pass the entity FQCN to all action voters (@​javiereguiluz) [90a247bc] Add tests for PHP 8.4 (@​Chris53897)

Bug fixes

[c895eacf] Fix search with nested properties (@​tpatartmajeur)

... (truncated)

Commits
  • 7e3f69b Prepare 4.13.5 release
  • bfcad04 Revert an unneeded change
  • f9d0d8e bug #6488 Fix entryToStringMethod when form_parent(form).vars.ea_vars is empt...
  • a529718 Fix entryToStringMethod when form_parent(form).vars.ea_vars is empty
  • 3641167 Bump development version
  • 99df736 Prepare 4.13.4 release
  • f9923f4 bug #6212 Prevent a crash when loading filters (pkly)
  • f907d7a feature #6487 Allow to customize the string representation of Collection fiel...
  • aaa51f4 Fixes
  • 36163d8 Allow to customize the string representation of Collection field entries
  • Additional commits viewable in compare view

Updates knpuniversity/oauth2-client-bundle from 2.18.2 to 2.18.3

Release notes

Sourced from knpuniversity/oauth2-client-bundle's releases.

Allow external redirect URLs for better flexibility

What's Changed

New Contributors

Full Changelog: knpuniversity/oauth2-client-bundle@v2.18.2...v2.18.3

Commits
  • c38ca88 fix-external-url-handling (#452)
  • ca2048e minor #453 [ci] tag test as legacy due to deprecation notice
  • ffc61ae Revert "[ci] tag test as legacy due to deprecation notice"
  • 7763667 [ci] tag test as legacy due to deprecation notice
  • See full diff in compare view

Updates doctrine/doctrine-bundle from 2.12.1 to 2.13.0

Release notes

Sourced from doctrine/doctrine-bundle's releases.

2.13.0

Release Notes for 2.13.0

Feature release (minor)

2.13.0

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

Feature

Improvement

Commits
  • ca59d84 Merge pull request #1820 from doctrine/2.12.x-merge-up-into-2.13.x_od3vo4jA
  • 9926a4a Add support for configuring the identity generation preferences
  • 568affa Fully deprecate controller resolver auto mapping (#1804)
  • 1bbe59a Merge remote-tracking branch 'refs/remotes/origin/2.12.x' into 2.13.x
  • 794cb9e Merge pull request #1802 from jifer/typed-field-mapper-option
  • 7bbff25 typed_field_mapper - adding to tests;
  • 52e9338 typed_field_mapper - adding to tests;
  • 9d6e6bb Enable to set custom TypedFieldMapper;
  • 4bb9f20 Register the idle connection listener
  • See full diff in compare view

Updates symfony/flex from 2.4.6 to 2.4.7

Commits
  • 92f4fba Merge branch '1.x' into 2.x
  • bda5f86 bug #1029 Fix invalid version string "9999999.9999999" (nicolas-grekas)
  • 543443a Fix invalid version string "9999999.9999999"
  • aae706c feature #1028 Add DotenvConfigurator, for .env.etc files (nicolas-grekas)
  • 43b9ebf Add DotenvConfigurator, for .env.etc files
  • de73a3a CS fixes
  • See full diff in compare view

Updates symfony/lock from 7.1.1 to 7.1.6

Release notes

Sourced from symfony/lock's releases.

v7.1.6

Changelog (symfony/lock@v7.1.5...v7.1.6)

Commits
  • 1b89839 Merge branch '6.4' into 7.1
  • a69c3dd Ensure compatibility with ext-mongodb v2
  • 091a6ff Merge branch '6.4' into 7.1
  • eb91b6c Merge branch '5.4' into 6.4
  • 579b514 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/form from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/form's releases.

v7.1.6

Changelog (symfony/form@v7.1.5...v7.1.6)

Commits
  • 7a48dda Merge branch '6.4' into 7.1
  • 0fe17f9 Merge branch '5.4' into 6.4
  • d4cb9a2 [Form] Remove unnecessary imports
  • c1974a7 minor #58472 CS: clean some whitespaces/indentation (keradus)
  • 5771ce9 [Form] Support intl.use_exceptions/error_level in NumberToLocalizedStringTran...
  • 92e1f53 [DoctrineBridge] Fix risky test warnings
  • e88613a Merge branch '6.4' into 7.1
  • 5818e14 [TwigBridge] Remove VersionAwareTest from AbstractLayoutTestCase
  • 23e1b9d Merge branch '6.4' into 7.1
  • c581db3 Merge branch '5.4' into 6.4
  • Additional commits viewable in compare view

Updates symfony/intl from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/intl's releases.

v7.1.6

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

Commits
  • c65630c Merge branch '6.4' into 7.1
  • 6375b48 Merge branch '5.4' into 6.4
  • 57d5a5a minor #58472 CS: clean some whitespaces/indentation (keradus)
  • 4feb1d8 bug #58377 [Emoji] Update data to support emoji 16 (lyrixx)
  • 1175ffa Merge branch '6.4' into 7.1
  • 5129fa8 Merge branch '5.4' into 6.4
  • 9df47da Add PR template and auto-close PR on subtree split repositories
  • e9d15ed [Emoji] Update data to support emoji 16
  • See full diff in compare view

Updates symfony/mime from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/mime's releases.

v7.1.6

Changelog (symfony/mime@v7.1.5...v7.1.6)

Commits
  • caa1e52 Merge branch '6.4' into 7.1
  • 1de1cf1 Merge branch '5.4' into 6.4
  • 8c1b9b3 [Mime] fix encoding issue with UTF-8 addresses containing doubles spaces
  • be15a4d Merge branch '6.4' into 7.1
  • 108ffe3 Merge branch '5.4' into 6.4
  • 011f012 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/yaml from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/yaml's releases.

v7.1.6

Changelog (symfony/yaml@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 3ced3f2 Merge branch '6.4' into 7.1
  • e99b4e9 Merge branch '5.4' into 6.4
  • a454d47 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/cache from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/cache's releases.

v7.1.6

Changelog (symfony/cache@v7.1.5...v7.1.6)

Commits
  • 567ef6d Merge branch '6.4' into 7.1
  • 8079a30 Merge branch '5.4' into 6.4
  • 12b03e3 Revert "bug #58661 [Cache] Initialize RedisAdapter cursor to 0 (thomas-hiron)"
  • 94512ba Merge branch '6.4' into 7.1
  • 0188352 Merge branch '5.4' into 6.4
  • e135eb8 initialize RedisAdapter cursor to 0
  • c2b90da do not skip tests from data providers
  • 2002110 Merge branch '6.4' into 7.1
  • cf8b746 Merge branch '5.4' into 6.4
  • 6cf23ad drop existing schema if tests create it explicitly
  • Additional commits viewable in compare view

Updates symfony/asset from 7.1.1 to 7.1.6

Release notes

Sourced from symfony/asset's releases.

v7.1.6

Changelog (symfony/asset@v7.1.5...v7.1.6)

Commits
  • 0dcd514 Merge branch '6.4' into 7.1
  • 2466c17 Merge branch '5.4' into 6.4
  • b7a18ea Minor fixes around parse_url() checks
  • bd09c0e Merge branch '6.4' into 7.1
  • fe27fad Merge branch '5.4' into 6.4
  • 42a2674 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/finder from 7.1.4 to 7.1.6

Release notes

Sourced from symfony/finder's releases.

v7.1.6

Changelog (symfony/finder@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 2cb8966 Merge branch '6.4' into 7.1
  • daea9ec Merge branch '5.4' into 6.4
  • 6374178 do not use assertCount() with generators
  • 2a2f97f Merge branch '6.4' into 7.1
  • 573f1f8 Merge branch '5.4' into 6.4
  • 0412e29 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/dotenv from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/dotenv's releases.

v7.1.6

Changelog (symfony/dotenv@v7.1.5...v7.1.6)

Commits
  • 56a10f3 Merge branch '6.4' into 7.1
  • 436ae2d Merge branch '5.4' into 6.4
  • 4cb5f06 [Dotenv] Default value can be empty
  • eafe859 Merge branch '6.4' into 7.1
  • 85161b4 Merge branch '5.4' into 6.4
  • deac556 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/mailer from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/mailer's releases.

v7.1.6

Changelog (symfony/mailer@v7.1.5...v7.1.6)

Commits
  • 69c9948 Merge branch '6.4' into 7.1
  • c2f7e0d Merge branch '5.4' into 6.4
  • f732e1f Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/string from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/string's releases.

v7.1.6

Changelog (symfony/string@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 61b72d6 Merge branch '6.4' into 7.1
  • 38371c6 Merge branch '5.4' into 6.4
  • 7f6807a Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/process from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/process's releases.

v7.1.6

Changelog (symfony/process@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 6aaa189 Merge branch '6.4' into 7.1
  • 1f9f59b Merge branch '5.4' into 6.4
  • 95f3f19 Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/console from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/console's releases.

v7.1.6

Changelog (symfony/console@v7.1.5...v7.1.6)

Commits
  • bb5192a Merge branch '6.4' into 7.1
  • f793dd5 Merge branch '5.4' into 6.4
  • 108d436 minor #58472 CS: clean some whitespaces/indentation (keradus)
  • a978f01 Merge branch '6.4' into 7.1
  • 7f74336 Merge branch '5.4' into 6.4
  • ea89256 bug #58332 [Console] Suppress proc_open errors within `Terminal::readFromPr...
  • 6a0af2e Merge branch '6.4' into 7.1
  • 97987da Merge branch '5.4' into 6.4
  • 0deed11 minor #58355 Add PR template and auto-close PR on subtree split repositories ...
  • 31ed653 Add PR template and auto-close PR on subtree split repositories
  • Additional commits viewable in compare view

Updates symfony/runtime from 7.1.1 to 7.1.6

Release notes

Sourced from symfony/runtime's releases.

v7.1.6

Changelog (symfony/runtime@v7.1.5...v7.1.6)

Commits
  • 5f556dc Merge branch '6.4' into 7.1
  • 2c61a6c Merge branch '5.4' into 6.4
  • ae232b0 minor #58355 Add PR template and auto-close PR on subtree split repositories ...
  • ea38ad2 Add PR template and auto-close PR on subtree split repositories
  • 51477fd Merge branch '6.4' into 7.1
  • 7fa1bc6 Merge branch '5.4' into 6.4
  • ba1a6cb Tweak error/exception handler registration
  • 76be495 Merge branch '6.4' into 7.1
  • bfe32a1 [Runtime] Adapt test to support the --silent option introduced in Symfony 7.2
  • See full diff in compare view

Updates symfony/web-link from 7.1.1 to 7.1.6

Release notes

Sourced from symfony/web-link's releases.

v7.1.6

Changelog (symfony/web-link@v7.1.5...v7.1.6)

  • no significant changes
Commits
  • 383aa75 Merge branch '6.4' into 7.1
  • 4d188b6 Merge branch '5.4' into 6.4
  • 5b71bae Add PR template and auto-close PR on subtree split repositories
  • See full diff in compare view

Updates symfony/validator from 7.1.5 to 7.1.6

Release notes

Sourced from symfony/validator's releases.

v7.1.6

Changelog (symfony/validator@v7.1.5...v7.1.6)

Commits
  • 6c9fc7b Merge branch '6.4' into 7.1
  • 68e0bf4 Merge branch '5.4' into 6.4
  • 6efac0a fix translation file syntax
  • 6835ae9 minor #58534 Improve Validator & Security Turkish translations (Tugba Celebio...
  • 30c69c9 [Validator] [Choice] Fix callback option if not array returned
  • 370b937 Merge branch '6.4' into 7.1
  • cde18b6 Merge branch '5.4' into 6.4
  • 563408d Add missing translations for Turkish (tr)
  • d1e5be3 bug #58387 [Validator][CidrValidator] Fix error message for `OutOfRangeNetmas...
  • ad53851 [Validator][CidrValidator] Fix error message for Description has been truncated

Bumps the dependencies group with 42 updates:

| Package | From | To |
| --- | --- | --- |
| [api-platform/core](https://github.com/api-platform/core) | `4.0.2` | `4.0.6` |
| [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.32.0` | `1.33.0` |
| [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.12.0` | `4.13.5` |
| [knpuniversity/oauth2-client-bundle](https://github.com/knpuniversity/oauth2-client-bundle) | `2.18.2` | `2.18.3` |
| [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.12.1` | `2.13.0` |
| [symfony/flex](https://github.com/symfony/flex) | `2.4.6` | `2.4.7` |
| [symfony/lock](https://github.com/symfony/lock) | `7.1.1` | `7.1.6` |
| [symfony/form](https://github.com/symfony/form) | `7.1.5` | `7.1.6` |
| [symfony/intl](https://github.com/symfony/intl) | `7.1.5` | `7.1.6` |
| [symfony/mime](https://github.com/symfony/mime) | `7.1.5` | `7.1.6` |
| [symfony/yaml](https://github.com/symfony/yaml) | `7.1.5` | `7.1.6` |
| [symfony/cache](https://github.com/symfony/cache) | `7.1.5` | `7.1.6` |
| [symfony/asset](https://github.com/symfony/asset) | `7.1.1` | `7.1.6` |
| [symfony/finder](https://github.com/symfony/finder) | `7.1.4` | `7.1.6` |
| [symfony/dotenv](https://github.com/symfony/dotenv) | `7.1.5` | `7.1.6` |
| [symfony/mailer](https://github.com/symfony/mailer) | `7.1.5` | `7.1.6` |
| [symfony/string](https://github.com/symfony/string) | `7.1.5` | `7.1.6` |
| [symfony/process](https://github.com/symfony/process) | `7.1.5` | `7.1.6` |
| [symfony/console](https://github.com/symfony/console) | `7.1.5` | `7.1.6` |
| [symfony/runtime](https://github.com/symfony/runtime) | `7.1.1` | `7.1.6` |
| [symfony/web-link](https://github.com/symfony/web-link) | `7.1.1` | `7.1.6` |
| [symfony/validator](https://github.com/symfony/validator) | `7.1.5` | `7.1.6` |
| [symfony/serializer](https://github.com/symfony/serializer) | `7.1.5` | `7.1.6` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `7.1.5` | `7.1.6` |
| [symfony/translation](https://github.com/symfony/translation) | `7.1.5` | `7.1.6` |
| [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.1.5` | `7.1.6` |
| [symfony/http-client](https://github.com/symfony/http-client) | `7.1.5` | `7.1.6` |
| [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.1.1` | `7.1.6` |
| [symfony/css-selector](https://github.com/symfony/css-selector) | `7.1.1` | `7.1.6` |
| [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.1.1` | `7.1.6` |
| [symfony/property-info](https://github.com/symfony/property-info) | `7.1.3` | `7.1.6` |
| [symfony/property-access](https://github.com/symfony/property-access) | `7.1.4` | `7.1.6` |
| [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.1.4` | `7.1.6` |
| [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.1.5` | `7.1.6` |
| [symfony/expression-language](https://github.com/symfony/expression-language) | `7.1.4` | `7.1.6` |
| [symfony/webpack-encore-bundle](https://github.com/symfony/webpack-encore-bundle) | `2.1.1` | `2.2.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.12.5` | `1.12.7` |
| [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.1.1` | `7.1.6` |
| [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.1.4` | `7.1.6` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.4.10` | `1.4.11` |
| [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.5.3` | `1.5.5` |
| [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.1.4` | `7.1.6` |


Updates `api-platform/core` from 4.0.2 to 4.0.6
- [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.2...v4.0.6)

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

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

Updates `knpuniversity/oauth2-client-bundle` from 2.18.2 to 2.18.3
- [Release notes](https://github.com/knpuniversity/oauth2-client-bundle/releases)
- [Changelog](https://github.com/knpuniversity/oauth2-client-bundle/blob/main/CHANGELOG.md)
- [Commits](knpuniversity/oauth2-client-bundle@v2.18.2...v2.18.3)

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

Updates `symfony/flex` from 2.4.6 to 2.4.7
- [Release notes](https://github.com/symfony/flex/releases)
- [Commits](symfony/flex@v2.4.6...v2.4.7)

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

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

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

Updates `symfony/mime` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/mime/releases)
- [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mime@v7.1.5...v7.1.6)

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

Updates `symfony/cache` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/cache/releases)
- [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md)
- [Commits](symfony/cache@v7.1.5...v7.1.6)

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

Updates `symfony/finder` from 7.1.4 to 7.1.6
- [Release notes](https://github.com/symfony/finder/releases)
- [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md)
- [Commits](symfony/finder@v7.1.4...v7.1.6)

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

Updates `symfony/mailer` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/mailer/releases)
- [Changelog](https://github.com/symfony/mailer/blob/7.1/CHANGELOG.md)
- [Commits](symfony/mailer@v7.1.5...v7.1.6)

Updates `symfony/string` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/string/releases)
- [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md)
- [Commits](symfony/string@v7.1.5...v7.1.6)

Updates `symfony/process` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/process/releases)
- [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md)
- [Commits](symfony/process@v7.1.5...v7.1.6)

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

Updates `symfony/runtime` from 7.1.1 to 7.1.6
- [Release notes](https://github.com/symfony/runtime/releases)
- [Changelog](https://github.com/symfony/runtime/blob/7.1/CHANGELOG.md)
- [Commits](symfony/runtime@v7.1.1...v7.1.6)

Updates `symfony/web-link` from 7.1.1 to 7.1.6
- [Release notes](https://github.com/symfony/web-link/releases)
- [Changelog](https://github.com/symfony/web-link/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-link@v7.1.1...v7.1.6)

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

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

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

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

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

Updates `symfony/http-client` from 7.1.5 to 7.1.6
- [Release notes](https://github.com/symfony/http-client/releases)
- [Changelog](https://github.com/symfony/http-client/blob/7.1/CHANGELOG.md)
- [Commits](symfony/http-client@v7.1.5...v7.1.6)

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

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

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

Updates `symfony/property-info` from 7.1.3 to 7.1.6
- [Release notes](https://github.com/symfony/property-info/releases)
- [Changelog](https://github.com/symfony/property-info/blob/7.1/CHANGELOG.md)
- [Commits](symfony/property-info@v7.1.3...v7.1.6)

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

Updates `symfony/security-bundle` from 7.1.4 to 7.1.6
- [Release notes](https://github.com/symfony/security-bundle/releases)
- [Changelog](https://github.com/symfony/security-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/security-bundle@v7.1.4...v7.1.6)

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

Updates `symfony/expression-language` from 7.1.4 to 7.1.6
- [Release notes](https://github.com/symfony/expression-language/releases)
- [Changelog](https://github.com/symfony/expression-language/blob/7.1/CHANGELOG.md)
- [Commits](symfony/expression-language@v7.1.4...v7.1.6)

Updates `symfony/webpack-encore-bundle` from 2.1.1 to 2.2.0
- [Release notes](https://github.com/symfony/webpack-encore-bundle/releases)
- [Changelog](https://github.com/symfony/webpack-encore-bundle/blob/2.x/CHANGELOG.md)
- [Commits](symfony/webpack-encore-bundle@v2.1.1...v2.2.0)

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

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

Updates `symfony/phpunit-bridge` from 7.1.4 to 7.1.6
- [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.4...v7.1.6)

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

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

Updates `symfony/web-profiler-bundle` from 7.1.4 to 7.1.6
- [Release notes](https://github.com/symfony/web-profiler-bundle/releases)
- [Changelog](https://github.com/symfony/web-profiler-bundle/blob/7.1/CHANGELOG.md)
- [Commits](symfony/web-profiler-bundle@v7.1.4...v7.1.6)

---
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: easycorp/easyadmin-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: knpuniversity/oauth2-client-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: doctrine/doctrine-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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/form
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/yaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/finder
  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/string
  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/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-patch
  dependency-group: dependencies
- dependency-name: symfony/web-link
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-patch
  dependency-group: dependencies
- dependency-name: symfony/translation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/twig-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/http-client
  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/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-patch
  dependency-group: dependencies
- dependency-name: symfony/security-bundle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: symfony/framework-bundle
  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: symfony/webpack-encore-bundle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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: 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 Nov 1, 2024
@github-actions github-actions bot merged commit a9c3d0d into master Nov 1, 2024
8 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-76ce6159c0 branch November 1, 2024 02:28
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