linchpin / post-type-spotlight

Allows admin chosen post types to have a featured post check box on the edit screen. Also adds appropriate classes to front end post display, and allows featured posts to be queried via a taxonomy query.
GNU General Public License v2.0
0 stars 0 forks source link

chore(deps): update dependency friendsofphp/php-cs-fixer to ^3.23.0 #56

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
friendsofphp/php-cs-fixer require-dev minor ^3.22.0 -> ^3.23.0

Release Notes

PHP-CS-Fixer/PHP-CS-Fixer (friendsofphp/php-cs-fixer) ### [`v3.23.0`](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/HEAD/CHANGELOG.md#Changelog-for-v3230) [Compare Source](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.22.0...v3.23.0) - bug: BlankLineBeforeStatementFixer - do not enforce/add a blank line when there is a blank line between the comment and the statement already ([#​7190](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7190)) - bug: Fix detecting classy invokation in catch ([#​7191](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7191)) - bug: Fix names resolving in `no_superfluous_phpdoc_tags` fixer ([#​7189](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7189)) - bug: Fix various bugs in `FullyQualifiedStrictTypesFixer` fixer ([#​7188](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7188)) - bug: Fixed line between general script documentation and require ([#​7177](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7177)) - bug: Support annotations with arguments in `FinalInternalClassFixer` ([#​7160](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7160)) - bug: YieldFromArrayToYieldsFixer - fix for `yield from` after `}` ([#​7169](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7169)) - bug: YieldFromArrayToYieldsFixer - fix handling the comment before the first array element ([#​7193](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7193)) - bug: `HeaderCommentFixer` must run before `BlankLinesBeforeNamespaceFixer` ([#​7205](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7205)) - bug: `NoUselessReturnFixer` must run before `SingleLineEmptyBodyFixer` ([#​7226](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7226)) - bug: `PhpdocInlineTagNormalizerFixer` - do not break tags ([#​7227](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7227)) - docs: Add allowed values of tags in the `phpdoc_align` ([#​7120](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7120)) - docs: Add extra information for GitLab reporter's integration with GitLab Code Quality ([#​7172](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7172)) - docs: Change the single backticks to double in description of the rules option ([#​7173](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7173)) - docs: Condensed output for rule sets' list that fixer is included in ([#​7182](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7182)) - docs: Improve contributing guide ([#​7204](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7204)) - docs: `MethodArgumentSpaceFixer` - mention PSR in Fixer definition ([#​7157](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7157)) - DX: add first auto-review tests for composer.json file ([#​7210](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7210)) - DX: add `YieldFromArrayToYieldsFixer` to `PhpCsFixer` set ([#​7115](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7115)) - DX: Allow OS conditions for integration tests ([#​7161](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7161)) - DX: Apply current CS rules ([#​7178](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7178)) - DX: Apply suggestions from PR 7210 ([#​7213](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7213)) - DX: apply `ReturnToYieldFromFixer` ([#​7181](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7181)) - DX: Do not mark "long term ideas" as stale ([#​7206](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7206)) - DX: enable `HeredocIndentationFixer` for the codebase ([#​7195](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7195)) - DX: enable `UseArrowFunctionsFixer` for the codebase ([#​7194](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7194)) - DX: few phpstan fixes ([#​7208](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7208)) - DX: fix contravariant types in PHPDocs ([#​7167](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7167)) - DX: Fix detecting trailing spaces ([#​7216](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7216)) - DX: Fix some PHPStan issues ([#​7180](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7180)) - DX: Get rid of deprecation warnings in Mess Detector ([#​7215](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7215)) - DX: Improve Composer scripts ([#​7214](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7214)) - DX: Improve Mess Detector Integration ([#​7224](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7224)) - DX: Introduce Composer scripts as common DX ([#​6839](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/6839)) - DX: refactor `ErrorOutputTest` ([#​7183](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7183)) - DX: remove unnecessary arrays from data providers ([#​7170](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7170)) - DX: update `CurlyBracesPositionFixer` code samples ([#​7198](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7198)) - DX: update `HeredocIndentationFixer` code samples ([#​7197](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7197)) - DX: update `PhpdocToReturnTypeFixer` code samples ([#​7199](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7199)) - feature: add at least one space around binary operators ([#​7175](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7175)) - feature: BlankLineBeforeStatementFixer - take into account comment before statement ([#​7166](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7166)) - feature: Introduce `ReturnToYieldFromFixer` ([#​7168](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7168)) - feature: Introduce `SpacesInsideParenthesesFixer` ([#​5709](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/5709)) - feature: Support array destructuring in `trim_array_spaces` ([#​7218](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7218)) - feature: `BlankLineBeforeStatementFixer` - skip enum cases ([#​7203](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7203)) - minor: more arrow function usage ([#​7223](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7223)) - minor: PhpdocAlignFixerTest - convert CUSTOM tags test to not rely on non-custom tag from TAGS_WITH_NAME ([#​7209](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7209)) - minor: use JSON_THROW_ON_ERROR for trivial cases ([#​7221](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7221)) - minor: use more spread operator ([#​7222](https://togithub.com/PHP-CS-Fixer/PHP-CS-Fixer/issues/7222))

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

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



This PR has been generated by Mend Renovate. View repository job log here.