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.10.0 to 2.13.0 #226

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2021

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

Release notes

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

2.13.0

2.12.1

  • composer(deps-dev): bump phpstan/phpstan from 0.12.68 to 0.12.69 (#345), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from v3.0.14 to v3.0.15 (#346), by @dependabot[bot]
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.15.0 to 0.15.1 (#347), by @dependabot[bot]
  • composer(deps): bump friendsofphp/php-cs-fixer from 2.18.1 to 2.18.2 (#348), by @dependabot[bot]

2.12.0

  • composer(deps-dev): bump phpstan/phpstan from 0.12.67 to 0.12.68 (#342), by @dependabot[bot]
  • composer(deps): bump friendsofphp/php-cs-fixer from 2.18.0 to 2.18.1 (#343), by @dependabot[bot]
  • Enhancement: Configure phpdoc_order_by_value fixer to order @method, @property, and @property-* annotations (#344), by @localheinz

2.11.0

  • Enhancement: Synchronize rule set for PhpUnit with phpunit/phpunit (#322), by @localheinz
  • Enhancement: Add rule set for fakerphp/faker (#323), by @localheinz
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.11.0 to 2.12.1 (#324), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.12.1 to 2.13.0 (#325), by @dependabot[bot]
  • Enhancement: Update license year (#327), by @localheinz
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.13.0 to 2.13.2 (#326), by @dependabot[bot]
  • Enhancement: Synchronize with ergebnis/php-library-template (#328), by @localheinz
  • Fix: Use assertEquals() instead of assertSame() (#329), by @localheinz
  • Enhancement: Return true when expected rule configuration is empty array (#330), by @localheinz
  • Enhancement: Simplify assertions (#331), by @localheinz
  • composer(deps-dev): bump phpstan/phpstan from 0.12.64 to 0.12.65 (#332), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.65 to 0.12.66 (#334), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.7 to 0.12.8 (#333), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.8 to 0.12.9 (#335), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.66 to 0.12.67 (#336), by @dependabot[bot]
  • composer(deps-dev): bump phpunit/phpunit from 8.5.13 to 8.5.14 (#338), by @dependabot[bot]
  • Fix: Replace unnecessary polyfills (#339), by @localheinz
  • composer(deps): bump friendsofphp/php-cs-fixer from 2.17.3 to 2.18.0 (#337), by @dependabot[bot]
  • Enhancement: Update vimeo/psalm (#341), by @localheinz
  • Fix: Changelog (#340), by @localheinz
Changelog

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

[2.13.0][2.13.0]

For a full diff see [2.12.1...2.13.0][2.12.1...2.13.0].

Added

  • Added Ergebnis\PhpCsFixer\Config\RuleSet\Php80, a rule set for PHP 8.0 (#350), by [@localheinz]
  • Added Ergebnis\PhpCsFixer\Config\RuleSet\Php72, a rule set for PHP 7.2 (#352), by [@localheinz]

[2.12.1][2.12.1]

For a full diff see [2.12.0...2.12.1][2.12.0...2.12.1].

Fixed

[2.12.0][2.12.0]

For a full diff see [2.11.0...2.12.0][2.11.0...2.12.0].

Changed

  • Configured phpdoc_order_by_value fixer to sort @method, @property, @property-read, and @property-write annotations in the Php71, Php73, Php74 rule sets (#344), by [@localheinz]

Fixed

[2.11.0][2.11.0]

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

Added

  • Added Ergebnis\PhpCsFixer\Config\RuleSet\Faker, a rule set for fakerphp/faker (#323), by [@localheinz]

Changed

Commits
  • b1ea74f Merge pull request #352 from ergebnis/feature/php72
  • fb355ad Enhancement: Add rule set for PHP 7.2
  • b10a996 Merge pull request #351 from ergebnis/fix/polyfill
  • 5c97982 Fix: Do not replace symfony/polyfill-*
  • 52c7c1f Merge pull request #350 from ergebnis/feature/php80
  • 5e0cf7f Merge pull request #349 from ergebnis/dependabot/composer/phpstan/phpstan-0.1...
  • bd0c6f8 composer(deps-dev): bump phpstan/phpstan from 0.12.69 to 0.12.70
  • 0d85b8c Enhancement: Add rule set for PHP 8.0
  • 40245b4 Merge pull request #348 from ergebnis/dependabot/composer/friendsofphp/php-cs...
  • 559141c Fix: Update CHANGELOG.md
  • 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

codecov bot commented Feb 1, 2021

Codecov Report

Merging #226 (2aa4277) into main (7d8af9c) will not change coverage.
The diff coverage is n/a.

❗ Current head 2aa4277 differs from pull request most recent head f9ac930. Consider uploading reports for the commit f9ac930 to get more accurate results
Impacted file tree graph

@@            Coverage Diff            @@
##               main     #226   +/-   ##
=========================================
  Coverage     92.94%   92.94%           
  Complexity       88       88           
=========================================
  Files            11       11           
  Lines           170      170           
=========================================
  Hits            158      158           
  Misses           12       12           

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 7d8af9c...f9ac930. Read the comment docs.

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 2 times, most recently from 50486ca to 6fdb500 Compare February 8, 2021 08:14
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 3 times, most recently from cb8599c to 889546f Compare February 15, 2021 08:12
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 2 times, most recently from c0ce369 to 03fbf57 Compare February 22, 2021 08:23
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 2 times, most recently from 9c6eb55 to b2d1e3f Compare March 1, 2021 09:02
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch from b2d1e3f to e099f1e Compare March 18, 2021 08:39
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 2 times, most recently from 1adc1db to 597f06e Compare March 25, 2021 22:30
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch 2 times, most recently from 152b341 to 8f8214f Compare April 20, 2021 08:55
@localheinz
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch from 8f8214f to f9ac930 Compare April 20, 2021 09:19
@localheinz localheinz self-assigned this Apr 20, 2021
@localheinz localheinz merged commit d9ef59a into main Apr 20, 2021
@localheinz localheinz deleted the dependabot/composer/ergebnis/php-cs-fixer-config-2.13.0 branch April 20, 2021 09:21
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