Thanks to visit codestin.com
Credit goes to github.com

Skip to content

deps: bump the phpstan group in /dev-tools with 2 updates#8537

Merged
keradus merged 2 commits into
masterfrom
dependabot/composer/dev-tools/phpstan-d507e51a8e
Mar 28, 2025
Merged

deps: bump the phpstan group in /dev-tools with 2 updates#8537
keradus merged 2 commits into
masterfrom
dependabot/composer/dev-tools/phpstan-d507e51a8e

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the phpstan group in /dev-tools with 2 updates: phpstan/phpstan and phpstan/phpstan-phpunit.

Updates phpstan/phpstan from 2.1.9 to 2.1.11

Release notes

Sourced from phpstan/phpstan's releases.

2.1.11

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

2.1.10

Bugfixes 🐛

Commits
  • 8ca5f79 PHPStan 2.1.11
  • f2f2ddf Updated PHPStan to commit f2f2ddf44425cc58b5b1537ddce7cd06a9bba074
  • a3ce38e Updated PHPStan to commit a3ce38e6f1489aab4ddc475802d70a9d5af231d6
  • dca2a16 Update playground-api
  • a3039ef Updated PHPStan to commit a3039ef58efe8b303e9618272e50dfe85e74ff53
  • 02eb0a8 Updated PHPStan to commit 02eb0a833897bfa5c0ea5d4d2566ef71f3d13ae2
  • d27602f Update playground-runner
  • 051a3b6 PHPStan 2.1.10
  • 72d2f3b Updated PHPStan to commit 72d2f3b5b10faf9f388ad68b8271ece94bb53bc5
  • e6a3b1f Updated PHPStan to commit e6a3b1faf6f957fba1ec8bee7199f147d97d2ee5
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit from 2.0.4 to 2.0.6

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

2.0.6

  • 6b92469 - Fix build
  • 0aef32f - Improve logic MockMethodCallRule to search for method even on wrong type

2.0.5

  • 4d2b44b - InvocationMocker class no longer exists
  • 1f36fc5 - Use DataProvider attribute
  • bf031ae - Test PHPUnit v12
  • 40fbbc1 - chore(deps): update metcalfc/changelog-generator action to v4.5.0
  • 1a07095 - Add non regression test for #222
  • eb88670 - Always install nikic/php-parser v5
  • 19f8059 - Do not generate code coverage
  • 630aa99 - Remove deprecated assert
  • 342b6c1 - Data providers must be static
  • 846d161 - Test multiple PHPUnit versions
  • 855b82c - Remove config.platform
  • 0f857bf - Introduce phpstan-deprecation-rules
  • 17bbfd3 - Update LICENSE
Commits
  • 6b92469 Fix build
  • 0aef32f Improve logic MockMethodCallRule to search for method even on wrong type
  • 4d2b44b InvocationMocker class no longer exists
  • 1f36fc5 Use DataProvider attribute
  • bf031ae Test PHPUnit v12
  • 40fbbc1 chore(deps): update metcalfc/changelog-generator action to v4.5.0
  • 1a07095 Add non regression test for #222
  • eb88670 Always install nikic/php-parser v5
  • 19f8059 Do not generate code coverage
  • 630aa99 Remove deprecated assert
  • 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 phpstan group in /dev-tools with 2 updates: [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit).


Updates `phpstan/phpstan` from 2.1.9 to 2.1.11
- [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.9...2.1.11)

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: phpstan
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: phpstan
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 28, 2025
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 94.874%. remained the same
when pulling 41901b8 on dependabot/composer/dev-tools/phpstan-d507e51a8e
into d639efb on master.

@keradus keradus merged commit 7fb0867 into master Mar 28, 2025
@keradus keradus deleted the dependabot/composer/dev-tools/phpstan-d507e51a8e branch March 28, 2025 20:04
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.

2 participants