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 4 updates #321

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 14, 2023

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

Commits
  • 9485f6e Merge pull request #381 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 5b2486a composer(deps): update friendsofphp/php-cs-fixer requirement
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.34

Release notes

Sourced from phpstan/phpstan's releases.

1.10.34

Improvements 🔧

Function signature fixes 🤖

Internals 🔍

Commits
  • 7f806b6 PHPStan 1.10.34
  • 95cdbe5 Updated PHPStan to commit 95cdbe577513286c36dcf513fe76f269e8a32125
  • fc7c028 Updated PHPStan to commit fc7c0283176e5dc3867ade26ac835ee7f52599a9
  • 78c6477 Updated PHPStan to commit 78c64779f82b8ca54669b71eaaeef57a49574b56
  • b87db62 Updated PHPStan to commit b87db6233f08414e176f02ba2dcf08414cb1d83d
  • a1b17b7 Updated PHPStan to commit a1b17b7f4b2b0fbcecf89273df7637b9f8e3778e
  • 3c22ef5 Updated PHPStan to commit 3c22ef5ff131c827626d19cfd0400cb26521ef7c
  • 19801d9 Updated PHPStan to commit 19801d90c2927f2dc57719f9eb883d7e3ccd290a
  • 4241667 Updated PHPStan to commit 42416674ac473738aa7d6bf9b50892ebe9754748
  • 2cb2f07 Updated PHPStan to commit 2cb2f074f7cd30fba2ed7647e8122a1efc92793b
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.3.4

Changelog

Sourced from phpunit/phpunit's changelog.

[10.3.4] - 2023-09-12

Changed

  • #5509: Generate code coverage report in PHP format as first in list to avoid serializing cache data

[10.3.3] - 2023-09-05

Fixed

  • #5484: TestDox name prettifier only supports backed enumerations
  • #5487: Tests are run more than once if <testsuites> has overlapping <directory>s
  • #5498: Hook methods are run in wrong order

[10.3.2] - 2023-08-15

Changed

  • #5423: TestCase::throwException() is no longer deprecated
  • #5425: InvocationMocker::willReturnOnConsecutiveCalls() is no longer deprecated
  • #5444: MockBuilder::setMockClassName() is no longer deprecated

[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

Deprecated

  • #5214: Deprecate TestCase::iniSet() (this method only has a @deprecated annotation for now; using this method will trigger a deprecation warning in PHPUnit 11; this method will be removed in PHPUnit 12)
  • #5216: Deprecate TestCase::setLocale() (this method only has a @deprecated annotation for now; using this method will trigger a deprecation warning in PHPUnit 11; this method will be removed in PHPUnit 12)
  • #5421: Deprecate MockBuilder::enableAutoReturnValueGeneration() and MockBuilder::disableAutoReturnValueGeneration() (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)

... (truncated)

Commits
  • b8d5947 Prepare release
  • e1079bf Merge branch '9.6' into 10.3
  • a122c2e Prepare release
  • c340220 Update ChangeLog
  • 7acceb3 CodeCoverage: process PHP report as first in list to avoid serializing cache ...
  • 0f2594d Update ChangeLog
  • a3ad9d1 CodeCoverage: process PHP report as first in list to avoid serializing cache ...
  • 11453a0 Fix: Do not configure deprecated function_typehint_space fixer
  • c70b810 List replacement for onConsecutiveCalls(), returnArgument(), returnCallback()...
  • bdd8848 Merge branch '9.6' into 10.3
  • Additional commits viewable in compare view

Updates rector/rector to 0.18.3

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.3

New Features and Changes 🥳

  • [BC] docblock changes in custom Rector rules now have to be reprinted directly in the rule - rectorphp/rector#8201
  • [TypeDeclaration] Add return empty string defined support on ReturnTypeFromStrictScalarReturnExprRector (#4919)
  • [TypeDeclaration] Add fallback return direct array support on ReturnTypeFromStrictNewArrayRector (#4928)
  • [TypeDeclaration] Add init assign method call support on ReturnTypeFromStrictNewArrayRector (#4929)
  • [TypeDeclaration] Ensure ArrayType on ReturnTypeFromStrictNewArrayRector::shouldAddReturnArrayDocType() (#4932)
  • [TypeDeclaration] Add test fixture return docblock on init method call assign as skipped on ReturnTypeFromStrictNewArrayRector (#4933)
  • [TypeDeclaration] Add non native function return support on ReturnTypeFromStrictScalarReturnExprRector (#4934)
  • BC: Separated regex matching in NodeNameResolver->isName() (#4951), Thanks @​staabm!
  • Add support for Custom Skip Voters (#5002), Thanks @​kaczenski!
  • Implement a max jobs per worker budget (#4965), Thanks @​staabm!
  • Prevent unnecessary calls to spl_object_id() (#4992), Thanks @​staabm!
  • Refactor use import resolving (#4998), Thanks @​staabm!
  • NodeNameResolver: Throw exception in BC breaking path (#4980), Thanks @​staabm!
  • [Internals] Decouple output from AbstractRector, narrow debugging output to file path (#4976)
  • Update docblock only when changed, directly in rector rule (#4986)

Bugfixes 🐛

  • AddVoidReturnTypeWhereNoReturnRector: fix never type handling (#4918), Thanks @​staabm!
  • [TypeDeclaration] Skip return after return closure on AddVoidReturnTypeWhereNoReturnRector (#4930)
  • [TypeDeclaration] Use $type->isScalar()->yes() on AlwaysStrictScalarExprAnalyzer (#4920)
  • Refactor BetterNodeFinder::findFirstInFunctionLikeScoped() to work with SilentVoidResolver (#4931)
  • [NodeTypeResolver] Handle isObjectType() on new $class dynamic variable should return false compare to Object FQCN (#4936)
  • [Testing] Fix running unit test on macOS (#4941)
  • Faster name resolving (#4955), Thanks @​staabm!
  • UseImportsTraverser: don't deep traverse (#4994), Thanks @​staabm!
  • [tests] Replace wildcard e2e test with unit one (#5000)
  • [DocBlock] Update docblock contents right in the rule (#4999)
  • [PhpParser] Fix crash read jetbrains/phpstorm-stubs included in phpstan.phar on PHP 8.0 and PHP 7.4 (#5001)
  • RenameFunctionRector: prevent repeated isName() calls (#5003), Thanks @​staabm!
  • Make PhpDocINfo::removeByType() return bool to inform about changed node (#4979)

Removed 💀

  • [cleanup] Remove deprecated NonPhpRectorInterface, PseudoNamespaceToNamespaceRector and mysql to mysqli sets (#4927)
  • Remove UnSpreadOperatorRector as not clear value and spread used on purpose (#4949)
  • [Naming] Remove matchesStringName() check completely from NodeNameResolver, including endsWith() method - use getName() and compare directly instead (#4954)
  • [Performance][Php55] Remove regex replace e on RegexMatcher (#4974)
  • Remove CurrentRectorProvider and used for docblock changes report, return bool value and node directly in the rector rule instead (#4982)
  • Deprecated PhpDocInfo::markAsChanged() to ensure doc block is changed directly in the Rector rule (#4987)
Commits
  • ba7988e Rector 0.18.3
  • 4d86ccb Updated Rector to commit 848c2ad9415b0e536b7864872f895f64104ecb50
  • 57dc6f9 Updated Rector to commit 7e2bc1414f8567c55934a32d856e8d92a6e31d0f
  • 0309d94 Updated Rector to commit 09baf7dd0ce61eba0944f98977834f18665f3e9f
  • 088accd Updated Rector to commit aeba96a811638e3954028b70d8163c43a8866fa8
  • 0d66043 Updated Rector to commit cbc632c1eda3f2b9aba3fba07b0f1b45cc58caec
  • f8df046 Updated Rector to commit ef003b2458043b677bdd72522439bd80afb44a2c
  • ac9f7b5 Updated Rector to commit ffa43a11e01a594d3aaafe4eb5f09f4394e90019
  • 3c6c1c0 Updated Rector to commit a2f70054a7d976acd2c73b06789095b998829be6
  • 35a66f9 Updated Rector to commit 596bbc98a25903c525914b4d16ea5f9c76b500fb
  • 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 [mimmi20/coding-standard](https://github.com/mimmi20/coding-standard), [phpstan/phpstan](https://github.com/phpstan/phpstan), [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.15
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.14...5.1.15)

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

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

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

---
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: 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]>
@dependabot dependabot bot requested a review from mimmi20 as a code owner September 14, 2023 02:25
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch labels Sep 14, 2023
@github-actions
Copy link
Contributor

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.1.15, < 6.0.0
  • phpstan/phpstan@>= 1.10.34, < 2.0.0
  • phpunit/phpunit@>= 10.3.4, < 11.0.0
  • rector/rector@>= 0.18.3, < 0.19.0
  • mimmi20/coding-standard@>= 5.1.14, < 6.0.0
  • phpstan/phpstan@>= 1.10.33, < 2.0.0
  • phpunit/phpunit@>= 10.3.3, < 11.0.0
  • rector/rector@>= 0.18.2, < 0.19.0

@mimmi20 mimmi20 merged commit 55ece07 into master Sep 14, 2023
64 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-05fb5f2e11 branch September 14, 2023 20:13
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