Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps ergebnis/php-cs-fixer-config from 2.5.2 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

2.7.0

... (truncated)

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]

[2.7.0][2.7.0]

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

Changed

... (truncated)

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)

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch from 057c274 to b22b960 Compare December 29, 2020 13:39
@codecov
Copy link

codecov bot commented Dec 29, 2020

Codecov Report

Merging #385 (202de77) into main (bb2ec68) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #385   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        87        87           
===========================================
  Files             12        12           
  Lines            302       302           
===========================================
  Hits             302       302           

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 bb2ec68...202de77. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch from b22b960 to c4e48d3 Compare December 29, 2020 14:35
@localheinz
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch from c4e48d3 to 3ea89bb Compare December 29, 2020 14:55
@localheinz localheinz self-assigned this Dec 29, 2020
@ergebnis-bot ergebnis-bot self-assigned this Dec 29, 2020
@ergebnis-bot ergebnis-bot merged commit a2bae1b 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 14:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants