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 4.4.0 to 4.11.0 #913

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

Bumps ergebnis/php-cs-fixer-config from 4.4.0 to 4.11.0.

Release notes

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

4.11.0

What's Changed

Full Changelog: ergebnis/php-cs-fixer-config@4.10.0...4.11.0

4.10.0

What's Changed

Full Changelog: ergebnis/php-cs-fixer-config@4.9.0...4.10.0

4.9.0

What's Changed

Full Changelog: ergebnis/php-cs-fixer-config@4.8.0...4.9.0

4.8.0

What's Changed

Full Changelog: ergebnis/php-cs-fixer-config@4.7.0...4.8.0

4.7.0

What's Changed

... (truncated)

Changelog

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

[4.11.0][4.11.0]

For a full diff see [4.10.0...4.11.0][4.10.0...4.11.0].

Changed

[4.10.0][4.10.0]

For a full diff see [4.9.0...4.10.0][4.9.0...4.10.0].

Changed

[4.9.0][4.9.0]

For a full diff see [4.8.0...4.9.0][4.8.0...4.9.0].

Changed

  • Configured no_trailing_comma_in_singleline fixer to include group_import (#655), by [@​dependabot]

[4.8.0][4.8.0]

For a full diff see [4.7.0...4.8.0][4.7.0...4.8.0].

Changed

[4.7.0][4.7.0]

For a full diff see [4.6.0...4.7.0][4.6.0...4.7.0].

Changed

  • Updated friendsofphp/php-cs-fixer (#642), by [@​dependabot]
  • Configured the whitespace_after_comma_in_array fixer to ensure a single space using the ensure_single_space option (#645), by [@​localheinz]
  • Configured the no_alternative_syntax fixer to ensure a single space using the fix_non_monolithic_code option (#646), by [@​localheinz]

Fixed

  • Require all configurable rules to be explicitly configured when enabled and part of an ExplicitRuleSet (#644), by [@​localheinz]

[4.6.0][4.6.0]

For a full diff see [4.5.3...4.6.0][4.5.3...4.6.0].

... (truncated)

Commits
  • 4badc10 Merge pull request #667 from ergebnis/dependabot/composer/friendsofphp/php-cs...
  • 81d5f5d Fix: Update CHANGELOG.md
  • b24c9c9 Fix: Configure closure_fn_spacing option of function_declaration fixer
  • e51173e composer(deps): Bump friendsofphp/php-cs-fixer from 3.12.0 to 3.13.0
  • d0f43c4 Merge pull request #666 from ergebnis/dependabot/github_actions/shivammathur/...
  • 9ab1221 Merge pull request #665 from ergebnis/dependabot/composer/phpunit/phpunit-9.5.26
  • 9b8385a github-actions(deps): Bump shivammathur/setup-php from 2.21.2 to 2.22.0
  • 0c3db6d composer(deps-dev): Bump phpunit/phpunit from 9.5.25 to 9.5.26
  • f7d0f06 Merge pull request #664 from ergebnis/dependabot/github_actions/stefanzweifel...
  • af7ed4d github-actions(deps): Bump stefanzweifel/git-auto-commit-action
  • 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)

Bumps [ergebnis/php-cs-fixer-config](https://github.com/ergebnis/php-cs-fixer-config) from 4.4.0 to 4.11.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@4.4.0...4.11.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@codecov
Copy link

codecov bot commented Nov 7, 2022

Codecov Report

Merging #913 (db8a170) into main (745c6e1) will not change coverage.
The diff coverage is n/a.

❗ Current head db8a170 differs from pull request most recent head 24541c7. Consider uploading reports for the commit 24541c7 to get more accurate results

@@            Coverage Diff            @@
##               main     #913   +/-   ##
=========================================
  Coverage     98.93%   98.93%           
  Complexity      105      105           
=========================================
  Files            25       25           
  Lines           283      283           
=========================================
  Hits            280      280           
  Misses            3        3           

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

@localheinz localheinz merged commit 00b5272 into main Nov 7, 2022
@localheinz localheinz deleted the dependabot/composer/ergebnis/php-cs-fixer-config-4.11.0 branch November 7, 2022 07:52
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