Skip to content

Bump the php-dev group across 1 directory with 3 updates #177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2025

Bumps the php-dev group with 3 updates in the / directory: overtrue/phplint, phpstan/phpstan and squizlabs/php_codesniffer.

Updates overtrue/phplint from 9.4.2 to 9.5.6

Release notes

Sourced from overtrue/phplint's releases.

9.5.6 - 2025-01-15

Changed

  • Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices, when running with a PHP 8.4 runtime : requested by @​gnutix

  • Upgrade Dockerfile to use PHP 8.4 runtime

Full Changelog: 9.5.5...9.5.6

9.5.5 - 2024-12-08

Changed

  • upgrade SARIF output to support PhpLintConverter of bartlett/sarif-php-converters package

Full Changelog: 9.5.4...9.5.5

9.5.4 - 2024-11-01

[!WARNING]

Only versions 9.5.x or greater are now actively supported.

Versions 9.1, 9.2, 9.3, and 9.4 won't receive any updates as they reach end-of-life.

Changed

Drop PHPUnit 10 support and upgrade to PHPUnit 11

  • #216 : PHPUnit 11 support

Fixed

  • #215 : PHP 8.4 runtime support

Full Changelog: 9.5.3...9.5.4

9.5.3 - 2024-10-11

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.5.2...9.5.3

... (truncated)

Changelog

Sourced from overtrue/phplint's changelog.

9.5.6 - 2025-01-15

Changed

  • Make this package PHP 8.1 compatible again to allow using Symfony Components 6.4 without getting deprecations notices, when running with a PHP 8.4 runtime : requested by @​gnutix

  • Upgrade Dockerfile to use PHP 8.4 runtime

Full Changelog: 9.5.5...9.5.6

9.5.5 - 2024-12-08

Changed

  • upgrade SARIF output to support PhpLintConverter of bartlett/sarif-php-converters package

Full Changelog: 9.5.4...9.5.5

9.5.4 - 2024-11-01

[!WARNING]

Only versions 9.5.x or greater are now actively supported.

Versions 9.1, 9.2, 9.3, and 9.4 won't receive any updates as they reach end-of-life.

Changed

Drop PHPUnit 10 support and upgrade to PHPUnit 11

  • #216 : PHPUnit 11 support

Fixed

  • #215 : PHP 8.4 runtime support

Full Changelog: 9.5.3...9.5.4

9.5.3 - 2024-10-11

Fixed

  • #214 : junit invalid xml

Full Changelog: 9.5.2...9.5.3

9.5.2 - 2024-10-08

... (truncated)

