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 #274

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 31, 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.22

Release notes

Sourced from mimmi20/coding-standard's releases.

replace deprecated rules

What’s Changed

🧹 Maintenance:

👨🏼‍💻 Contributors

@​mimmi20

Commits
  • d4d7c6a Merge pull request #398 from mimmi20/updates
  • 2a128e6 replace deprecated rules
  • 6932711 Merge pull request #393 from mimmi20/dependabot/composer/master/slevomat/codi...
  • a01c9ab composer(deps): update slevomat/coding-standard requirement
  • 425ca37 Merge pull request #397 from mimmi20/dependabot/composer/master/friendsofphp/...
  • 6f01d29 composer(deps): update friendsofphp/php-cs-fixer requirement
  • 81bb580 Merge pull request #395 from mimmi20/dependabot/composer/master/minor-patch-d...
  • f060769 composer(deps-dev): bump the minor-patch-dependencies group with 1 update
  • 8746142 Merge pull request #396 from mimmi20/dependabot/github_actions/master/minor-p...
  • ca186dd github-actions: bump the minor-patch-dependencies group with 1 update
  • See full diff in compare view

Updates phpstan/phpstan to 1.10.40

Release notes

Sourced from phpstan/phpstan's releases.

1.10.40

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • 93c84b5 PHPStan 1.10.40
  • 1308c52 Updated PHPStan to commit 1308c520e763e286809f01a4100af8ba156c1d34
  • eb39381 Updated PHPStan to commit eb39381d2a3fd370d9881aacebabb3b17c06678a
  • a0e0dfb Updated PHPStan to commit a0e0dfbb27a7c96b5f2ac168990fc521645d839e
  • 4a17328 Updated PHPStan to commit 4a173280dd8f67f0f81d3b4e6f90d463ff8080dd
  • 110ab29 Updated PHPStan to commit 110ab291cdd70be080c0a023c467052b8b461c74
  • 35a12b2 Updated PHPStan to commit 35a12b22cabc775156cfb48e179d4a9ebd8a507a
  • bc2de58 Updated PHPStan to commit bc2de58128b8ddd28ed65babea62fe51e30f3421
  • 4cc9cde Updated PHPStan to commit 4cc9cdeba05ac3eb609db3dcda8cf71ed473c8d7
  • 849ea86 Updated PHPStan to commit 849ea86cfffaa26615e6cf1e54608276384c6117
  • Additional commits viewable in compare view

Updates phpunit/phpunit to 10.4.2

Changelog

Sourced from phpunit/phpunit's changelog.

10.4.2 - 2023-10-26

Fixed

  • #5048: Methods that return never cannot be doubled

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.6

Release notes

Sourced from rector/rector's releases.

Released Rector 0.18.6

