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

Build(deps-dev): Update phpstan/phpstan requirement from ^0.12.8 to ^0.12.9 #305

Merged
merged 1 commit into from
Feb 5, 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.9

Major new features 🚀

Support for custom type aliases (phpstan/phpstan-src@3151160)

Type aliases (also known as typedef) are a popular feature in other languages like TypeScript or C++. Using the following configuration in phpstan.neon will allow you to reference these types in your PHPDocs:

parameters:
    typeAliases:
        Name: 'string'
        NameResolver: 'callable(): string'
        NameOrResolver: 'Name|NameResolver'
/**
 * @param NameOrResolver $arg
 */
function foo($arg)
{
    // $arg is string|(callable(): string)
}

Several performance optimizations - you should see performance improvements between 10–20%:

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

... (truncated)
Commits
  • 297cb24 PHPStan 0.12.9
  • 08f1998 E2E test for project with react/promise and parallel run
  • 81cd8f4 Updated PHPStan to commit 252e81454a09917a690fe97b5f3d6a31457e157e
  • 288582b Updated PHPStan to commit 794c491159b50b7a8442cc032f61d21632b495bb
  • 013442e Updated PHPStan to commit e59bcf55e3aefbe4318eeec9f558c92f3ae2f5e5
  • d173f7e Fix build
  • 8bbb015 Autoloader bootstrap - save memory
  • 2b6ca1b Updated PHPStan to commit b84acd2e3eadf66189a64fdbc6dd18ff76323f67
  • 1f36c4b Updated PHPStan to commit 7fe02c9f177fbc33551a1bc6f575fd47305930d4
  • 3b3679a TMP - skip updating playground
  • 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 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 the .dependabot/config.yml file in this repo:

  • Update frequency
  • 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.8...0.12.9)

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 Feb 5, 2020
@codecov-io
Copy link

Codecov Report

Merging #305 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##             master    #305   +/-   ##
========================================
  Coverage      40.9%   40.9%           
  Complexity      303     303           
========================================
  Files            27      27           
  Lines           929     929           
========================================
  Hits            380     380           
  Misses          549     549
Flag Coverage Δ Complexity Δ
#phpunit 40.9% <ø> (ø) 303 <ø> (ø) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ece510b...3b9d7cc. Read the comment docs.

@mimmi20 mimmi20 added this to the 4.2.3 milestone Feb 5, 2020
@mimmi20 mimmi20 self-assigned this Feb 5, 2020
@mimmi20 mimmi20 merged commit 92cee72 into master Feb 5, 2020
@mimmi20 mimmi20 deleted the dependabot/composer/phpstan/phpstan-tw-0.12.9 branch February 5, 2020 13:31
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.

2 participants