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

composer(deps-dev): bump the minor-patch-dependencies group with 2 updates #322

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Updates the requirements on phpstan/phpstan and phpstan/phpstan-phpunit to permit the latest version.
Updates phpstan/phpstan to 1.10.32

Release notes

Sourced from phpstan/phpstan's releases.

1.10.32

Improvements 🔧

  • Optimize FileTypeMapper for huge PHPDocs (#2582), #9498
    • This fixes performance issue for projects that use Carbon (nesbot/carbon)
  • Optimize DumpParametersCommand (phpstan/phpstan-src@379008a)
Commits
  • c47e47d PHPStan 1.10.32
  • a4fa95a Updated PHPStan to commit a4fa95a42ba0f49732fc250904b7f54699623271
  • 379008a Updated PHPStan to commit 379008a6a632e6e657ad920147a87772c41438e1
  • c0eb159 PHPStan 1.10.31
  • 6bdc25a Updated PHPStan to commit 6bdc25a944690839507a8ca96d33ec7c51660f3f
  • cfe3b1f Updated PHPStan to commit cfe3b1fe575b4cf6ffe3151eaf0d87457b453b7a
  • 5aa3db7 Update baselines
  • 0fbf0ee Updated PHPStan to commit 0fbf0eed7ba63bdae6a8ce7ef33a96bd12236b45
  • 5846317 Updated PHPStan to commit 5846317f780822cb47659bc06924120d52a301eb
  • 1a903a2 Updated PHPStan to commit 1a903a2fbff2f139115565b69533c34cb8708c95
  • Additional commits viewable in compare view

Updates phpstan/phpstan-phpunit to 1.3.14

Release notes

Sourced from phpstan/phpstan-phpunit's releases.

1.3.14

  • 614acc1 - Add support for assertObjectHasProperty
  • 6536e66 - Open 1.3.x-dev
  • e468b76 - Add support for assertContains and assertContainsEquals
  • 2742e1c - Add partial support for assertContainsOnlyInstancesOf
  • f2118db - Improve support of assertArrayHasKey()
  • abc6e12 - Update phpstan/phpstan-strict-rules
  • d96b5a4 - Modernize rules with RuleErrorBuilder
Commits
  • 614acc1 Add support for assertObjectHasProperty
  • 6536e66 Open 1.3.x-dev
  • e468b76 Add support for assertContains and assertContainsEquals
  • 2742e1c Add partial support for assertContainsOnlyInstancesOf
  • f2118db Improve support of assertArrayHasKey()
  • abc6e12 Update phpstan/phpstan-strict-rules
  • d96b5a4 Modernize rules with RuleErrorBuilder
  • See full diff 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

@dependabot dependabot bot requested a review from mimmi20 as a code owner August 28, 2023 04:12
@dependabot dependabot bot added dependencies Pull requests that update a dependency file patch labels Aug 28, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Aug 28, 2023

Dependency Review

✅ No vulnerabilities or license issues found.

Scanned Manifest Files

composer.json
  • phpstan/phpstan@>= 1.10.32, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.14, < 2.0.0
  • phpstan/phpstan@>= 1.10.29, < 2.0.0
  • phpstan/phpstan-phpunit@>= 1.3.13, < 2.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…dates

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) and [phpstan/phpstan-phpunit](https://github.com/phpstan/phpstan-phpunit) to permit the latest version.

Updates `phpstan/phpstan` to 1.10.32
- [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.29...1.10.32)

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

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
- dependency-name: phpstan/phpstan-phpunit
  dependency-type: direct:development
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/master/minor-patch-dependencies-be81c7fdb7 branch from 136a82f to 7a4fac7 Compare August 28, 2023 04:39
@mimmi20 mimmi20 enabled auto-merge August 28, 2023 04:41
@mimmi20 mimmi20 merged commit 7f7c922 into master Aug 28, 2023
@mimmi20 mimmi20 deleted the dependabot/composer/master/minor-patch-dependencies-be81c7fdb7 branch August 28, 2023 04:54
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant