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

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

@codecov
Copy link

codecov bot commented Dec 28, 2020

Codecov Report

Merging #318 (6d617cc) into main (36327f5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #318   +/-   ##
=========================================
  Coverage     90.20%   90.20%           
  Complexity      150      150           
=========================================
  Files            23       23           
  Lines           429      429           
=========================================
  Hits            387      387           
  Misses           42       42           

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 36327f5...6d617cc. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Dec 28, 2020
@ergebnis-bot ergebnis-bot merged commit b4e00fc into main Dec 28, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ergebnis/php-cs-fixer-config-2.10.0 branch December 28, 2020 05:47
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.

None yet

1 participant