Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Build(deps-dev): Bump vimeo/psalm from 3.8.1 to 3.8.2 #169

Merged
merged 1 commit into from
Jan 7, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 7, 2020

Bumps vimeo/psalm from 3.8.1 to 3.8.2.

Release notes

Sourced from vimeo/psalm's releases.

3.8.2

Features

Support for the @mixin docblock annotation, which allows a class to proxy the methods and properties of another.

I also made a slight change in how magic getters & setters are dealt with – Psalm will emit an UndefinedMagicProperty if you define a docblock @property string $foo and then request the unlisted property $bar. If you wanted this behaviour previously you had to also annotate your class with @psalm-seal-properties. This is now assumed if you provide a @mixin or @property annotation for the given class. In the event the property is missing, Psalm now emits an UndefinedMagicProperty issue that you can suppress in a more granular fashion.

Bugfixes

  • Fix references to templates in other methods inside templated methods (#2532)
  • Add better return types for PDOStatement::fetch - thanks @duskwuff (#2529 and #2553)
  • Don't crash when attempting to analyse classes that weren't first scanned (#2505)
  • Fix return types when return instances of anonymous classes (#2494)
  • Allow unions inside array assertions (#2409)
  • Preserve complex intersection templates (#2537)
  • Prevent invalid argument issue when inheriting from a class_alias class (#2539)
  • Verify variable variable assignment (#2541)
  • Documentation updates from @mfn and @LeSuisse - thanks!
  • Warn about posix inexistence before using threads (#2335)
  • Register uses on variables set inside loops with break and continue (#2546)
  • Refine type of (int) (bool) $foo – thanks @SignpostMarv (#2550)
  • Improve reconciliation after assertion and function call in conditional (#2558)
  • Fix templated class-string as a proper sub-type of class-string (#2554)
  • Reconcile callable assertions better
Commits
  • 90d6b73 Fix taint analysis of binary operations
  • 8f3d325 Fix comparison
  • 1f777be Capture non-empty-string from concat more effectively
  • ce5917c Add better string detection
  • b351df0 Fix typo
  • 2cd7f74 Fix #2554 - treat templated class string as proper subtype of class string
  • eaae84c Fix concat emptiness
  • cc9e0fa Prevent string being used in non-empty-string location
  • 07aaa3f Don’t complain about method mismatches for @mixin
  • 63dea52 Add support for most PDOStatement fetch modes (#2553)
  • 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 will merge this PR once CI passes on it, as requested by @ergebnis-bot.


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 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
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@codecov
Copy link

codecov bot commented Jan 7, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #169   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       41     41           
=======================================
  Files             4      4           
  Lines           159    159           
=======================================
  Hits            159    159

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 40b6b57...128fb08. Read the comment docs.

@dependabot-preview dependabot-preview bot merged commit 57d2b0e into master Jan 7, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/vimeo/psalm-3.8.2 branch January 7, 2020 14:30
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants