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.3 to 3.9.5 #202

Merged
merged 4 commits into from
Mar 11, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps vimeo/psalm from 3.8.3 to 3.9.5.

Release notes

Sourced from vimeo/psalm's releases.

More bugfixes

  • improve handling of templated methods inherited from grandparent interface (#2928)
  • @dq5studios fixed JUnit output validation issues
  • @smelesh fixed an issue where where chained exception throwing wasn't handled correctly
  • added support for bitwise class constant references (#2943)
  • improved return type of arrray_splice to support lists better (#2942)
  • allow class-string<self> to be fleshed out when comparing types (#2941)
  • DateTimeZone is now treated as immutable (#2930)
  • Improve handling of complex templated properties (#2935)
  • Don’t crash when attempting to unpack a callable object-like array (#2932)
  • Fix array offset assignment when using ??= (#2940)
  • @leightonthomas fixed an issue where @return true actually returning false wasn't reported (#2914)
  • Allow conditionally-defined traits where more than one is defined in a given file (#2951)

Bugfixes

Change in behaviour

  • accessing a not-previously-specified key of an object-like array is now a bug (#2787)
  • any args passed to an unknown method must now be defined beforehand (#2909)

Other bugfixes

  • @Daeroni improved some builtin GD functions (#2851)
  • @JaredCDN prevented a TypeError when generating xml reports (#2856)
  • Psalter: fix MissingParamType replacement when for parameters passed by-reference (#2857)
  • Prevent DuplicateArrayKey warning when unpacking multiple arrays without known key types (#2852)
  • Allow comparison between different templated object-like arrays (#2849)
  • Allow casting templated types (#2848)
  • Allow class constants to contain array offset references for other class constants (#2844)
  • Forbid passing in mutatable class to a mutation-free context (#2805)
  • Allow "5.0" where numeric is expected (#2827)
  • Only warn about deprecated classes where they're used explicitly (#2721)
  • Warn when an immutable class depends on a mutable parent (#2242)
  • Detect error when asserting on result of function call (#1684)
  • Break apart a scalar type into constituent parts where necessary (#1311)
  • Treat echo as impure (#2867)
  • Prevent use of impure __toString (#2866)
  • Prevent keyed arrays from being interpreted as callable (#2871)
  • @ArSn fixed setting memory_limit artificially low when running Psalter (#2873)
  • Allow @method as(string $s) (#2881)
  • Handle templated intersections more equally (#2875)
  • @pilif added a config skipChecksOnUnresolvableIncludes that you can disable to make Psalm more strict when it encounters includes for unknown files (#2817)
  • @jdreesen improved the return type of range(...)
  • Keep track of which argument a given template param was inferred from, to avoid overwriting the inference (#2900)
  • Don't care about method case in the PhpStorm meta scanner (#2890)
  • Rename stubs to prevent issues in PHPStorm (#2879)
  • Trim carriage returns where necessary (#2859)
  • Prevent ternaries from being considered a valid reference (#2910)
  • @leightonthomas supported trailing commas in type aliases (#1799)
  • Prevent contradiction with templated object equality (#2918)
... (truncated)
Commits
  • 0cfe565 Fix #2952 - always be cloning
  • 2a72990 Add back support for unused method checks
  • a5672db Avoid issue where caches haven’t caught up
  • 1399b13 Fix #2951 - use reflection to identify trait when there’s more than one per file
  • 60fb392 Fix #2914 - falsable functions who only expect true now produce errors
  • 2c8688d Don’t crash when conditionally defining classes with properties
  • 04bcc32 Fix #2940 - fix array offset assignment under ??=
  • aa8d7be Add implements DateTimeInterface
  • 3c41648 Fix #2932 - don’t crash when trying to expand callable object-like array
  • 59dce5d Skip failing test
  • 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.

If all status checks pass Dependabot will automatically merge this pull request.


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 Mar 9, 2020

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##             master   #202   +/-   ##
=======================================
  Coverage       100%   100%           
  Complexity       41     41           
=======================================
  Files             4      4           
  Lines           159    159           
=======================================
  Hits            159    159
Impacted Files Coverage Δ Complexity Δ
src/Helper.php 100% <ø> (ø) 37 <0> (ø) ⬇️

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 48b0a95...c29186b. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@localheinz localheinz force-pushed the dependabot/composer/vimeo/psalm-3.9.5 branch from 257d495 to 26412df Compare March 11, 2020 10:49
@localheinz localheinz self-assigned this Mar 11, 2020
@localheinz localheinz force-pushed the dependabot/composer/vimeo/psalm-3.9.5 branch from 1238d20 to 0365871 Compare March 11, 2020 10:54
@localheinz localheinz merged commit 1d6912c into master Mar 11, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/vimeo/psalm-3.9.5 branch March 11, 2020 11:00
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.

1 participant