doctrine / automatic-releases

Internal automatic release tool for doctrine/* projects
MIT License
28 stars 5 forks source link

Bump psalm/plugin-phpunit from 0.5.4 to 0.9.0 #44

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps psalm/plugin-phpunit from 0.5.4 to 0.9.0.

Release notes

Sourced from psalm/plugin-phpunit's releases.

Make compatible with latest Psalm

No release notes provided.

External data providers

Features

  • Added support for external data providers (@dataProvider \Some\External\Class::providerMethod) (#45, #44)
  • Added support for providers returning list: @return iterable<list<type>>

Fixed single-line docblock parsing

Breaking changes

  • Minimum Psalm version is 3.6.2 now

Fixes

  • Fixed single-line docblock parsing (#38)

Fix crash on invalid psalm annotations

Fixes

  • Fixed crash on invalid @psalm-* annotation (#37)
  • Fixed sticky provider usage (Psalm/plugin failed to mark providers as unused when corresponding @dataProvider annotations were dropped)

Changes

  • Dropped legacy compatibility layer

Breaking changes

  • Minimum Psalm version is 3.2.11 now

Use less-strict checks when encountering mixed types

No release notes provided.

Fix refs

No release notes provided.

Bump version req to PHP 7.1

No release notes provided.

Improve message for invalid provider

No release notes provided.

Improve handling for PossiblyUnusedMethod

This release allows PossiblyUnusedMethod to be ignored in --diff and threaded mode

Commits
  • 496c08f Add string cast
  • 59dbe2f Merge pull request #52 from SignpostMarv/patch-3
  • 23c57a0 cache vendor directory
  • a54c65c allow failures with vimeo/psalm:dev-master
  • e113531 rolling back constraint
  • 4330aea updating codeception/base constraint
  • bac311a isolate build failures from vimeo/psalm:dev-master
  • 7bf7bec removing comment
  • 1b4b4c0 phpunit 9 was released
  • 8e2be02 Merge pull request #46 from SignpostMarv/travis/7.4-testing
  • 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.


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](https://app.dependabot.com): - 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)