Commits
  • 3fdc395 prepare bugfix release 9.5.6
  • b744667 upgrade Dockerfile to use PHP 8.4 runtime
  • 9832c11 following commit 36eb688fba1c5ca0da25a69f869a0c8e583c80e9, make PHPUnit compa...
  • 36eb688 re-introduce support to Symfony 6.4 LTS components (with PHP 8.1 minimum requ...
  • c074e6a prepare maintenance release 9.5.5
  • 7631fac update release workflow by raising BOX Manifest min version constraint (waiti...
  • 375a85d upgrade release workflow to use Box Manifest v4.1.2 (by default) to build PHA...
  • f07f64d upgrade SARIF output format (using bartlett/sarif-php-converters package)
  • f46df2e migrate PHUnit schema from 11.4 to 11.5 (release available since 2024-12-06)
  • 7999b43 prepare release 9.5.4
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.12.15 to 1.12.18

Release notes

Sourced from phpstan/phpstan's releases.

1.12.18

Bugfixes 🐛

Function signature fixes 🤖

1.12.17

If you're using larastan/larastan PHPStan extension, please update to version 2.9.14 alongside PHPStan 1.12.17 for improved compatibility with the new generic static<...> type. Thank you.

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.12.16

Bugfixes 🐛

... (truncated)

Commits
  • fef9f07 PHPStan 1.12.18
  • 14faee1 Updated PHPStan to commit 14faee1665ae02422705b9086b3a376b20ce2fe2
  • bd1a196 Updated PHPStan to commit bd1a196c00fe190298f76200fd5e051895356629
  • f5627dc Updated PHPStan to commit f5627dcc02aa54d6980d6837e3723885afc0c6dc
  • 7027b3b PHPStan 1.12.17
  • 49c631a Updated PHPStan to commit 49c631a5a6cab485dc87516071fc94c429eb5a6b
  • 10388a9 Updated PHPStan to commit 10388a9b6c403da3ac8d59b92fed9af52a3ca12d
  • eded2c3 Updated PHPStan to commit eded2c3a3b8c34232f9eb548f5ab9b0b9a138fac
  • c126d48 Updated PHPStan to commit c126d48c930fc45d0d787461a1f8f962177cbbf9
  • 703ec31 Updated PHPStan to commit 703ec3179658ae668b1bbe311aa828be66cc171a
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.11.2 to 3.11.3

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.3 - 2025-01-23

Changed

  • Generic.ControlStructures.InlineControlStructure no longer unnecessarily listens for T_SWITCH tokens. #595
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: improvements to error message for SpaceBeforeComma error. #783
  • The following sniff(s) have received efficiency improvements:
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #620 : Squiz.Functions.FunctionDeclarationArgumentSpacing: newlines after type will now be handled by the fixer. This also prevents a potential fixer conflict.
  • Fixed bug #782 : Tokenizer/PHP: prevent an "Undefined array key" notice during live coding for unfinished arrow functions.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after reference token was not flagged nor fixed.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after variadic token was not flagged nor fixed.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line before/after the equal sign for default values was not flagged nor fixed when equalsSpacing was set to 0.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer conflict when a new line is found before/after the equal sign for default values and equalsSpacing was set to 1.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer for spacing before/after equal sign could inadvertently remove comment.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer will now handle comments between the end of a parameter and a comma more cleanly.
  • Fixed bug #784 : Squiz.WhiteSpace.FunctionSpacing: prevent fixer conflict when a multi-line docblock would start on the same line as the function close curly being examined.

Statistics

Closed: 0 issues Merged: 14 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.11.3] - 2025-01-23

Changed

  • Generic.ControlStructures.InlineControlStructure no longer unnecessarily listens for T_SWITCH tokens. #595
  • Squiz.Functions.FunctionDeclarationArgumentSpacing: improvements to error message for SpaceBeforeComma error. #783
  • The following sniff(s) have received efficiency improvements:
    • Squiz.Functions.FunctionDeclarationArgumentSpacing
    • Thanks to [Dan Wallis][@​fredden] and [Juliette Reinders Folmer][@​jrfnl] for the patches.
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #620 : Squiz.Functions.FunctionDeclarationArgumentSpacing: newlines after type will now be handled by the fixer. This also prevents a potential fixer conflict.
  • Fixed bug #782 : Tokenizer/PHP: prevent an "Undefined array key" notice during live coding for unfinished arrow functions.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after reference token was not flagged nor fixed.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line after variadic token was not flagged nor fixed.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: new line before/after the equal sign for default values was not flagged nor fixed when equalsSpacing was set to 0.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer conflict when a new line is found before/after the equal sign for default values and equalsSpacing was set to 1.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer for spacing before/after equal sign could inadvertently remove comment.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #783 : Squiz.Functions.FunctionDeclarationArgumentSpacing: fixer will now handle comments between the end of a parameter and a comma more cleanly.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #784 : Squiz.WhiteSpace.FunctionSpacing: prevent fixer conflict when a multi-line docblock would start on the same line as the function close curly being examined.
    • Thanks to [Klaus Purer][@​klausi] for the patch

#595: PHPCSStandards/PHP_CodeSniffer#595 #620: PHPCSStandards/PHP_CodeSniffer#620 #782: PHPCSStandards/PHP_CodeSniffer#782 #783: PHPCSStandards/PHP_CodeSniffer#783 #784: PHPCSStandards/PHP_CodeSniffer#784

Commits
  • ba05f99 Merge pull request #789 from PHPCSStandards/feature/changelog-3.11.3
  • 2c9a33c Changelog for the 3.11.3 release
  • 751d4b0 Merge pull request #788 from PHPCSStandards/feature/docs-various-fixes
  • e8e123e Merge pull request #783 from PHPCSStandards/feature/squiz-functiondeclaration...
  • 76d4892 Docs: various minor fixes
  • d8924e3 Squiz/FunctionDeclarationArgumentSpacing: minor simplification
  • 0fec9ee Squiz/FunctionDeclarationArgumentSpacing: add test for the `NoSpaceBeforeHint...
  • d62f08d Squiz/FunctionDeclarationArgumentSpacing: add parse error/live coding tests
  • 7463c78 Squiz/FunctionDeclarationArgumentSpacing: rename test case file
  • 0e0e0fb Squiz/FunctionDeclarationArgumentSpacing: improve SpaceBeforeComma fixer
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the php-dev group with 3 updates in the / directory: [overtrue/phplint](https://github.com/overtrue/phplint), [phpstan/phpstan](https://github.com/phpstan/phpstan) and [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer).


Updates `overtrue/phplint` from 9.4.2 to 9.5.6
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@9.4.2...9.5.6)

Updates `phpstan/phpstan` from 1.12.15 to 1.12.18
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.1.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.15...1.12.18)

Updates `squizlabs/php_codesniffer` from 3.11.2 to 3.11.3
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.2...3.11.3)

---
updated-dependencies:
- dependency-name: overtrue/phplint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: php-dev
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: php-dev
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 19, 2025
@phavekes phavekes merged commit 4a89a91 into main Feb 19, 2025
1 check passed
@dependabot dependabot bot deleted the dependabot/composer/php-dev-940a7c2785 branch February 19, 2025 15:00
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.

1 participant