New Features and Changes 🥳

  • [CodeQuality] Add CompleteMissingIfElseBracketRector (#5121)
  • [CodeQuality] Add Else and ElseIf on CompleteMissingIfElseBracketRector (#5124)
  • [TypeDeclaration] Utilize ClassMethodReturnTypeOverrideGuard on AddReturnTypeDeclarationFromYieldsRector (#5156)
  • [DeadCode] Add RemoveUselessReturnExprInConstructRector (#5158)
  • Improve UnaryPlus and UnaryMinus support in isDynamicExpr (#5177), Thanks @​JulianCBC!

Bugfixes 🐛

  • [CodeQuality] Skip VB style if endif on CompleteMissingIfElseBracketRector (#5122)
  • [CodeQuality] Skip direct InlineHTML on CompleteMissingIfElseBracketRector (#5125)
  • [CodeQuality] Skip spaced elseif cond on CompleteMissingIfElseBracketRector (#5126)
  • [CodeQuality] Only check start from current Stmt token pos up until open parentheses on CompleteMissingIfElseBracketRector (#5127)
  • [CodeQuality] Handle all if,elseif,else no bracket on CompleteMissingIfElseBracketRector (#5129)
  • [CodeQuality] Skip VB style in complex HTML on CompleteMissingIfElseBracketRector (#5132)
  • Skip __construct() in BoolReturnTypeFromStrictScalarReturnsRector (#5133), Thanks @​staabm!
  • [CodeQuality] Handle missing bracket on If only on CompleteMissingIfElseBracketRector (#5134)
  • [CodeQuality] Handle on closure, anonymous function, method call on CompleteMissingIfElseBracketRector (#5135)
  • [CodeQuality] Use its start token pos on Else_ on CompleteMissingIfElseBracketRector as no cond (#5136)
  • [PhpParser] Reduce AstResolver complexity by move check fileName is null to parseFileNameToDecoratedNodes() (#5138)
  • [TypeDeclaration] Handle Union with array type on ReturnUnionTypeRector (#5144)
  • [TypeDeclaration] Handle union A extends B on ReturnUnionTypeRector (#5149)
  • [CodeQuality] Fix missing parentheses on CombineIfRector (#5151)
  • [TypeDeclaration] Utilize ClassMethodReturnTypeOverrideGuard on NumericReturnTypeFromStrictScalarReturnsRector (#5155)
  • [CodeQuality] Handle negative and positive int/float on InlineConstructorDefaultToPropertyRector (#5159)
  • [CodeQuality] Skip docblock usage on SimplifyBoolIdenticalTrueRector (#5161)
  • [CodeQuality] Skip magic property fetch on IssetOnPropertyObjectToPropertyExistsRector (#5163)
  • [PostRector] Reduce loop on ClassRenamingPostRector (#5174)
  • [PostRector] Fix ClassRenamingPostRector return when no auto import replacement (#5175)
  • [Renaming] Skip nullable object object|null on RenameMethodRector (#5181)
  • [Downgradephp81][DowngradePhp80] Handle No scope crash on DowngradeSetAccessibleReflectionPropertyRector + DowngradeMatchToSwitchRector (#5183)
  • [Naming] Skip DateTime from renaming, to keep convention of named dates (#5184)
  • Skip new self in RenameVariableToMatchNewTypeRector (#5185)
  • Skip DateTime in ExpectedNameResolver (#5186)
  • [Naming] Skip all kinds of generators (#5187)
  • [Renaming] Skip pointless names in RenameForeachValueVariableToMatchMethodCallReturnTypeRector (#5188)
  • [Php70] Fix Php4 contructor not replaced with __construct() on php 7.4 environment (#5189)
  • [Php74][Php81] Allow mixed key on ArraySpreadInsteadOfArrayMergeRector on php 8.1 version feature enabled (#5190)
  • [TypeDeclaration] Handle skipped by file path on DeclareStrictTypesRector due to use beforeTraverse() (#5191)
  • Fix phpstan notice $phpVersion on Rector\Config\RectorConfig::phpVersion() (#5193)
  • [PHPStanStaticTypeMapper] Remove BoolUnionTypeAnalyzer on UnionTypeMapper (#5141)
  • [DeadCode] Remove UnionType check on RecastingRemovalRector (#5142)
  • Remove src/constants.php for T_ENUM and T_NAME_RELATIVE (#5143)
  • [PHPStanStaticTypeMapper] Remove narrow string and int on UnionTypeMapper (#5145)
  • [PHPStanStaticTypeMapper] Remove matchArrayTypes() on UnionTypeMapper (#5146)
  • [DeadCode] Skip indirect variable definition on RemoveNonExistingVarAnnotationRector (#5152)

... (truncated)

Commits
  • 02041b2 Rector 0.18.6
  • 52923dc Updated Rector to commit 1c54292ed68e46f4ddfa2adb21f28130f308b99c
  • 293ab61 Updated Rector to commit b45a987d9264b884e0ec9c80f8597dbce52e1870
  • 888d97e Updated Rector to commit 7d7b04c555a0433a65adcf442e4353593efed0e3
  • 6561afe Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • 5ba12a9 Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • ff69243 Updated Rector to commit f2c8967abf004558bf92c86840d57eb7f0221f9c
  • 84884df Updated Rector to commit 3e505e5d39a709a67f2400dc647a48a697b0baf1
  • 5bc4754 Updated Rector to commit 01fb666f47d9323316bd5993f068ffa8f8d88540
  • 7c5eefb Updated Rector to commit 6d5ffbe7d62fba226b0b49c613092c0741b2ba34
  • 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.22
- [Release notes](https://github.com/mimmi20/coding-standard/releases)
- [Commits](mimmi20/coding-standard@5.1.20...5.1.22)

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

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

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

---
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] <support@github.com>
@dependabot dependabot bot requested a review from mimmi20 as a code owner October 31, 2023 02:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch labels Oct 31, 2023
@github-actions
Copy link

github-actions bot commented Oct 31, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • mimmi20/coding-standard@>= 5.1.22, < 6.0.0
  • phpstan/phpstan@>= 1.10.40, < 2.0.0
  • phpunit/phpunit@>= 10.4.2, < 11.0.0
  • rector/rector@>= 0.18.6, < 0.19.0
  • mimmi20/coding-standard@>= 5.1.20, < 6.0.0
  • phpstan/phpstan@>= 1.10.39, < 2.0.0
  • phpunit/phpunit@>= 10.4.1, < 11.0.0
  • rector/rector@>= 0.18.5, < 0.19.0
  • vimeo/psalm@>= 5.15.0, < 6.0.0

@mimmi20 mimmi20 merged commit e384718 into master Oct 31, 2023
71 checks passed
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-2809fedc53 branch October 31, 2023 10:06
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