Skip to content
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

Bump the composer group with 14 updates #2213

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 1, 2024

Bumps the composer group with 14 updates:

Package From To
php-parallel-lint/php-parallel-lint 1.3.2 1.4.0
phpcompatibility/phpcompatibility-wp 2.1.4 2.1.5
phpstan/phpstan 1.10.59 1.10.67
squizlabs/php_codesniffer 3.9.0 3.9.2
szepeviktor/phpstan-wordpress 1.3.3 1.3.4
composer/pcre 3.1.1 3.1.3
composer/xdebug-handler 3.0.3 3.0.4
php-stubs/wordpress-stubs 6.4.3 6.5.2
phpcompatibility/phpcompatibility-paragonie 1.3.2 1.3.3
symfony/config 5.4.36 5.4.39
symfony/dependency-injection 5.4.36 5.4.39
symfony/deprecation-contracts 2.5.2 2.5.3
symfony/filesystem 5.4.35 5.4.39
symfony/service-contracts 2.5.2 2.5.3

Updates php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0

Release notes

Sourced from php-parallel-lint/php-parallel-lint's releases.

v1.4.0

New version with support up to PHP 8.3 and preliminary support for PHP 8.4.

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from @​xaben.

Fixed

  • PHP 8.4 deprecation notice, #154 from @​Ayesh and @​jrfnl.
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @​jrfnl, fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from @​jrfnl.
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from @​jrfnl, fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from @​jrfnl.
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @​jrfnl.

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100

... (truncated)

Changelog

Sourced from php-parallel-lint/php-parallel-lint's changelog.

1.4.0 - 2024-03-27

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from [@​xaben].

Fixed

  • PHP 8.4 deprecation notice, #154 from [@​Ayesh] and [@​jrfnl].
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from [@​jrfnl], fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from [@​jrfnl].
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from [@​jrfnl], fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from [@​jrfnl].
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from [@​jrfnl].

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100 #102: php-parallel-lint/PHP-Parallel-Lint#102

... (truncated)

Commits
  • 6db5635 Changed version to 1.4.0
  • dd8accf README: update supported versions
  • c1600cd Changelog for the 1.4.0 release
  • d8ccacd CHANGELOG: order link list alphabetically
  • 359379e GH Actions: fix duplicate release
  • 9447a5c GH Actions: version update for various predefined actions
  • c6dad33 OutputTest: fix risky test
  • c09ad7f Make PHP 8.4 implicit nullability fix compatible with PHP < 7.1
  • 4d65d62 [PHP 8.4] Fixes for implicit nullability deprecation
  • b90851f Skip shebang sequence if it is the first line
  • Additional commits viewable in compare view

Updates phpcompatibility/phpcompatibility-wp from 2.1.4 to 2.1.5

Release notes

Sourced from phpcompatibility/phpcompatibility-wp's releases.

2.1.5 - 2024-04-25

Commits
  • 01c1ff2 Merge pull request #58 from PHPCompatibility/feature/changelog-2.1.5
  • d427f4d Changelog for the release of version 2.1.5
  • 27ae51f Merge pull request #55 from swissspidy/add/wp65-polyfills
  • cd655a3 Merge pull request #56 from fredden/feature/composer.lock-false
  • 373dcaf Merge pull request #57 from PHPCompatibility/feature/ghactions-xmllint-bypass...
  • 55cd61b GH Actions: work around intermittent apt-get errors
  • dff681f Composer: avoid writing a lock file
  • 6904657 WP 6.5: account for new function polyfills
  • 02e4bf7 Merge pull request #53 from PHPCompatibility/feature/composer-security-link
  • 261a93b Composer.json: add link to security policy
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.10.59 to 1.10.67

Release notes

Sourced from phpstan/phpstan's releases.

1.10.67

