Skip to content

composer(deps-dev): bump the minor-patch-dependencies group with 5 updates #494

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2023

Updates the requirements on aws/aws-sdk-php, mimmi20/coding-standard, nikic/php-parser, phpstan/phpstan and phpunit/phpunit to permit the latest version.
Updates aws/aws-sdk-php to 3.294.1

Release notes

Sourced from aws/aws-sdk-php's releases.

Version 3.294.1

  • Aws\Signature - Fixes issues with CloudfrontKeyValueStore sigv4a operations.
  • Aws\KMS - Documentation updates for AWS Key Management Service
  • Aws\ConnectCases - Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
  • Aws\Connect - Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
  • Aws\SageMaker - This release 1) introduces a new API: DeleteCompilationJob , and 2) adds InfraCheckConfig for Create/Describe training job API
  • Aws\RDS - Updates Amazon RDS documentation by adding code examples
  • Aws\Cloud9 - Updated Cloud9 API documentation for AL2023 release
Commits

Updates mimmi20/coding-standard to 5.2.2

Commits
  • bb6c784 Merge pull request #424 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 31c1a10 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 7d3b7d4 Merge pull request #423 from mimmi20/dependabot/composer/master/friendsofphp/...
  • ae4a9b5 composer(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates nikic/php-parser to 4.18.0

Release notes

Sourced from nikic/php-parser's releases.

PHP-Parser 4.18.0

Added

  • Added methods ParserFactory::createForNewestSupportedVersion() and ParserFactory::createForHostVersion() for forward-compatibility with PHP-Parser 5.0.

Fixed

  • Fixed missing name resolution of class constant types.
  • Fixed class members being dropped if an error is encountered while parsing a later class member (when error recovery is enabled).

Changed

  • The grammar/ directory has been excluded from exported git archives.
Changelog

Sourced from nikic/php-parser's changelog.

Version 4.18.0 (2023-12-10)

Added

  • Added methods ParserFactory::createForNewestSupportedVersion() and ParserFactory::createForHostVersion() for forward-compatibility with PHP-Parser 5.0.

Fixed

  • Fixed missing name resolution of class constant types.
  • Fixed class members being dropped if an error is encountered while parsing a later class member (when error recovery is enabeld).

Changed

  • The grammar/ directory has been excluded from exported git archives.

Version 4.17.1 (2023-08-13)

Fixed

  • Fixed phpdoc mismatches for ClassConst::$type introduced in previous release.

Version 4.17.0 (2023-08-13)

Added

  • [PHP 8.3] Added support for typed class constants.
  • [PHP 8.3] Added supprot for dynamic class constant fetch.
  • [PHP 8.3] Added support for readonly anonymous classes.

Fixed

  • Fixed missing required parentheses when pretty printing new with an expression class name.
  • Fixed missing required parentheses when pretty printing (CONST)::$x and similar.

Version 4.16.0 (2023-06-25)

Added

  • Added Name::getParts() method for forward-compatibility with PHP-Parser 5.

Deprecated

  • Deprecated direct access to Name::$parts, which will be removed in PHP-Parser 5.

... (truncated)

Commits
  • 1bcbb21 Release PHP-Parser 4.18.0
  • 05c0186 Add PHP 8.3 to CI
  • 2a5e81f Fix NameResolver for class constant native type
  • e453389 Add forward-compatibility ParserFactory methods
  • 402b6cf build: Exclude grammar from export git artifact
  • 54103d8 Don't drop class statements before error (#952)
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.50

Release notes

Sourced from phpstan/phpstan's releases.

1.10.50

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • 06a9851 PHPStan 1.10.50
  • 39fe102 Updated PHPStan to commit 39fe102d23c8aec32b8c21225152e2d835d224b2
  • a532baf Updated PHPStan to commit a532baf63ebd292df1fcc5ccff27935917e6c285
  • 24f92cc Updated PHPStan to commit 24f92cc2a69cbeecefb8e2093c6db41138cc9398
  • ac7c75e Updated PHPStan to commit ac7c75e0581fbb35cae145609e2d06191677b52c
  • 40c8fb2 Updated PHPStan to commit 40c8fb2266f040158fb811ac13b21a3e179c022a
  • db1a52a WP CS in integration tests
  • 9367ba4 PHPStan 1.10.49
  • 71f6c4d Updated PHPStan to commit 71f6c4d5fc21b6e880412c67ce8f745367f24d3d
  • 7c83225 Updated PHPStan to commit 7c832255ba59922db3225ee763c109d6c1e29f7a
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.5.3

Changelog

Sourced from phpunit/phpunit's changelog.

10.5.3 - 2023-12-13

Deprecated

  • Test\AssertionFailed and Test\AssertionSucceeded events
  • PHPUnit\Runner\Extension\Facade::requireExportOfObjects() and PHPUnit\Runner\Extension\Facade::requiresExportOfObjects()
  • registerMockObjectsFromTestArgumentsRecursively attribute on the <phpunit> element of the XML configuration file
  • PHPUnit\TextUI\Configuration\Configuration::registerMockObjectsFromTestArgumentsRecursively()

Fixed

  • #5614: Infinite recursion when data provider provides recursive array

10.5.2 - 2023-12-05

Fixed

  • #5561: JUnit XML logger does not handle assertion failures in before-test methods
  • #5567: Infinite recursion when recursive / self-referencing arrays are checked whether they contain only scalar values

10.5.1 - 2023-12-01

Fixed

  • #5593: Return Value Generator fails to correctly create test stub for method with static return type declaration when used recursively
  • #5596: PHPUnit\Framework\TestCase has @internal annotation in PHAR

10.5.0 - 2023-12-01

Added

  • #5532: #[IgnoreDeprecations] attribute to ignore E_(USER_)DEPRECATED issues on test class and test method level
  • #5551: Support for omitting parameter default values for willReturnMap()
  • #5577: --composer-lock CLI option for PHAR binary that displays the composer.lock used to build the PHAR

Changed

  • MockBuilder::disableAutoReturnValueGeneration() and MockBuilder::enableAutoReturnValueGeneration() are no longer deprecated

Fixed

  • #5563: createMockForIntersectionOfInterfaces() does not automatically register mock object for expectation verification
Commits
  • 6fce887 Prepare release
  • b8cf243 Deprecate functionality removed in 6fa53c3a46e3f98e9e3dc42b78806d605d151dd3
  • dd0bef1 Deprecate functionality removed in e84b162de6a84ca2f27ff6ff59e8ca51eb2793ee
  • dbd762d Update ChangeLog
  • 9b127f5 fixed code style
  • 3fe865b fixed #5614
  • 43a79f9 created regression test for #5614
  • 4272cbd Do not limit code coverage to Migrator object (and include Migration objects)
  • 7013a31 Fix: Reuse reference to emitter
  • 286ffc2 Merge branch '9.6' into 10.5
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from mimmi20 as a code owner December 16, 2023 03:22
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 16, 2023
Copy link
Contributor

github-actions bot commented Dec 16, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • aws/aws-sdk-php@>= 3.294.1, < 4.0.0
  • mimmi20/coding-standard@>= 5.2.2, < 6.0.0
  • nikic/php-parser@>= 4.18.0, < 5.0.0
  • phpstan/phpstan@>= 1.10.50, < 2.0.0
  • phpunit/phpunit@>= 10.5.3, < 11.0.0
  • aws/aws-sdk-php@>= 3.293.7, < 4.0.0
  • mimmi20/coding-standard@>= 5.2.0, < 6.0.0
  • nikic/php-parser@>= 4.17.1, < 5.0.0
  • phpstan/phpstan@>= 1.10.48, < 2.0.0
  • phpunit/phpunit@>= 10.5.2, < 11.0.0

…dates

Updates the requirements on [aws/aws-sdk-php](https://github.com/aws/aws-sdk-php), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [nikic/php-parser](https://github.com/nikic/PHP-Parser), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.

Updates `aws/aws-sdk-php` to 3.294.1
- [Release notes](https://github.com/aws/aws-sdk-php/releases)
- [Commits](aws/aws-sdk-php@3.293.7...3.294.1)

Updates `mimmi20/coding-standard` to 5.2.2
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.2.0...5.2.2)

Updates `nikic/php-parser` to 4.18.0
- [Release notes](https://github.com/nikic/PHP-Parser/releases)
- [Changelog](https://github.com/nikic/PHP-Parser/blob/v4.18.0/CHANGELOG.md)
- [Commits](nikic/PHP-Parser@v4.17.1...v4.18.0)

Updates `phpstan/phpstan` to 1.10.50
- [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.48...1.10.50)

Updates `phpunit/phpunit` to 10.5.3
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.3/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.2...10.5.3)

---
updated-dependencies:
- dependency-name: aws/aws-sdk-php
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: mimmi20/coding-standard
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: nikic/php-parser
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@mimmi20 mimmi20 force-pushed the dependabot/composer/master/minor-patch-dependencies-59c4a80334 branch from 952b07e to 11f909a Compare December 16, 2023 12:10
@mimmi20 mimmi20 merged commit 9494312 into master Dec 16, 2023
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-59c4a80334 branch December 16, 2023 12:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant