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 15 updates #2182

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the composer group with 15 updates:

Package From To
phpmd/phpmd 2.14.1 2.15.0
phpstan/phpstan 1.10.38 1.10.59
squizlabs/php_codesniffer 3.7.2 3.9.0
szepeviktor/phpstan-wordpress 1.3.0 1.3.3
composer/pcre 3.1.0 3.1.1
pdepend/pdepend 2.15.1 2.16.2
php-stubs/wordpress-stubs 6.3.0 6.4.3
symfony/config 5.4.26 5.4.36
symfony/dependency-injection 5.4.29 5.4.36
symfony/filesystem 5.4.25 5.4.35
symfony/polyfill-ctype 1.28.0 1.29.0
symfony/polyfill-mbstring 1.28.0 1.29.0
symfony/polyfill-php73 1.28.0 1.29.0
symfony/polyfill-php80 1.28.0 1.29.0
symfony/polyfill-php81 1.28.0 1.29.0

Updates phpmd/phpmd from 2.14.1 to 2.15.0

Release notes

Sourced from phpmd/phpmd's releases.

PHPMD 2.15.0

Added

Fixed

Documented

Contributors to this release

Full Changelog: phpmd/phpmd@2.14.1...2.15.0

Changelog

Sourced from phpmd/phpmd's changelog.

phpmd-2.15.0 (2023/12/11)

Commits
  • 74a1f56 Merge pull request #1053 from phpmd/release/2.15.0-release
  • 85f6e35 Fix release date
  • 00074e3 Merge pull request #1052 from phpmd/refactor/short-variable-name
  • b081e8b Merge pull request #1051 from phpmd/cleanup-symfony-test
  • 60cc797 Merge pull request #1050 from phpmd/test/fix-coverage-class
  • 0755e76 Add changelog for PHPMD 2.15.0
  • 41bb13c Cleanup coverage annotation and PHPDoc type
  • ce02a27 Fix deprecation to pass null to strlen() in ShortMethodName
  • c386c2f Cleanup no longer needed symfony downgrade step
  • 4a75765 Merge pull request #1049 from phpmd/fix/symfony-compatibility
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.10.38 to 1.10.59

Release notes

Sourced from phpstan/phpstan's releases.

1.10.59

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.10.58

Improvements 🔧

Bugfixes 🐛

... (truncated)

Commits
  • e607609 PHPStan 1.10.59
  • 995eff9 Updated PHPStan to commit 995eff969168ed1d2f291b1d1da8842e7da39f52
  • 473df92 Updated PHPStan to commit 473df926b3f687e968e8e519e310882ab72ff4ff
  • 299df51 Updated PHPStan to commit 299df5130a14d5a23073edb044b46209ee7b5426
  • d2c30d1 Updated PHPStan to commit d2c30d159f7aabb24f188d7d0a8a1b9ea87f8b61
  • b026126 Updated PHPStan to commit b0261263e2e3a3643a9a89eb0931c07d8e71dc18
  • 938321c Updated PHPStan to commit 938321ce0ebb24da8cd550b525ae50651fffc156
  • cfe839d Update baselines
  • 7a2af63 Updated PHPStan to commit 7a2af631d14529f2c7be95e064fbfef0bedc4b9f
  • 37f3c82 Updated PHPStan to commit 37f3c826b18410fbfae33ad2993029b5e8a755b0
  • Additional commits viewable in compare view

Updates squizlabs/php_codesniffer from 3.7.2 to 3.9.0

Commits

Updates szepeviktor/phpstan-wordpress from 1.3.0 to 1.3.3

Release notes

Sourced from szepeviktor/phpstan-wordpress's releases.

v1.3.3

What's Changed

New Contributors

Full Changelog: szepeviktor/phpstan-wordpress@v1.3.2...v1.3.3

Fix wp_die problem

What's Changed

Full Changelog: szepeviktor/phpstan-wordpress@v1.3.1...v1.3.2

v1.3.1

What's Changed

Full Changelog: szepeviktor/phpstan-wordpress@v1.3.0...v1.3.1

Commits

Updates composer/pcre from 3.1.0 to 3.1.1

Release notes

Sourced from composer/pcre's releases.

