Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Bump the composer group across 1 directory with 6 updates - #27

#27
Open
dependabot[bot] wants to merge 1 commit into
masterjrmajor/php-cs:masterfrom
dependabot/composer/composer-157e38fedbjrmajor/php-cs:dependabot/composer/composer-157e38fedbCopy head branch name to clipboard
Open

Bump the composer group across 1 directory with 6 updates#27
dependabot[bot] wants to merge 1 commit into
masterjrmajor/php-cs:masterfrom
dependabot/composer/composer-157e38fedbjrmajor/php-cs:dependabot/composer/composer-157e38fedbCopy head branch name to clipboard

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 1, 2025

Copy link
Copy Markdown
Contributor

Bumps the composer group with 5 updates in the / directory:

Package From To
friendsofphp/php-cs-fixer 3.64.0 3.70.0
kubawerlos/php-cs-fixer-custom-fixers 3.22.0 3.23.0
php-cs-fixer/phpunit-constraint-isidenticalstring 1.5.0 1.6.0
phpstan/phpstan 2.0.1 2.1.6
phpstan/phpstan-phpunit 2.0.1 2.0.4

Updates friendsofphp/php-cs-fixer from 3.64.0 to 3.70.0

Release notes

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

v3.70.0 Persian Successor

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.69.1...v3.70.0

v3.69.1 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.69.0...v3.69.1

v3.69.0 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.68.5...v3.69.0

v3.68.5 Persian Successor

What's Changed

... (truncated)

Changelog

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

Changelog for v3.70.0

  • feat: Add PhpUnitDataProviderMethodOrderFixer fixer (#8225)
  • feat: HeaderCommentFixer - allow validators (#8452)
  • feat: PhpCsFixer ruleset: use operator_linebreak rule for all operators (#8417)
  • feat: PhpUnitMethodCasingFixer to support PHPUnit's Test attribute (#8451)
  • feat: TypeDeclarationSpacesFixer - Fix whitespace between const type and const name (#8442)
  • chore: extend bug report template (#8447)
  • chore: extend bug report template - more installation options (#8450)
  • CI: phpstan-symfony - add entry point for console (#8292)
  • deps: bump alpine from 3.21.2 to 3.21.3 (#8454)
  • deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan group (#8453)
  • fix: CommentsAnalyzer - allow other forms of assignment as valid structural elements for PHPDocs (#8371)
  • fix: PhpUnitTestClassRequiresCoversFixer must run before PhpUnitAttributesFixer (#8444)
  • test: fix CheckCommandTest::testDryRunModeIsUnavailable to correctly check that option --dry-run is unavailable (#8438)

Changelog for v3.69.1

  • fix: PhpUnitAttributesFixer - convert correctly version constraint (#8439)
  • test: PhpUnitAttributesFixer must run before NoEmptyPhpdocFixer (#8443)

Changelog for v3.69.0

  • feat: Add unsealed array shape phpdoc support (#8299)
  • fix: OrderedClassElementsFixer - sort correctly typed constants (#8408)
  • chore: do not use test class as test data (#8430)
  • chore: update checkbashisms to 2.25.2 (#8427)
  • chore: use constants instead of literal strings (#8422)
  • CI: no need to unlock deps on master (#8426)
  • CI: run tests using PHPUnit 12 (#8431)
  • deps: bump kubawerlos/composer-smaller-lock from 1.0.1 to 1.1.0 in /dev-tools (#8414)
  • deps: bump maglnet/composer-require-checker from 4.14.0 to 4.15.0 in /dev-tools (#8406)
  • deps: bump phpstan/phpstan from 2.1.3 to 2.1.5 in /dev-tools in the phpstan group (#8437)
  • deps: bump the phpstan (#8423)
  • deps: upgrade dev requirements (#8424)

Changelog for v3.68.5

  • fix: NativeTypeDeclarationCasingFixer - do not touch constants named as native types (#8404)

Changelog for v3.68.4

  • chore: run SCA on PHP 8.4 (#8396)
  • fix: NativeTypeDeclarationCasingFixer should not touch property names (#8400)

... (truncated)

Commits
  • 2ecd5aa prepared the 3.70.0 release
  • 2dbd4a8 test: fix CheckCommandTest::testDryRunModeIsUnavailable to correctly check ...
  • 4684cbe fix: PhpUnitTestClassRequiresCoversFixer must run before `PhpUnitAttributes...
  • 374142d feat: HeaderCommentFixer - allow validators (#8452)
  • 12424e1 CI: phpstan-symfony - add entry point for console (#8292)
  • 1cd12e1 feat: PhpUnitMethodCasingFixer to support PHPUnit's Test attribute (#8451)
  • 89bd406 chore: extend bug report template - more installation options (#8450)
  • 3f2ab7a deps: bump alpine from 3.21.2 to 3.21.3 (#8454)
  • fc55627 deps: bump phpstan/phpstan from 2.1.5 to 2.1.6 in /dev-tools in the phpstan g...
  • efd0f4e fix: CommentsAnalyzer - allow other forms of assignment as valid structural...
  • Additional commits viewable in compare view

Updates kubawerlos/php-cs-fixer-custom-fixers from 3.22.0 to 3.23.0

Release notes

Sourced from kubawerlos/php-cs-fixer-custom-fixers's releases.

v3.23.0

Changelog

Sourced from kubawerlos/php-cs-fixer-custom-fixers's changelog.

v3.23.0

  • Add ClassConstantUsageFixer
Commits

Updates php-cs-fixer/phpunit-constraint-isidenticalstring from 1.5.0 to 1.6.0

Release notes

Sourced from php-cs-fixer/phpunit-constraint-isidenticalstring's releases.

v1.6.0

What's Changed

Full Changelog: PHP-CS-Fixer/phpunit-constraint-isidenticalstring@v1.5.0...v1.6.0

Commits

Updates phpstan/phpstan from 2.0.1 to 2.1.6

Release notes

Sourced from phpstan/phpstan's releases.

2.1.6

Improvements 🔧

Bugfixes 🐛

Internals 🔍

2.1.5

Improvements 🔧

Bugfixes 🐛

2.1.4

Improvements 🔧

... (truncated)

Commits
  • 6eaec7c PHPStan 2.1.6
  • 24e2736 Updated PHPStan to commit 24e2736d6af9b4f89a4c1a4dfa57d8be6e020e6f
  • 5c0771e Updated PHPStan to commit 5c0771e60af21bcc89422392c9b8c1046af2eb98
  • 9d7dc2e Enable Bladestan integration test
  • ee7eb11 Updated PHPStan to commit ee7eb11693d9962de8dbab9eb099811a6f154e6e
  • 200504b fix(deps): update website
  • f2bf43c Updated PHPStan to commit f2bf43c213819cc59f64f86c4421a664d1f75905
  • 83da59c Update BACKERS.md
  • 0bc37ee Update PHPUnit integration test
  • cc6bd17 Update BACKERS.md
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.1 to 2.0.4

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.4

  • d09e152 - Fix error message for "assertNotEquals" usage referencing "assertSame" and "assertEquals"

2.0.3

  • e32ac65 - Support assertNotEquals in AssertEqualsIsDiscouragedRule

2.0.2

  • 2cedfb7 - Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 10880da - Implement AssertEqualsIsDiscouragedRule (#216)
  • 4b6ad7f - Fix
  • bec49ea - Merge branch '1.4.x' into 2.0.x
  • 3cc8554 - Fixes after PHPStan update
  • 09e2d3b - Uncover everything behind the bleedingEdge flag
  • 4d861e0 - Fix after TypeSpecifier BC break
  • 3faa605 - Update build-cs
  • 953195d - Stop testing PHP 7.2 and 7.3
  • 7f1457f - Open 2.0.x
Commits
  • d09e152 Fix error message for "assertNotEquals" usage referencing "assertSame" and "a...
  • e32ac65 Support assertNotEquals in AssertEqualsIsDiscouragedRule
  • 2cedfb7 Merge remote-tracking branch 'origin/1.4.x' into 2.0.x
  • 10880da Implement AssertEqualsIsDiscouragedRule (#216)
  • 72a6721 Use more specific node-type
  • See full diff in compare view

Updates phpunit/phpunit from 11.4.3 to 11.5.10

Release notes

Sourced from phpunit/phpunit's releases.

PHPUnit 11.5.10

Fixed

  • #6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

How to install or update PHPUnit

PHPUnit 11.5.9

Fixed

  • #6134: Missing event when child process ends unexpectedly

How to install or update PHPUnit

PHPUnit 11.5.8

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

How to install or update PHPUnit

PHPUnit 11.5.7

Changed

  • #5951: The includeUncoveredFiles configuration option is no longer deprecated
  • #6117: Include source location information for issues triggered during test in --debug output
  • #6119: Improve message for errors that occur while parsing attributes
  • #6120: Allow negative priorities for hook methods

How to install or update PHPUnit

PHPUnit 11.5.6

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

How to install or update PHPUnit

PHPUnit 11.5.5

Changed

  • Do not skip execution of test that depends on a test that is larger than itself

How to install or update PHPUnit

... (truncated)

Changelog

Sourced from phpunit/phpunit's changelog.

[11.5.10] - 2025-02-25

Fixed

  • #6138: Test with failed expectation on value passed to mocked method is incorrectly considered risky

[11.5.9] - 2025-02-21

Fixed

  • #6134: Missing event when child process ends unexpectedly

[11.5.8] - 2025-02-18

Fixed

  • A Test\PreparationFailed event is now emitted in addition to a Test\Errored event when an unexpected exception is triggered in a before-test method
  • A Test\Passed event is no longer emitted in addition to a Test\Failed or Test\Errored event when an assertion failure or an unexpected exception is triggered in an after-test method
  • A TestSuite\Finished event is now emitted when a before-first-test method errors

[11.5.7] - 2025-02-06

Changed

  • #5951: The includeUncoveredFiles configuration option is no longer deprecated
  • #6117: Include source location information for issues triggered during test in --debug output
  • #6119: Improve message for errors that occur while parsing attributes
  • #6120: Allow negative priorities for hook methods

[11.5.6] - 2025-01-31

Changed

  • #6112: Improve performance of SourceMapper

Fixed

  • #6115: Backed enumerations with values not of type string cannot be used in customized TestDox output

[11.5.5] - 2025-01-29

Changed

  • Do not skip execution of test that depends on a test that is larger than itself

[11.5.4] - 2025-01-28

Changed

  • #5958: Support for #[CoversTrait] and #[UsesTrait] attributes is no longer deprecated

... (truncated)

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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 1, 2025
Bumps the composer group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) | `3.64.0` | `3.70.0` |
| [kubawerlos/php-cs-fixer-custom-fixers](https://github.com/kubawerlos/php-cs-fixer-custom-fixers) | `3.22.0` | `3.23.0` |
| [php-cs-fixer/phpunit-constraint-isidenticalstring](https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring) | `1.5.0` | `1.6.0` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `2.0.1` | `2.1.6` |
| [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) | `2.0.1` | `2.0.4` |



Updates `friendsofphp/php-cs-fixer` from 3.64.0 to 3.70.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.64.0...v3.70.0)

Updates `kubawerlos/php-cs-fixer-custom-fixers` from 3.22.0 to 3.23.0
- [Release notes](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/releases)
- [Changelog](https://github.com/kubawerlos/php-cs-fixer-custom-fixers/blob/main/CHANGELOG.md)
- [Commits](kubawerlos/php-cs-fixer-custom-fixers@v3.22.0...v3.23.0)

Updates `php-cs-fixer/phpunit-constraint-isidenticalstring` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/PHP-CS-Fixer/phpunit-constraint-isidenticalstring/releases)
- [Commits](PHP-CS-Fixer/phpunit-constraint-isidenticalstring@v1.5.0...v1.6.0)

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

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

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: kubawerlos/php-cs-fixer-custom-fixers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: php-cs-fixer/phpunit-constraint-isidenticalstring
  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-minor
  dependency-group: composer
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/composer/composer-157e38fedb branch from a6f5cb1 to ffc5bb8 Compare March 15, 2025 12:38
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.

0 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.