Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 28, 2025

Bumps slevomat/coding-standard from 8.15.0 to 8.17.1.

Release notes

Sourced from slevomat/coding-standard's releases.

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

  • SlevomatCodingStandard.TypeHints.ClassConstantTypeHint: Checks type hint of class constants (thanks to @​DaDeather)
  • SlevomatCodingStandard.TypeHints.DNFTypeHintFormat: Checks format of DNF type hints

🔧 Improvements

  • SlevomatCodingStandard.Classes.ClassStructure: Support for invoke method group
  • SlevomatCodingStandard.Classes.ClassStructure: Support for definition of custom groups (thanks to @​maryo)
  • SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: New option allowWhenNoNamespace
  • SlevomatCodingStandard.Classes.ForbiddenPublicProperty: New option allowReadonly - Add support for allowing public readonly properties (thanks to @​tfrommen)
  • SlevomatCodingStandard.TypeHints.DisallowMixedTypeHint: Does not report error when attribute #[Override] is presented (thanks to @​kamil-zacek)
  • SlevomatCodingStandard.PHP.UselessParentheses: Checks useless parentheses in (new Foo());
  • Remove use of deprecated T_ARRAY_HINT (thanks to @​jrfnl)

🐛 Fixes

... (truncated)

Commits
  • 9bad414 SlevomatCodingStandard.TypeHints.PropertyTypeHint: Fix
  • e1f8682 Updated dependencies
  • 3432531 Fix typo for new RequireNullCoalesceEqualOperator flag
  • ace04a4 Updated dependencies
  • 2031373 SlevomatCodingStandard.ControlStructures.RequireNullCoalesceEqualOperator: Ne...
  • 374ad13 SlevomatCodingStandard.Classes.MethodSpacing: Fixed check for methods with mo...
  • 8bf0408 Slevomat.Classes.ClassMemberSpacing: More tests
  • 080bc06 TypeHints/DisallowMixedTypeHint: fix logic error
  • 1136fb9 SlevomatCodingStandard.Variables.UnusedVariable: Fixed false positive
  • 1071c98 SlevomatCodingStandard.TypeHints.ReturnTypeHint: Fixed false positive
  • 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)

Bumps [slevomat/coding-standard](https://github.com/slevomat/coding-standard) from 8.15.0 to 8.17.1.
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.15.0...8.17.1)

---
updated-dependencies:
- dependency-name: slevomat/coding-standard
  dependency-version: 8.17.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Apr 28, 2025
@dependabot dependabot bot requested a review from a team as a code owner April 28, 2025 03:56
Copy link
Contributor Author

dependabot bot commented on behalf of github May 2, 2025

Superseded by #195.

@dependabot dependabot bot closed this May 2, 2025
@dependabot dependabot bot deleted the dependabot/composer/develop/slevomat/coding-standard-8.17.1 branch May 2, 2025 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants