Skip to content

Commit

Permalink
Update dependency friendsofphp/php-cs-fixer to v3.66.1 (#2875)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[friendsofphp/php-cs-fixer](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer)
| `3.66.0` -> `3.66.1` |
[![age](https://developer.mend.io/api/mc/badges/age/packagist/friendsofphp%2fphp-cs-fixer/3.66.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/friendsofphp%2fphp-cs-fixer/3.66.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/packagist/friendsofphp%2fphp-cs-fixer/3.66.0/3.66.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/packagist/friendsofphp%2fphp-cs-fixer/3.66.0/3.66.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer)</summary>

###
[`v3.66.1`](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3661)

[Compare
Source](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.66.0...v3.66.1)

- chore: fix CI for Windows
([#&#8203;8326](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8326))
- chore: `NoMultipleStatementsPerLineFixer` - be aware of PHP 8.4
property hooks
([#&#8203;8344](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8344))
- chore: `TernaryToElvisOperatorFixer` - improvements based on PHPStan
detections
([#&#8203;8345](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8345))
- chore: `PhpUnitTestCaseStaticMethodCallsFixer` - fix type of `methods`
option in documemtation and add example with it
([#&#8203;8338](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8338))
- chore: update legacy deps
([#&#8203;8342](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8342))
- deps: update box
([#&#8203;8336](https://redirect.github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/8336))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/Runroom/archetype-drupal).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
renovate[bot] authored Jan 5, 2025
2 parents 4fe7af0 + 362ed07 commit 61ae41d
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 56 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"drupal/devel_entity_updates": "4.2.0",
"drupal/features": "5.0.x-dev",
"ergebnis/composer-normalize": "2.45.0",
"friendsofphp/php-cs-fixer": "3.66.0",
"friendsofphp/php-cs-fixer": "3.66.1",
"kint-php/kint": "6.0.1",
"kint-php/kint-twig": "6.0",
"mglaman/phpstan-drupal": "1.3.2",
Expand Down
106 changes: 51 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 61ae41d

Please sign in to comment.