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

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 19, 2023

Updates the requirements on infection/infection, laminas/laminas-servicemanager, mimmi20/coding-standard, phpstan/phpstan, phpstan/phpstan-phpunit, phpunit/phpunit and rector/rector to permit the latest version.
Updates infection/infection to 0.27.6

Release notes

Sourced from infection/infection's releases.

Fix equivalent mutants

Added:

Fixed:

New Contributors

Full Changelog: infection/infection@0.27.5...0.27.6

Commits

Updates laminas/laminas-servicemanager to 3.22.0

Release notes

Sourced from laminas/laminas-servicemanager's releases.

3.22.0

Release Notes for 3.22.0

3.22.0

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

Enhancement

Commits
  • b4f5470 Merge pull request #207 from glo71317/php8.3_support
  • eb09e53 qa: normalize psalm config to get rid of warnings when running psalm
  • 1aeb087 qa: remove phpunit deprecations
  • 44167f9 Merge pull request #210 from boesing/documentation/readme-linting
  • 5b1a78e qa: bump minimum of phpunit to actually have the new configuration schema i...
  • ba0e7fd docs: remove trailing whitespaces
  • 1eeba68 qa: remove unnecessary laminas/laminas-dependency-plugin
  • cf9d79c qa: ignore PHP 8.3 platform requirements
  • b8fe29a PHP 8.3 support added
  • See full diff in compare view

Updates mimmi20/coding-standard to 5.1.20

Commits
  • d5fc9e7 Merge pull request #391 from mimmi20/dependabot/composer/master/friendsofphp/...
  • b9ce481 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 547c5b8 Merge pull request #390 from mimmi20/dependabot/composer/master/minor-patch-d...
  • 61f011f composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • cefe1fe Merge pull request #389 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 2641f92 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 1efe786 Merge pull request #388 from mimmi20/dependabot/composer/master/minor-patch-d...
  • e1307e3 composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.39

Release notes

Sourced from phpstan/phpstan's releases.

1.10.39

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Commits
  • d9dedb0 PHPStan 1.10.39
  • d5c599c Updated PHPStan to commit d5c599c962cadc13acb206b932a8e3a74fc46025
  • 0228643 Updated PHPStan to commit 0228643a9062c6ceb2eadba4b3f64f8b1a35fea5
  • 3bb222c Updated PHPStan to commit 3bb222c1c88d3be36f6f1cf7bd34079ee1341e40
  • 485922f Updated PHPStan to commit 485922f5c2734af5af15230250340e6c1cc76451
  • 7491260 Updated PHPStan to commit 749126094d4ea84f770251dd41a277a46567b47e
  • 18a6723 Updated PHPStan to commit 18a6723fa4ffc9e77373f20fe263b028eeda2a3b
  • bd3f7f3 Updated PHPStan to commit bd3f7f3507cab23e4ed54371446254fce5165074
  • 7c4ef6b Updated PHPStan to commit 7c4ef6b2aa246a31128b035cd07e64ff202ecc2b
  • 4a95206 Updated PHPStan to commit 4a952068df57b09e8920de756ab2a6b8a0ffdf10
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit to 1.3.15

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

1.3.15

  • 70ecacc - AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid always-true false positives (#197)
Commits
  • 70ecacc AssertTypeSpecifyingExtensionHelper: rootExpr with unknown variable to avoid ...
  • See full diff in compare view

Updates phpunit/phpunit to 10.4.1

Changelog

Sourced from phpunit/phpunit's changelog.

10.4.1 - 2023-10-08

Fixed

  • #5534: Cache for generated Test Double code was not updated for Test Stub and Mock Object distinction

10.4.0 - 2023-10-06

Added

  • #5441: Baseline for E_(USER_)DEPRECATED, E_(USER_)NOTICE, E_STRICT, and E_(USER_)WARNING
  • #5462: Support for multiple arguments
  • #5471: assertFileMatchesFormat() and assertFileMatchesFormatFile()
  • #5515: PHPUnit\Runner\Extension\Facade::requireExportOfObjects() so that test runner extensions can indicate that they require the export of objects for events such as Test\AssertionSucceeded and Test\AssertionFailed
  • Test\PreparationFailed event
  • Attribute id attribute for testCaseMethod elements in the XML document generated by --list-tests-xml

Changed

  • #5505: Improve the failure description of StringContains-based assertions when the strings are encoded differently
  • #5515: The Test\AssertionSucceeded and Test\AssertionFailed events are always emitted again
  • #5515: --log-events-verbose-text enables the export of non-scalar values for the Test\AssertionSucceeded and Test\AssertionFailed events
  • #5524: Do not export data passed to test for PHPUnit\Event\Code\TestMethod value object by default
  • #5526: Do not limit number of columns to 80 on non-interactive TTY
  • Exceptions thrown by third-party event subscribers are now reported as test runner warnings
  • The name of the top-level test suite that is created when a directory or file path is passed as an argument to the test runner is now CLI Arguments
  • Simplified the failure description for assertInstanceOf() and assertNotInstanceOf()
  • Simplified the failure description for assertJson()
  • The --enforce-time-limit CLI option and the enforceTimeLimit XML configuration file attribute no longer affect the running of PHPT tests
  • The @codeCoverageIgnore, @codeCoverageIgnoreStart, and @codeCoverageIgnoreEnd annotations are no longer deprecated

Deprecated

  • #5472: TestCase::assertStringNotMatchesFormat() and TestCase::assertStringNotMatchesFormatFile() (these methods only have a @deprecated annotation for now; using these methods will trigger a deprecation warning in PHPUnit 11; these methods will be removed in PHPUnit 12)
  • #5481: dataSet attribute for testCaseMethod elements in the XML document generated by --list-tests-xml (the attribute will not be generated anymore starting with PHPUnit 11)
  • #5513: IgnoreClassForCodeCoverage, IgnoreMethodForCodeCoverage, and IgnoreFunctionForCodeCoverage attributes (these attributes will be removed in PHPUnit 11)
  • PHPUnit\TextUI\Configuration\Configuration::cliArgument() and PHPUnit\TextUI\Configuration\Configuration::hasCliArgument()
  • PHPUnit\Framework\Constraint\Constraint::exporter()
Commits

Updates rector/rector to 0.18.5

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.5

New Features and Improvements 🥳

  • [build] Remove duplicated phpstan/phpstan from the build, as require by build package in composer.json already (rectorphp/rector-src@51ed7b6)
  • AddParamTypeBasedOnPHPUnitDataProviderRector: Check all data providers (#5068), Thanks @​jlherren!
  • AddParamTypeBasedOnPHPUnitDataProviderRector: Enhance existing rule to handle PHPUnit 10+ DataProvider Attribute (#4925), Thanks @​mcampbell508!
  • make PhpDocInfo::findByAnnotationClass() public to use in Symfony rules (#5103)

Bugfixes 🐛

  • Feature/fix class annotation bad print (#5081), Thanks @​etshy!
  • [Performance] Avoid ReflectionProvider check function exists on NameImportingPostRector (#5083)
  • InlineConstructorDefaultToPropertyRector Readonly Class (#5085), Thanks @​beschoenen!
  • [CodeQuality] Handle crash on variable variable on assign closure on OptionalParametersAfterRequiredRector (#5089)
  • [NodeTypeResolver] Use isScalar()->yes() usage on StaticTypeAnalyzer and ScalarTypeComparator services (#5099)
  • [ProcessAnalyzer] Ensure instanceof Stmt on check infinite loop on not yet has "created_by_rule" attribute (#5100)
  • [DX] Rename shouldImportName() to shouldSkipName() on ClassNameImportSkipper (#5107)
  • The ReturnTypeFromReturnNewRector must only handle new instances, to avoid leaking to everything (#5115)
  • [Php80] Skip when already implements Stringable and has string return type on StringableForToStringRector (#5120)

Removed and Deprecated 💀

  • [DX] Remove CurrentFileProvider dependency on ChangedNodeScopeRefresher (#5087)
  • [DX] Remove DependencyClassMethodDecorator as not used anymore due to paralel nature (#5094)
  • [PostRector] Remove CurrentFileProvider on PostFileProcessor (#5097)
  • [Comments] Remove unused copy Node object on CommentRemover (#5103)
  • [Performance][AutoImport] Remove just renamed check on ClassNameImportSkipper (#5106)
  • Deprecate CountOnNullRector as depends on previous context and require manual adjustment of previous result (#5101)
Commits
  • 2a3b82f Rector 0.18.5
  • 90920e0 Updated Rector to commit 6aed089476ea0167835fbbdb42d876cddb4c77d4
  • b1fd9df Updated Rector to commit 319e9f0694be4026734c932a3b6b8c31debdb0f8
  • 9696ef6 Updated Rector to commit a6732a5b0e80868a6542c9bd5443f27750577e64
  • a40e240 Updated Rector to commit a0f2f32c7970d925681fc4cec64efa1ee90b6ea8
  • 1c164a6 Updated Rector to commit 8cab945ae45b651cdf66c8bfbb1603c514733896
  • 68e7483 Updated Rector to commit fe2c85cde9f06c2ccb0e6e7bbbb24f8def25efa9
  • b9cc02d Updated Rector to commit a24035cbbd7d86e6a45a025d60ebede4e00333f8
  • 489d95e Updated Rector to commit b491f42c2acd125671c7908a3dacd86316048809
  • dfbbc51 Updated Rector to commit 4e56b7c4a9fa9747cb12025c94e07b85a30155bc
  • 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

…dates

Updates the requirements on [infection/infection](https://github.com/infection/infection), [laminas/laminas-servicemanager](https://github.com/laminas/laminas-servicemanager), [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

Updates `infection/infection` to 0.27.6
- [Release notes](https://github.com/infection/infection/releases)
- [Changelog](https://github.com/infection/infection/blob/master/CHANGELOG.md)
- [Commits](infection/infection@0.27.2...0.27.6)

Updates `laminas/laminas-servicemanager` to 3.22.0
- [Release notes](https://github.com/laminas/laminas-servicemanager/releases)
- [Commits](laminas/laminas-servicemanager@3.21.0...3.22.0)

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

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

Updates `phpstan/phpstan-phpunit` to 1.3.15
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@1.3.14...1.3.15)

Updates `phpunit/phpunit` to 10.4.1
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.4.1/ChangeLog-10.4.md)
- [Commits](sebastianbergmann/phpunit@10.3.5...10.4.1)

Updates `rector/rector` to 0.18.5
- [Release notes](https://github.com/rectorphp/rector/releases)
- [Commits](rectorphp/rector@0.18.4...0.18.5)

---
updated-dependencies:
- dependency-name: infection/infection
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: laminas/laminas-servicemanager
  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: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: rector/rector
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • infection/infection@>= 0.27.6, < 0.28.0
  • laminas/laminas-servicemanager@>= 3.22.0, < 4.0.0
  • mimmi20/coding-standard@>= 5.1.20, < 6.0.0
  • phpstan/phpstan@>= 1.10.39, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.15, < 2.0.0
  • phpunit/phpunit@>= 10.4.1, < 11.0.0
  • rector/rector@>= 0.18.5, < 0.19.0
  • infection/infection@>= 0.27.2, < 0.28.0
  • laminas/laminas-servicemanager@>= 3.21.0, < 4.0.0
  • mimmi20/coding-standard@>= 5.1.18, < 6.0.0
  • phpstan/phpstan@>= 1.10.35, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.14, < 2.0.0
  • phpunit/phpunit@>= 10.3.5, < 11.0.0
  • rector/rector@>= 0.18.4, < 0.19.0

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 26, 2023

Superseded by #333.

@dependabot dependabot bot closed this Oct 26, 2023
@dependabot dependabot bot deleted the dependabot/composer/master/minor-patch-dependencies-2fbcebc38e branch October 26, 2023 02:47
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.

None yet

1 participant