Skip to content

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps beberlei/assert from 2.7.6 to 3.0.1.

Release notes

Sourced from beberlei/assert's releases.

v3.0.1

3.0.1 - 2018-07-04

Added assertions

v3.0.0

3.0.0 - 2018-07-04

Changes

  • Deprecate support for PHP < 7.0

Fixes

  • An AssertionFailedException must be a Throwable (Thanks to Marco Pivetta)

v2.9.6

2.9.6 - 2018-04-16

Fixes

  • Made constraints in exceptions consistent for all assertions (Thanks to Peter Kruithof)

v2.9.5

2.9.5 - 2018-04-16

Fixes

  • Remove DocBlock entry causing exception in third party DocBlock parser (Thanks to Koutsoumpos Valantis)

v2.9.4

2.9.4 - 2018-04-09

Fixes

  • Prevent date overflow in Assertion::date() by reset preset date value (Thanks to Nobuhiro Nakamura)

v2.9.3

2.9.3 - 2018-03-16

Changes

  • Expand error for \Assert\Assertion::count() to include the supplied count (Thanks to Yoann Blot)

v2.9.2

2.9.2 - 2018-01-25

Fixes

  • Usage of custom extended Assertion class in LazyAssertion (Thanks to Marek Štípek)

v2.9.1

2.9.1 - 2018-01-25

... (truncated)
Changelog

Sourced from beberlei/assert's changelog.

3.0.1 - 2018-07-04

Added assertions

3.0.0 - 2018-07-04

Changes

  • Deprecate support for PHP < 7.0

Fixes

  • An AssertionFailedException must be a Throwable (Thanks to Marco Pivetta)

2.9.6 - 2018-04-16

Fixes

  • Made constraints in exceptions consistent for all assertions (Thanks to Peter Kruithof)

2.9.5 - 2018-04-16

Fixes

  • Remove DocBlock entry causing exception in third party DocBlock parser (Thanks to Koutsoumpos Valantis)

2.9.4 - 2018-04-09

Fixes

  • Prevent date overflow in Assertion::date() by reset preset date value (Thanks to Nobuhiro Nakamura)

2.9.3 - 2018-03-16

Changes

  • Expand error for \Assert\Assertion::count() to include the supplied count (Thanks to Yoann Blot)

2.9.2 - 2018-01-25

Fixes

  • Usage of custom extended Assertion class in LazyAssertion (Thanks to Marek Štípek)

2.9.1 - 2018-01-25

Deprecation notice

  • Support for PHP 5 will be dropped at the end of 2018, in line with PHP's supported versions.

Fixes

  • \Assert\Assertion::generateMessage() will now receive the default message for an assertion if one is not supplied (Thanks to Romans Malinovskis)

2.8.1 - 2017-11-30

Fixes

  • Assertion::integerish() has had several issues in the last couple of versions.
... (truncated)
Commits
  • 12322a8 Drop version from composer.json in favour of github releases
  • 81e9729 Prepare v3.0.1
  • b277bb2 Update url regex from Symfony
  • f81400a Relax dependency versions for development/pipeline
  • 415a600 C/S
  • babfb1b Merge branch 'master' of github.com:beberlei/assert
  • d5ac904 Refactor 'SomeClass' to SomeClass::class
  • 7c20183 add assertions for existing files and not matching regexes (#261)
  • 3de6c57 Shields.IO badges
  • 43a1d05 c/s
  • 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 will not automatically merge this PR because it includes an out-of-range update to a production dependency.


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 cancel merge will cancel a previously requested merge
  • @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.

Bumps [beberlei/assert](https://github.com/beberlei/assert) from 2.7.6 to 3.0.1.
- [Release notes](https://github.com/beberlei/assert/releases)
- [Changelog](https://github.com/beberlei/assert/blob/master/CHANGELOG.md)
- [Commits](beberlei/assert@v2.7.6...v3.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@WyriHaximus WyriHaximus merged commit 35cd24f into master Oct 14, 2018
@dependabot-preview dependabot-preview bot deleted the dependabot/composer/beberlei/assert-3.0.1 branch October 14, 2018 08:51
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.

2 participants