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): Bump vimeo/psalm from 3.9.3 to 3.9.5 #27

Merged
merged 1 commit into from
Mar 17, 2020

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 9, 2020

Bumps vimeo/psalm from 3.9.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.

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)

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@codecov
Copy link

codecov bot commented Mar 9, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #27   +/-   ##
=========================================
  Coverage     92.89%   92.89%           
  Complexity       88       88           
=========================================
  Files            11       11           
  Lines           169      169           
=========================================
  Hits            157      157           
  Misses           12       12

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 6fc3e0d...68d5db7. Read the comment docs.

@dependabot-preview
Copy link
Contributor Author

Dependabot tried to merge this PR, but received the following error from GitHub:

You're not authorized to push to this branch. Visit https://help.github.com/articles/about-protected-branches/ for more information.

@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.9.5 branch from b6ab944 to 04fffab Compare March 17, 2020 17:29
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.9.3 to 3.9.5.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@3.9.3...3.9.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.9.5 branch from 04fffab to 68d5db7 Compare March 17, 2020 17:33
@dependabot-preview dependabot-preview bot merged commit d175115 into master Mar 17, 2020
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/vimeo/psalm-3.9.5 branch March 17, 2020 17:38
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