Skip to content

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

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

Closed

Conversation

dependabot[bot]
Copy link

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

Bumps ergebnis/test-util from 1.1.0 to 1.3.0.

Release notes

Sourced from ergebnis/test-util's releases.

1.3.0

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.3.0][1.3.0]

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

Added

[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
  • 6dd7ff9 Merge pull request #344 from ergebnis/feature/resource-provider
  • 9dccc61 Enhancement: Implement DataProvider\ResourceProvider
  • 2c263dc Merge pull request #342 from OskarStark/patch-1
  • 2071009 Merge pull request #343 from ergebnis/feature/object-provider
  • e91d7fe Fix: Make clear, values are not empty
  • 9bafac8 Enhancement: Implement DataProvider\ObjectProvider
  • 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()
  • 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 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 @github
Copy link
Author

dependabot bot commented on behalf of github Oct 6, 2020

The following labels could not be found: dependency.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 18, 2020

Superseded by #39.

@dependabot dependabot bot closed this Nov 18, 2020
@dependabot dependabot bot deleted the dependabot/composer/ergebnis/test-util-1.3.0 branch November 18, 2020 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants