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

Update phpstan/phpstan requirement from 0.12.74 to 0.12.81 #256

Closed

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 9, 2021

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

Release notes

Sourced from phpstan/phpstan's releases.

0.12.81

Improvements 🔧

  • Support for running PHPStan without any arguments (phpstan/phpstan-src@469a8c3)
    • You can run PHPStan just by executing vendor/bin/phpstan, if you satisfy two conditions:
      • You have phpstan.neon (or phpstan.neon.dist) in your current working directory
      • This configuration file contains rule level parameter, and paths to analyse
  • Fix support for classes named after pseudotypes in PHPDocs (#365), thanks @stof!
    • This means that existing classes with names like Resource or Never are now correctly recognized in PHPDocs and have priority over PHP's resource type and PHPStan's never pseudotype
  • Understand noreturn in PHPDoc as NeverType (phpstan/phpstan-src@bce31f0)
  • Docker - support ARM architecture (phpstan/phpstan#4663)

Bugfixes 🐛

Function signature fixes 🤖

  • Fixed incorrect return type for SplFileObject::fgetcsv() (#464), thanks @TomAdam!
Commits
  • 0dd5b0e PHPStan 0.12.81
  • caf4f03 Updated PHPStan to commit ace100c545352a3d37caf508ba683b769ff2f4bb
  • 1a157fa Updated PHPStan to commit e68ca10bf5bf5fa72bc35de4800b0ea71f7f50b5
  • 4cd70cf Updated PHPStan to commit bce31f014da8302be403e40c76158a83d96a967a
  • 87dcf47 Updated PHPStan to commit 24c077f65964151dfc8228f93926a1a98f6423e4
  • cf3d387 Updated PHPStan to commit 0725f5a71113e399e077bf9ae038467e69c1e0bc
  • 9239a68 Updated PHPStan to commit 48aea56c5ed8fda80caf3d1dbaa8b9dd2c8fd301
  • 31a6374 Updated PHPStan to commit e4331afc4770ba155b4572b6f149121f08593a11
  • 0fce1eb Update command-line-usage.md
  • e522a5a Update result-cache.md
  • 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)

@dependabot-preview dependabot-preview bot requested a review from a team as a code owner March 9, 2021 10:48
@dependabot-preview dependabot-preview bot added the Dependencies Pull requests that update a dependency file label Mar 9, 2021
@dependabot-preview dependabot-preview bot removed the request for review from a team March 9, 2021 10:48
@dependabot-preview dependabot-preview bot changed the base branch from 1.8 to 1.9 March 18, 2021 13:15
@pamil
Copy link
Contributor

pamil commented Mar 18, 2021

@dependabot recreate

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.74...0.12.81)

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/phpstan/phpstan-0.12.81 branch from d72b02c to 4b6ba55 Compare March 18, 2021 13:19
@dependabot-preview
Copy link
Contributor Author

Superseded by #261.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/phpstan/phpstan-0.12.81 branch March 19, 2021 10:44
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.

1 participant