Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Updates the requirements on vimeo/psalm to permit the latest version.

Release notes

Sourced from vimeo/psalm's releases.

4.4.0

Features

Compatibility with new Symfony polyfills

Recently some new Symfony polyfills contained code that didn't broke scanning.

@weirdan made Psalm aware of version checks in #4967, hopefully fixing this for consumers.

SARIF output (for security scanning)

@lukasbestle added help links in SARIF output (#4924) and ensured they can be produced by the Phar (#4925)

Bugfixes

  • @hollodotme fixed the signature for PDOStatement::fetchObject (#4915)
  • @lukasbestle added better support for $this in @var annotations (#4922)
  • @orklah allowed Psalm to understand string concatenation with known ints (#4938)
  • allow array_reduce to be called with a single argument (#4917)
  • Security scanning @adrienlucas improved handling of specialised calls (#4940, #4948)
  • @weirdan fixed signature of gzread (#4960)
  • Traversable interface added back to PDOStatement (#4951)
  • Psalm now performs more intelligent subtraction of from potential template types (#4943)
  • @weirdan added support for the Attribute::IS_REPEATABLE flag (#4971)
  • detect destructuring assignments inside loops (#4982)
  • strict comparisons to arrays now produce better inferred types (#4976)
  • @Ocramius improved the return type of count when the array size is known (#4997)

Internal

  • @orklah added a DTO for plugins, rendering the existing plugin system a legacy one (#4881)
  • and @adrienlucas fixed a small bug in the new plugin format (#4962)
  • @weirdan stripped out some unnecessary files from the composer package (#4968)
  • @weirdan moved Phar generation to GitHub Actions (#4974)
  • @bendavies split out PHPUnit tests across GitHub actions (#4985)
Commits
  • ef4afd7 Unset should change array with keyed offsets
  • d10a068 Fix #5001 - update variables after context after type change from empty
  • a53cc23 #4997 added more precise type inference for count() returning 0 or `posit...
  • 1afce4d Improve treatment of strict equality
  • 37fb081 Bump up to 8 concurrent builds
  • 4e677c9 So long Travis
  • 5beb3ad Simplify assertion when mixed
  • 53afd28 Split unit test over multiple jobs in GitHub Actions, lowering the total run ...
  • 4faa6bb Fix #4976 - improve type narrowing
  • d8e815e Limit to releases again
  • Additional commits viewable in compare view

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 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)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version.
- [Release notes](https://github.com/vimeo/psalm/releases)
- [Commits](vimeo/psalm@3.12.0...4.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jan 14, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #22.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/vimeo/psalm-tw-4.4 branch February 11, 2021 04:44
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