swoole-bundle icon indicating copy to clipboard operation
swoole-bundle copied to clipboard

build(deps-dev): bump slevomat/coding-standard from 8.15.0 to 8.18.1

Open dependabot[bot] opened this issue 6 months ago • 1 comments

Bumps slevomat/coding-standard from 8.15.0 to 8.18.1.

Release notes

Sourced from slevomat/coding-standard's releases.

8.18.1

🐛 Fixes

  • SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fix error when no code is found after @var (thanks to @​AegirLeet)
  • SlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwise not operator

8.18.0

🔧 Improvements

  • SlevomatCodingStandard.Classes.ClassStructure: Support for custom method groups based on method name prefix (thanks to @​maryo)

🐛 Fixes

  • SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multiline call which exactly fits into line length limit (thanks to @​maryo)

8.17.1

🐛 Fixes

  • SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix

8.17.0

🔧 Improvements

  • SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator: New option checkIfConditions

🐛 Fixes

  • SlevomatCodingStandard.Classes.MethodSpacing: Fixed check for methods with more attributes

8.16.2

🐛 Fixes

  • SlevomatCodingStandard.TypeHints.ReturnTypeHint: Fixed false positive
  • SlevomatCodingStandard.Variables.UnusedVariable: Fixed false positive
  • SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint: Fix logic error (thanks to @​jrfnl)

8.16.1

🐛 Fixes

  • Fixed BC break

8.16.0

⚠️

  • Drop PHP 7.2 and 7.3 support
  • Tested on PHP 8.4 but no support for PHP 8.4 features
  • Update to phpstan/phpdoc-parser 2.0 (thanks to @​ondrejmirtes)

🆕 New sniffs

... (truncated)

Commits
  • 06b18b3 Updated dependencies
  • a0bf89e SlevomatCodingStandard.PHP.UselessParentheses: Fixed false positive for bitwi...
  • 1501a61 InlineDocCommentDeclarationSniff: fix error when no code is found after @​var
  • f3b23cb Updated dependencies
  • f8ea50b Fix documentation
  • a73b83f SlevomatCodingStandard.Classes.ClassStructure: Support for custom method grou...
  • c2eab04 SlevomatCodingStandard.Functions.RequireMultiLineCall: Fix reporting multilin...
  • 9bad414 SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix
  • e1f8682 Updated dependencies
  • 3432531 Fix typo for new RequireNullCoalesceEqualOperator flag
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

dependabot[bot] avatar May 23 '25 03:05 dependabot[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.72%. Comparing base (159adf5) to head (1322065).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             develop     #201   +/-   ##
==========================================
  Coverage      78.72%   78.72%           
  Complexity      1379     1379           
==========================================
  Files            215      215           
  Lines           5444     5444           
==========================================
  Hits            4286     4286           
  Misses          1158     1158           
:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar May 23 '25 03:05 codecov[bot]