This is the last release, or one of the last releases, in 1.10.x series. The next one is going to be PHPStan 1.11, and it's going to be released at some point in May 2024.

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

  • composer-dependency-analyser: update to 1.5.0 (support functions) (#3011), thanks @​janedbal!

1.10.66

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

... (truncated)

Commits
  • 16ddbe7 PHPStan 1.10.67
  • 7961f7a Updated PHPStan to commit 7961f7ae1fe815b0796e4d73717f1b117d4a7163
  • 7f8f9cc Updated PHPStan to commit 7f8f9cce7f3903e505916c7afe04b7912570b5e2
  • f71da02 Updated PHPStan to commit f71da02958da0dd6b40193c64fcb6da12daf7227
  • 074de75 Updated PHPStan to commit 074de75ff3bffd32e554e3ce8b0dbbde003e471e
  • 1453c3f Updated PHPStan to commit 1453c3f160075f299dc4fc3b3098e8b0b3739b85
  • 4a4c739 Updated PHPStan to commit 4a4c739f9ff85b6c73659c21f8f3b8b7af8c82c9
  • 28c5729 Updated PHPStan to commit 28c57296288b78707902fdb4cdf9313a60eff363
  • a80cd8a Update Larastan
  • 336ab5c Update baselines
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.9.0 to 3.9.2

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.9.2 - 2024-04-24

Changed

  • The Generic.ControlStructures.DisallowYodaConditions sniff no longer listens for the null coalesce operator. #458
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #381 : Squiz.Commenting.ClosingDeclarationComment could throw the wrong error when the close brace being examined is at the very end of a file.
  • Fixed bug #385 : Generic.CodeAnalysis.JumbledIncrementer improved handling of parse errors/live coding.
  • Fixed bug #394 : Generic.Functions.CallTimePassByReference was not flagging call-time pass-by-reference in anonymous class instantiations
  • Fixed bug #420 : PEAR.Functions.FunctionDeclaration could run into a blocking PHP notice while fixing code containing a parse error.
  • Fixed bug #421 : File::getMethodProperties() small performance improvement & more defensive coding.
  • Fixed bug #423 : PEAR.WhiteSpace.ScopeClosingBrace would have a fixer conflict with itself when a close tag was preceded by non-empty inline HTML.
  • Fixed bug #424 : PSR2.Classes.ClassDeclaration using namespace relative interface names in the extends/implements part of a class declaration would lead to a fixer conflict.
  • Fixed bug #427 : Squiz.Operators.OperatorSpacing would have a fixer conflict with itself when an operator was preceeded by a new line and the previous line ended in a comment.
  • Fixed bug #430 : Squiz.ControlStructures.ForLoopDeclaration: fixed potential undefined array index notice
  • Fixed bug #431 : PSR2.Classes.ClassDeclaration will no longer try to auto-fix multi-line interface implements statements if these are interlaced with comments on their own line. This prevents a potential fixer conflict.
  • Fixed bug #453 : Arrow function tokenization was broken when the return type was a stand-alone true or false; or contained true or false as part of a union type.

Other

  • ESLint 9.0 has been released and changes the supported configuration file format. The (deprecated) Generic.Debug.ESLint sniff only supports the "old" configuration file formats and when using the sniff to run ESLint, the ESLINT_USE_FLAT_CONFIG=false environment variable will need to be set when using ESLint >= 9.0. For more information, see #436.

Statistics

Closed: 0 issues Merged: 22 pull requests

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

If you like what you see, please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

3.9.1 - 2024-03-31

Added

... (truncated)

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.9.2] - 2024-04-24

Changed

  • The Generic.ControlStructures.DisallowYodaConditions sniff no longer listens for the null coalesce operator. #458
  • Various housekeeping, including improvements to the tests and documentation.

Fixed

  • Fixed bug #381 : Squiz.Commenting.ClosingDeclarationComment could throw the wrong error when the close brace being examined is at the very end of a file.
  • Fixed bug #385 : Generic.CodeAnalysis.JumbledIncrementer improved handling of parse errors/live coding.
  • Fixed bug #394 : Generic.Functions.CallTimePassByReference was not flagging call-time pass-by-reference in anonymous class instantiations
  • Fixed bug #420 : PEAR.Functions.FunctionDeclaration could run into a blocking PHP notice while fixing code containing a parse error.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #421 : File::getMethodProperties() small performance improvement & more defensive coding.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #423 : PEAR.WhiteSpace.ScopeClosingBrace would have a fixer conflict with itself when a close tag was preceded by non-empty inline HTML.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #424 : PSR2.Classes.ClassDeclaration using namespace relative interface names in the extends/implements part of a class declaration would lead to a fixer conflict.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #427 : Squiz.Operators.OperatorSpacing would have a fixer conflict with itself when an operator was preceeded by a new line and the previous line ended in a comment.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #430 : Squiz.ControlStructures.ForLoopDeclaration: fixed potential undefined array index notice
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #431 : PSR2.Classes.ClassDeclaration will no longer try to auto-fix multi-line interface implements statements if these are interlaced with comments on their own line. This prevents a potential fixer conflict.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch
  • Fixed bug #453 : Arrow function tokenization was broken when the return type was a stand-alone true or false; or contained true or false as part of a union type.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch

Other

  • ESLint 9.0 has been released and changes the supported configuration file format. The (deprecated) Generic.Debug.ESLint sniff only supports the "old" configuration file formats and when using the sniff to run ESLint, the ESLINT_USE_FLAT_CONFIG=false environment variable will need to be set when using ESLint >= 9.0. For more information, see #436.

#381: PHPCSStandards/PHP_CodeSniffer#381 #385: PHPCSStandards/PHP_CodeSniffer#385 #394: PHPCSStandards/PHP_CodeSniffer#394 #420: PHPCSStandards/PHP_CodeSniffer#420 #421: PHPCSStandards/PHP_CodeSniffer#421 #423: PHPCSStandards/PHP_CodeSniffer#423 #424: PHPCSStandards/PHP_CodeSniffer#424 #427: PHPCSStandards/PHP_CodeSniffer#427 #430: PHPCSStandards/PHP_CodeSniffer#430 #431: PHPCSStandards/PHP_CodeSniffer#431

... (truncated)

Commits
  • aac1f6f Merge pull request #459 from PHPCSStandards/feature/changelog-3.9.2
  • f076b63 Changelog for the 3.9.2 release
  • 83f3859 Merge pull request #460 from PHPCSStandards/feature/tests-arrow-functions-vs-...
  • 273959e Tokenizer/PHP: add tests for arrow functions with intersection types
  • b0d2d61 Merge pull request #453 from PHPCSStandards/feature/tokenizer-php-fix-bug-arr...
  • bd6356c Tokenizer/PHP: arrow function tokenization broken when true/false used in ret...
  • 46b883d BackfillFnTokenTest: use data providers when appropriate
  • 5f38ce0 Merge pull request #458 from rodrigoprimo/disallow-yoda-condition-drop-null-c...
  • e4d3743 Generic/DisallowYodaConditions: ?? should not trigger the sniff
  • 8d2363d Merge pull request #394 from rodrigoprimo/test-coverage-call-time-pass-by-ref...
  • Additional commits viewable in compare view

Updates szepeviktor/phpstan-wordpress from 1.3.3 to 1.3.4

Release notes

Sourced from szepeviktor/phpstan-wordpress's releases.

v1.3.4

One more global constant.

Commits

Updates composer/pcre from 3.1.1 to 3.1.3

Release notes

Sourced from composer/pcre's releases.

3.1.3

  • Fixed deprecations when running on PHP 8.4

Full Changelog: composer/pcre@3.1.2...3.1.3

3.1.2

  • Fixed @param-out and $match by-ref args to work better with PHPStan 1.10.60
  • Fixed bug in Preg::replaceCallbackStrictGroups not detecting null values when used with PREG_OFFSET_CAPTURE

Full Changelog: composer/pcre@3.1.1...3.1.2

Commits
  • 5b16e25 Merge branch '2.x'
  • 540af38 Fix phpstan baseline
  • 3de930c Add conditional param-out to fix internal returns
  • 28fb502 Fix php8.4 deprecations and add CI versions
  • 4775f35 Fix bug in Preg::replaceCallbackStrictGroups not detecting null values when u...
  • 7539e8f Merge branch '2.x'
  • 02b8774 Update param-out annotations
  • See full diff in compare view

Updates composer/xdebug-handler from 3.0.3 to 3.0.4

Release notes

Sourced from composer/xdebug-handler's releases.

3.0.4

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Changelog

Sourced from composer/xdebug-handler's changelog.

