php-api-clients / hydrator

:droplet:
MIT License
4 stars 1 forks source link

Bump friendsofphp/php-cs-fixer from 2.8.3 to 2.14.0 #35

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps friendsofphp/php-cs-fixer from 2.8.3 to 2.14.0.

Release notes *Sourced from [friendsofphp/php-cs-fixer's releases](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases).* > ## v2.14.0 Sunrise > * bug [#4220](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4220) NativeFunctionInvocationFixer - namespaced strict to remove backslash (kubawerlos) > * feature [#3881](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3881) Add PhpdocVarAnnotationCorrectOrderFixer (kubawerlos) > * feature [#3915](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3915) Add HeredocIndentationFixer (gharlan) > * feature [#4002](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4002) NoSuperfluousPhpdocTagsFixer - Allow `mixed` in superfluous PHPDoc by configuration (MortalFlesh) > * feature [#4030](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4030) Add get_required_files and user_error aliases (ntzm) > * feature [#4043](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4043) NativeFunctionInvocationFixer - add option to remove redundant backslashes (kubawerlos) > * feature [#4102](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4102) Add NoUnsetCastFixer (SpacePossum) > * minor [#4025](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4025) Add phpdoc_types_order rule to Symfony's ruleset (carusogabriel) > * minor [#4213](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4213) [7.3] PHP7.3 integration tests (SpacePossum) > * minor [#4233](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4233) Add official support for PHP 7.3 (keradus) > > ## v2.13.3 Yogi's BBQ > * bug [#4216](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4216) Psr4Fixer - fix for multiple classy elements in file (keradus, kubawerlos) > * bug [#4217](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4217) Psr0Fixer - class with anonymous class (kubawerlos) > * bug [#4219](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4219) NativeFunctionCasingFixer - handle T_RETURN_REF (kubawerlos) > * bug [#4224](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4224) FunctionToConstantFixer - handle T_RETURN_REF (SpacePossum) > * bug [#4229](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4229) IsNullFixer - fix parenthesis not closed (guilliamxavier) > * minor [#4193](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4193) [7.3] CombineNestedDirnameFixer - support PHP 7.3 (kubawerlos) > * minor [#4198](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4198) [7.3] PowToExponentiationFixer - adding to PHP7.3 integration test (kubawerlos) > * minor [#4199](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4199) [7.3] MethodChainingIndentationFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4200](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4200) [7.3] ModernizeTypesCastingFixer - support PHP 7.3 (kubawerlos) > * minor [#4201](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4201) [7.3] MultilineWhitespaceBeforeSemicolonsFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4202](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4202) [7.3] ErrorSuppressionFixer - support PHP 7.3 (kubawerlos) > * minor [#4205](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4205) DX: PhpdocAlignFixer - refactor to use DocBlock (kubawerlos) > * minor [#4206](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4206) DX: enable multiline_whitespace_before_semicolons (keradus) > * minor [#4207](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4207) [7.3] RandomApiMigrationFixerTest - tests for 7.3 (SpacePossum) > * minor [#4208](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4208) [7.3] NativeFunctionCasingFixerTest - tests for 7.3 (SpacePossum) > * minor [#4209](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4209) [7.3] PhpUnitStrictFixerTest - tests for 7.3 (SpacePossum) > * minor [#4210](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4210) [7.3] PhpUnitConstructFixer - add test for PHP 7.3 (kubawerlos) > * minor [#4211](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4211) [7.3] PhpUnitDedicateAssertFixer - support PHP 7.3 (kubawerlos) > * minor [#4214](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4214) [7.3] NoUnsetOnPropertyFixerTest - tests for 7.3 (SpacePossum) > * minor [#4222](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4222) [7.3] PhpUnitExpectationFixer - support PHP 7.3 (kubawerlos) > * minor [#4223](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4223) [7.3] PhpUnitMockFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4230](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4230) [7.3] IsNullFixer - fix trailing comma (guilliamxavier) > * minor [#4232](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4232) DX: remove Utils::splitLines (kubawerlos) > * minor [#4234](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4234) [7.3] Test that "LITERAL instanceof X" is valid (guilliamxavier) > > ## v2.13.2 Yogi's BBQ > * bug [#3968](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3968) SelfAccessorFixer - support FQCN (kubawerlos) > * bug [#3974](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3974) Psr4Fixer - class with anonymous class (kubawerlos) > * bug [#3987](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3987) Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff) > * bug [#4009](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4009) TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum) > * bug [#4022](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4022) NoUnsetOnPropertyFixer - refactor and bugfixes (kubawerlos) > * bug [#4036](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4036) ExplicitStringVariableFixer - fixes for backticks and for 2 variables next to each other (kubawerlos, Slamdunk) > * bug [#4038](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4038) CommentToPhpdocFixer - handling nested PHPDoc (kubawerlos) > * bug [#4064](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4064) Ignore invalid mode strings, add option to remove the "b" flag. (SpacePossum) > * bug [#4071](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4071) DX: do not insert Token when calling removeLeadingWhitespace/removeTrailingWhitespace from Tokens (kubawerlos) > * bug [#4073](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4073) IsNullFixer - fix function detection (kubawerlos) > * bug [#4074](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4074) FileFilterIterator - do not filter out files that need fixing (SpacePossum) > ... (truncated)
Changelog *Sourced from [friendsofphp/php-cs-fixer's changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.14/CHANGELOG.md).* > Changelog for v2.14.0 > --------------------- > > * bug [#4220](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4220) NativeFunctionInvocationFixer - namespaced strict to remove backslash (kubawerlos) > * feature [#3881](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3881) Add PhpdocVarAnnotationCorrectOrderFixer (kubawerlos) > * feature [#3915](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3915) Add HeredocIndentationFixer (gharlan) > * feature [#4002](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4002) NoSuperfluousPhpdocTagsFixer - Allow `mixed` in superfluous PHPDoc by configuration (MortalFlesh) > * feature [#4030](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4030) Add get_required_files and user_error aliases (ntzm) > * feature [#4043](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4043) NativeFunctionInvocationFixer - add option to remove redundant backslashes (kubawerlos) > * feature [#4102](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4102) Add NoUnsetCastFixer (SpacePossum) > * minor [#4025](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4025) Add phpdoc_types_order rule to Symfony's ruleset (carusogabriel) > * minor [#4213](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4213) [7.3] PHP7.3 integration tests (SpacePossum) > * minor [#4233](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4233) Add official support for PHP 7.3 (keradus) > > Changelog for v2.13.3 > --------------------- > > * bug [#4216](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4216) Psr4Fixer - fix for multiple classy elements in file (keradus, kubawerlos) > * bug [#4217](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4217) Psr0Fixer - class with anonymous class (kubawerlos) > * bug [#4219](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4219) NativeFunctionCasingFixer - handle T_RETURN_REF (kubawerlos) > * bug [#4224](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4224) FunctionToConstantFixer - handle T_RETURN_REF (SpacePossum) > * bug [#4229](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4229) IsNullFixer - fix parenthesis not closed (guilliamxavier) > * minor [#4193](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4193) [7.3] CombineNestedDirnameFixer - support PHP 7.3 (kubawerlos) > * minor [#4198](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4198) [7.3] PowToExponentiationFixer - adding to PHP7.3 integration test (kubawerlos) > * minor [#4199](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4199) [7.3] MethodChainingIndentationFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4200](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4200) [7.3] ModernizeTypesCastingFixer - support PHP 7.3 (kubawerlos) > * minor [#4201](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4201) [7.3] MultilineWhitespaceBeforeSemicolonsFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4202](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4202) [7.3] ErrorSuppressionFixer - support PHP 7.3 (kubawerlos) > * minor [#4205](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4205) DX: PhpdocAlignFixer - refactor to use DocBlock (kubawerlos) > * minor [#4206](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4206) DX: enable multiline_whitespace_before_semicolons (keradus) > * minor [#4207](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4207) [7.3] RandomApiMigrationFixerTest - tests for 7.3 (SpacePossum) > * minor [#4208](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4208) [7.3] NativeFunctionCasingFixerTest - tests for 7.3 (SpacePossum) > * minor [#4209](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4209) [7.3] PhpUnitStrictFixerTest - tests for 7.3 (SpacePossum) > * minor [#4210](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4210) [7.3] PhpUnitConstructFixer - add test for PHP 7.3 (kubawerlos) > * minor [#4211](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4211) [7.3] PhpUnitDedicateAssertFixer - support PHP 7.3 (kubawerlos) > * minor [#4214](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4214) [7.3] NoUnsetOnPropertyFixerTest - tests for 7.3 (SpacePossum) > * minor [#4222](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4222) [7.3] PhpUnitExpectationFixer - support PHP 7.3 (kubawerlos) > * minor [#4223](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4223) [7.3] PhpUnitMockFixer - add tests for PHP 7.3 (kubawerlos) > * minor [#4230](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4230) [7.3] IsNullFixer - fix trailing comma (guilliamxavier) > * minor [#4232](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4232) DX: remove Utils::splitLines (kubawerlos) > * minor [#4234](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4234) [7.3] Test that "LITERAL instanceof X" is valid (guilliamxavier) > > Changelog for v2.13.2 > --------------------- > > * bug [#3968](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3968) SelfAccessorFixer - support FQCN (kubawerlos) > * bug [#3974](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3974) Psr4Fixer - class with anonymous class (kubawerlos) > * bug [#3987](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/3987) Run HeaderCommentFixer after NoBlankLinesAfterPhpdocFixer (StanAngeloff) > * bug [#4009](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4009) TypeAlternationTransformer - Fix pipes in function call with constants being classified incorrectly (ntzm, SpacePossum) > * bug [#4022](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4022) NoUnsetOnPropertyFixer - refactor and bugfixes (kubawerlos) > ... (truncated)
Commits - [`b788ea0`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/b788ea0af899cedc8114dca7db119c93b6685da2) prepared the 2.14.0 release - [`e3f86ad`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/e3f86ad46c899dcbea81d3558963a7c7c51e458d) minor [#4233](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4233) Add official support for PHP 7.3 (keradus) - [`e79a640`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/e79a6400dfdf53abd07db37b97dbcfc236b71af7) Add official support for PHP 7.3 - [`fdf5590`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/fdf55909ba4615f3ed79916441f69e07314e74b2) Merge branch '2.13' - [`1c58eff`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/1c58effd27f43639a9b6743b21b89e5ab1dc58cc) bumped version - [`38d6f2e`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/38d6f2e9be2aa80bf3c7365612af7f9eb9078719) prepared the 2.13.3 release - [`f951866`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/f951866c90f2538f06de371fd999831284fe9169) Merge branch '2.12' into 2.13 - [`d120ba2`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/d120ba2a36327d2443e2852ea27bc214bfd997f9) bumped version - [`f3241a9`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/f3241a98b563ffc38f2570d216a90c4fc88fea21) prepared the 2.12.6 release - [`c3ad3d8`](https://github.com/FriendsOfPHP/PHP-CS-Fixer/commit/c3ad3d8844eb0849e745d8f49c84dc085e8f9f14) minor [#4234](https://github-redirect.dependabot.com/FriendsOfPHP/PHP-CS-Fixer/issues/4234) [7.3] Test that "LITERAL instanceof X" is valid (guilliamxavier) - Additional commits viewable in [compare view](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.8.3...v2.14.0)


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.

If all status checks pass Dependabot will automatically merge this pull request.


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 cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.