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): bump friendsofphp/php-cs-fixer from 3.0.0 to 3.0.2 #462

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2021

Bumps friendsofphp/php-cs-fixer from 3.0.0 to 3.0.2.

Release notes

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

v3.0.2 Constitution

  • bug #5816 FullyQualifiedStrictTypesFixer - fix for union types (kubawerlos, keradus)
  • bug #5835 PhpdocTypesOrderFixer: fix for array shapes (kubawerlos)
  • bug #5837 SingleImportPerStatementFixer - fix const and function imports (SpacePossum)
  • bug #5844 PhpdocTypesOrderFixer: handle callable() type (Slamdunk)
  • minor #5839 DX: automate checking 7.0 types on project itself (keradus)
  • minor #5840 DX: drop v2 compatible config in project itself (keradus)

v3.0.1 Constitution

  • bug #5395 PhpdocTagTypeFixer: Do not modify array shapes (localheinz, julienfalque)
  • bug #5678 UseArrowFunctionsFixer - fix for return without value (kubawerlos)
  • bug #5679 PhpUnitNamespacedFixer - do not try to fix constant usage (kubawerlos)
  • bug #5681 RegularCallableCallFixer - fix for function name with escaped slash (kubawerlos)
  • bug #5687 FinalInternalClassFixer - fix for annotation with space after "@" (kubawerlos)
  • bug #5688 ArrayIndentationFixer - fix for really long arrays (kubawerlos)
  • bug #5690 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below (kubawerlos)
  • bug #5693 YodaStyleFixer - fix for assignment operators (kubawerlos)
  • bug #5697 StrictParamFixer - fix for method definition (kubawerlos)
  • bug #5702 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes (kubawerlos)
  • bug #5703 DateTimeImmutableFixer - fix for method definition (kubawerlos)
  • bug #5718 VoidReturnFixer - do not break syntax with magic methods (kubawerlos)
  • bug #5727 SingleSpaceAfterConstructFixer - Add support for namespace (julienfalque)
  • bug #5730 Fix transforming deprecations into exceptions (julienfalque)
  • bug #5738 TokensAnalyzer - fix for union types (kubawerlos)
  • bug #5741 Fix constant invocation detection cases (kubawerlos)
  • bug #5769 Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags (julienfalque)
  • bug #5774 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following (kubawerlos)
  • bug #5779 SingleLineThrowFixer - fix for throw in match (kubawerlos)
  • bug #5781 ClassDefinition - fix for anonymous class with trailing comma (kubawerlos)
  • bug #5783 StaticLambdaFixer - consider parent:: as a possible reference to $this (fancyweb)
  • bug #5791 NoBlankLinesAfterPhpdoc - Add T_NAMESPACE in array of forbidden successors (paulbalandan)
  • bug #5799 TypeAlternationTransformer - fix for multiple function parameters (kubawerlos)
  • bug #5804 NoBreakCommentFixer - fix for "default" in "match" (kubawerlos)
  • bug #5805 SingleLineCommentStyleFixer - run after HeaderCommentFixer (kubawerlos)
  • bug #5817 NativeFunctionTypeDeclarationCasingFixer - fix for union types (kubawerlos)
  • bug #5823 YodaStyleFixer - yield support (SpacePossum)
  • minor #4914 Improve PHPDoc types support (julienfalque, keradus)
  • minor #5592 Fix checking for default config used in rule sets (kubawerlos)
  • minor #5675 Docs: extend Upgrade Guide (keradus)
  • minor #5680 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches (keradus)
  • minor #5689 Calculate code coverage on PHP 8 (kubawerlos)
  • minor #5694 DX: fail on risky tests (kubawerlos)
  • minor #5695 Utils - save only unique deprecations to avoid memory issues (PetrHeinz)
  • minor #5710 [typo] add correct backquotes (PhilETaylor)
  • minor #5711 Fix doc, "run-in" show-progress option is no longer present (mvorisek)
  • minor #5713 Upgrade-Guide: fix typo (staabm)
  • minor #5717 Run migration rules on PHP 8 (kubawerlos, keradus)
  • minor #5721 Fix reStructuredText markup (julienfalque)
  • minor #5725 Update LICENSE (exussum12)
  • minor #5731 CI - Fix checkbashisms installation (julienfalque)

... (truncated)

Changelog

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

Changelog for v3.0.2

  • bug #5816 FullyQualifiedStrictTypesFixer - fix for union types (kubawerlos, keradus)
  • bug #5835 PhpdocTypesOrderFixer: fix for array shapes (kubawerlos)
  • bug #5837 SingleImportPerStatementFixer - fix const and function imports (SpacePossum)
  • bug #5844 PhpdocTypesOrderFixer: handle callable() type (Slamdunk)
  • minor #5839 DX: automate checking 7.0 types on project itself (keradus)
  • minor #5840 DX: drop v2 compatible config in project itself (keradus)

Changelog for v3.0.1

  • bug #5395 PhpdocTagTypeFixer: Do not modify array shapes (localheinz, julienfalque)
  • bug #5678 UseArrowFunctionsFixer - fix for return without value (kubawerlos)
  • bug #5679 PhpUnitNamespacedFixer - do not try to fix constant usage (kubawerlos)
  • bug #5681 RegularCallableCallFixer - fix for function name with escaped slash (kubawerlos)
  • bug #5687 FinalInternalClassFixer - fix for annotation with space after "@" (kubawerlos)
  • bug #5688 ArrayIndentationFixer - fix for really long arrays (kubawerlos)
  • bug #5690 PhpUnitNoExpectationAnnotationFixer - fix "expectedException" annotation with message below (kubawerlos)
  • bug #5693 YodaStyleFixer - fix for assignment operators (kubawerlos)
  • bug #5697 StrictParamFixer - fix for method definition (kubawerlos)
  • bug #5702 CommentToPhpdocFixer - fix for single line comments starting with more than 2 slashes (kubawerlos)
  • bug #5703 DateTimeImmutableFixer - fix for method definition (kubawerlos)
  • bug #5718 VoidReturnFixer - do not break syntax with magic methods (kubawerlos)
  • bug #5727 SingleSpaceAfterConstructFixer - Add support for namespace (julienfalque)
  • bug #5730 Fix transforming deprecations into exceptions (julienfalque)
  • bug #5738 TokensAnalyzer - fix for union types (kubawerlos)
  • bug #5741 Fix constant invocation detection cases (kubawerlos)
  • bug #5769 Fix priority between phpdoc_to_property_type and no_superfluous_phpdoc_tags (julienfalque)
  • bug #5774 FunctionsAnalyzer::isTheSameClassCall - fix for $this with double colon following (kubawerlos)
  • bug #5779 SingleLineThrowFixer - fix for throw in match (kubawerlos)
  • bug #5781 ClassDefinition - fix for anonymous class with trailing comma (kubawerlos)
  • bug #5783 StaticLambdaFixer - consider parent:: as a possible reference to $this (fancyweb)
  • bug #5791 NoBlankLinesAfterPhpdoc - Add T_NAMESPACE in array of forbidden successors (paulbalandan)
  • bug #5799 TypeAlternationTransformer - fix for multiple function parameters (kubawerlos)
  • bug #5804 NoBreakCommentFixer - fix for "default" in "match" (kubawerlos)
  • bug #5805 SingleLineCommentStyleFixer - run after HeaderCommentFixer (kubawerlos)
  • bug #5817 NativeFunctionTypeDeclarationCasingFixer - fix for union types (kubawerlos)
  • bug #5823 YodaStyleFixer - yield support (SpacePossum)
  • minor #4914 Improve PHPDoc types support (julienfalque, keradus)
  • minor #5592 Fix checking for default config used in rule sets (kubawerlos)
  • minor #5675 Docs: extend Upgrade Guide (keradus)
  • minor #5680 DX: benchmark.sh - ensure deps are updated to enable script working across less-similar branches (keradus)
  • minor #5689 Calculate code coverage on PHP 8 (kubawerlos)
  • minor #5694 DX: fail on risky tests (kubawerlos)
  • minor #5695 Utils - save only unique deprecations to avoid memory issues (PetrHeinz)
  • minor #5710 [typo] add correct backquotes (PhilETaylor)
  • minor #5711 Fix doc, "run-in" show-progress option is no longer present (mvorisek)
  • minor #5713 Upgrade-Guide: fix typo (staabm)

... (truncated)

Commits
  • 990b979 prepared the 3.0.2 release
  • 6960c30 minor #5839 DX: automate checking 7.0 types on project itself (keradus)
  • bd8ec6a DX: automate checking 7.0 types on project itself
  • 26e17c4 bug #5844 PhpdocTypesOrderFixer: handle callable() type (Slamdunk)
  • 752a7f2 PhpdocTypesOrderFixer: handle callable() type
  • 32aba20 bug #5816 FullyQualifiedStrictTypesFixer - fix for union types (kubawerlos, k...
  • fbb61f7 FullyQualifiedStrictTypesFixer - fix for union types
  • 50a38f5 minor #5840 DX: drop v2 compatible config in project itself (keradus)
  • b45be67 DX: drop v2 compatible config in project itself
  • a8897f2 bug #5835 PhpdocTypesOrderFixer: fix for array shapes (kubawerlos)
  • 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)

@codecov
Copy link

codecov bot commented Aug 5, 2021

Codecov Report

Merging #462 (43c934c) into main (89ca71c) will not change coverage.
The diff coverage is n/a.

❗ Current head 43c934c differs from pull request most recent head cfc6c5c. Consider uploading reports for the commit cfc6c5c to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##                main      #462   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         7         7           
===========================================
  Files              2         2           
  Lines             26        26           
===========================================
  Hits              26        26           

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 89ca71c...cfc6c5c. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.0.2 branch 4 times, most recently from e0ad543 to 3303f01 Compare August 9, 2021 15:40
Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.0.0 to 3.0.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/3.0/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.0.0...v3.0.2)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/friendsofphp/php-cs-fixer-3.0.2 branch from 3303f01 to 43c934c Compare August 9, 2021 15:42
@localheinz localheinz self-assigned this Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant