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-development group with 5 updates #5

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps the composer-development group with 5 updates:

Package From To
phpunit/phpunit 9.6.3 9.6.17
phpstan/phpstan 0.12.67 0.12.100
phpstan/phpstan-phpunit 0.12.17 0.12.22
symplify/easy-coding-standard 8.3.48 12.1.14
phpspec/prophecy-phpunit 2.0.1 2.1.0

Updates phpunit/phpunit from 9.6.3 to 9.6.17

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.17] - 2024-02-23

Fixed

  • #5712: Update dependencies for PHAR distribution of PHPUnit 9.6

[9.6.16] - 2024-01-19

Fixed

  • #5516: Assertions that use the LogicalNot constraint (assertNotEquals(), assertStringNotContainsString(), ...) can generate confusing failure messages
  • #5666: --no-extensions CLI option does not work
  • #5673: Confusing error message when migration of a configuration is requested that does not need to be migrated

[9.6.15] - 2023-12-01

Fixed

  • #5596: PHPUnit\Framework\TestCase has @internal annotation in PHAR

[9.6.14] - 2023-12-01

Added

  • #5577: --composer-lock CLI option for PHAR binary that displays the composer.lock used to build the PHAR

[9.6.13] - 2023-09-19

Changed

  • The child processes used for process isolation now use temporary files to communicate their result to the parent process

[9.6.12] - 2023-09-12

Changed

  • #5508: Generate code coverage report in PHP format as first in list to avoid serializing cache data

[9.6.11] - 2023-08-19

Added

  • #5478: assertObjectHasProperty() and assertObjectNotHasProperty()

[9.6.10] - 2023-07-10

Changed

  • #5419: Allow empty <extensions> element in XML configuration

... (truncated)

Commits

Updates phpstan/phpstan from 0.12.67 to 0.12.100

Release notes

Sourced from phpstan/phpstan's releases.

0.12.100

Message from the future

⚠️ You're running a really old version of PHPStan.️

The last release in the 0.12.x series with new features and bugfixes was released on September 12th 2021, that's 415 days ago.

Since then more than 67 new PHPStan versions were released with hundreds of new features, bugfixes, and other quality of life improvements.

To learn about what you're missing out on, check out this blog with articles about the latest major releases: https://phpstan.org/blog

Upgrade today to PHPStan 1.8 or newer by using "phpstan/phpstan": "^1.8" in your composer.json.

Commits
  • 48236dd PHPStan 0.12.100
  • b4d40f1 PHPStan 0.12.99
  • f92b072 Updated PHPStan to commit 76800bfb578426817fabcedba5ba7ff695bdc74a
  • 644ea1d Updated PHPStan to commit 3b6f0bf739c77e1fb8fb5116ae89cd70a2ac96c2
  • 65093a3 Updated PHPStan to commit 9c19d6f6fb29a8dbd297b01c841557291e288f20
  • 55e6ba5 Updated PHPStan to commit 8b3382aceac801b9801fccda253033d8e8e5f655
  • e5fd67a Updated PHPStan to commit 8596663270b7b45d227e2184264a1fed7f5e8a57
  • 6f7da91 Updated PHPStan to commit 3e0ecec8fc2482e412f67f6a62bdb6542be0fe5d
  • 7f7c8fc Revert "Update PMMP baseline"
  • d0fde15 Updated PHPStan to commit 9c3b76539a10453fffc5c30e213ffab9dd03c737
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 0.12.17 to 0.12.22

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

0.12.22

  • 2968a62 - Fix PHP 8.1 compatibility
  • 7c01ef9 - Add support for assertObjectHasAttribute

0.12.21

0.12.20

  • 534606b - Drop Phing for Makefile
  • 82b919a - chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
  • 151d71b - Rewrite in backward compatibility compliant way
  • 8e11b1a - Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions
  • efc0099 - Fix

0.12.19

  • 25fe53e - Fix build
  • 07cbf74 - Bump metcalfc/changelog-generator from v0.4.4 to v1.0.0
  • 527d8e1 - Require PHPStan 0.12.83
  • 3123fec - Lock closed issues
  • 52f7072 - Unchecked exceptions configuration

0.12.18

  • 58e52ad - Dependabot
  • ab44aec - Allow toggling union to intersection type conversion
Commits
  • 7c01ef9 Add support for assertObjectHasAttribute
  • 2968a62 Fix PHP 8.1 compatibility
  • 6aaff11 Add support for assertArrayHasKey (#100)
  • efc0099 Fix
  • 8e11b1a Make sure AssertFunctionTypeSpecifyingExtension works with namespaced functions
  • 151d71b Rewrite in backward compatibility compliant way
  • 82b919a chore: Use the latest PHPUnit wherever possible, use PHP 8.0 for PHPCS
  • 534606b Drop Phing for Makefile
  • 52f7072 Unchecked exceptions configuration
  • 3123fec Lock closed issues
  • Additional commits viewable in compare view

Updates symplify/easy-coding-standard from 8.3.48 to 12.1.14

Release notes

Sourced from symplify/easy-coding-standard's releases.

Released ECS 10.2.4 with native ECSConfig

Make use of native ECSConfig in ecs.php

Running ECS on Symfony project can create conflict with native ContainerConfigurator. To avoid that, we introduce a new config, that is fully scoped and isolated within ECS.

Another big advantage is new configuration methods with validation and autocomplete right in your ide 👍

Read more in https://tomasvotruba.com/blog/new-in-ecs-simpler-config/

Before 💀

use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
use Symplify\EasyCodingStandard\ValueObject\Option;
// ups, possible conflict with ContainerConfigurator
return static function (ContainerConfigurator $containerConfigurator): void {
$parameters = $containerConfigurator->parameters();
// too verbose params, constants and possible typo in param value
$parameters-&gt;set(Option::PATHS, [[ // ups, &quot;[[&quot; typo
    __DIR__ . '/src/',
]]);
$services = $containerConfigurator-&gt;services();
$services-&gt;set(ArraySyntaxFixer::class);

};

Now 🎉

use Symplify\EasyCodingStandard\Config\ECSConfig;
use Symplify\EasyCodingStandard\ValueObject\Set\SetList;
return static function (ECSConfig $ecsConfig): void {
$ecsConfig->paths([
DIR . '/src',
]);
$ecsConfig-&gt;rule(ArraySyntaxFixer::class);
$ecsConfig-&gt;sets([SetList::PSR_12]);

};

Up-To 1600 % Faster ECS with Parallel run

... (truncated)

Commits
  • e3c4a24 release PHP 7.2 downgraded
  • bf29064 bump
  • d32bd7d bump symplify coding standard
  • d38cc56 bump php-cs-fixer to 3.49 (#175)
  • c09e4e4 Fix paths override each other on ECSConfigBuilder (#173)
  • afb5a4d Fix syntax error in templates on run on php < 8 (#172)
  • 01c20b6 remove "without" (#170)
  • 69f1038 [Configuration] Add ability to disable parallel on ECSConfigBuilder (#169)
  • fb3bc21 fix empty clear order (#168)
  • 8e7d0cd Add cleanCode parameter and allow strict even when using common (since it is ...
  • Additional commits viewable in compare view

Updates phpspec/prophecy-phpunit from 2.0.1 to 2.1.0

Release notes

Sourced from phpspec/prophecy-phpunit's releases.

2.1.0

  • Add support for PHPUnit 10.1+ (10.0 is not supported)
  • Bump requirement to Prophecy 1.18+

2.0.2

What's Changed

Full Changelog: phpspec/prophecy-phpunit@v2.0.1...v2.0.2

Changelog

Sourced from phpspec/prophecy-phpunit's changelog.

2.1.0 / 2023-12-08

Add support for PHPUnit 10.1+ (10.0 is not supported) Bump requirement to Prophecy 1.18+

2.0.2 / 2023-04-18

Add the @not-deprecated annotation to avoid phpstan reporting prophesize as deprecated due to the TestCase deprecation.

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-development group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `9.6.3` | `9.6.17` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `0.12.67` | `0.12.100` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `0.12.17` | `0.12.22` |
| [symplify/easy-coding-standard](https://github.com/symplify/easy-coding-standard) | `8.3.48` | `12.1.14` |
| [phpspec/prophecy-phpunit](https://github.com/phpspec/prophecy-phpunit) | `2.0.1` | `2.1.0` |


Updates `phpunit/phpunit` from 9.6.3 to 9.6.17
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.3...9.6.17)

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

Updates `phpstan/phpstan-phpunit` from 0.12.17 to 0.12.22
- [Release notes](https://github.com/phpstan/phpstan-phpunit/releases)
- [Commits](phpstan/phpstan-phpunit@0.12.17...0.12.22)

Updates `symplify/easy-coding-standard` from 8.3.48 to 12.1.14
- [Release notes](https://github.com/symplify/easy-coding-standard/releases)
- [Commits](easy-coding-standard/easy-coding-standard@8.3.48...12.1.14)

Updates `phpspec/prophecy-phpunit` from 2.0.1 to 2.1.0
- [Release notes](https://github.com/phpspec/prophecy-phpunit/releases)
- [Changelog](https://github.com/phpspec/prophecy-phpunit/blob/master/CHANGES.md)
- [Commits](phpspec/prophecy-phpunit@v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-development
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-development
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer-development
- dependency-name: symplify/easy-coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: composer-development
- dependency-name: phpspec/prophecy-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-development
...

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

dependabot bot commented on behalf of github Apr 1, 2024

Superseded by #6.

@dependabot dependabot bot closed this Apr 1, 2024
@dependabot dependabot bot deleted the dependabot/composer/composer-development-43ec52ba8a branch April 1, 2024 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants