json-normalizer
json-normalizer copied to clipboard
composer(deps-dev): bump ergebnis/php-cs-fixer-config from 4.7.0 to 4.10.0
Bumps ergebnis/php-cs-fixer-config from 4.7.0 to 4.10.0.
Release notes
Sourced from ergebnis/php-cs-fixer-config's releases.
4.10.0
What's Changed
- github-actions(deps): bump ergebnis/.github from 1.5.1 to 1.7.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#656- composer(deps-dev): bump ergebnis/license from 1.2.0 to 2.0.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#657- composer(deps-dev): bump vimeo/psalm from 4.27.0 to 4.28.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#658- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.15.0 to 4.15.1 by
@​dependabot
in ergebnis/php-cs-fixer-config#659- composer(deps-dev): bump vimeo/psalm from 4.28.0 to 4.29.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#660- composer(deps): bump friendsofphp/php-cs-fixer from 3.11.0 to 3.12.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#661- Enhancement: Enable and configure
no_useless_concat_operator
fixer by@​localheinz
in ergebnis/php-cs-fixer-config#662Full Changelog: https://github.com/ergebnis/php-cs-fixer-config/compare/4.9.0...4.10.0
4.9.0
What's Changed
- github-actions(deps): bump actions/stale from 5 to 6 by
@​dependabot
in ergebnis/php-cs-fixer-config#652- github-actions(deps): bump stefanzweifel/git-auto-commit-action from 4.14.1 to 4.15.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#653- composer(deps-dev): bump phpunit/phpunit from 9.5.24 to 9.5.25 by
@​dependabot
in ergebnis/php-cs-fixer-config#654- Enhancement: Configure
no_trailing_comma_in_singleline
fixer to includegroup_import
by@​localheinz
in ergebnis/php-cs-fixer-config#655Full Changelog: https://github.com/ergebnis/php-cs-fixer-config/compare/4.8.0...4.9.0
4.8.0
What's Changed
- composer(deps-dev): bump phpunit/phpunit from 9.5.21 to 9.5.22 by
@​dependabot
in ergebnis/php-cs-fixer-config#647- composer(deps-dev): bump phpunit/phpunit from 9.5.22 to 9.5.23 by
@​dependabot
in ergebnis/php-cs-fixer-config#648- composer(deps-dev): bump phpunit/phpunit from 9.5.23 to 9.5.24 by
@​dependabot
in ergebnis/php-cs-fixer-config#649- composer(deps-dev): bump vimeo/psalm from 4.26.0 to 4.27.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#650- composer(deps): bump friendsofphp/php-cs-fixer from 3.10.0 to 3.11.0 by
@​dependabot
in ergebnis/php-cs-fixer-config#651Full Changelog: https://github.com/ergebnis/php-cs-fixer-config/compare/4.7.0...4.8.0
Changelog
Sourced from ergebnis/php-cs-fixer-config's changelog.
[
4.10.0
][4.10.0]For a full diff see [
4.9.0...4.10.0
][4.9.0...4.10.0].Changed
- Updated
friendsofphp/php-cs-fixer
(#661), by [@​dependabot
]- Enabled and configured
no_useless_concat_operator
fixer (#662), by [@​localheinz
][
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 includegroup_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
- Updated
friendsofphp/php-cs-fixer
(#651), by [@​dependabot
]
Commits
633245c
Enhancement: Prepare release578d7e8
Fix: Add missing reference71fa029
Fix: Reference413f876
Merge pull request #662 from ergebnis/feature/no-useless-concat-operatorf4022db
Enhancement: Enable and configure no_useless_concat_operator fixerad8a971
Merge pull request #661 from ergebnis/dependabot/composer/friendsofphp/php-cs...2eaf72f
Fix: Update CHANGELOG.md8a76e99
Fix: Disable newly added fixerb2a2ca9
Fix: Dataf9f307d
Fix: DocBlock- Additional commits viewable in compare view
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 Report
Merging #745 (ffbe420) into main (848dc31) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## main #745 +/- ##
=========================================
Coverage 98.89% 98.89%
Complexity 146 146
=========================================
Files 32 32
Lines 452 452
=========================================
Hits 447 447
Misses 5 5
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Superseded by #751.