3.1.1

  • Fixed Preg::matchAllWithOffsets having the wrong phpdoc for $matches (#18)

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

Commits

Updates pdepend/pdepend from 2.15.1 to 2.16.2

Release notes

Sourced from pdepend/pdepend's releases.

PHP Depend 2.16.2

Changelog

(since 2.16.1...2.16.2)

Fixed

  • Fixed #705: Fix throw-expression parsing inside array access

PHP Depend 2.16.1

Changelog

(since 2.16.0...2.16.1)

Fixed

  • Fixed #699 Symfony 7 compatibility

PHP Depend 2.16.0

Changelog

(since 2.15.1...2.16.0)

Added

  • Added #692 PHP 8.3 Syntax
  • Added #686 Allow Symfony 7

Fixed

  • Fixed #691 Float parsing for number starting with 0.
  • Fixed #689 Handle conversion to/detection of UTF-8 encoding using either mbstring PHP extension or the polyfill provided by Symfony
  • Fixed phpmd/phpmd#914 Parsing the correct comment for method doc-block (Allow correct SuppressWarnings annotation handling on PHPMD)
  • Fixed phpmd/phpmd#804 Handle yield termination depending on context

New Contributors

Changelog

Sourced from pdepend/pdepend's changelog.

pdepend-2.16.2 (2023/12/17)

  • Fixed #705: Fix throw-expression parsing inside array access

pdepend-2.16.1 (2023/12/10)

  • Fixed #699: Fix Symfony 7 compatibility

pdepend-2.16.0 (2023/11/29)

  • Added #692 PHP 8.3 Syntax
  • Added #686 Allow Symfony 7
  • Fixed #691 Float parsing for number starting with 0.
  • Fixed #689 Handle conversion to/detection of UTF-8 encoding using either mbstring PHP extension or the polyfill provided by Symfony
  • Fixed phpmd/phpmd#914 Parsing the correct comment for method doc-block (Allow correct SuppressWarnings annotation handling on PHPMD)
  • Fixed phpmd/phpmd#804 Handle yield termination depending on context
Commits
  • f942b20 Merge pull request #706 from pdepend/release/2.16.2-release
  • d5bbaa6 Add 2.16.2 changelog
  • 9dcc17f Merge pull request #705 from pdepend/feature/throw-in-value
  • 411cea3 Add support for throw expressions in array index access
  • a5d739d Show issue with throw in key
  • 66ceb05 Merge pull request #700 from pdepend/release/2.16.1-release
  • 42fbddd Fix consistency with release not wording
  • fb6c54e Add changelog for 2.16.1
  • 71602df Merge pull request #699 from pdepend/fix/symfony-compatibility
  • a14bfb7 Build phar with Configuration weak types
  • Additional commits viewable in compare view

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

Release notes

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

Generate stubs for WordPress 6.4.3

No release notes provided.

Generate stubs for WordPress 6.4.2

No release notes provided.

Release v.6.4.1 - The four corners of a full circle

No release notes provided.

Release v6.4.0 - A high-energy explosion

What's Changed

Full Changelog: php-stubs/wordpress-stubs@v6.3.2...v6.4.0

Release v6.3.2 - The Skip

Ian did it.

props. @​IanDelMar

Commits

Updates symfony/config from 5.4.26 to 5.4.36

Release notes

Sourced from symfony/config's releases.

v5.4.36

Changelog (symfony/config@v5.4.35...v5.4.36)

v5.4.35

Changelog (symfony/config@v5.4.34...v5.4.35)

  • no significant changes

v5.4.31

Changelog (symfony/config@v5.4.30...v5.4.31)

Commits
  • 0a4f363 [Config][Messenger][Security] Don't turn deprecations into exceptions when un...
  • 6b76343 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • dd5ea39 [Config] Prefixing FileExistenceResource::__toString() to avoid conflict with...
  • See full diff in compare view

Updates symfony/dependency-injection from 5.4.29 to 5.4.36

Release notes

Sourced from symfony/dependency-injection's releases.

v5.4.36

Changelog (symfony/dependency-injection@v5.4.35...v5.4.36)

v5.4.35

Changelog (symfony/dependency-injection@v5.4.34...v5.4.35)

v5.4.34

Changelog (symfony/dependency-injection@v5.4.33...v5.4.34)

  • no significant changes

v5.4.33

Changelog (symfony/dependency-injection@v5.4.32...v5.4.33)

  • no significant changes

v5.4.32

Changelog (symfony/dependency-injection@v5.4.31...v5.4.32)

v5.4.31

Changelog (symfony/dependency-injection@v5.4.30...v5.4.31)

  • no significant changes
Commits
  • cc1fb23 [DependencyInjection] Fix computing error messages involving service locators
  • 45474d5 support lazy evaluated exception messages with Xdebug 3
  • f6557cc Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • 585ad66 [Cache][DependencyInjection][Lock][Mailer][Messenger][Notifier][Translation] ...
  • 75d5681 Update a test
  • 14969a5 remove duplicated service definition
  • d5d48f2 don't check parameter values if they are not set
  • eb1bcaf [Tests] Streamline
  • See full diff in compare view

Updates symfony/filesystem from 5.4.25 to 5.4.35

Release notes

Sourced from symfony/filesystem's releases.

v5.4.35

Changelog (symfony/filesystem@v5.4.34...v5.4.35)

  • no significant changes
Commits
  • 5a55360 Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
  • See full diff in compare view

Updates symfony/polyfill-ctype from 1.28.0 to 1.29.0

Commits

Updates symfony/polyfill-mbstring from 1.28.0 to 1.29.0

Commits

Updates symfony/polyfill-php73 from 1.28.0 to 1.29.0

Commits

Updates symfony/polyfill-php80 from 1.28.0 to 1.29.0

Commits

Updates symfony/polyfill-php81 from 1.28.0 to 1.29.0

Commits

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 composer group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [phpmd/phpmd](https://github.com/phpmd/phpmd) | `2.14.1` | `2.15.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.38` | `1.10.59` |
| [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer) | `3.7.2` | `3.9.0` |
| [szepeviktor/phpstan-wordpress](https://github.com/szepeviktor/phpstan-wordpress) | `1.3.0` | `1.3.3` |
| [composer/pcre](https://github.com/composer/pcre) | `3.1.0` | `3.1.1` |
| [pdepend/pdepend](https://github.com/pdepend/pdepend) | `2.15.1` | `2.16.2` |
| [php-stubs/wordpress-stubs](https://github.com/php-stubs/wordpress-stubs) | `6.3.0` | `6.4.3` |
| [symfony/config](https://github.com/symfony/config) | `5.4.26` | `5.4.36` |
| [symfony/dependency-injection](https://github.com/symfony/dependency-injection) | `5.4.29` | `5.4.36` |
| [symfony/filesystem](https://github.com/symfony/filesystem) | `5.4.25` | `5.4.35` |
| [symfony/polyfill-ctype](https://github.com/symfony/polyfill-ctype) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-mbstring](https://github.com/symfony/polyfill-mbstring) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php73](https://github.com/symfony/polyfill-php73) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php80](https://github.com/symfony/polyfill-php80) | `1.28.0` | `1.29.0` |
| [symfony/polyfill-php81](https://github.com/symfony/polyfill-php81) | `1.28.0` | `1.29.0` |


Updates `phpmd/phpmd` from 2.14.1 to 2.15.0
- [Release notes](https://github.com/phpmd/phpmd/releases)
- [Changelog](https://github.com/phpmd/phpmd/blob/master/CHANGELOG)
- [Commits](phpmd/phpmd@2.14.1...2.15.0)

Updates `phpstan/phpstan` from 1.10.38 to 1.10.59
- [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.38...1.10.59)

Updates `squizlabs/php_codesniffer` from 3.7.2 to 3.9.0
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/commits)

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

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

Updates `pdepend/pdepend` from 2.15.1 to 2.16.2
- [Release notes](https://github.com/pdepend/pdepend/releases)
- [Changelog](https://github.com/pdepend/pdepend/blob/master/CHANGELOG.md)
- [Commits](pdepend/pdepend@2.15.1...2.16.2)

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

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

Updates `symfony/dependency-injection` from 5.4.29 to 5.4.36
- [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.29...v5.4.36)

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

Updates `symfony/polyfill-ctype` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-ctype@v1.28.0...v1.29.0)

Updates `symfony/polyfill-mbstring` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-mbstring@v1.28.0...v1.29.0)

Updates `symfony/polyfill-php73` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-php73@v1.28.0...v1.29.0)

Updates `symfony/polyfill-php80` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-php80@v1.28.0...v1.29.0)

Updates `symfony/polyfill-php81` from 1.28.0 to 1.29.0
- [Commits](symfony/polyfill-php81@v1.28.0...v1.29.0)

---
updated-dependencies:
- dependency-name: phpmd/phpmd
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-minor
  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: pdepend/pdepend
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: php-stubs/wordpress-stubs
  dependency-type: indirect
  update-type: version-update:semver-minor
  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/filesystem
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: symfony/polyfill-ctype
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-mbstring
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php73
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php80
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: symfony/polyfill-php81
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@bacoords bacoords merged commit 1135293 into develop Mar 21, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/composer/develop/composer-36612aca8f branch March 21, 2024 23:48
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.

1 participant