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.13.1 to 3.18.2 #87

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Dec 1, 2020

Bumps vimeo/psalm from 3.13.1 to 3.18.2.

Release notes

Sourced from vimeo/psalm's releases.

Improve treatment of finally blocks

Last night's release added a regression in how variables set in try statements are treated, ticketed here: vimeo/psalm#4368

Bugfixes

Language server works again

This fixes an issue that prevented the language server from seeing recent changes to files (caused, almost inexplicably, by removing a @param docblock).

Other bugfixes

  • Fix an issue with remapped template params (#4326)
  • Improve handling of try statements without catches (#4333, #4366)
  • Deal with a few more combinatorial expansion issues gracefully (#4347)
  • Improve Psalter replacements (#4350, #4349)
  • @pascalheidmann fixed an error when creating a report in a non-existent directory (#4353)
  • Improve handling of assignments on the RHS of || if conditionals (#4354)

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)
Commits

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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)
  • 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)

Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.13.1 to 3.18.2.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@3.13.1...3.18.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.18.2 branch from 2bcf833 to c7ecac8 Compare January 1, 2021 12:14
@Ocramius Ocramius merged commit 3fb3afc into 1.9.x Jan 1, 2021
@Ocramius Ocramius deleted the dependabot/composer/vimeo/psalm-3.18.2 branch January 1, 2021 12:17
@Ocramius Ocramius added this to the 1.9.0 milestone Jan 1, 2021
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