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

Bump friendsofphp/php-cs-fixer from 2.18.2 to 2.18.3 #31

Merged
merged 2 commits into from
Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 2021

Bumps friendsofphp/php-cs-fixer from 2.18.2 to 2.18.3.

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v2.18.3 Remote Void

  • bug #5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)
  • minor #5470 Disable CI fail-fast (mvorisek)
  • minor #5491 Support php8 static return type for NoSuperfluousPhpdocTagsFixer (tigitz)
  • minor #5494 BinaryOperatorSpacesFixer - extend examples (keradus)
  • minor #5499 DX: add TODOs for PHP requirements cleanup (keradus)
  • minor #5500 DX: Test that Transformers are adding only CustomTokens that they define and nothing else (keradus)
  • minor #5507 Fix quoting in exception message (gquemener)
  • minor #5514 DX: PHP 7.0 integration test - solve TODO for random_api_migration usage (keradus)
  • minor #5515 DX: do not override getConfigurationDefinition (keradus)
  • minor #5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases (keradus)
  • minor #5518 DX: minor typing and validation fixes (keradus)
  • minor #5522 Token - add handling json_encode crash (keradus)
  • minor #5523 DX: EregToPregFixer - fix sorting (keradus)
  • minor #5528 DX: code cleanup (keradus)
Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v2.18.3

  • bug #5484 NullableTypeDeclarationForDefaultNullValueFixer - handle mixed pseudotype (keradus)
  • minor #5470 Disable CI fail-fast (mvorisek)
  • minor #5491 Support php8 static return type for NoSuperfluousPhpdocTagsFixer (tigitz)
  • minor #5494 BinaryOperatorSpacesFixer - extend examples (keradus)
  • minor #5499 DX: add TODOs for PHP requirements cleanup (keradus)
  • minor #5500 DX: Test that Transformers are adding only CustomTokens that they define and nothing else (keradus)
  • minor #5507 Fix quoting in exception message (gquemener)
  • minor #5514 DX: PHP 7.0 integration test - solve TODO for random_api_migration usage (keradus)
  • minor #5515 DX: do not override getConfigurationDefinition (keradus)
  • minor #5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases (keradus)
  • minor #5518 DX: minor typing and validation fixes (keradus)
  • minor #5522 Token - add handling json_encode crash (keradus)
  • minor #5523 DX: EregToPregFixer - fix sorting (keradus)
  • minor #5528 DX: code cleanup (keradus)
Commits
  • ab99202 prepared the 2.18.3 release
  • 1db832c minor #5528 DX: code cleanup (keradus)
  • c323eb6 DX: code cleanup
  • 6d1e66f minor #5523 DX: EregToPregFixer - fix sorting (keradus)
  • a2aee2f minor #5522 Token - add handling json_encode crash (keradus)
  • d0cf535 Token - add handling json_encode crash
  • 99f3360 DX: EregToPregFixer - fix sorting
  • c73f1b8 minor #5518 DX: minor typing and validation fixes (keradus)
  • c39900d DX: minor typing and validation fixes
  • c244b07 minor #5516 DX: AbstractDoctrineAnnotationFixer - no need for import aliases ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot requested a review from rancoud as a code owner March 11, 2021 08:01
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 11, 2021
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.18.3 branch from 6d75596 to 5f64dad Compare March 17, 2021 10:37
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-2.18.3 branch from 5f64dad to a2e6764 Compare March 17, 2021 10:53
@codecov
Copy link

codecov bot commented Mar 17, 2021

Codecov Report

Merging #31 (98b3d36) into master (a62bb44) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #31   +/-   ##
=========================================
  Coverage     99.09%   99.09%           
  Complexity      141      141           
=========================================
  Files            11       11           
  Lines           442      442           
=========================================
  Hits            438      438           
  Misses            4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a62bb44...98b3d36. Read the comment docs.

@rancoud rancoud merged commit f968861 into master Mar 17, 2021
@dependabot dependabot bot deleted the dependabot/composer/friendsofphp/php-cs-fixer-2.18.3 branch March 17, 2021 17:12
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant