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 5 updates #255

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 8, 2023

Updates the requirements on mimmi20/coding-standard, phpstan/phpstan, phpstan/phpstan-deprecation-rules, phpunit/phpunit and rector/rector to permit the latest version.
Updates mimmi20/coding-standard to 5.1.10

Commits
  • a4544cb Merge pull request #365 from mimmi20/dependabot/composer/master/minor-patch-d...
  • e5dcc29 composer(deps): bump the minor-patch-dependencies group with 3 updates
  • 8a3e953 Merge pull request #364 from mimmi20/updates
  • 56c26a0 add dependency groups
  • 9fa672d Merge pull request #362 from mimmi20/dependabot/github_actions/master/shivamm...
  • 5f0afba github-actions: bump shivammathur/setup-php from 2.25.4 to 2.25.5
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.28

Release notes

Sourced from phpstan/phpstan's releases.

1.10.28

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • e4545b5 PHPStan 1.10.28
  • e378984 Update Rector
  • 7c49c94 Updated PHPStan to commit 7c49c944c7a40a2065f27d2ba94eb90f0f2fc22d
  • 31ed326 Updated PHPStan to commit 31ed326fb113238df762bf9237da50e4613bde32
  • 11fdfe8 Updated PHPStan to commit 11fdfe89bce0fc8c5e107b6d268665c4ef416779
  • 1b0c6a0 Updated PHPStan to commit 1b0c6a0166e6e5199407377d124cfe5cdac74b87
  • 5c40c85 Updated PHPStan to commit 5c40c853ff91d518dea2afee9449ef58d8479314
  • a9f44dc PHPStan 1.10.27
  • 4d77e98 Updated PHPStan to commit 4d77e98e151599d12fd828df969929ed419a0924
  • 1c9e90f Updated PHPStan to commit 1c9e90f65b5585fc17ad1494bffdb82639d3f622
  • Additional commits viewable in compare view

Updates phpstan/phpstan-deprecation-rules to 1.1.4

Release notes

Sourced from phpstan/phpstan-deprecation-rules's releases.

1.1.4

  • 089d8a8 - DeprecatedScopeResolver - documentation in README
  • ce6a85a - DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 - DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 - Add deprecated scope resolving
  • 94d68d3 - Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f - Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de - Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 - Update build-cs
  • 67b670f - Update PHPCS
  • e148790 - Update metcalfc/changelog-generator action to v4.1.0
  • cbbbaa9 - add test for deprecation inheritance in trait
Commits
  • 089d8a8 DeprecatedScopeResolver - documentation in README
  • ce6a85a DeprecatedScopeResolver - description in PHPDoc
  • 0f3fbc3 DeprecatedScopeResolver is covered with backward compatibility promise
  • 6d416c7 Add deprecated scope resolving
  • 94d68d3 Update dependency slevomat/coding-standard to v8.12.0
  • 4b7516f Update dependency slevomat/coding-standard to v8.11.1
  • 9d366de Update dependency slevomat/coding-standard to v8.10.0
  • a0b8839 Update build-cs
  • 67b670f Update PHPCS
  • e148790 Update metcalfc/changelog-generator action to v4.1.0
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.3.1

Changelog

Sourced from phpunit/phpunit's changelog.

10.3.1 - 2023-08-04

Fixed

  • #5459: assertStringMatchesFormat() should allow string type (not non-empty-string) for $actual parameter

10.3.0 - 2023-08-04

Added

  • #5368: Control when PHP's garbage collector is triggered
  • #5428: Attribute #[WithoutErrorHandler] to disable PHPUnit's error handler for a test method
  • #5431: Add more garbage collector details to event telemetry