[3.0.4] - 2024-03-26

  • Added: Functional tests.
  • Fixed: Incompatibility with PHPUnit 10.
Commits
  • 4f988f8 Prepare 3.0.4
  • f312aba Document using functional test scripts (#153)
  • 5b92607 Add functional tests
  • da886fc Show debug restart command as an array or string
  • 6282b17 Refactor prepareRestart to make it more robust
  • 0755533 Use PHPUnit directly
  • 04aaa11 Update github actions
  • f0504b3 Fix phpstan issues
  • aef0a61 Merge pull request #151 from DavidPrevot/phpunit
  • ded326e Adapt to recent version of PHPUnit (10)
  • Additional commits viewable in compare view

Updates php-stubs/wordpress-stubs from 6.4.3 to 6.5.2

Release notes

Sourced from php-stubs/wordpress-stubs's releases.

WordPress 6.5 with many more features

Do core people see our type fixes??

Commits
  • 379f17a Generate stubs for WordPress 6.5.2
  • a2776cf Generate stubs for WordPress 6.4.4
  • 4601bc6 Generate stubs for WordPress 6.3.4
  • 3fed45f Generate stubs for WordPress 6.3.3
  • 96fb51f Generate stubs for WordPress 6.3.1
  • 0f74d1e Generate stubs for WordPress 6.2.5
  • 76ebdc7 Generate stubs for WordPress 6.2.4
  • 965b804 Generate stubs for WordPress 6.2.3
  • a0de073 Generate stubs for WordPress 6.2.2
  • c3e73eb Generate stubs for WordPress 6.1.6
  • Additional commits viewable in compare view

Updates phpcompatibility/phpcompatibility-paragonie from 1.3.2 to 1.3.3

Release notes

Sourced from phpcompatibility/phpcompatibility-paragonie's releases.

1.3.3 - 2024-04-25

  • Prevent a new false positive when the ruleset is run over the code of the latest 1.x version of the sodium_compat polyfill itself.
  • The recommended version of the Composer PHPCS plugin is now ^1.0.
  • Other housekeeping. Includes a contribution from @​fredden.
Commits
  • 293975b Merge pull request #47 from PHPCompatibility/feature/changelog-1.3.3
  • 2449b00 Changelog for the release of version 1.3.3
  • 79eeee8 Merge pull request #48 from PHPCompatibility/feature/ghactions-minor-simplifi...
  • b6e1fd6 GH Actions: minor simplification
  • a53621b Merge pull request #44 from fredden/feature/composer.lock-false
  • f68cae1 Composer: avoid writing a lock file
  • a11d6ed Merge pull request #45 from PHPCompatibility/feature/ghactions-xmllint-bypass...
  • 0d82f23 GH Actions: work around intermittent apt-get errors
  • ede80c8 Merge pull request #46 from PHPCompatibility/feature/ghactions-update-for-sod...
  • 93a3376 Sodium Compat ruleset: prevent triggering on the polyfill
  • Additional commits viewable in compare view

Updates symfony/config from 5.4.36 to 5.4.39

Release notes

Sourced from symfony/config's releases.

v5.4.39

Changelog (symfony/config@v5.4.38...v5.4.39)

  • no significant changes

v5.4.38

Changelog (symfony/config@v5.4.37...v5.4.38)

Commits
  • 62cec4a Auto-close PRs on subtree-splits
  • 3dcd47d [Config] Fix YamlReferenceDumper handling of array examples
  • See full diff in compare view

Updates symfony/dependency-injection from 5.4.36 to 5.4.39

Release notes

Sourced from symfony/dependency-injection's releases.

v5.4.39

Changelog (https://github.com/symfony/dependency-injection/compare/v5.4.38....

Description has been truncated

Bumps the composer group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) | `1.3.2` | `1.4.0` |
| [phpcompatibility/phpcompatibility-wp](https://github.com/PHPCompatibility/PHPCompatibilityWP) | `2.1.4` | `2.1.5` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.59` | `1.10.67` |
| [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) | `3.9.0` | `3.9.2` |
| [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) | `1.3.3` | `1.3.4` |
| [composer/pcre](https://github.com/composer/pcre) | `3.1.1` | `3.1.3` |
| [composer/xdebug-handler](https://github.com/composer/xdebug-handler) | `3.0.3` | `3.0.4` |
| [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) | `6.4.3` | `6.5.2` |
| [phpcompatibility/phpcompatibility-paragonie](https://github.com/PHPCompatibility/PHPCompatibilityParagonie) | `1.3.2` | `1.3.3` |
| [symfony/config](https://github.com/symfony/config) | `5.4.36` | `5.4.39` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `5.4.36` | `5.4.39` |
| [symfony/deprecation-contracts](https://github.com/symfony/deprecation-contracts) | `2.5.2` | `2.5.3` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `5.4.35` | `5.4.39` |
| [symfony/service-contracts](https://github.com/symfony/service-contracts) | `2.5.2` | `2.5.3` |


Updates `php-parallel-lint/php-parallel-lint` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/develop/CHANGELOG.md)
- [Commits](php-parallel-lint/PHP-Parallel-Lint@v1.3.2...v1.4.0)

Updates `phpcompatibility/phpcompatibility-wp` from 2.1.4 to 2.1.5
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityWP/releases)
- [Commits](PHPCompatibility/PHPCompatibilityWP@2.1.4...2.1.5)

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

Updates `squizlabs/php_codesniffer` from 3.9.0 to 3.9.2
- [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.9.0...3.9.2)

Updates `szepeviktor/phpstan-wordpress` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/szepeviktor/phpstan-wordpress/releases)
- [Commits](szepeviktor/phpstan-wordpress@v1.3.3...v1.3.4)

Updates `composer/pcre` from 3.1.1 to 3.1.3
- [Release notes](https://github.com/composer/pcre/releases)
- [Commits](composer/pcre@3.1.1...3.1.3)

Updates `composer/xdebug-handler` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/composer/xdebug-handler/releases)
- [Changelog](https://github.com/composer/xdebug-handler/blob/main/CHANGELOG.md)
- [Commits](composer/xdebug-handler@3.0.3...3.0.4)

Updates `php-stubs/wordpress-stubs` from 6.4.3 to 6.5.2
- [Release notes](https://github.com/php-stubs/wordpress-stubs/releases)
- [Commits](php-stubs/wordpress-stubs@v6.4.3...v6.5.2)

Updates `phpcompatibility/phpcompatibility-paragonie` from 1.3.2 to 1.3.3
- [Release notes](https://github.com/PHPCompatibility/PHPCompatibilityParagonie/releases)
- [Commits](PHPCompatibility/PHPCompatibilityParagonie@1.3.2...1.3.3)

Updates `symfony/config` from 5.4.36 to 5.4.39
- [Release notes](https://github.com/symfony/config/releases)
- [Changelog](https://github.com/symfony/config/blob/7.0/CHANGELOG.md)
- [Commits](symfony/config@v5.4.36...v5.4.39)

Updates `symfony/dependency-injection` from 5.4.36 to 5.4.39
- [Release notes](https://github.com/symfony/dependency-injection/releases)
- [Changelog](https://github.com/symfony/dependency-injection/blob/7.0/CHANGELOG.md)
- [Commits](symfony/dependency-injection@v5.4.36...v5.4.39)

Updates `symfony/deprecation-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/deprecation-contracts/releases)
- [Changelog](https://github.com/symfony/deprecation-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/deprecation-contracts@v2.5.2...v2.5.3)

Updates `symfony/filesystem` from 5.4.35 to 5.4.39
- [Release notes](https://github.com/symfony/filesystem/releases)
- [Changelog](https://github.com/symfony/filesystem/blob/7.0/CHANGELOG.md)
- [Commits](symfony/filesystem@v5.4.35...v5.4.39)

Updates `symfony/service-contracts` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/symfony/service-contracts/releases)
- [Changelog](https://github.com/symfony/service-contracts/blob/main/CHANGELOG.md)
- [Commits](symfony/service-contracts@v2.5.2...v2.5.3)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-parallel-lint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpcompatibility/phpcompatibility-wp
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: szepeviktor/phpstan-wordpress
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/pcre
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: composer/xdebug-handler
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: phpcompatibility/phpcompatibility-paragonie
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/config
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/dependency-injection
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/deprecation-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/service-contracts
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants