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

Build(deps): bump friendsofphp/php-cs-fixer from 3.0.2 to 3.1.0 in /dev-tools #220

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

v3.1.0 River

  • feature #5572 PhpdocToCommentFixer - Add ignored_tags option (VincentLanglet)
  • feature #5588 NoAliasFunctionsFixer - Add more function aliases (danog)
  • feature #5704 ClassAttributesSeparationFixer - Introduce only_if_meta spacing option (paulbalandan)
  • feature #5734 TypesSpacesFixer - Introduction (kubawerlos)
  • feature #5745 EmptyLoopBodyFixer - introduction (SpacePossum, keradus)
  • feature #5751 Extract DeclareParenthesesFixer from BracesFixer (julienfalque, keradus)
  • feature #5877 ClassDefinitionFixer - PSR12 for anonymous class (SpacePossum)
  • minor #5875 EmptyLoopBodyFixer - NoTrailingWhitespaceFixer - priority test (SpacePossum)
  • minor #5914 Deprecate ClassKeywordRemoveFixer (kubawerlos)

v3.0.3 Constitution

  • bug #4927 PhpdocAlignFixer - fix for whitespace in type (kubawerlos)
  • bug #5720 NoUnusedImportsFixer - Fix undetected unused imports when type mismatch (julienfalque, SpacePossum)
  • bug #5806 DoctrineAnnotationFixer - Add template to ignored_tags (akalineskou)
  • bug #5849 PhpdocTagTypeFixer - must not remove inlined tags within other tags (boesing)
  • bug #5853 BracesFixer - handle alternative short foreach with if (SpacePossum)
  • bug #5855 GlobalNamespaceImportFixer - fix for attributes imported as constants (kubawerlos)
  • bug #5881 SelfUpdateCommand - fix link to UPGRADE docs (keradus)
  • bug #5884 CurlyBraceTransformer - fix handling dynamic property with string with variable (kubawerlos, keradus)
  • bug #5912 TypeAlternationTransformer - fix for "callable" type (kubawerlos)
  • bug #5913 SingleSpaceAfterConstructFixer - improve comma handling (keradus)
  • minor #5829 DX: Fix SCA with PHPMD (paulbalandan)
  • minor #5838 PHP7 - use spaceship (SpacePossum, keradus)
  • minor #5848 Docs: update PhpStorm integration link (keradus)
  • minor #5856 Add AttributeAnalyzer (kubawerlos)
  • minor #5857 DX: PHPMD - exclude fixtures (keradus)
  • minor #5859 Various fixes (kubawerlos)
  • minor #5864 DX: update dev tools (kubawerlos)
  • minor #5876 AttributeTransformerTest - add more tests (SpacePossum)
  • minor #5879 Update UPGRADE-v3.md adding relative links (shakaran, keradus)
  • minor #5882 Docs: don't use v2 for installation example (keradus)
  • minor #5883 Docs: typo (brianteeman, keradus)
  • minor #5890 DX: use PHP 8.1 polyfill (keradus)
  • minor #5902 Remove references to PHP 7.0 in tests (only removing lines) (kubawerlos)
  • minor #5905 DX: Use "yield from" in tests (kubawerlos, keradus)
  • minor #5917 Use @PHP71Migration rules (kubawerlos, keradus)
Changelog

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

Changelog for v3.1.0

  • feature #5572 PhpdocToCommentFixer - Add ignored_tags option (VincentLanglet)
  • feature #5588 NoAliasFunctionsFixer - Add more function aliases (danog)
  • feature #5704 ClassAttributesSeparationFixer - Introduce only_if_meta spacing option (paulbalandan)
  • feature #5734 TypesSpacesFixer - Introduction (kubawerlos)
  • feature #5745 EmptyLoopBodyFixer - introduction (SpacePossum, keradus)
  • feature #5751 Extract DeclareParenthesesFixer from BracesFixer (julienfalque, keradus)
  • feature #5877 ClassDefinitionFixer - PSR12 for anonymous class (SpacePossum)
  • minor #5875 EmptyLoopBodyFixer - NoTrailingWhitespaceFixer - priority test (SpacePossum)
  • minor #5914 Deprecate ClassKeywordRemoveFixer (kubawerlos)

Changelog for v3.0.3

  • bug #4927 PhpdocAlignFixer - fix for whitespace in type (kubawerlos)
  • bug #5720 NoUnusedImportsFixer - Fix undetected unused imports when type mismatch (julienfalque, SpacePossum)
  • bug #5806 DoctrineAnnotationFixer - Add template to ignored_tags (akalineskou)
  • bug #5849 PhpdocTagTypeFixer - must not remove inlined tags within other tags (boesing)
  • bug #5853 BracesFixer - handle alternative short foreach with if (SpacePossum)
  • bug #5855 GlobalNamespaceImportFixer - fix for attributes imported as constants (kubawerlos)
  • bug #5881 SelfUpdateCommand - fix link to UPGRADE docs (keradus)
  • bug #5884 CurlyBraceTransformer - fix handling dynamic property with string with variable (kubawerlos, keradus)
  • bug #5912 TypeAlternationTransformer - fix for "callable" type (kubawerlos)
  • bug #5913 SingleSpaceAfterConstructFixer - improve comma handling (keradus)
  • minor #5829 DX: Fix SCA with PHPMD (paulbalandan)
  • minor #5838 PHP7 - use spaceship (SpacePossum, keradus)
  • minor #5848 Docs: update PhpStorm integration link (keradus)
  • minor #5856 Add AttributeAnalyzer (kubawerlos)
  • minor #5857 DX: PHPMD - exclude fixtures (keradus)
  • minor #5859 Various fixes (kubawerlos)
  • minor #5864 DX: update dev tools (kubawerlos)
  • minor #5876 AttributeTransformerTest - add more tests (SpacePossum)
  • minor #5879 Update UPGRADE-v3.md adding relative links (shakaran, keradus)
  • minor #5882 Docs: don't use v2 for installation example (keradus)
  • minor #5883 Docs: typo (brianteeman, keradus)
  • minor #5890 DX: use PHP 8.1 polyfill (keradus)
  • minor #5902 Remove references to PHP 7.0 in tests (only removing lines) (kubawerlos)
  • minor #5905 DX: Use "yield from" in tests (kubawerlos, keradus)
  • minor #5917 Use @PHP71Migration rules (kubawerlos, keradus)
Commits
  • cf4cedb prepared the 3.1.0 release
  • 675e7df Merge branch '3.0'
  • dbf8ac2 prepared the 3.0.3 release
  • 50102dc Merge branch '3.0'
  • 12b2a96 bug #5855 GlobalNamespaceImportFixer - fix for attributes imported as constan...
  • 6c92093 bug #5806 DoctrineAnnotationFixer - Add template to ignored_tags (akalineskou)
  • fbc46e2 DoctrineAnnotationFixer - Add template to ignored_tags
  • 3f2a49e feature #5751 Extract DeclareParenthesesFixer from BracesFixer (julienfalque,...
  • ef34976 bug #5720 NoUnusedImportsFixer - Fix undetected unused imports when type mism...
  • 1fc2bda NoUnusedImportsFixer - Fix undetected unused imports when type mismatch
  • 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)

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.0.2...v3.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 30, 2021
@dependabot dependabot bot requested a review from kubawerlos August 30, 2021 16:04
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 7, 2021

Looks like friendsofphp/php-cs-fixer is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 7, 2021
@dependabot dependabot bot deleted the dependabot/composer/dev-tools/friendsofphp/php-cs-fixer-3.1.0 branch September 7, 2021 16:31
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.

None yet

0 participants