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

Bump phpstan/phpstan from 0.12.9 to 0.12.14 #28

Merged
merged 1 commit into from
Mar 3, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps phpstan/phpstan from 0.12.9 to 0.12.14.

Release notes

Sourced from phpstan/phpstan's releases.

0.12.14

Bugfixes 🐛

Result cache fixes:

Improvements 🔧

  • Error "Ignored error pattern is expected to occur N times but occured M times" can no longer be ignored (phpstan/phpstan-src@304d472)
  • Report error "Ignored error pattern is expected to occur N times but occured only M times" even if only subset of project is analysed (phpstan/phpstan-src@4f53a82)
  • Report error "Ignored error pattern is expected to occur N times but occured only M times" as file-specific (phpstan/phpstan-src@eec492e)

Function signature fixes 🤖

  • Fix signature for MongoDB\Driver\ReadPreference constructor (#150), thanks @Baldinof!
  • Update setcookie parameters (#152), thanks @spl1nes!

0.12.13

Fixed problem with result cache that caused it to not be invalidated when the main project configuration file is changed. (phpstan/phpstan-src@5b764c7), #3036

0.12.12

Major new features 🚀

Read more about this release at Medium.com!

Parallel analysis

PHPStan runs in multiple threads! This leads to huge performance gain roughly equivalent to the number of your CPU cores! This works on all operating systems and does not require any special PHP extension. This is enabled by default.

Result cache

PHPStan now analyses changed files only (since the last analysis) and the files depending on the changed files! This is enabled by default. Read more about it here.

Bleeding edge🔪

  • Rule for checking null-coalescing ?? operator issues - levels 1 and 4 (#36), thanks @leongersen!
  • Rule for checking additional issues like always-defined/never-defined properties, array offsets etc. in isset() - level 4 (phpstan/phpstan-src@25b61d9)

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
</tr></table> ... (truncated)
Commits
  • 37bdd26 PHPStan 0.12.14
  • 9e45661 Updated PHPStan to commit eec492e40c8e354076b3de0084b3efc254da43af
  • f61a3c5 Updated PHPStan to commit a170ff3d79558647815359b03b14a05413be2257
  • 39b02ce Updated PHPStan to commit b13181ebf1bb50cc11003c5be075ada94f429cd9
  • 5cb07a6 Updated PHPStan to commit ffb779623fb415bf00b48512cb5fc0dfc413bf13
  • e9fbfee Updated PHPStan to commit 4f53a821474343206a11193d6b6d27a356297602
  • 53f6102 Updated PHPStan to commit 304d472ced1451adda861de7b63eaa0021773259
  • e934a49 Updated PHPStan to commit 11002020beefbb8b353065ded784d5a27591d365
  • c356c37 Updated PHPStan to commit 94bff9bc9cb024d53e72233f92e0dc74b69c5e54
  • 5cd3f07 Updated PHPStan to commit 349bd9ed737dbc1bc23f32e88ee3fc8af384b99c
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.9 to 0.12.14.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](phpstan/phpstan@0.12.9...0.12.14)

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 Mar 3, 2020
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 96b0395 on dependabot/composer/phpstan/phpstan-0.12.14 into adafe97 on master.

@alextartan alextartan merged commit a14c605 into master Mar 3, 2020
@alextartan alextartan deleted the dependabot/composer/phpstan/phpstan-0.12.14 branch March 3, 2020 07: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.

2 participants