OpenCATS icon indicating copy to clipboard operation
OpenCATS copied to clipboard

Bump behat/mink from 1.7.1 to 1.10.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments
trafficstars

Bumps behat/mink from 1.7.1 to 1.10.0.

Release notes

Sourced from behat/mink's releases.

1.10.0

New features:

  • Added support for symfony/css-selector 6
  • Added WebAssert::elementAttributeNotExists

Removed:

  • Removed support for PHP <7.2
  • Removed support for symfony/css-selector <4.4

Bug fixes:

  • Fixed phpdoc for a bunch of arguments that were not properly marked as nullable

1.9.0

New features:

  • Fixed deprecation warnings on PHP 8.1
  • Improved responsiveness of Element::waitFor
  • Allowed selectors and replacements to be registered late

Removed:

  • Removed support for PHP 5.3

Testsuite:

  • Added CI jobs for PHP 8.0 and 8.1

1.8.1

Bug fixes:

  • Fixed the phpdoc of NodeElement::getValue. This method actually returns null in some cases (unchecked checkbox for instance)

1.8.0

New features:

  • Auto-start the session on first call to visit. Mink::getSession() will no longer start the session automatically.
  • Added support for symfony/css-selector 4 and 5

Bug fixes:

  • Fixed the message when reporting the deprecation of ExpectationException::getSession()
  • Fixed support for XPath selectors using | inside strings or conditions rather than as a top-level union
  • Fixed compatibility with PHP 7.2 not allowing to use count on strings

Testsuite:

  • Added PHP 7.1, 7.2, 7.3 and 7.4 in the CI

... (truncated)

Changelog

Sourced from behat/mink's changelog.

1.10.0 / 2022-03-28

New features:

  • Added support for symfony/css-selector 6
  • Added WebAssert::elementAttributeNotExists

Removed:

  • Removed support for PHP <7.2
  • Removed support for symfony/css-selector <4.4

Bug fixes:

  • Fixed phpdoc for a bunch of arguments that were not properly marked as nullable

1.9.0 / 2021-10-11

New features:

  • Fixed deprecation warnings on PHP 8.1
  • Improved responsiveness of Element::waitFor
  • Allowed selectors and replacements to be registered late

Removed:

  • Removed support for PHP 5.3

Testsuite:

  • Added CI jobs for PHP 8.0 and 8.1

1.8.1 / 2020-03-11

Bug fixes:

  • Fixed the phpdoc of NodeElement::getValue. This method actually returns null in some cases (unchecked checkbox for instance)

1.8.0 / 2020-03-11

New features:

  • Auto-start the session on first call to visit. Mink::getSession() will no longer start the session automatically.
  • Added support for symfony/css-selector 4 and 5

Bug fixes:

... (truncated)

Commits
  • 19e5890 Update the changelog for 1.10.0
  • 45da58c Merge pull request #820 from stof/fix_phpdoc
  • 852ce78 Fix some wrong types in phpdoc
  • 4ce8a28 Merge pull request #819 from stof/drop_old_versions
  • 00bd801 Drop support for PHP <7.2 and old Symfony versions
  • a91ab98 Merge pull request #818 from stof/add_codecov
  • 943f23d Add code coverage with codecov
  • 34c0ae0 Merge pull request #817 from murilohpucci/feature/element-attribute-not-exists
  • a27946b Issue #816 - Add element attribute not exists.
  • 8f86e44 Merge pull request #814 from kbond/symfony-6
  • 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[bot] avatar Mar 08 '23 17:03 dependabot[bot]