-
Notifications
You must be signed in to change notification settings - Fork 2
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
fix(deps): bump the all group with 20 updates #53
Merged
Conversation
This file contains 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
Bumps the all group with 20 updates: | Package | From | To | | --- | --- | --- | | [braintree/braintree_php](https://github.com/braintree/braintree_php) | `6.16.0` | `6.18.0` | | [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) | `2.11.3` | `2.12.0` | | [doctrine/orm](https://github.com/doctrine/orm) | `2.18.0` | `2.19.3` | | [symfony/console](https://github.com/symfony/console) | `7.0.3` | `7.0.6` | | [symfony/dotenv](https://github.com/symfony/dotenv) | `7.0.3` | `7.0.4` | | [symfony/http-foundation](https://github.com/symfony/http-foundation) | `7.0.3` | `7.0.6` | | [symfony/flex](https://github.com/symfony/flex) | `2.4.4` | `2.4.5` | | [symfony/framework-bundle](https://github.com/symfony/framework-bundle) | `7.0.3` | `7.0.6` | | [symfony/property-access](https://github.com/symfony/property-access) | `7.0.3` | `7.0.6` | | [symfony/psr-http-message-bridge](https://github.com/symfony/psr-http-message-bridge) | `7.0.3` | `7.0.6` | | [symfony/serializer](https://github.com/symfony/serializer) | `7.0.3` | `7.0.6` | | [infection/infection](https://github.com/infection/infection) | `0.27.9` | `0.27.11` | | [kubawerlos/php-cs-fixer-custom-fixers](https://github.com/kubawerlos/php-cs-fixer-custom-fixers) | `3.20.0` | `3.21.0` | | [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.57` | `1.10.66` | | [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.3.9` | | [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.17` | | [symfony/web-profiler-bundle](https://github.com/symfony/web-profiler-bundle) | `7.0.3` | `7.0.4` | | [symplify/easy-coding-standard](https://github.com/easy-coding-standard/easy-coding-standard) | `12.1.10` | `12.1.14` | | [symplify/phpstan-rules](https://github.com/symplify/phpstan-rules) | `12.4.8` | `12.4.9` | | [tomasvotruba/type-coverage](https://github.com/TomasVotruba/type-coverage) | `0.2.1` | `0.2.5` | Updates `braintree/braintree_php` from 6.16.0 to 6.18.0 - [Changelog](https://github.com/braintree/braintree_php/blob/master/CHANGELOG.md) - [Commits](braintree/braintree_php@6.16.0...6.18.0) Updates `doctrine/doctrine-bundle` from 2.11.3 to 2.12.0 - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](doctrine/DoctrineBundle@2.11.3...2.12.0) Updates `doctrine/orm` from 2.18.0 to 2.19.3 - [Release notes](https://github.com/doctrine/orm/releases) - [Commits](doctrine/orm@2.18.0...2.19.3) Updates `symfony/console` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/console/releases) - [Changelog](https://github.com/symfony/console/blob/7.0/CHANGELOG.md) - [Commits](symfony/console@v7.0.3...v7.0.6) Updates `symfony/dotenv` from 7.0.3 to 7.0.4 - [Release notes](https://github.com/symfony/dotenv/releases) - [Changelog](https://github.com/symfony/dotenv/blob/7.0/CHANGELOG.md) - [Commits](symfony/dotenv@v7.0.3...v7.0.4) Updates `symfony/http-foundation` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.0/CHANGELOG.md) - [Commits](symfony/http-foundation@v7.0.3...v7.0.6) Updates `symfony/flex` from 2.4.4 to 2.4.5 - [Release notes](https://github.com/symfony/flex/releases) - [Commits](symfony/flex@v2.4.4...v2.4.5) Updates `symfony/framework-bundle` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/framework-bundle/releases) - [Changelog](https://github.com/symfony/framework-bundle/blob/7.0/CHANGELOG.md) - [Commits](symfony/framework-bundle@v7.0.3...v7.0.6) Updates `symfony/property-access` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/property-access/releases) - [Changelog](https://github.com/symfony/property-access/blob/7.0/CHANGELOG.md) - [Commits](symfony/property-access@v7.0.3...v7.0.6) Updates `symfony/psr-http-message-bridge` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/psr-http-message-bridge/releases) - [Changelog](https://github.com/symfony/psr-http-message-bridge/blob/7.0/CHANGELOG.md) - [Commits](symfony/psr-http-message-bridge@v7.0.3...v7.0.6) Updates `symfony/serializer` from 7.0.3 to 7.0.6 - [Release notes](https://github.com/symfony/serializer/releases) - [Changelog](https://github.com/symfony/serializer/blob/7.0/CHANGELOG.md) - [Commits](symfony/serializer@v7.0.3...v7.0.6) Updates `infection/infection` from 0.27.9 to 0.27.11 - [Release notes](https://github.com/infection/infection/releases) - [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md) - [Commits](infection/infection@0.27.9...0.27.11) Updates `kubawerlos/php-cs-fixer-custom-fixers` from 3.20.0 to 3.21.0 - [Release notes](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/releases) - [Changelog](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/blob/main/CHANGELOG.md) - [Commits](kubawerlos/php-cs-fixer-custom-fixers@v3.20.0...v3.21.0) Updates `phpstan/phpstan` from 1.10.57 to 1.10.66 - [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.57...1.10.66) Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.3.9 - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](phpstan/phpstan-symfony@1.3.7...1.3.9) Updates `phpunit/phpunit` from 10.5.10 to 10.5.17 - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.17/ChangeLog-10.5.md) - [Commits](sebastianbergmann/phpunit@10.5.10...10.5.17) Updates `symfony/web-profiler-bundle` from 7.0.3 to 7.0.4 - [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.3...v7.0.4) Updates `symplify/easy-coding-standard` from 12.1.10 to 12.1.14 - [Release notes](https://github.com/easy-coding-standard/easy-coding-standard/releases) - [Commits](easy-coding-standard/easy-coding-standard@12.1.10...12.1.14) Updates `symplify/phpstan-rules` from 12.4.8 to 12.4.9 - [Release notes](https://github.com/symplify/phpstan-rules/releases) - [Commits](symplify/phpstan-rules@12.4.8...12.4.9) Updates `tomasvotruba/type-coverage` from 0.2.1 to 0.2.5 - [Commits](TomasVotruba/type-coverage@0.2.1...0.2.5) --- updated-dependencies: - dependency-name: braintree/braintree_php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: doctrine/doctrine-bundle dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: doctrine/orm dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: symfony/console dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/dotenv dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/http-foundation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/flex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/framework-bundle dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/property-access dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/psr-http-message-bridge dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/serializer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: infection/infection dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: kubawerlos/php-cs-fixer-custom-fixers dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: symfony/web-profiler-bundle dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: symplify/easy-coding-standard dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: symplify/phpstan-rules dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: tomasvotruba/type-coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
cyl3x
approved these changes
Apr 9, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 all group with 20 updates:
6.16.0
6.18.0
2.11.3
2.12.0
2.18.0
2.19.3
7.0.3
7.0.6
7.0.3
7.0.4
7.0.3
7.0.6
2.4.4
2.4.5
7.0.3
7.0.6
7.0.3
7.0.6
7.0.3
7.0.6
7.0.3
7.0.6
0.27.9
0.27.11
3.20.0
3.21.0
1.10.57
1.10.66
1.3.7
1.3.9
10.5.10
10.5.17
7.0.3
7.0.4
12.1.10
12.1.14
12.4.8
12.4.9
0.2.1
0.2.5
Updates
braintree/braintree_php
from 6.16.0 to 6.18.0Changelog
Sourced from braintree/braintree_php's changelog.
Commits
8ca6700
6.18.037c187c
6.17.0Updates
doctrine/doctrine-bundle
from 2.11.3 to 2.12.0Release notes
Sourced from doctrine/doctrine-bundle's releases.
Commits
5418e81
Merge pull request #1775 from doctrine/2.11.x-merge-up-into-2.12.x_SDmpjm0o6046a57
make "use_savepoints = true" no-op with DBAL 4 (#1773)f966567
Update the Symfony bundle configuration file0a230d3
Merge pull request #1771 from greg0ire/fixtures-autoloadingfc4c76d
Avoid falling back on autoload rule more than necessaryc8f38eb
Merge pull request #1770 from greg0ire/getPath-thingyd1701ce
Override Bundle::getPath()fa3e8e3
Use a modern directory structure5afffe0
Merge pull request #1769 from doctrine/2.11.x24f94ad
Merge pull request #1768 from greg0ire/analyze-middlewareUpdates
doctrine/orm
from 2.18.0 to 2.19.3Release notes
Sourced from doctrine/orm's releases.
... (truncated)
Commits
1a5a4c6
Set column length explicitly (#11393)95795c8
Add missing importdb6e702
Remove unused variable (#11391)5ccbc20
[Documentation] Removing "Doctrine Mapping Types" ... (#11384)d15624f
GH-11185 Bugfix: do not use collection batch loading for indexBy assocation...9d1a497
Improve lazy ghost performance by avoiding self-referencing closure. (#11376)40a0964
Merge pull request #11289 from themasch/reproduce-issue-11154-composite-key-e...08a9e60
Remove outdated git metadata files (#11362)3e3c023
Switch join columns around, otherwise index doesnt match5e6d5c0
Key on fkUpdates
symfony/console
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/console's releases.
Commits
fde915c
Merge branch '6.4' into 7.0a2708a5
respect multi-byte characters when rendering vertical-style tables84d8448
Merge branch '6.4' into 7.08adc869
Fix TypeError on ProgressBar6b099f3
Merge branch '6.4' into 7.00d9e4eb
Merge branch '5.4' into 6.4a9174b6
bug #54009 [Console] Fix display of vertical Table on Windows OS (VincentLang...39f75d9
[Console] Fix display of Table on Windows OS155f2f3
Fix vertical table on windowscb3239f
Merge branch '5.4' into 6.4Updates
symfony/dotenv
from 7.0.3 to 7.0.4Release notes
Sourced from symfony/dotenv's releases.
Commits
8017ea2
Merge branch '6.4' into 7.0f6f0a3d
[Dotenv] Specify envKey while loading variables with the dotenv:dump commandUpdates
symfony/http-foundation
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/http-foundation's releases.
Commits
8789625
[HttpFoundation] Allow array style callable setting for Request setFactory me...439fdfd
Merge branch '6.4' into 7.0ebc713b
[HttpFoundation] Prevent duplicated headers when using Early Hintsebe0c11
Merge branch '6.4' into 7.0d68e699
[HttpFoundation] Fix clearing CHIPS cookiesUpdates
symfony/flex
from 2.4.4 to 2.4.5Commits
b0a405f
Merge branch '1.x' into 2.x06b58a5
bug #1018 fix: wrong recipe history URL format (meyerbaptiste)57ac7d3
fix: wrong recipe history URL formatUpdates
symfony/framework-bundle
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/framework-bundle's releases.
Commits
5ebf677
Merge branch '6.4' into 7.049093e5
[Serializer] Fixed BackedEnumNormalizer priority for translatable enum077a539
Merge branch '6.4' into 7.0044c21b
Merge branch '5.4' into 6.427ebcb2
Merge branch '6.4' into 7.071c441e
Merge branch '5.4' into 6.4322b40a
[FrameworkBundle] Fix mailer config with XML832c180
[FrameworkBundle] Fix typoc40ab38
Merge branch '6.4' into 7.08f34eae
Merge branch '5.4' into 6.4Updates
symfony/property-access
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/property-access's releases.
Commits
1c268ba
Merge branch '6.4' into 7.0304e555
Merge branch '5.4' into 6.4b58ea31
Add more explicit nullable types for default null valuesd085b6b
Merge branch '6.4' into 7.0e94ea5f
[PropertyAccess] Fix checking for missing properties44e3746
Merge branch '6.4' into 7.0c0664db
fix testsc2de1da
Merge branch '6.4' into 7.0f549c1b
[PropertyAccess] Fixes getValue() on an unitialized object property on a lazy...Updates
symfony/psr-http-message-bridge
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/psr-http-message-bridge's releases.
Commits
fbc500c
Merge branch '6.4' into 7.098059dd
stop marking parameters implicitly as nullableUpdates
symfony/serializer
from 7.0.3 to 7.0.6Release notes
Sourced from symfony/serializer's releases.
Commits
dbdc0c0
Merge branch '6.4' into 7.03697adf
stop marking parameters implicitly as nullable61d898b
Merge branch '6.4' into 7.08b83945
[Serializer] Fix merge884cbab
Merge branch '6.4' into 7.07058c7a
Merge branch '5.4' into 6.4978c155
minor #54308 Add more explicit nullable types for default null values (alexan...50b490a
fix mergea329c05
Merge branch '6.4' into 7.0d4a097f
Merge branch '5.4' into 6.4Updates
infection/infection
from 0.27.9 to 0.27.11Release notes
Sourced from infection/infection's releases.
Changelog
Sourced from infection/infection's changelog.
... (truncated)
Commits
6d55979
Reduce "Initial Tests Run" stage time by running only covering test files (#1...fa66b4a
Fix InitialTestsRunnerTest (#1938)efcb756
styles: Enable back the fully_qualified_strict_types PHP-CS-Fixer rule (#1934)656f574
styles: Enable and apply heredoc_indentation rule (#1939)51c0a42
Remove php 8.3 and symfony 7.0 hacks as no longer needed (#1930)e4dcc84
styles: Enable PHP-CS-Fixer array_indentation rule (#1936)8c9cc85
styles: Leverage the PHP class keyword (#1931)2885cf9
styles: Update to PHP-CS-Fixer 3.52.0 (#1929)9edaa93
build: Remove Symfony PHPUnitBridge (#1926)9e6db81
styles: Exclude the Box debug directory from PHP-CS-Fixer (#1928)Updates
kubawerlos/php-cs-fixer-custom-fixers
from 3.20.0 to 3.21.0Release notes
Sourced from kubawerlos/php-cs-fixer-custom-fixers's releases.
Changelog
Sourced from kubawerlos/php-cs-fixer-custom-fixers's changelog.
Commits
3d1bb75
Deprecate PhpdocArrayStyleFixer (#966)5a66d72
Update dev tools (#965)aeb3512
Fix CI (#964)ba986ec
Keep parentheses aroundand
,xor
andor
(#963)7ff9b95
Add commas after heredocs (#962)Updates
phpstan/phpstan
from 1.10.57 to 1.10.66Release notes
Sourced from phpstan/phpstan's releases.
... (truncated)
Commits
94779c9
PHPStan 1.10.665473b67
Updated PHPStan to commit 5473b6701c1a9dd3ca1eb676b3b2c0dec43f2535927d71f
Updated PHPStan to commit 927d71f11365c774a95cb4d8f65a1b1077472fa4fd2e0a6
Updated PHPStan to commit fd2e0a6b7d599c4783d0a79831ecbae56999c765996f194
Updated PHPStan to commit 996f194ee0fd004bdee5b147e8a02c018ea4a72e40a20d2
Updated PHPStan to commit 40a20d2a3c5c6956b5df52d31855d64c463c3936986cbdf
Updated PHPStan to commit 986cbdfb2fd0c3de71b31ac3f212bd499d2131e1795a560
Updated PHPStan to commit 795a560e55022174e2fdf5ca8d72fd0506bae161f9d118f
Updated PHPStan to commit f9d118fc96c0d1dac84d649b07e13cfc688f346bb16dbaf
Updated PHPStan to commit b16dbafd51675a9b63e1f87f7f0bf57bde96024dUpdates
phpstan/phpstan-symfony
from 1.3.7 to 1.3.9Release notes
Sourced from phpstan/phpstan-symfony's releases.
Commits
a32bc86
Add@param-out
for PropertyAccessord8a0bc0
Narrow type for Extension::getConfiguration if class existsUpdates
phpunit/phpunit
from 10.5.10 to 10.5.17Release notes
Sourced from phpunit/phpunit's releases.
... (truncated)
Changelog
Sourced from phpunit/phpunit's changelog.
... (truncated)