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

composer(deps-dev): bump ergebnis/test-util from 1.1.0 to 1.2.0 #563

Merged
merged 1 commit into from Oct 5, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2020

⚠️ Dependabot is rebasing this PR ⚠️

If you make any changes to it yourself then they will take precedence over the rebase.


Bumps ergebnis/test-util from 1.1.0 to 1.2.0.

Release notes

Sourced from ergebnis/test-util's releases.

1.2.0

  • Fix: Require tests for PHP 8.0 to pass (#303), by @localheinz
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.11.0 to 0.12.1 (#304), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/php-cs-fixer-config from 2.2.1 to 2.2.2 (#309), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan-strict-rules from 0.12.4 to 0.12.5 (#306), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/license from 1.0.0 to 1.1.0 (#305), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/extension-installer from 1.0.4 to 1.0.5 (#308), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.7.1 to 2.8.1 (#307), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 3.14.2 to 3.15 (#310), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.40 to 0.12.42 (#311), by @dependabot[bot]
  • github-actions(deps): bump shivammathur/setup-php from 2.4.3 to 2.5.0 (#312), by @dependabot[bot]
  • github-actions(deps): bump actions/stale from v3.0.10 to v3.0.11 (#313), by @dependabot[bot]
  • github-actions(deps): bump actions/create-release from v1.1.3 to v1.1.4 (#314), by @dependabot[bot]
  • composer(deps-dev): bump vimeo/psalm from 3.15 to 3.16 (#315), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.42 to 0.12.43 (#316), by @dependabot[bot]
  • github-actions(deps): bump gr2m/create-or-update-pull-request-action from v1.2.10 to v1.3.0 (#317), by @dependabot[bot]
  • composer(deps-dev): bump ergebnis/composer-normalize from 2.8.1 to 2.8.2 (#318), by @dependabot[bot]
  • github-actions(deps): bump actions/checkout from v2.3.2 to v2.3.3 (#319), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.43 to 0.12.44 (#320), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.44 to 0.12.45 (#321), by @dependabot[bot]
  • composer(deps-dev): bump psalm/plugin-phpunit from 0.12.1 to 0.12.2 (#322), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.45 to 0.12.46 (#323), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.46 to 0.12.47 (#324), by @dependabot[bot]
  • composer(deps-dev): bump phpstan/phpstan from 0.12.47 to 0.12.48 (#325), by @dependabot[bot]
  • Enhancement: Implement BooleanProvider (#326), by @localheinz
  • Enhancement: Implement NullProvider (#327), by @localheinz
  • Enhancement: Implement StringProvider (#328), by @localheinz
  • Fix: Rename methods (#329), by @localheinz
  • Enhancement: Provide example for composition of data providers (#330), by @localheinz
  • Fix: Add StringProvider to list in README.md (#331), by @localheinz
  • Fix: Test data providers directly (#332), by @localheinz
  • Fix: Remove empty list item (#333), by @localheinz
  • Fix: Rename data provider (#334), by @localheinz
  • Enhancement: Implement IntProvider (#335), by @localheinz
  • Fix: Test provided values individually (#336), by @localheinz
  • Enhancement: Extract specifications (#337), by @localheinz
  • Fix: Provide all kinds of string values from StringProvider::arbitrary() (#338), by @localheinz
  • Fix: Add IntProvider to list (#340), by @localheinz
  • Enhancement: Implement DataProvider\StringProvider::trimmed() (#339), by @localheinz
  • Enhancement: Implement DataProvider\FloatProvider (#341), by @localheinz
Changelog

Sourced from ergebnis/test-util's changelog.

[1.2.0][1.2.0]

For a full diff see [1.1.0...1.2.0][1.1.0...1.2.0].

Added

Changed

  • Renamed DataProvider\BooleanProvider to DataProvider\BoolProvider (#334), by [@localheinz]
Commits
  • 5b0f606 Merge pull request #341 from ergebnis/feature/float-provider
  • 247ebf2 Enhancement: Implement DataProvider\FloatProvider
  • c80a390 Merge pull request #339 from ergebnis/feature/trimmed
  • 6deab44 Enhancement: Implement DataProvider\StringProvider::trimmed()
  • b1a37c0 Merge pull request #340 from ergebnis/fix/int-provider
  • 3c5dc82 Fix: Add IntProvider to list
  • 928a7ac Merge pull request #338 from ergebnis/fix/arbitrary
  • e2cb8cf Fix: Provide all kinds of string values
  • 8435766 Enhancement: Assert that StringProvider::arbitrary() provides all kinds of va...
  • 1832627 Merge pull request #337 from ergebnis/feature/specification
  • 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 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 dependabot bot added the dependency label Oct 5, 2020
@codecov
Copy link

codecov bot commented Oct 5, 2020

Codecov Report

Merging #563 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main     #563   +/-   ##
=========================================
  Coverage     82.58%   82.58%           
  Complexity       42       42           
=========================================
  Files             4        4           
  Lines           178      178           
=========================================
  Hits            147      147           
  Misses           31       31           

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 eebd0bb...5cb40ae. Read the comment docs.

@ergebnis-bot ergebnis-bot self-requested a review October 5, 2020 05:53
@ergebnis-bot ergebnis-bot self-assigned this Oct 5, 2020
ergebnis-bot
ergebnis-bot previously approved these changes Oct 5, 2020
@dependabot dependabot bot force-pushed the dependabot/composer/ergebnis/test-util-1.2.0 branch from 3d98136 to 5cb40ae Compare October 5, 2020 07:05
@ergebnis-bot ergebnis-bot self-requested a review October 5, 2020 07:07
@ergebnis-bot ergebnis-bot merged commit e77d28e into main Oct 5, 2020
@ergebnis-bot ergebnis-bot deleted the dependabot/composer/ergebnis/test-util-1.2.0 branch October 5, 2020 07:07
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.

None yet

1 participant