Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Updates the requirements on behat/behat to permit the latest version.

Release notes

Sourced from behat/behat's releases.

3.4.3

Fixed

  • BC break due to parameters resolution in Dependency Injection Container
Changelog

Sourced from behat/behat's changelog.

[3.4.3] - 2017-11-27

Fixed

  • BC break due to parameters resolution in Dependency Injection Container

[3.4.2] - 2017-11-20

Added

  • #1095: Support for Symfony 4.x
  • #1096: Allow to use latest PHPUnit

[3.4.1] - 2017-09-18

Fixed

  • PHP 5.3 style cleanup.

[3.4.0] - 2017-09-10

Added

  • #1071: Services auto-wiring
  • #1054: PSR-11
    support for helper containers.
  • Support for modern PHPUnit.

Fixed

  • #1056: Make Gherkin aware of the
    base path so it can filter correctly

Changed

  • #1069: Rework argument validators

Deprecated

  • #1054: Deprecated usage
    of Interop\Container. Versions prior to 1.2 are not supported, but 1.2
    is a non-breaking change. If you depend heavily on Interop, upgrade to
    1.2, which is still supported by helper containers. Aim to migrate to
    Psr before Behat 4.0 shows up on horizon
  • PHP versions prior to 5.6 and HHVM were dropped from CI build matrix. It
    doesn't mean that we'll start using features of 5.6 yet, it just means we
    don't get out of our way to support 5.3 and 5.4 anymore. In 4.0 support will
    be completely dropped.

[3.3.1] - 2017-05-15

Added

  • #976: Add tests to check that
    snippets treat words containing apostrophes as a single word

Fixed

  • #993 Fix mixed arguments
    organizer not marking typehinted arguments as "defined"
  • #992 Do not misinterpret first
    argument as a numbered argument if it is in fact typehinted
  • #1028 Parent / Child class
    argument ambiguity issue with MixedArgumentResolver
... (truncated)
Commits

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 merge will merge this PR after your CI passes on it
  • @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 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.

Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/commits/v3.4.3)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@danxuliu
Copy link
Member

danxuliu commented Jul 17, 2018

Behat was fixed to 3.3.X because Behat >= 3.4.2 added Symfony 4 as a dependency, and it does not work with our current config/behat.yml file.

Note, however, that either Symfony 2, 3 or 4 can be used with Behat >= 3.4.2, so in the integration tests run in Drone there is no failure because Symfony 3 is still used (although I do not know why; it seems that symfony/class-loader (v3.4.12) is cached somewhere); the problem appears when running the integration tests and loading all the dependencies from scratch, as in that case the latest compatible version of the dependencies, and thus Symfony 4, is used.

@danxuliu danxuliu closed this Jul 17, 2018
@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot-preview dependabot-preview bot deleted the dependabot/composer/build/integration/behat/behat-approx-3.4.3 branch July 17, 2018 11:20
@rullzer
Copy link
Member

rullzer commented Jul 17, 2018

@dependabot ignore this minor version

@dependabot-preview
Copy link
Contributor Author

OK, I won't notify you about version 3.4.x again, unless you re-open this PR or update to a 3.4.x release yourself.

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.

4 participants