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

composer(deps-dev): bump vimeo/psalm from 3.15 to 3.17.2 #284

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 15, 2020

Bumps vimeo/psalm from 3.15 to 3.17.2.

Release notes

Sourced from vimeo/psalm's releases.

Fix two regressions

  • Fix #4327 - make sure loop always returns
  • Fix #4315 - prevent crash when setting unknown property in finally

Fix preg_split

3.17.0 added a potentially-erroneous return type when a non-zero $flags param is passed to preg_split. This fixes things.

A bunch of bugfixes

Features

Bugfixes

Fixed XML generation

3.16 broke XML output, this is now fixed (#4252).

Other bugfixes

  • @DanielBadura added a stub for random_int, providing better inference (#4199)
  • Improved signatures for preg_match_all (#4202) and @orklah helped improve preg_split
  • Treat func_num_args as pure (#4215)
  • Fix __invoke declaration crash (#4210)
  • Allow hinting arrow function return types (#4209)
  • Add checks for if ((bool) $foo) (#4206)
  • Fix crash with some class-string property assignments (#4198)
  • @aheart fixed bugs with JUnit generation (#4234)
  • @danog added a bunch of stubs for Spl* classes (#4255)
  • allowMissingFiles was fixed by @ddeboer (#4259)
  • prevent crash after analysing file that defines a class twice (#4264)
  • prevent an infinite loop when analysing a closure unioned with invokable class (#4266)
  • @marcosh added more stubs for array functions (#4271)
  • prevent crash when annotating the intersection of arrays (#4287)
  • Fix reported property id for multiple MissingConstructor issues on a single class (#4297)
  • Prevent crash when trying to negate a positive-numeric assertion (#4306)
  • Fix return types for a few callmap-provided functions (#4309)
  • Prevent a class name validation check on a string argument to a class-string|Foo union (#4310)

Also thanks to @orklah for many linting PRs, and to @weirdan for very good triaging

A smattering of things

Features

New PHPStorm-optimised output format

Added a phpstorm report format that displays errors in a manner that PHPStorm can parse more easily (#4085) – thanks @the-toster (with additional help from @Rarst)

Detection of strpos issues

... (truncated)

Commits
  • 9e526d9 Fix #4327 - make sure loop always returns
  • d814990 changing the templates order to match existing stub in PHPStan (#4332)
  • 849d253 ambiguous php version checks (#4331)
  • 6324ffd add documentation for pure-callable (#4329)
  • c1b6cf7 provide documentation for ensureArrayIntOffsetsExist configuration option (#4...
  • e07c259 CachingIterator - Add forgotten constructor parameter. (#4322)
  • 27ad1c2 Add more standard iterators (#4320)
  • eb63e0c Fix preg_match_all stub (#4325)
  • 1ddc6af Avoid crash when callable type is missing
  • cb3a793 Fix #4315 - prevent crash when setting unknown property in finally
  • 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

@codecov
Copy link

codecov bot commented Oct 15, 2020

Codecov Report

Merging #284 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #284   +/-   ##
=========================================
  Coverage     90.20%   90.20%           
  Complexity      150      150           
=========================================
  Files            23       23           
  Lines           429      429           
=========================================
  Hits            387      387           
  Misses           42       42           

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 5971fee...dd8d05c. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review October 15, 2020 05:34
@ergebnis-bot ergebnis-bot self-assigned this Oct 15, 2020
@ergebnis-bot ergebnis-bot merged commit ddfd92a into main Oct 15, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/vimeo/psalm-3.17.2 branch October 15, 2020 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant