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 3 updates #406

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 11, 2024

Updates the requirements on phpstan/phpstan, phpunit/phpunit and rector/type-perfect to permit the latest version.
Updates phpstan/phpstan to 1.11.7

Release notes

Sourced from phpstan/phpstan's releases.

1.11.7

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

  • getimagesize, getimagesizefromstring: zero is a possible value for height and width (#3207), thanks @​mfruehauf!

Internals 🔍

Commits
  • 52d2bbf PHPStan 1.11.7
  • 18cddd6 Updated PHPStan to commit 18cddd6e556e2fb9e4c9a29eae2d5d87f2b18d68
  • fd31156 Updated PHPStan to commit fd3115652b76278fa6ddf8ba40b41fc751642153
  • 2c08dfa Updated PHPStan to commit 2c08dfa8d0f975654d52fe279a950c54415076b5
  • 7c61b03 Updated PHPStan to commit 7c61b0349307972f0f6918f9fc2d256da0da8d3d
  • 834dd27 Update BACKERS.md
  • d931c89 Updated PHPStan to commit d931c8987563fbe5a05e411722a6f53da6f1b555
  • 5a63154 Updated PHPStan to commit 5a631544b12ebb2e500d1666e37c000a64e192a6
  • 979055f Updated PHPStan to commit 979055fceeaefec30c1eded52550012f0c1333b6
  • 662aa66 Update result-cache.md
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.5.27

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.27

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

How to install or update PHPUnit

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.27] - 2024-07-10

Changed

  • Updated dependencies (so that users that install using Composer's --prefer-lowest CLI option also get recent versions)

Fixed

  • #5892: Errors during write of phpunit.xml are not handled correctly when --generate-configuration is used

[10.5.26] - 2024-07-08

Added

  • --only-summary-for-coverage-text CLI option to reduce the code coverage report in text format to a summary
  • --show-uncovered-for-coverage-text CLI option to expand the code coverage report in text format to include a list of uncovered files

[10.5.25] - 2024-07-03

Changed

  • Updated dependencies for PHAR distribution

[10.5.24] - 2024-06-20

Changed

  • #5877: Use array_pop() instead of array_shift() for processing Test objects in TestSuite::run() and optimize TestSuite::isEmpty()

[10.5.23] - 2024-06-20

Changed

  • #5875: Also destruct TestCase objects early that use a data provider

[10.5.22] - 2024-06-19

Changed

  • #5871: Do not collect unnecessary information using debug_backtrace()

[10.5.21] - 2024-06-15

Changed

  • #5861: Destroy TestCase object after its test was run

[10.5.20] - 2024-04-24

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly

... (truncated)

Commits

Updates rector/type-perfect to 0.1.8

Commits
  • 00c5857 release PHP 7.2 downgraded
  • 4743f30 skip options object, as by defalut access like this (#29)
  • a192e90 fix missing skip for no_mixed in NoMixedPropertyFetcherRule (#28)
  • 624f5f2 [README] Add narrow_return option (#25)
  • See full diff in compare view

You can trigger a rebase of this PR 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 [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/type-perfect](https://github.com/rectorphp/type-perfect) to permit the latest version.

Updates `phpstan/phpstan` to 1.11.7
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.11.6...1.11.7)

Updates `phpunit/phpunit` to 10.5.27
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.27/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.25...10.5.27)

Updates `rector/type-perfect` to 0.1.8
- [Commits](rectorphp/type-perfect@0.1.6...0.1.8)

---
updated-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
- dependency-name: rector/type-perfect
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner July 11, 2024 02:33
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 11, 2024
Copy link
Contributor

github-actions bot commented Jul 11, 2024

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

composer.json
  • phpstan/phpstan@>= 1.11.7, < 2.0.0
  • phpunit/phpunit@>= 10.5.27, < 11.0.0
  • rector/type-perfect@>= 0.1.8, < 0.2.0
  • phpstan/phpstan@>= 1.11.6, < 2.0.0
  • phpunit/phpunit@>= 10.5.25, < 11.0.0
  • rector/type-perfect@>= 0.1.6, < 0.2.0

Copy link

codeclimate bot commented Jul 11, 2024

Code Climate has analyzed commit 7eb969c and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 100.0% (0.0% change).

View more on Code Climate.

@mimmi20 mimmi20 merged commit 7a5153a into master Jul 11, 2024
80 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-853850c34e branch July 11, 2024 07:57
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