Skip to content

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.7.0 to 2.10.0#278

Merged
ergebnis-bot merged 1 commit intomainfrom
dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0
Dec 29, 2020
Merged

composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.7.0 to 2.10.0#278
ergebnis-bot merged 1 commit intomainfrom
dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2020

Bumps ergebnis/php-cs-fixer-config from 2.7.0 to 2.10.0.

Release notes

Sourced from ergebnis/php-cs-fixer-config's releases.

2.10.0

  • Enhancement: Add ExplicitRuleSet marker interface (#311), by @localheinz
  • Enhancement: Extract ExplicitRuleSetTestCase (#312), by @localheinz
  • Enhancement: Require ExplicitRuleSets only not to configure rule sets (#313), by @localheinz
  • Fix: Configure configurable fixers in implementations of ExplicitRuleSet explicitly (#314), by @localheinz
  • Fix: Do not use constants (#315), by @localheinz
  • Fix: Use assertSame() instead of assertEquals() (#316), by @localheinz
  • Enhancement: Assert that configuration items are sorted by key (#317), by @localheinz
  • Enhancement: Assert that rules and configuration options are sorted recursively (#318), by @localheinz
  • Fix: Do not configure rules using deprecated configuration options (#319), by @localheinz
  • Fix: Configure rules in implementations of ExplicitRuleSet using every non-deprecated configuration option (#320), by @localheinz
  • Fix: Only require implementations of ExplicitRuleSet to configure every non-deprecated rule (#321), by @localheinz

2.9.0

  • Enhancement: Enable and configure php_unit_test_case_static_method_calls fixer (#301), by @localheinz
  • Enhancement: Enable php_unit_set_up_tear_down_visibility fixer (#303), by @localheinz
  • Fix: Reference (#305), by @localheinz
  • composer(deps): bump friendsofphp/php-cs-fixer from 2.17.1 to 2.17.2 (#304), by @dependabot[bot]
  • Enhancement: Configure braces fixer to allow single-line anonymous classes with empty body (#306), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan from 0.12.63 to 0.12.64 (#307), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-phpunit from 0.12.16 to 0.12.17 (#308), by @dependabot[bot]
  • composer(deps): bump friendsofphp/php-cs-fixer from 2.17.2 to 2.17.3 (#309), by @dependabot[bot]
  • Enhancement: Configure phpdoc_order_by_value fixer to order @throws annotations (#302), by @localheinz
  • Enhancement: Configure phpdoc_order_by_value fixer to order @throws annotations (#310), by @localheinz

2.8.0

  • Fix: Test (#292), by @localheinz
  • Enhancement: Synchronize with ergebnis/php-cs-fixer-config-template (#293), by @localheinz
  • Enhancement: Synchronize with ergebnis/php-cs-fixer-config-template (#294), by @localheinz
  • Enhancement: Synchronize with ergebnis/php-cs-fixer-config-template (#296), by @localheinz
  • Make assert equals strict (#295), by @peter279k
  • composer(deps-dev): bump phpstan/extension-installer from 1.0.5 to 1.1.0 (#297), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-deprecation-rules from 0.12.5 to 0.12.6 (#298), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.5 to 0.12.7 (#299), by @dependabot[bot]
  • Enhancement: Add rule set for PHPUnit (#300), by @localheinz
Changelog

Sourced from ergebnis/php-cs-fixer-config's changelog.

[2.10.0][2.10.0]

For a full diff see [2.9.0...2.10.0][2.9.0...2.10.0].

Added

  • Added Config\RuleSet\ExplicitRuleSet marker interface for rule-sets that should be configured explicitly (#311), by [@localheinz]

Changed

  • Required only implementations of Config\RuleSet\ExplicitRuleSet not to configure any rules for rule sets (#313), by [@localheinz]
  • Required implementations of Config\RuleSet\ExplicitRuleSet to configure non-deprecated rules that are configurable with an explicit configuration when enabled (#314), by [@localheinz]
  • Required implementations of Config\RuleSet\ExplicitRuleSet to configure non-deprecated rules that are configurable with all non-deprecated configuration options when enabled (#320), by [@localheinz]
  • Required only implementations of Config\RuleSet\ExplicitRuleSet to configure all non-deprecated rules (#321), by [@localheinz]

Fixed

  • Stopped configuring rules using deprecated configuration options (#319), by [@localheinz]

[2.9.0][2.9.0]

For a full diff see [2.8.0...2.9.0][2.8.0...2.9.0].

Changed

  • Enabled and configured php_unit_test_case_static_method_calls fixer for Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit (#301), by [@localheinz]
  • Configured phpdoc_order_by_value fixer to order @throws annotations (#302), by [@localheinz]
  • Enabled php_unit_set_up_tear_down_visibility fixer for Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit (#303), by [@localheinz]
  • Enabled allow_single_line_anonymous_class_with_empty_body option for braces fixer (#306), by [@localheinz]
  • Configured phpdoc_order_by_value fixer to order @throws annotations for Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit (#310), by [@localheinz]

Fixed

[2.8.0][2.8.0]

For a full diff see [2.7.0...2.8.0][2.7.0...2.8.0].

Added

  • Added Ergebnis\PhpCsFixer\Config\RuleSet\PhpUnit, a rule set for phpunit/phpunit (#300), by [@localheinz]
Commits
  • cb5395a Merge pull request #321 from ergebnis/fix/rules
  • 3b3afbb Fix: Only require implementations of ExplicitRuleSet to configure every non-d...
  • 1806810 Merge pull request #320 from ergebnis/fix/option
  • d5e1113 Fix: Configure binary_operator_spaces fixer using all non-deprecated options
  • 1ea5cf9 Fix: Configure braces fixer using all non-deprecated options
  • 94bfabe Fix: Configure doctrine_annotation_array_assignment fixer using all non-depre...
  • 54509ef Fix: Configure doctrine_annotation_braces fixer using all non-deprecated options
  • 00c522b Fix: Configure doctrine_annotation_spaces fixer using all non-deprecated options
  • fa490cd Fix: Configure error_suppression fixer using all non-deprecated options
  • cb38428 Fix: Configure method_argument_space fixer using all non-deprecated options
  • 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
Copy Markdown

codecov bot commented Dec 29, 2020

Codecov Report

Merging #278 (493ad7d) into main (3e137ce) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #278   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        20        20           
===========================================
  Files              1         1           
  Lines             50        50           
===========================================
  Hits              50        50           

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 3e137ce...493ad7d. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Dec 29, 2020
ergebnis-bot
ergebnis-bot previously approved these changes Dec 29, 2020
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch from a64b8fa to 0974f18 Compare December 29, 2020 13:43
@ergebnis-bot ergebnis-bot self-requested a review December 29, 2020 13:44
ergebnis-bot
ergebnis-bot previously approved these changes Dec 29, 2020
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch from 0974f18 to 493ad7d Compare December 29, 2020 13:45
@ergebnis-bot ergebnis-bot self-requested a review December 29, 2020 13:46
@ergebnis-bot ergebnis-bot merged commit bcc0fbb into main Dec 29, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch December 29, 2020 13:46
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.

1 participant