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

Bump vimeo/psalm from 3.4.2 to 3.4.7 #136

Merged
merged 1 commit into from
Jul 8, 2019

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jul 1, 2019

Bumps vimeo/psalm from 3.4.2 to 3.4.7.

Release notes

Sourced from vimeo/psalm's releases.

Fix issues around use of class_exists and function_exists

Bugfixes

Fixes an issue (#1859) introduced in 3.4.3 where conditional definitions of functions e.g.

if (!function_exists("some_function")) {
  function some_function() {...}
}

would result in a crash some_function does exist in the runtime, and it's internal.

Also fixes a similar issue (#1860) where Psalm could crash while analysing blocks surrounded by a if (class_exists(Foo::class)) if Psalm thinks Foo always exists.

20% faster

Features

  • makes Psalm 20% faster by reducing object cloning
  • added a SonarQube report type - thanks @​lewinski! (#1808)
  • trailing commas are now supported in object-like array docblocks (#1802)
  • add documentation for the assertion syntax (#1810)
  • Language server: improve autocompletion of methods and properties - thanks @​iluuu1994 (#1831, #1834)
  • Language server: improve legibility of on-hover definitions - thanks @​iluuu1994 (#1833)
  • Language server: add jump-to-definition of docblock types (#1832)
  • Language server: jump between parentheses having autocompleted method name - thanks @​iluuu1994 (#1839)
  • warn when running Psalm with pcre.jit=1 on Macs with PHP 7.3

Bugfixes

  • improve treatment of if (class_exists(Foo::class)) {...} when the class doesn’t exist in Psalm's world (#1801)
  • complain about DeprecatedClass when using a deprecated class's constants (#1803, #1814)
  • psalm-refactor: ensure directory exists before moving file (#1802)
  • fix expected argument count message when too-few params are provided (#1811)
  • object&Foo is converted to Foo when resolving templates (#1813)
  • the effect of array_filter($arr, 'is_numeric') (and related is_... functions) is now interpreted correctly (#1816)
  • allow comparison to static with instanceof static (#1458)
  • handle intersection when expanding template (#1818)
  • improve behaviour of callable reconciliation (#1825)
  • don’t allow object-like array to be unioned with mixed (#1826)
  • resolve docblock self references in the scanning phase (unless inside traits) (#1827)
  • Language Server always show references to method, even if arguments are incomplete (#1835)
  • prevent invalid templated returns - thanks (#1842, #1845)
  • allow static class strings to be compared (#1848)
  • improve messaging about invalid types with hyphens in (#1852)
  • allow MethodParamsProvider to accept an empty array - thanks @​Daeroni (#1854)

Enable Language Server completion by default

Features

... (truncated)
Commits
  • caf7737 Disable progressbar when GitLab CI is detected (#1867)
  • 87e2300 Don’t stop analysing after class_exists
  • 3c61b17 Exit with error status on baseline read errors (#1866)
  • 5943f60 Fix #1859 - allow function_exists introspection when function exists
  • 6514f20 Fix #1860 - be less restrictive about class_exists checks
  • 6a95aeb Fix 404
  • 0d3f5af Break out docblock_type_syntax.md into separate files
  • af1decf Add missing links to documentation (#1858)
  • 6b32565 Allow references to deprecated class inside the class
  • 049b148 Remove non-working mutation coverage step from CircleCI config (#1850)
  • 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.


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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 1, 2019
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.4.7 branch 2 times, most recently from 9d03744 to 22faf51 Compare July 5, 2019 18:22
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.4.7 branch from 22faf51 to e6e8265 Compare July 8, 2019 16:20
@Ocramius Ocramius self-assigned this Jul 8, 2019
@Ocramius Ocramius added this to the 4.0.0 milestone Jul 8, 2019
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 3.4.2 to 3.4.7.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Changelog](https://github.com/vimeo/psalm/blob/master/CHANGELOG.md)
- [Commits](vimeo/psalm@3.4.2...3.4.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/vimeo/psalm-3.4.7 branch from e6e8265 to 800992d Compare July 8, 2019 16:26
@Ocramius Ocramius merged commit 85853a7 into master Jul 8, 2019
@Ocramius Ocramius deleted the dependabot/composer/vimeo/psalm-3.4.7 branch July 8, 2019 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant