Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 7, 2020

Mend Renovate

This PR contains the following updates:

Package Type Update Change
slevomat/coding-standard require-dev minor 6.3.9 -> 6.4.1

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

slevomat/coding-standard

v6.4.1

Compare Source

🐛 Fixes

  • NegationOperatorSpacingSniff: Fixed false positive
  • BlockControlStructureSpacingSniff: Fixed false positive
  • BlockControlStructureSpacingSniff: Ignore if with alternative syntax
  • JumpStatementsSpacingSniff: Fixed false positive
  • UselessParenthesesSniff: Fixed false positive
  • ReferenceUsedNamesOnlySniff: Improved fixer
  • RequireTernaryOperatorSniff: Improved fixer

v6.4.0

Compare Source

📣 You can now sponsor Slevomat Coding Standard development

🆕 New sniffs

  • RequireSingleLineConditionSniff: Enforces conditions of if, elseif, while and do-while to be on a single line
  • RequireMultiLineConditionSniff: Enforces conditions of if, elseif, while and do-while with one or more boolean operators to be splitted to more lines so each condition part is on its own line
  • RequireSingleLineCallSniff: Enforces function call to be on a single line
  • RequireMultiLineCallSniff: Enforces function call to be splitted to more lines so each parameter is on its own line
  • DeprecatedAnnotationDeclarationSniff: Reports @deprecated annotations without description (thanks to @​gmponos)
  • SuperfluousErrorNamingSniff: Reports use of superfluous suffix Error for errors (thanks to @​gmponos)

🔧 Improvements

  • All sniffs should work on PHP 8 if you don't use new syntax - new syntax has to be supported by PHPCS first
  • Support for class-string type hint
  • DuplicateSpacesSniff: New option ignoreSpacesInParameters
  • InlineDocCommentDeclarationSniff: New option allowAboveNonAssignment
  • ReferenceUsedNamesOnlySniff: Less colisions with AlphabeticallySortedUsesSniff

🐛 Fixes

  • LanguageConstructWithParenthesesSniff: Some errors were not reported

⚠️Deprecated

  • UnusedPrivateElementsSniff: Mark as deprecated

v6.3.11

Compare Source

📣 You can now sponsor Slevomat Coding Standard development

Fixes

  • UselessVariableSniff: Fixed false positive
  • TraitUseSpacingSniff: Fix for uses with comments
  • UselessParenthesesSniff: Fixed false positive
  • RequireExplicitAssertionSniff: Fixed fixer
  • DisallowArrayTypeHintSyntaxSniff: Fixed internal error
  • ParentCallSpacingSniff: Fixed false positives
  • DisallowCommentAfterCodeSniff: Fixed internal error
  • PropertySpacingSniff: Fixed internal error
  • PropertySpacingSniff: Fixed false positive
  • ConstantSpacingSniff: Fixed false positive
  • RequireTernaryOperatorSniff: Prevent introducing logic errors (thanks to @​Khartir)
  • ScopeHelper: Fixed internal error

Improvements

  • Added @phpstan-throws support

⚠️Deprecated

  • UnusedPrivateElementsSniff: Mark as deprecated

v6.3.10

Compare Source

📣 You can now sponsor Slevomat Coding Standard development

Fixes

  • UselessSemicolonSniff: Fixed internal error
  • UselessIfConditionWithReturnSniff: Don't remove comments automatically
  • ReferencedNameHelper: Fixed constant detection

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/slevomat-coding-standard-6.x branch from 58f5576 to 43f3beb Compare August 25, 2020 17:40
@renovate renovate bot changed the title chore(deps): update dependency slevomat/coding-standard to v6.3.10 chore(deps): update dependency slevomat/coding-standard to v6.3.11 Aug 25, 2020
@renovate renovate bot force-pushed the renovate/slevomat-coding-standard-6.x branch from 43f3beb to 3565de2 Compare August 31, 2020 08:50
@renovate renovate bot changed the title chore(deps): update dependency slevomat/coding-standard to v6.3.11 chore(deps): update dependency slevomat/coding-standard to v6.4.0 Aug 31, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Aug 31, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_composer --label=renovate_child -v "/mnt/renovate/gh/Apiki/wpsteak":"/mnt/renovate/gh/Apiki/wpsteak" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -w "/mnt/renovate/gh/Apiki/wpsteak" docker.io/renovate/composer bash -l -c "composer update slevomat/coding-standard --with-dependencies --ignore-platform-reqs --no-ansi --no-interaction --no-scripts --no-autoloader"
Dependency "squizlabs/php_codesniffer" is also a root requirement, but is not explicitly allowed. Ignoring.
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Installation request for slevomat/coding-standard 6.4.1 -> satisfiable by slevomat/coding-standard[6.4.1].
    - slevomat/coding-standard 6.4.1 requires squizlabs/php_codesniffer ^3.5.6 -> satisfiable by squizlabs/php_codesniffer[3.5.6, 3.5.7, 3.5.8, 3.x-dev] but these conflict with your requirements or minimum-stability.


@renovate renovate bot force-pushed the renovate/slevomat-coding-standard-6.x branch from 3565de2 to 9c9aa8c Compare October 26, 2020 21:00
@renovate renovate bot changed the title chore(deps): update dependency slevomat/coding-standard to v6.4.0 chore(deps): update dependency slevomat/coding-standard to v6.4.1 Oct 26, 2020
@renovate
Copy link
Contributor Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants