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 5.16.0 to 6.0.0 #328

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps ergebnis/php-cs-fixer-config from 5.16.0 to 6.0.0.

Release notes

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

6.0.0

What's Changed

Full Changelog: ergebnis/php-cs-fixer-config@5.16.0...6.0.0

Changelog

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

[6.0.0][6.0.0]

For a full diff see [5.16.0...6.0.0][5.16.0...6.0.0].

Added

Changed

  • Allow implementations of Config\RuleSet to declare and configure custom fixers (#872), by [@​localheinz]
  • Renamed Config\RuleSet::targetPhpVersion() to Config\RuleSet::phpVersion() (#878), by [@​localheinz]
  • Reduced visibility of constructors and extracted named constructors Config\RuleSet\Php53::create(), Config\RuleSet\Php54::create(), Config\RuleSet\Php55::create(), Config\RuleSet\Php56::create(), Config\RuleSet\Php70::create(), Config\RuleSet\Php71::create(), Config\RuleSet\Php72::create(), Config\RuleSet\Php73::create(), Config\RuleSet\Php74::create(), Config\RuleSet\Php80::create(), Config\RuleSet\Php81::create(), Config\RuleSet\Php82::create() (#886), by [@​localheinz]
  • Turned Config\RuleSet into a value object returned from named constructors Config\RuleSet\Php53::create(), Config\RuleSet\Php54::create(), Config\RuleSet\Php55::create(), Config\RuleSet\Php56::create(), Config\RuleSet\Php70::create(), Config\RuleSet\Php71::create(), Config\RuleSet\Php72::create(), Config\RuleSet\Php73::create(), Config\RuleSet\Php74::create(), Config\RuleSet\Php80::create(), Config\RuleSet\Php81::create(), Config\RuleSet\Php82::create() (#888), by [@​localheinz]

Fixed

  • Fixed target PHP versions in Config\Ruleset\Php53, Config\Ruleset\Php54, Config\Ruleset\Php55, Config\Ruleset\Php56, and Config\Ruleset\Php70 (#864), by [@​localheinz]

Removed

  • Removed $name field from Config\Ruleset\AbstractRuleSet (#865), by [@​localheinz]
  • Removed $targetPhpVersion field and targetPhpVersion() method from Config\Ruleset\AbstractRuleSet (#866), by [@​localheinz]
  • Removed name() method from Config\Ruleset\AbstractRuleSet (#867), by [@​localheinz]
  • Removed rules() method from Config\Ruleset\AbstractRuleSet (#868), by [@​localheinz]
  • Removed DOCTRINE_IGNORED_TAGS constant from Config\Ruleset\AbstractRuleSet (#875), by [@​localheinz]
  • Removed constructor from Config\Ruleset\AbstractRuleSet (#876), by [@​localheinz]
  • Removed Config\Ruleset\AbstractRuleSet (#877), by [@​localheinz]
  • Removed Config\RuleSet\ExplicitRuleSet (#885), by [@​localheinz]
  • Removed optional $header parameter from Config\RuleSet\Php53::create(), Config\RuleSet\Php54::create(), Config\RuleSet\Php55::create(), Config\RuleSet\Php56::create(), Config\RuleSet\Php70::create(), Config\RuleSet\Php71::create(), Config\RuleSet\Php72::create(), Config\RuleSet\Php73::create(), Config\RuleSet\Php74::create(), Config\RuleSet\Php80::create(), Config\RuleSet\Php81::create(), Config\RuleSet\Php82::create() and added Config\RuleSet\Php53::withHeader(), Config\RuleSet\Php54::withHeader(), Config\RuleSet\Php55::withHeader(), Config\RuleSet\Php56::withHeader(), Config\RuleSet\Php70::withHeader(), Config\RuleSet\Php71::withHeader(), Config\RuleSet\Php72::withHeader(), Config\RuleSet\Php73::withHeader(), Config\RuleSet\Php74::withHeader(), Config\RuleSet\Php80::withHeader(), Config\RuleSet\Php81::withHeader(), Config\RuleSet\Php82::withHeader() mutators (#887), by [@​localheinz]
  • Removed optional $overrideRules parameter from Config\Factory::fromRuleSet() (#892), by [@​localheinz]
Commits
  • 3640845 Enhancement: Prepare release
  • 4aed7de Fix: Wording
  • 0de4299 Merge pull request #893 from ergebnis/feature/with-custom-fixers
  • 06e6044 Enhancement: Add Config\RuleSet::withCustomFixers() to allow merging Config\F...
  • 0580352 Merge pull request #892 from ergebnis/fix/remove
  • 3c88e3e Fix: Remove optional parameter
  • bb5f995 Merge pull request #891 from ergebnis/feature/with-rules
  • ccd58f4 Enhancement: Add Config\RuleSet::withRules() to allow overriding Config\Rules
  • 403c7a8 Fix: Wording
  • 57b765a Fix: DocBlock
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 5.16.0 to 6.0.0.
- [Release notes](https://github.com/ergebnis/php-cs-fixer-config/releases)
- [Changelog](https://github.com/ergebnis/php-cs-fixer-config/blob/main/CHANGELOG.md)
- [Commits](ergebnis/php-cs-fixer-config@5.16.0...6.0.0)

---
updated-dependencies:
- dependency-name: ergebnis/php-cs-fixer-config
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@codecov
Copy link

codecov bot commented Sep 18, 2023

Codecov Report

Merging #328 (21aacde) into main (fcf98da) will not change coverage.
Report is 1 commits behind head on main.
The diff coverage is n/a.

❗ Current head 21aacde differs from pull request most recent head 46df279. Consider uploading reports for the commit 46df279 to get more accurate results

@@            Coverage Diff            @@
##               main     #328   +/-   ##
=========================================
  Coverage     94.64%   94.64%           
  Complexity       61       61           
=========================================
  Files            15       15           
  Lines           299      299           
=========================================
  Hits            283      283           
  Misses           16       16           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@localheinz localheinz self-assigned this Sep 19, 2023
@localheinz localheinz merged commit 86bfb7b into main Sep 19, 2023
13 checks passed
@localheinz localheinz deleted the dependabot/composer/ergebnis/php-cs-fixer-config-6.0.0 branch September 19, 2023 08:13
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