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 dev-dependencies group across 1 directory with 6 updates #37

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 29, 2024

Bumps the dev-dependencies group with 6 updates in the / directory:

Package From To
friendsofphp/php-cs-fixer 3.49.0 3.54.0
phpstan/phpstan 1.10.57 1.10.67
phpstan/phpstan-symfony 1.3.7 1.3.12
phpunit/phpunit 10.5.10 10.5.20
shipmonk/composer-dependency-analyser 1.4.0 1.5.3
vimeo/psalm 5.20.0 5.23.1

Updates friendsofphp/php-cs-fixer from 3.49.0 to 3.54.0

Release notes

Sourced from friendsofphp/php-cs-fixer's releases.

v3.54.0 15 Keys Accelerate

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.53.0...v3.54.0

v3.53.0 15 Keys

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.52.1...v3.53.0

v3.52.1 15 Keys

What's Changed

... (truncated)

Changelog

Sourced from friendsofphp/php-cs-fixer's changelog.

Changelog for v3.54.0

  • feat: introduce PhpUnitAttributesFixer (#7831)
  • chore: Properly determine self-approval trigger commit (#7936)
  • chore: Revert ref for self-approval Git checkout (#7944)
  • CI: check if proper array key is declared (#7912)
  • DX: cleanup FullyQualifiedStrictTypesFixerTest (#7954)
  • DX: cleanup PhpdocNoAccessFixerTest (#7933)
  • DX: cleanup PhpUnitMethodCasingFixerTest (#7948)
  • DX: cleanup PhpUnitStrictFixerTest (#7938)
  • DX: Improve internal dist config for Fixer (#7952)
  • DX: Improve issue templates (#7942)
  • DX: there is no namespace if there is no PHP code (#7953)
  • DX: update .gitattributes (#7931)
  • fix: Remove Infection during Docker release (#7937)
  • fix: FullyQualifiedStrictTypesFixer - do not add imports before PHP opening tag (#7955)
  • fix: PhpUnitMethodCasingFixer - do not double underscore (#7949)
  • fix: PhpUnitTestClassRequiresCoversFixer - do not add annotation when there are attributes (#7880)
  • test: Ignore PHP version related mutations (#7935)

Changelog for v3.53.0

  • chore: Use list over array in more places (#7905)
  • CI: allow for self-approvals for maintainers (#7921)
  • CI: Improve Infection setup (#7913)
  • CI: no need to trigger enable auto-merge when self-approve (#7929)
  • DX: reduce array_filter function usages (#7923)
  • DX: remove duplicated character from trim call (#7930)
  • DX: update actions producing warnings (#7925)
  • DX: update actions producing warnings (#7928)
  • DX: update phpstan/phpstan-strict-rules (#7924)
  • feat: Add trailing comma in multiline to PER-CS 2.0 (#7916)
  • feat: Introduce AttributeAnalysis (#7909)
  • feat: @PHP84Migration introduction (#7774)
  • fix: Constant invocation detected in typed constants (#7892)
  • fix: PhpdocArrayTypeFixer - JIT stack limit exhausted (#7895)
  • test: Introduce Infection for mutation tests (#7874)

Changelog for v3.52.1

  • fix: StatementIndentationFixer - do not crash on ternary operator in class property (#7899)
  • fix: PhpCsFixer\Tokenizer\Tokens::setSize return type (#7900)

Changelog for v3.52.0

  • chore: fix PHP 8.4 deprecations (#7894)

... (truncated)

Commits
  • 2aecbc8 prepared the 3.54.0 release
  • 28209a2 DX: Improve internal dist config for Fixer (#7952)
  • f40f18e fix: FullyQualifiedStrictTypesFixer - do not add imports before PHP opening...
  • 35aca55 DX: cleanup FullyQualifiedStrictTypesFixerTest (#7954)
  • 1e6e13b DX: there is no namespace if there is no PHP code (#7953)
  • 0e9f115 fix: PhpUnitMethodCasingFixer - do not double underscore (#7949)
  • 8a115cd fix: PhpUnitTestClassRequiresCoversFixer - do not add annotation when there...
  • 6a69160 feat: introduce PhpUnitAttributesFixer (#7831)
  • 8713dfd DX: cleanup PhpUnitMethodCasingFixerTest (#7948)
  • ce40b80 DX: Improve issue templates (#7942)
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 1.10.57 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 phpstan/phpstan-symfony from 1.3.7 to 1.3.12

Release notes

Sourced from phpstan/phpstan-symfony's releases.

1.3.12

  • f4b9407 - Synchronize stub with symfony

1.3.11

  • 3fbf634 - Synchronize stub with symfony

1.3.10

  • 99848d8 - Add stub for Compound::getConstraints()

1.3.9

  • a32bc86 - Add @param-out for PropertyAccessor

1.3.8

  • d8a0bc0 - Narrow type for Extension::getConfiguration if class exists
Commits
  • f4b9407 Synchronize stub with symfony
  • 3fbf634 Synchronize stub with symfony
  • 99848d8 Add stub for Compound::getConstraints()
  • a32bc86 Add @param-out for PropertyAccessor
  • d8a0bc0 Narrow type for Extension::getConfiguration if class exists
  • See full diff in compare view

Updates phpunit/phpunit from 10.5.10 to 10.5.20

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 10.5.20

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

How to install or update PHPUnit

PHPUnit 10.5.19

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

How to install or update PHPUnit

PHPUnit 10.5.18

Deprecated

  • #5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

How to install or update PHPUnit

PHPUnit 10.5.17

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

How to install or update PHPUnit

PHPUnit 10.5.16

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

How to install or update PHPUnit

PHPUnit 10.5.15

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

How to install or update PHPUnit

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[10.5.20] - 2024-04-24

  • #5771: JUnit XML logger may crash when test that is run in separate process exits unexpectedly
  • #5819: Duplicate keys from different data providers are not handled properly

[10.5.19] - 2024-04-17

Fixed

  • #5818: Calling method() on a test stub created using createStubForIntersectionOfInterfaces() throws an unexpected exception

[10.5.18] - 2024-04-14

Deprecated

  • #5812: Support for string array keys in data sets returned by data provider methods that do not match the parameter names of the test method(s) that use(s) them

Fixed

  • #5795: Using @testWith annotation may generate PHP Warning: Uninitialized string offset 0

[10.5.17] - 2024-04-05

Changed

  • The namespaces of dependencies are now prefixed with PHPUnitPHAR instead of just PHPUnit for the PHAR distribution of PHPUnit

[10.5.16] - 2024-03-28

Changed

  • #5766: Do not use a shell in proc_open() if not really needed
  • #5772: Cleanup process handling after dropping temp-file handling

Fixed

  • #5570: Windows does not support exclusive locks on stdout

[10.5.15] - 2024-03-22

Fixed

  • #5765: Be more forgiving with error handlers that do not respect error suppression

[10.5.14] - 2024-03-21

Changed

  • #5747: Cache result of Groups::groups()
  • #5748: Improve performance of NamePrettifier::prettifyTestMethodName()

... (truncated)

Commits
  • 547d314 Prepare release
  • 6da42ed Make this test work on Windows
  • 371fc2c Update ChangeLog
  • 77dc808 Use JUnit XML logfile as expectation instead of test runner output
  • c722fb2 Do not crash when test run in child process ends unexpectedly and `--log-juni...
  • b2b3555 Add --log-junit to test
  • 94c00e3 Add test without --log-junit
  • 9d1c41f Merge branch '9.6' into 10.5
  • 33a0610 Merge branch '8.5' into 9.6
  • 920716c Update tools
  • Additional commits viewable in compare view

Updates shipmonk/composer-dependency-analyser from 1.4.0 to 1.5.3

Release notes

Sourced from shipmonk/composer-dependency-analyser's releases.

1.5.3

Fixes

  • Ensure output of junit format is valid xml (#129)
  • Check invalid cli options combinations (#131)

1.5.2

Fixes

  • Fix unknown function false positive in multi-attribute usages (#124)

1.5.1

Fixes

  • Fix wrong detection of attribute name when aliased import or FQN is used (#121)

1.5.0

New features

  • 🚀 support function detection (#71)
    • no more unused dependency false positive for packages with functions only!
  • support junit format output via --format=junit (#110) (by @​reinfi)

Fixes

  • Better error message for invalid autoload paths in composer.json (#117)
Commits

Updates vimeo/psalm from 5.20.0 to 5.23.1

Release notes

Sourced from vimeo/psalm's releases.

5.23.1

What's Changed

Fixes

Full Changelog: vimeo/psalm@5.23.0...5.23.1

5.23.0

What's Changed

Features

Fixes

Internal changes

New Contributors

Full Changelog: vimeo/psalm@5.22.2...5.23.0

... (truncated)

Commits
  • 8471a89 Merge pull request #10812 from issidorov/bug-10807
  • fe42e88 Resolve fail test #10807
  • 2a91bd6 Added test for #10807
  • 005e318 Merge pull request #10800 from weirdan/10799-use-wider-classstring
  • 739d87d Use wider class-string when combining class strings with intersections
  • 87f7101 Merge pull request #10802 from weirdan/10796-nullable-resource-for-mkdir
  • 5c780c7 $resource parameter of mkdir() is nullable since PHP 7.3
  • 02b58a5 Merge pull request #10801 from weirdan/fix-trailing-commas-after-anon-functions
  • 8e1aa46 CS fix
  • dca888c Merge pull request #10781 from theodorejb/fix-sqlsrv-callmap
  • 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 dev-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.49.0` | `3.54.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.57` | `1.10.67` |
| [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) | `1.3.7` | `1.3.12` |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `10.5.10` | `10.5.20` |
| [shipmonk/composer-dependency-analyser](https://github.com/shipmonk-rnd/composer-dependency-analyser) | `1.4.0` | `1.5.3` |
| [vimeo/psalm](https://github.com/vimeo/psalm) | `5.20.0` | `5.23.1` |



Updates `friendsofphp/php-cs-fixer` from 3.49.0 to 3.54.0
- [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md)
- [Commits](PHP-CS-Fixer/PHP-CS-Fixer@v3.49.0...v3.54.0)

Updates `phpstan/phpstan` from 1.10.57 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.57...1.10.67)

Updates `phpstan/phpstan-symfony` from 1.3.7 to 1.3.12
- [Release notes](https://github.com/phpstan/phpstan-symfony/releases)
- [Commits](phpstan/phpstan-symfony@1.3.7...1.3.12)

Updates `phpunit/phpunit` from 10.5.10 to 10.5.20
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/10.5.20/ChangeLog-10.5.md)
- [Commits](sebastianbergmann/phpunit@10.5.10...10.5.20)

Updates `shipmonk/composer-dependency-analyser` from 1.4.0 to 1.5.3
- [Release notes](https://github.com/shipmonk-rnd/composer-dependency-analyser/releases)
- [Commits](shipmonk-rnd/composer-dependency-analyser@1.4.0...1.5.3)

Updates `vimeo/psalm` from 5.20.0 to 5.23.1
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@5.20.0...5.23.1)

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpstan/phpstan-symfony
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: shipmonk/composer-dependency-analyser
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vimeo/psalm
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

The following labels could not be found: dependencies.

Copy link

🏰 Composer Production Dependency changes 🏰

Prod Packages Operation Base Target Link
composer/pcre Upgraded 3.1.1 3.1.3 Compare
composer/xdebug-handler Upgraded 3.0.3 3.0.4 Compare
doctrine/deprecations Upgraded 1.1.2 1.1.3 Compare
nikic/php-parser Upgraded v4.18.0 v4.19.1 Compare
phpdocumentor/type-resolver Upgraded 1.8.0 1.8.2 Compare
phpstan/phpdoc-parser Upgraded 1.25.0 1.28.0 Compare
symfony/console Upgraded v6.4.3 v6.4.6 Compare
symfony/event-dispatcher-contracts Upgraded v3.4.0 v3.4.2 Compare
symfony/filesystem Upgraded v6.4.3 v6.4.6 Compare
symfony/polyfill-ctype Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-intl-grapheme Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-intl-normalizer Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-mbstring Upgraded v1.28.0 v1.29.0 Compare
symfony/service-contracts Upgraded v3.4.1 v3.4.2 Compare
symfony/string Upgraded v6.4.3 v6.4.4 Compare

Copy link

🚧 Composer Development Dependency changes 🚧

Dev Packages Operation Base Target Link
amphp/amp Upgraded v2.6.2 v2.6.4 Compare
amphp/byte-stream Upgraded v1.8.1 v1.8.2 Compare
friendsofphp/php-cs-fixer Upgraded v3.49.0 v3.54.0 Compare
netresearch/jsonmapper Upgraded v4.2.0 v4.4.1 Compare
phar-io/manifest Upgraded 2.0.3 2.0.4 Compare
phpdocumentor/reflection-docblock Upgraded 5.3.0 5.4.0 Compare
phpstan/phpstan Upgraded 1.10.57 1.10.67 Compare
phpstan/phpstan-symfony Upgraded 1.3.7 1.3.12 Compare
phpunit/php-code-coverage Upgraded 10.1.11 10.1.14 Compare
phpunit/phpunit Upgraded 10.5.10 10.5.20 Compare
sebastian/cli-parser Upgraded 2.0.0 2.0.1 Compare
sebastian/diff Upgraded 5.1.0 5.1.1 Compare
sebastian/environment Upgraded 6.0.1 6.1.0 Compare
sebastian/exporter Upgraded 5.1.1 5.1.2 Compare
sebastian/global-state Upgraded 6.0.1 6.0.2 Compare
shipmonk/composer-dependency-analyser Upgraded 1.4.0 1.5.3 Compare
spatie/array-to-xml Upgraded 3.2.2 3.2.3 Compare
symfony/polyfill-php80 Upgraded v1.28.0 v1.29.0 Compare
symfony/polyfill-php81 Upgraded v1.28.0 v1.29.0 Compare
symfony/process Upgraded v6.4.3 v6.4.4 Compare
theseer/tokenizer Upgraded 1.2.2 1.2.3 Compare
vimeo/psalm Upgraded 5.20.0 5.23.1 Compare

Copy link
Contributor Author

dependabot bot commented on behalf of github May 6, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 6, 2024
@dependabot dependabot bot deleted the dependabot/composer/dev-dependencies-71a8cac632 branch May 6, 2024 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants