Bump the dependencies group with 44 updates#245
Merged
github-actions[bot] merged 1 commit intomasterfrom Jun 1, 2024
Merged
Conversation
Bumps the dependencies group with 44 updates: | Package | From | To | | --- | --- | --- | | [twig/twig](https://github.com/twigphp/Twig) | `3.9.3` | `3.10.3` | | [twig/extra-bundle](https://github.com/twigphp/twig-extra-bundle) | `3.9.3` | `3.10.0` | | [api-platform/core](https://github.com/api-platform/core) | `3.3.0` | `3.3.5` | | [phpstan/phpdoc-parser](https://github.com/phpstan/phpdoc-parser) | `1.28.0` | `1.29.1` | | [easycorp/easyadmin-bundle](https://github.com/EasyCorp/EasyAdminBundle) | `4.10.0` | `4.10.2` | | [phpdocumentor/reflection-docblock](https://github.com/phpDocumentor/ReflectionDocBlock) | `5.4.0` | `5.4.1` | | [doctrine/doctrine-migrations-bundle](https://github.com/doctrine/DoctrineMigrationsBundle) | `3.3.0` | `3.3.1` | | [symfony/lock](https://github.com/symfony/lock) | `7.0.7` | `7.1.0` | | [symfony/form](https://github.com/symfony/form) | `7.0.7` | `7.1.0` | | [symfony/mime](https://github.com/symfony/mime) | `7.0.7` | `7.1.0` | | [symfony/yaml](https://github.com/symfony/yaml) | `7.0.7` | `7.1.0` | | [symfony/cache](https://github.com/symfony/cache) | `7.0.7` | `7.1.0` | | [symfony/asset](https://github.com/symfony/asset) | `7.0.7` | `7.1.0` | | [symfony/finder](https://github.com/symfony/finder) | `7.0.7` | `7.1.0` | | [symfony/dotenv](https://github.com/symfony/dotenv) | `7.0.7` | `7.1.0` | | [symfony/mailer](https://github.com/symfony/mailer) | `7.0.7` | `7.1.0` | | [symfony/string](https://github.com/symfony/string) | `7.0.7` | `7.1.0` | | [symfony/process](https://github.com/symfony/process) | `7.0.7` | `7.1.0` | | [symfony/console](https://github.com/symfony/console) | `7.0.7` | `7.1.0` | | [symfony/runtime](https://github.com/symfony/runtime) | `7.0.7` | `7.1.0` | | [symfony/web-link](https://github.com/symfony/web-link) | `7.0.7` | `7.1.0` | | [symfony/validator](https://github.com/symfony/validator) | `7.0.7` | `7.1.0` | | [symfony/serializer](https://github.com/symfony/serializer) | `7.0.7` | `7.1.0` | | [symfony/filesystem](https://github.com/symfony/filesystem) | `7.0.7` | `7.1.0` | | [symfony/translation](https://github.com/symfony/translation) | `7.0.7` | `7.1.0` | | [symfony/twig-bundle](https://github.com/symfony/twig-bundle) | `7.0.7` | `7.1.0` | | [symfony/http-client](https://github.com/symfony/http-client) | `7.0.7` | `7.1.0` | | [symfony/browser-kit](https://github.com/symfony/browser-kit) | `7.0.7` | `7.1.0` | | [symfony/css-selector](https://github.com/symfony/css-selector) | `7.0.7` | `7.1.0` | | [symfony/rate-limiter](https://github.com/symfony/rate-limiter) | `7.0.7` | `7.1.0` | | [symfony/property-info](https://github.com/symfony/property-info) | `7.0.7` | `7.1.0` | | [symfony/property-access](https://github.com/symfony/property-access) | `7.0.7` | `7.1.0` | | [symfony/security-bundle](https://github.com/symfony/security-bundle) | `7.0.7` | `7.1.0` | | [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.0.7` | `7.1.0` | | [symfony/expression-language](https://github.com/symfony/expression-language) | `7.0.7` | `7.1.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.67` | `1.11.3` | | [symfony/debug-bundle](https://github.com/symfony/debug-bundle) | `7.0.7` | `7.1.0` | | [symfony/maker-bundle](https://github.com/symfony/maker-bundle) | `1.59.0` | `1.59.1` | | [symfony/phpunit-bridge](https://github.com/symfony/phpunit-bridge) | `7.0.7` | `7.1.0` | | [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.12` | `1.4.3` | | [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) | `1.3.69` | `1.4.1` | | [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.9.2` | `3.10.1` | | [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.0.7` | `7.1.0` | | [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) | `3.5.1` | `3.6.1` | Updates `twig/twig` from 3.9.3 to 3.10.3 - [Changelog](https://github.com/twigphp/Twig/blob/3.x/CHANGELOG) - [Commits](twigphp/Twig@v3.9.3...v3.10.3) Updates `twig/extra-bundle` from 3.9.3 to 3.10.0 - [Commits](twigphp/twig-extra-bundle@v3.9.3...v3.10.0) Updates `api-platform/core` from 3.3.0 to 3.3.5 - [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.3.0...v3.3.5) Updates `phpstan/phpdoc-parser` from 1.28.0 to 1.29.1 - [Release notes](https://github.com/phpstan/phpdoc-parser/releases) - [Commits](phpstan/phpdoc-parser@1.28.0...1.29.1) Updates `easycorp/easyadmin-bundle` from 4.10.0 to 4.10.2 - [Release notes](https://github.com/EasyCorp/EasyAdminBundle/releases) - [Commits](EasyCorp/EasyAdminBundle@v4.10.0...v4.10.2) Updates `phpdocumentor/reflection-docblock` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/phpDocumentor/ReflectionDocBlock/releases) - [Commits](phpDocumentor/ReflectionDocBlock@5.4.0...5.4.1) Updates `doctrine/doctrine-migrations-bundle` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/doctrine/DoctrineMigrationsBundle/releases) - [Commits](doctrine/DoctrineMigrationsBundle@3.3.0...3.3.1) Updates `symfony/lock` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/lock/releases) - [Changelog](https://github.com/symfony/lock/blob/7.1/CHANGELOG.md) - [Commits](symfony/lock@v7.0.7...v7.1.0) Updates `symfony/form` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/form/releases) - [Changelog](https://github.com/symfony/form/blob/7.1/CHANGELOG.md) - [Commits](symfony/form@v7.0.7...v7.1.0) Updates `symfony/mime` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/mime/releases) - [Changelog](https://github.com/symfony/mime/blob/7.1/CHANGELOG.md) - [Commits](symfony/mime@v7.0.7...v7.1.0) Updates `symfony/yaml` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.1/CHANGELOG.md) - [Commits](symfony/yaml@v7.0.7...v7.1.0) Updates `symfony/cache` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/cache/releases) - [Changelog](https://github.com/symfony/cache/blob/7.1/CHANGELOG.md) - [Commits](symfony/cache@v7.0.7...v7.1.0) Updates `symfony/asset` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/asset/releases) - [Changelog](https://github.com/symfony/asset/blob/7.1/CHANGELOG.md) - [Commits](symfony/asset@v7.0.7...v7.1.0) Updates `symfony/finder` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/finder/releases) - [Changelog](https://github.com/symfony/finder/blob/7.1/CHANGELOG.md) - [Commits](symfony/finder@v7.0.7...v7.1.0) Updates `symfony/dotenv` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/dotenv/releases) - [Changelog](https://github.com/symfony/dotenv/blob/7.1/CHANGELOG.md) - [Commits](symfony/dotenv@v7.0.7...v7.1.0) Updates `symfony/mailer` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/mailer/releases) - [Changelog](https://github.com/symfony/mailer/blob/7.1/CHANGELOG.md) - [Commits](symfony/mailer@v7.0.7...v7.1.0) Updates `symfony/string` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/string/releases) - [Changelog](https://github.com/symfony/string/blob/7.1/CHANGELOG.md) - [Commits](symfony/string@v7.0.7...v7.1.0) Updates `symfony/process` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.1/CHANGELOG.md) - [Commits](symfony/process@v7.0.7...v7.1.0) Updates `symfony/console` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/7.1/CHANGELOG.md) - [Commits](symfony/console@v7.0.7...v7.1.0) Updates `symfony/runtime` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/runtime/releases) - [Changelog](https://github.com/symfony/runtime/blob/7.1/CHANGELOG.md) - [Commits](symfony/runtime@v7.0.7...v7.1.0) Updates `symfony/web-link` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/validator` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/validator/releases) - [Changelog](https://github.com/symfony/validator/blob/7.1/CHANGELOG.md) - [Commits](symfony/validator@v7.0.7...v7.1.0) Updates `symfony/serializer` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/7.1/CHANGELOG.md) - [Commits](symfony/serializer@v7.0.7...v7.1.0) Updates `symfony/filesystem` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/filesystem/releases) - [Changelog](https://github.com/symfony/filesystem/blob/7.1/CHANGELOG.md) - [Commits](symfony/filesystem@v7.0.7...v7.1.0) Updates `symfony/translation` from 7.0.7 to 7.1.0 - [Release notes](https://github.com/symfony/translation/releases) - [Changelog](https://github.com/symfony/translation/blob/7.1/CHANGELOG.md) - [Commits](symfony/translation@v7.0.7...v7.1.0) Updates `symfony/twig-bundle` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/http-client` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/browser-kit` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/css-selector` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/rate-limiter` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/property-info` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/property-access` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/security-bundle` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/framework-bundle` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/expression-language` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `phpstan/phpstan` from 1.10.67 to 1.11.3 - [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.67...1.11.3) Updates `symfony/debug-bundle` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `symfony/maker-bundle` from 1.59.0 to 1.59.1 - [Release notes](https://github.com/symfony/maker-bundle/releases) - [Changelog](https://github.com/symfony/maker-bundle/blob/main/CHANGELOG.md) - [Commits](symfony/maker-bundle@v1.59.0...v1.59.1) Updates `symfony/phpunit-bridge` from 7.0.7 to 7.1.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.0.7...v7.1.0) Updates `phpstan/phpstan-symfony` from 1.3.12 to 1.4.3 - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](phpstan/phpstan-symfony@1.3.12...1.4.3) Updates `phpstan/phpstan-doctrine` from 1.3.69 to 1.4.1 - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](phpstan/phpstan-doctrine@1.3.69...1.4.1) Updates `squizlabs/php_codesniffer` from 3.9.2 to 3.10.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.9.2...3.10.1) Updates `symfony/web-profiler-bundle` from 7.0.7 to 7.1.0 - [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.0.7...v7.1.0) Updates `doctrine/doctrine-fixtures-bundle` from 3.5.1 to 3.6.1 - [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases) - [Commits](doctrine/DoctrineFixturesBundle@3.5.1...3.6.1) --- 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: 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-patch dependency-group: dependencies - dependency-name: phpdocumentor/reflection-docblock dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: doctrine/doctrine-migrations-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/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-minor 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-minor 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-minor dependency-group: dependencies - dependency-name: symfony/serializer dependency-type: direct:production update-type: version-update:semver-minor 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-minor 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: phpstan/phpstan dependency-type: direct:development 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/maker-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-minor dependency-group: dependencies - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: phpstan/phpstan-doctrine 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: symfony/web-profiler-bundle 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]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 44 updates:
3.9.33.10.33.9.33.10.03.3.03.3.51.28.01.29.14.10.04.10.25.4.05.4.13.3.03.3.17.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.07.0.77.1.01.10.671.11.37.0.77.1.01.59.01.59.17.0.77.1.01.3.121.4.31.3.691.4.13.9.23.10.17.0.77.1.03.5.13.6.1Updates
twig/twigfrom 3.9.3 to 3.10.3Changelog
Sourced from twig/twig's changelog.
Commits
67f2978Prepare the 3.10.3 release75fc9b9bug #4093 Fix parse error in generated code when using CaptureNode (nicolas-g...5042528Fix parse error in generated code when using CaptureNode7069d82Bump version7aaed0bPrepare the 3.10.2 releasef553f16bug #4091 Fix old escaper signature + add docs (fabpot)04b1ad3Fix old escaper signature + add docs0bdc73aBump version3af5ab2Prepare the 3.10.1 release1de5736bug #4083 Fix BC break on escaper extension (fabpot)Updates
twig/extra-bundlefrom 3.9.3 to 3.10.0Commits
cdc6e23Revert "minor #4042 Auto-close PRs on subtree-splits (kbond)"29cad51Auto-close PRs on subtree-splitsUpdates
api-platform/corefrom 3.3.0 to 3.3.5Release notes
Sourced from api-platform/core's releases.
... (truncated)
Changelog
Sourced from api-platform/core's changelog.
... (truncated)
Commits
b5a93fbdoc: changelog 3.3.542ab205test: constraint Url needs "requireTld" (#6393)55f27dcfix(symfony): documentation request _format (#6390)2f4ecc8docs: changelog 3.3.40706426docs: 3.2.23 changelog5212f54fix(test): canonicalizing json arrays (#6386)c174bc3docs: typo on "Test your API" guide (#6351)4b7ddd0fix(graphql): no validate on delete mutation (#6388)3fb7231test: PATCH on controller w/ dto (#6368)77a917ffix(metadata): resource class php doc (#6381)Updates
phpstan/phpdoc-parserfrom 1.28.0 to 1.29.1Release notes
Sourced from phpstan/phpdoc-parser's releases.
Commits
fcaefacTemplateTagValueNodename cannot be empty string536889fSupport array and offset access on const types9bb3855Update lock-closed-issues.yml54b191fTest pure-callable and pure-Closure793d146Update phpdoc-parser in phpstan-src:1.11.xUpdates
easycorp/easyadmin-bundlefrom 4.10.0 to 4.10.2Release notes
Sourced from easycorp/easyadmin-bundle's releases.
Commits
a277535Rebuild web assets614a6caPrepare 4.10.2 release0049b0dbug #6282 feat: allow slug field to be triggered by select fields also (Romaixn)b7c8c0dfeat: allow slug field to be triggered by select fields also1ad08d9minor #6283 typo(docs): fix double "of the" (Romaixn)ed0faf9Tweak docs1fdacd6feature #6258 [ImageField] Support constraint validation (Seb33300)76a9e9d[ImageField] Support constraint validationdabf649bug #6288 Fix top border (Seb33300)6248349Bump development versionUpdates
phpdocumentor/reflection-docblockfrom 5.4.0 to 5.4.1Release notes
Sourced from phpdocumentor/reflection-docblock's releases.
Commits
9d07b3fMerge pull request #370 from phpDocumentor/retry-parser-docblocs8c422abFix docblock tag descriptions88a07d2Merge pull request #367 from phpDocumentor/fix/description-regression518be13Bugfix: resolve issue with multiline descriptions2f7b34cMerge pull request #366 from phpDocumentor/dependabot/github_actions/phpDocum...a3fc141Bump phpDocumentor/.github from 0.5.0 to 0.6Updates
doctrine/doctrine-migrations-bundlefrom 3.3.0 to 3.3.1Release notes
Sourced from doctrine/doctrine-migrations-bundle's releases.
Commits
715b62cSwitch to non-deprecated Extension class (#545)fa16f0dMerge pull request #544 from doctrine/dependabot/github_actions/doctrine/dot-...6f22b9cBump doctrine/.github from 3.1.0 to 5.0.1846238dMerge pull request #543 from greg0ire/maintenance51f2b44Setup Dependabot for Github actionsd698c36Upgrade CI workflowd06c787Merge pull request #541 from jaapio/patch-113f3197Use service name in the example4c0f5a4Merge pull request #536 from greg0ire/different-doc-dir2b8faadMerge pull request #537 from greg0ire/remove-changelogUpdates
symfony/lockfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/lock's releases.
Commits
464cf94Merge branch '7.0' into 7.144d1451Merge branch '6.4' into 7.03025152Merge branch '5.4' into 6.440c4c8aRemove calls toonConsecutiveCalls()b38d394Merge branch '7.0' into 7.1db61c08Merge branch '7.0' into 7.1c4e598dMerge branch '7.0' into 7.18e7ca64Make NoLock implement the SharedLockInterfaceUpdates
symfony/formfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/form's releases.
Changelog
Sourced from symfony/form's changelog.
... (truncated)
Commits
50a9e64Fix singular phpdoc89d535aMerge branch '7.0' into 7.141695c0Merge branch '6.4' into 7.0be383b6Merge branch '5.4' into 6.408c924bRemove calls toTestCase::iniSet()and calls to deprecated methods of `Mock...a492b5crename the model_type option to input and rework it706fe13Merge branch '7.0' into 7.1ba441ccMerge branch '7.0' into 7.15a7886bProofread UPGRADE guide2d1c888Remove unnecessary empty usagesUpdates
symfony/mimefrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/mime's releases.
Commits
92d6b9bMerge branch '7.0' into 7.151d6a7fMerge branch '6.4' into 7.099add8aRevert "fix PHP 7 compatibility"be07d1dMerge branch '6.4' into 7.035f0ff4Merge branch '5.4' into 6.498f9671fix PHP 7 compatibilitya8ba365[Mime] FixedMime\Message::ensureValidity()when a required header is set, ...b796381Merge branch '7.0' into 7.1c537f46Merge branch '7.0' into 7.108cb7c9Merge branch '7.0' into 7.1Updates
symfony/yamlfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/yaml's releases.
Changelog
Sourced from symfony/yaml's changelog.
... (truncated)
Commits
c5f718cMerge branch '7.0' into 7.1c1e0024Merge branch '7.0' into 7.108a7843Remove unnecessary empty usagese5e14c8use constructor property promotion7fc548dfeature #52230 [Yaml] Allow to get all the enum cases (phansys)d56caa8dump enums with the !php/enum tag16eb674Merge branch '7.0' into 7.15d2b2a5[Tests] Streamline2c98dadCode updatesdd03330[Yaml] Allow Yaml component to get all the enum casesUpdates
symfony/cachefrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/cache's releases.
Changelog
Sourced from symfony/cache's changelog.
... (truncated)
Commits
c36a10efix integration testsd015d28Merge branch '7.0' into 7.1ac678b7Merge branch '6.4' into 7.0c4034b3sync Relay proxy0573ff4[Cache] Fix CouchbaseCollectionAdapterTestf1c69c4Merge branch '7.0' into 7.160c8006Merge branch '6.4' into 7.0cb875b5Merge branch '5.4' into 6.49c81cbcfix: remove unwanted type cast0b5c36fMerge branch '7.0' into 7.1Updates
symfony/assetfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/asset's releases.
Commits
dd4dc37Merge branch '7.0' into 7.1330d0daMerge branch '7.0' into 7.132869f4do not mock the RequestStack classf30ae07[Asset][BrowserKit][Cache][Console][CssSelector] Use CPPUpdates
symfony/finderfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/finder's releases.
Commits
fb6c2d6Merge branch '7.0' into 7.196c5714Merge branch '7.0' into 7.19bfc6ffchore: CS fixesbeeac2b[Filesystem][Finder][Form] Use CPPaf2c8f6DX: re-apply CSUpdates
symfony/dotenvfrom 7.0.7 to 7.1.0Release notes
Sourced from symfony/dotenv's releases.
Changelog
Sourced from symfony/dotenv's changelog.