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

Update friendsofphp/php-cs-fixer requirement from ^2.11 to ^2.11 || ^3.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented May 4, 2021

⚠️ Dependabot Preview has been deactivated ⚠️

This pull request was created by Dependabot Preview, and you've upgraded to Dependabot. This means it won't respond to dependabot commands nor will it be automatically closed if a new version is found.

If you close this pull request, Dependabot will re-create it the next time it checks for updates and everything will work as expected.


Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version.

Release notes

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

v3.0.0 Constitution

The easiest way to update from v2.x is:

  • install v2.19 and run in verbose mode (php-cs-fixer fix -v) or in future mode (PHP_CS_FIXER_FUTURE_MODE=1 php-cs-fixer fix) to identify and fix deprecations
  • install v3.0 and follow upgrade guide

  • bug #5164 Differ - surround file name with double quotes if it contains spacing. (SpacePossum)
  • bug #5560 PSR2: require visibility only for properties and methods (kubawerlos)
  • bug #5576 ClassAttributesSeparationFixer: do not allow using v2 config (kubawerlos)
  • feature #4979 Pass file to differ (paulhenri-l, SpacePossum)
  • minor #3374 show-progress option: drop run-in and estimating, rename estimating-max to dots (keradus)
  • minor #3375 Fixers - stop exposing extra properties/consts (keradus)
  • minor #3376 Tokenizer - remove deprecations and legacy mode (keradus)
  • minor #3377 rules - change default options (keradus)
  • minor #3378 SKIP_LINT_TEST_CASES - drop env (keradus)
  • minor #3379 MethodArgumentSpaceFixer - fixSpace is now private (keradus)
  • minor #3380 rules - drop rootless configurations (keradus)
  • minor #3381 rules - drop deprecated configurations (keradus)
  • minor #3382 DefinedFixerInterface - incorporate into FixerInterface (keradus)
  • minor #3383 FixerDefinitionInterface - drop getConfigurationDescription and getDefaultConfiguration (keradus)
  • minor #3384 diff-format option: drop sbd diff, use udiffer by default, drop SebastianBergmannDiffer and SebastianBergmannShortDiffer classes (keradus)
  • minor #3385 ConfigurableFixerInterface::configure - param is now not nullable and not optional (keradus)
  • minor #3386 ConfigurationDefinitionFixerInterface - incorporate into ConfigurableFixerInterface (keradus)
  • minor #3387 FixCommand - forbid passing 'config' and 'rules' options together (keradus)
  • minor #3388 Remove Helpers (keradus)
  • minor #3389 AccessibleObject - drop class (keradus)
  • minor #3390 Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment (keradus)
  • minor #3456 AutoReview - drop references to removed rule (keradus)
  • minor #3659 use php-cs-fixer/diff ^2.0 (SpacePossum)
  • minor #3681 CiIntegrationTest - fix incompatibility from 2.x line (keradus)
  • minor #3740 NoUnusedImportsFixer - remove SF exception (SpacePossum)
  • minor #3771 UX: always set error_reporting in entry file, not Application (keradus)
  • minor #3922 Make some more classes final (ntzm, SpacePossum)
  • minor #3995 Change default config of native_function_invocation (dunglas, SpacePossum)
  • minor #4432 DX: remove empty sets from RuleSet (kubawerlos)
  • minor #4489 Fix ruleset @​PHPUnit50Migration:risky (kubawerlos)
  • minor #4620 DX: cleanup additional, not used parameters (keradus)
  • minor #4666 Remove deprecated rules: lowercase_constants, php_unit_ordered_covers, silenced_deprecation_error (keradus)
  • minor #4697 Remove deprecated no_short_echo_tag rule (julienfalque)
  • minor #4851 fix phpstan on 3.0 (SpacePossum)
  • minor #4901 Fix SCA (SpacePossum)
  • minor #5069 Fixed failing tests on 3.0 due to unused import after merge (GrahamCampbell)
  • minor #5096 NativeFunctionInvocationFixer - BacktickToShellExecFixer - fix integration test (SpacePossum)
  • minor #5171 Fix test (SpacePossum)
  • minor #5245 Fix CI for 3.0 line (keradus)
  • minor #5351 clean ups (SpacePossum)
  • minor #5364 DX: Do not display runtime twice on 3.0 line (keradus)
  • minor #5412 3.0 - cleanup (SpacePossum, keradus)
  • minor #5417 Further BC cleanup for 3.0 (keradus)

... (truncated)

Changelog

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

Changelog for v3.0.0

  • bug #5164 Differ - surround file name with double quotes if it contains spacing. (SpacePossum)
  • bug #5560 PSR2: require visibility only for properties and methods (kubawerlos)
  • bug #5576 ClassAttributesSeparationFixer: do not allow using v2 config (kubawerlos)
  • feature #4979 Pass file to differ (paulhenri-l, SpacePossum)
  • minor #3374 show-progress option: drop run-in and estimating, rename estimating-max to dots (keradus)
  • minor #3375 Fixers - stop exposing extra properties/consts (keradus)
  • minor #3376 Tokenizer - remove deprecations and legacy mode (keradus)
  • minor #3377 rules - change default options (keradus)
  • minor #3378 SKIP_LINT_TEST_CASES - drop env (keradus)
  • minor #3379 MethodArgumentSpaceFixer - fixSpace is now private (keradus)
  • minor #3380 rules - drop rootless configurations (keradus)
  • minor #3381 rules - drop deprecated configurations (keradus)
  • minor #3382 DefinedFixerInterface - incorporate into FixerInterface (keradus)
  • minor #3383 FixerDefinitionInterface - drop getConfigurationDescription and getDefaultConfiguration (keradus)
  • minor #3384 diff-format option: drop sbd diff, use udiffer by default, drop SebastianBergmannDiffer and SebastianBergmannShortDiffer classes (keradus)
  • minor #3385 ConfigurableFixerInterface::configure - param is now not nullable and not optional (keradus)
  • minor #3386 ConfigurationDefinitionFixerInterface - incorporate into ConfigurableFixerInterface (keradus)
  • minor #3387 FixCommand - forbid passing 'config' and 'rules' options together (keradus)
  • minor #3388 Remove Helpers (keradus)
  • minor #3389 AccessibleObject - drop class (keradus)
  • minor #3390 Drop deprecated rules: blank_line_before_return, hash_to_slash_comment, method_separation, no_extra_consecutive_blank_lines, no_multiline_whitespace_before_semicolons and pre_increment (keradus)
  • minor #3456 AutoReview - drop references to removed rule (keradus)
  • minor #3659 use php-cs-fixer/diff ^2.0 (SpacePossum)
  • minor #3681 CiIntegrationTest - fix incompatibility from 2.x line (keradus)
  • minor #3740 NoUnusedImportsFixer - remove SF exception (SpacePossum)
  • minor #3771 UX: always set error_reporting in entry file, not Application (keradus)
  • minor #3922 Make some more classes final (ntzm, SpacePossum)
  • minor #3995 Change default config of native_function_invocation (dunglas, SpacePossum)
  • minor #4432 DX: remove empty sets from RuleSet (kubawerlos)
  • minor #4489 Fix ruleset @​PHPUnit50Migration:risky (kubawerlos)
  • minor #4620 DX: cleanup additional, not used parameters (keradus)
  • minor #4666 Remove deprecated rules: lowercase_constants, php_unit_ordered_covers, silenced_deprecation_error (keradus)
  • minor #4697 Remove deprecated no_short_echo_tag rule (julienfalque)
  • minor #4851 fix phpstan on 3.0 (SpacePossum)
  • minor #4901 Fix SCA (SpacePossum)
  • minor #5069 Fixed failing tests on 3.0 due to unused import after merge (GrahamCampbell)
  • minor #5096 NativeFunctionInvocationFixer - BacktickToShellExecFixer - fix integration test (SpacePossum)
  • minor #5171 Fix test (SpacePossum)
  • minor #5245 Fix CI for 3.0 line (keradus)
  • minor #5351 clean ups (SpacePossum)
  • minor #5364 DX: Do not display runtime twice on 3.0 line (keradus)
  • minor #5412 3.0 - cleanup (SpacePossum, keradus)
  • minor #5417 Further BC cleanup for 3.0 (keradus)
  • minor #5418 Drop src/Test namespace (keradus)
  • minor #5436 Drop mapping of strings to boolean option other than yes/no (keradus)
  • minor #5440 Change default ruleset to PSR-12 (keradus)
  • minor #5477 Drop diff-format (keradus)

... (truncated)

Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) to permit the latest version.
- [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@v2.11.0...v3.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label May 4, 2021
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