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

Update phpstan/phpstan requirement from ^0.12.32 to ^0.12.33 #2986

Merged
merged 2 commits into from Jul 22, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Updates the requirements on phpstan/phpstan to permit the latest version.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.33

Improvements 馃敡

  • Initial PHP 8 support!
  • Set different PHP version than your runtime
    • If you set different phpVersion parameter in your phpstan.neon, you can for example tell PHPStan to analyse source code like it's written for PHP 7.4 even if you're running PHP 8. The phpVersion config parameter is in PHP_VERSION_ID format - for PHP 7.4, use 70400.
    • You can also set a newer PHP version. So you can run PHPStan on 7.4, but already test compatibility with PHP 8 by setting phpVersion to 80000.
  • Check uninitialized typed properties that aren't set in the constructor (phpstan/phpstan-src@a1eb1f5), #2984
    • Off by default, needs checkUninitializedProperties: true.
  • Show error on unescaped () in ignoreErrors (phpstan/phpstan-src@8479d40), #3602

Bleeding edge 馃敧

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
	- vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included.

Bugfixes 馃悰

Function signature fixes 馃

Commits
  • 46e698a PHPStan 0.12.33
  • 88f3f4f Updated PHPStan to commit acb9d70c8c9da7171f4e8cf1ffd8721c33a8ac0f
  • 5413fe3 Updated PHPStan to commit d2351952200507028d6785de882aaccf0b649336
  • 8841957 Run e2e/phpstorm-stubs test only once on PHP 7.4
  • 16b696d Exclude phpstan-phpunit with static-reflection true
  • d90ce93 Fix build
  • 0dc69df Updated PHPStan to commit f9ee84bde44c0abf5c86670123698597b621a6c9
  • 12ffd33 Updated PHPStan to commit 4e5a6977459776cde352b26da2e54ad0839a0cb8
  • 670755b Do not use Composer v2 yet
  • 1a43bc2 Updated PHPStan to commit 598816764ce2c133f5684126addd134b09cffa9c
  • 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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [phpstan/phpstan](https://github.com/phpstan/phpstan) to permit the latest version.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.32...0.12.33)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 20, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 973d3bb on dependabot/composer/phpstan/phpstan-tw-0.12.33 into 6821c41 on 4.x.

@l0gicgate l0gicgate added this to the 4.6.0 milestone Jul 22, 2020
@l0gicgate l0gicgate merged commit 695416e into 4.x Jul 22, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpstan/phpstan-tw-0.12.33 branch July 22, 2020 19:34
@l0gicgate l0gicgate mentioned this pull request Nov 15, 2020
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

2 participants