Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2025

Bumps the composer group with 2 updates: friendsofphp/php-cs-fixer and phpstan/phpstan.

Updates friendsofphp/php-cs-fixer from 3.72.0 to 3.73.1

Release notes

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

v3.73.1 Persian Successor

What's Changed

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.73.0...v3.73.1

v3.73.0 Persian Successor

What's Changed

New Contributors

Full Changelog: PHP-CS-Fixer/PHP-CS-Fixer@v3.72.0...v3.73.0

Changelog

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

Changelog for v3.73.1

  • fix: OrderedClassElementsFixer - do not crash on property hook (#8517)

Changelog for v3.73.0

  • feat: add support for asymmetric visibility to Doctrine's fixers (#8415)
  • fix: GeneralPhpdocTagRenameFixer - do not rename keys in array shape definition (#8477)
  • fix: MethodArgumentSpaceFixer - handle when nested in HTML (#8503)
  • chore: update checkbashisms to 2.25.5 (#8519)
  • DX: cleanup NoExtraBlankLinesFixerTest (#8505)
  • DX: for duplicated test methods check methods without parameters (#8508)
  • DX: remove more duplicated test methods (#8506)
  • refactor: Tokenizer hash metode using xxHash (#8491)
  • refactor: TokensAnalyzerTest - better test isArray and isArrayMultiLine (#8504)
  • test: run code coverage on PHP 8.4 (#8448)
Commits
  • ffcb820 prepared the 3.73.1 release
  • 06b4bfb fix: OrderedClassElementsFixer - do not crash on property hook (#8517)
  • d1e61e3 bumped version
  • 4905eb9 prepared the 3.73.0 release
  • 4e35311 chore: update checkbashisms to 2.25.5 (#8519)
  • 573b71f feat: add support for asymmetric visibility to Doctrine's fixers (#8415)
  • bedfbb0 DX: for duplicated test methods check methods without parameters (#8508)
  • a1f9c9b DX: remove more duplicated test methods (#8506)
  • a0e3e58 DX: cleanup NoExtraBlankLinesFixerTest (#8505)
  • 7e52397 refactor: TokensAnalyzerTest - better test isArray and isArrayMultiLine...
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 2.1.8 to 2.1.10

Release notes

Sourced from phpstan/phpstan's releases.

2.1.10

Bugfixes 🐛

2.1.9

Improvements 🔧

Bugfixes 🐛

Internals 🔍

  • RuleTestCase: set shouldPolluteScopeWithLoopInitialAssignments to true which is PHPStan's default behaviour (phpstan/phpstan-src@1b56b0c)
  • ResultCache: allow customization of params not invalidating cache (#3877), thanks @​janedbal!
  • RegexArrayShapeMatcher - turn more details immutable (#3892), thanks @​staabm!
Commits
  • 051a3b6 PHPStan 2.1.10
  • 72d2f3b Updated PHPStan to commit 72d2f3b5b10faf9f388ad68b8271ece94bb53bc5
  • e6a3b1f Updated PHPStan to commit e6a3b1faf6f957fba1ec8bee7199f147d97d2ee5
  • 9f2b9a3 Revert "JIT in GitHub Actions"
  • 00d6e1a JIT in GitHub Actions
  • 0876262 PHPStan 2.1.9
  • 69db4ae Updated PHPStan to commit 69db4ae92b1e10d4cb84d4938129433b2718e245
  • 40d7179 Updated PHPStan to commit 40d71799414df876f4591b14b051ebea93fdfdc7
  • 815f317 Updated PHPStan to commit 815f31740fc17db9dcc90fa67b04886febc9a905
  • 327ac3e Updated PHPStan to commit 327ac3e54bd04d85aec3af9f893f8e3e8f38af7d
  • 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 will merge this PR once CI passes on it, as requested by @yard-bot.


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 2 updates: [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `friendsofphp/php-cs-fixer` from 3.72.0 to 3.73.1
- [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.72.0...v3.73.1)

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

---
updated-dependencies:
- dependency-name: friendsofphp/php-cs-fixer
  dependency-type: direct:production
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 24, 2025
@yard-bot
Copy link

@dependabot merge

Copy link

Composer package changes
Prod Packages Operation Base Target
friendsofphp/php-cs-fixer Upgraded v3.72.0 v3.73.1
Dev Packages Operation Base Target
phpstan/phpstan Upgraded 2.1.8 2.1.10

Copy link

github-actions bot commented Mar 24, 2025

Coverage report for commit: 74c7500
File: coverage.xml

Cover ┌─────────────────────────┐ Freq.
   0% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  10% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  20% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  30% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  40% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  50% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  60% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  70% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  80% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
  90% │ ░░░░░░░░░░░░░░░░░░░░░░░ │  0.0%
 100% │ ███████████████████████ │ 100.0%
      └─────────────────────────┘
 *Legend:* █ = Current Distribution 
Summary - Lines: 100.00% | Methods: 100.00%
FilesLinesMethodsBranches
src
   Config.php100.00%100.00%100.00%
src/Interfaces
   ConfigInterface.php100.00%100.00%100.00%
src/Traits
   Helpers.php100.00%100.00%100.00%

🤖 comment via lucassabreu/comment-coverage-clover

@dependabot dependabot bot merged commit 7a946f6 into main Mar 24, 2025
4 checks passed
@dependabot dependabot bot deleted the dependabot/composer/composer-11186d773e branch March 24, 2025 03:06
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.

1 participant