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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the phpstan group with 3 updates #145

Merged
merged 1 commit into from Jan 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 20, 2024

Updates the requirements on phpstan/phpstan, shipmonk/phpstan-rules and phpstan/phpstan-mockery to permit the latest version.
Updates phpstan/phpstan to 1.10.56

Release notes

Sourced from phpstan/phpstan's releases.

1.10.56

Major new feature 馃殌

Improvements 馃敡

Bugfixes 馃悰

Function signature fixes 馃

Internals 馃攳

Commits
  • 27816a0 PHPStan 1.10.56
  • 3d4486d Updated PHPStan to commit 3d4486d07f0d9467035d424b1e66c968aa067679
  • 25d7a5e Updated PHPStan to commit 25d7a5e5d208f73f6308ace7d599f1fd0425c432
  • 9463e66 Updated PHPStan to commit 9463e66359b36ab7b33f396cb218f4692e52cb44
  • 38eb365 Updated PHPStan to commit 38eb365ac6c728ced8b55f1b139cf2d19f5a7580
  • 27e5c57 Updated PHPStan to commit 27e5c572cc92dab26eb659a7f5990ac8d2dc2aee
  • 3097d10 Updated PHPStan to commit 3097d10588f330c43e2f227bac3ebe9efb7535a3
  • 6d11aa9 Updated PHPStan to commit 6d11aa9b8b1ec4d5e7d2f111ec51352444dfe301
  • ff0c201 Updated PHPStan to commit ff0c20177c051f82e3e701cd93c982c5c89c1a99
  • 2b74aa8 Updated PHPStan to commit 2b74aa85b87e85bbc2398b96b1bff07234b1f791
  • Additional commits viewable in compare view

Updates shipmonk/phpstan-rules to 2.11.2

Release notes

Sourced from shipmonk/phpstan-rules's releases.

2.11.2

Fixes

  • Fix compatibility with PHPStan >=1.10.51 (#206)

Dependencies

  • phpstan/phpstan now requires at least 1.10.51 (was 1.10.30) (#206)
Commits
  • 567f9b8 Fix compatibility with PHPStan >=1.10.51 (#206)
  • 9f194f6 Bump phpunit/phpunit from 9.6.14 to 9.6.15 (#204)
  • 525a9f5 Bump ergebnis/composer-normalize from 2.39.0 to 2.41.1 (#202)
  • f5c3148 Bump phpstan/phpstan from 1.10.46 to 1.10.50 (#201)
  • 1a542d3 phpcs & phpstan: emulate lowest supported PHP version (#200)
  • 6103ed1 RuleTestCase: ability to autofix errors (#198)
  • See full diff in compare view

Updates phpstan/phpstan-mockery to 1.1.2

Release notes

Sourced from phpstan/phpstan-mockery's releases.

1.1.2

  • 88ae859 - Fix MockInterface::shouldHaveReceived() and MockInterface::shouldNotHaveReceived() stub methods
  • 40dc3e2 - Update metcalfc/changelog-generator action to v4.2.0
  • 9cac2b2 - Update dessant/lock-threads action to v5
  • c033012 - Update actions/checkout action to v4
  • 965a4c0 - Next-gen coding standard workflow
  • d9975b9 - Update dependency slevomat/coding-standard to v8.12.0
  • 1724f53 - Update dependency slevomat/coding-standard to v8.11.1
  • b2a842f - Update dependency slevomat/coding-standard to v8.11.0
  • 526dfad - Update dependency slevomat/coding-standard to v8.10.0
  • f9e262c - Update build-cs
  • 44afabd - Update dependency slevomat/coding-standard to v8.9.0
  • 55207f6 - Update PHPCS
  • 3d25550 - Update metcalfc/changelog-generator action to v4.1.0
  • 23b9093 - Update github-actions to v4
Commits
  • 88ae859 Fix MockInterface::shouldHaveReceived() and MockInterface::shouldNotHaveRecei...
  • 40dc3e2 Update metcalfc/changelog-generator action to v4.2.0
  • 9cac2b2 Update dessant/lock-threads action to v5
  • c033012 Update actions/checkout action to v4
  • 965a4c0 Next-gen coding standard workflow
  • d9975b9 Update dependency slevomat/coding-standard to v8.12.0
  • 1724f53 Update dependency slevomat/coding-standard to v8.11.1
  • b2a842f Update dependency slevomat/coding-standard to v8.11.0
  • 526dfad Update dependency slevomat/coding-standard to v8.10.0
  • f9e262c Update build-cs
  • 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 @xificurk.


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

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan), [shipmonk/phpstan-rules](https://github.com/shipmonk-rnd/phpstan-rules) and [phpstan/phpstan-mockery](https://github.com/phpstan/phpstan-mockery) to permit the latest version.

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

Updates `shipmonk/phpstan-rules` to 2.11.2
- [Release notes](https://github.com/shipmonk-rnd/phpstan-rules/releases)
- [Commits](shipmonk-rnd/phpstan-rules@2.11.1...2.11.2)

Updates `phpstan/phpstan-mockery` to 1.1.2
- [Release notes](https://github.com/phpstan/phpstan-mockery/releases)
- [Commits](phpstan/phpstan-mockery@1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: shipmonk/phpstan-rules
  dependency-type: direct:development
  dependency-group: phpstan
- dependency-name: phpstan/phpstan-mockery
  dependency-type: direct:development
  dependency-group: phpstan
...

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 Jan 20, 2024
@xificurk
Copy link
Contributor

@dependabot squash and merge

@dependabot dependabot bot merged commit 5332295 into master Jan 20, 2024
27 checks passed
@dependabot dependabot bot deleted the dependabot/composer/phpstan-938f1501cb branch January 20, 2024 11:28
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.

None yet

1 participant