Changed

  • Errors (E_USER_ERROR), deprecations (E_DEPRECATED, E_USER_DEPRECATED), notices (E_STRICT, E_NOTICE, E_USER_NOTICE), and warnings (E_WARNING, E_USER_WARNINGS) are now displayed grouped by issue
  • When a test case class inherits test methods from a parent class then, by default (when no test reordering is requested), the test methods from the class that is highest in the inheritance tree (instead of the class that is lowest in the inheritance tree) are now run first
  • Invocation count expectation failure messages have been slightly improved
  • When a test case class inherits test methods from a parent class then the TestDox output for such a test case class now starts with test methods from the class that is highest in the inheritance tree (instead of the class that is lowest in the inheritance tree)
  • TestCase::createStub(), TestCase::createStubForIntersectionOfInterfaces(), and TestCase::createConfiguredStub() are now static (and can be used from static data provider methods)
  • The internal methods __phpunit_*() have been removed from the Stub and MockObject interfaces

Fixed

  • #5456: Risky Test Check for Output Buffering is performed before after-test methods are called
Commits

Updates rector/rector to 0.17.10

Release notes

Sourced from rector/rector's releases.

Released Rector 0.17.10

New Features 🥳

  • [TypeDeclaration] Add Closure support on NumericReturnTypeFromStrictScalarReturnsRector (#4631)
  • [TypeDeclaration] Add Closure support on StrictArrayParamDimFetchRector (#4632)
  • [TypeDeclaration] Add Closure support on ReturnTypeFromStrictParamRector (#4633)
  • [TypeDeclaration] Add Closure support on StrictStringParamConcatRector (#4634)

Bugfixes 🐛

  • [Downgrade] [FIX] Fix infinite loop in DowngradeArrayFilterNullableCallbackRector (#150)
Commits
  • f4c0627 Rector 0.17.10
  • d25543c Updated Rector to commit 90f871403d153509ddef0acffb1726532a44ae62
  • 8e45114 Updated Rector to commit 5965ddd37bf4e44553822ae16165c2de4b052f42
  • 3619383 Updated Rector to commit 79953f61e341fdb7263316b34eeaa2be737d12ef
  • 59b728d Updated Rector to commit 36e88e13e5d41db048494b497d59ae0e96c877f0
  • 8451dc0 Rector 0.17.9
  • 7390067 Updated Rector to commit c8d49fb4c1e732e12e47c55c9008b0cd693a3cec
  • a41439c Rector 0.17.8
  • 56c4bce Rector 0.17.8
  • 307a014 Updated Rector to commit b70a9a1e93744c656241dad6afa251ea8f30ff0f
  • 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> dependency 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> dependency 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 [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [phpstan/phpstan-deprecation-rules](https://github.com/phpstan/phpstan-deprecation-rules), [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [rector/rector](https://github.com/rectorphp/rector) to permit the latest version.

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

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

Updates `phpstan/phpstan-deprecation-rules` to 1.1.4
- [Release notes](https://github.com/phpstan/phpstan-deprecation-rules/releases)
- [Commits](phpstan/phpstan-deprecation-rules@1.1.3...1.1.4)

Updates `phpunit/phpunit` to 10.3.1
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.3.1/ChangeLog-10.3.md)
- [Commits](sebastianbergmann/phpunit@10.2.6...10.3.1)

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

---
updated-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-deprecation-rules
  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] <[email protected]>
@github-actions
Copy link

github-actions bot commented Aug 8, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.1.10, < 6.0.0
  • phpstan/phpstan@>= 1.10.28, < 2.0.0
  • phpstan/phpstan-deprecation-rules@>= 1.1.4, < 2.0.0
  • phpunit/phpunit@>= 10.3.1, < 11.0.0
  • rector/rector@>= 0.17.10, < 0.18.0
  • mimmi20/coding-standard@>= 5.1.9, < 6.0.0
  • phpstan/phpstan@>= 1.10.26, < 2.0.0
  • phpstan/phpstan-deprecation-rules@>= 1.1.3, < 2.0.0
  • phpunit/phpunit@>= 10.2.6, < 11.0.0
  • rector/rector@>= 0.17.7, < 0.18.0

@mimmi20 mimmi20 merged commit 3ffa1ea into master Aug 8, 2023
66 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-b59c89aa1d branch August 8, 2023 20:39
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