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

Update behat/mink from v1.10.0 to v1.11.0 #447

Open
wants to merge 1 commit into
base: 11.x
Choose a base branch
from

Conversation

violinist-bot
Copy link

If you have a high test coverage index, and your tests for this pull request are passing, it should be both safe and recommended to merge this update.

Updated packages

Some times an update also needs new or updated dependencies to be installed. Even if this branch is for updating one dependency, it might contain other installs or updates. All of the updates in this branch can be found here:

  • behat/mink: v1.11.0 (updated from v1.10.0)

Release notes

Here are the release notes for all versions released between your current running version, and the version this PR updates the package to.

List of release notes

Changed files

Here is a list of changed files between the version you use, and the version this pull request updates to:

List of changed files
  .editorconfig
  .gitattributes
  .github/workflows/tests.yml
  CHANGES.md
  composer.json
  phpstan.dist.neon
  src/Driver/CoreDriver.php
  src/Driver/DriverInterface.php
  src/Element/DocumentElement.php
  src/Element/Element.php
  src/Element/ElementFinder.php
  src/Element/ElementInterface.php
  src/Element/NodeElement.php
  src/Element/TraversableElement.php
  src/Exception/DriverException.php
  src/Exception/ElementException.php
  src/Exception/ElementHtmlException.php
  src/Exception/ElementNotFoundException.php
  src/Exception/ExpectationException.php
  src/Exception/UnsupportedDriverActionException.php
  src/KeyModifier.php
  src/Mink.php
  src/Selector/NamedSelector.php
  src/Selector/SelectorsHandler.php
  src/Selector/Xpath/Escaper.php
  src/Selector/Xpath/Manipulator.php
  src/Session.php
  src/WebAssert.php
  tests/Driver/CoreDriverTest.php
  tests/Element/DocumentElementTest.php
  tests/Element/ElementFinderTest.php
  tests/Element/ElementTest.php
  tests/Element/NodeElementTest.php
  tests/Exception/ElementExceptionTest.php
  tests/Exception/ElementHtmlExceptionTest.php
  tests/Exception/ElementNotFoundExceptionTest.php
  tests/Exception/ElementTextExceptionTest.php
  tests/Exception/ExpectationExceptionTest.php
  tests/MinkTest.php
  tests/Selector/NamedSelectorTest.php
  tests/Selector/Xpath/EscaperTest.php
  tests/Selector/Xpath/ManipulatorTest.php
  tests/SessionTest.php
  tests/WebAssertTest.php

Changelog

Here is a list of changes between the version you use, and the version this pull request updates to:

  • d8527fd Update the changelog for 1.11.0
  • 0bab939 Merge pull request #860 from stof/update_ci
  • f4748eb Update the CI setup
  • 9e4feb9 Merge pull request #858 from kbond/symfony-7
  • f1c337c allow Symfony 7.0
  • bf5977f Merge pull request #857 from stof/add_missing_types
  • 0301360 Add a missing type in CoreDriver
  • 9ea43c2 Merge pull request #856 from stof/add_parameter_types
  • 577483d Add type for all method parameters that can have them
  • 6816350 Merge pull request #855 from stof/throwable_previous
  • 15d387d Support Throwable for the previous exception
  • 17ef585 Merge pull request #854 from stof/enforce_callable_signature
  • 6fdc01b Define the callback signature for waitFor
  • 9501dc9 Merge pull request #852 from stof/increase_coverage
  • fb3358a Merge pull request #853 from stof/core_driver_throws
  • bc93308 Add the thrown exception in CoreDriver phpdoc
  • f34bb4d Fix driver interface method descriptions
  • 4db2b9b Reorder CoreDriver methods to use the same order than the interface
  • f85081a Add a test covering ExpectationException for drivers without status code
  • 73e3de4 Add tests covering the handling of invalid XPath when prepending
  • f0ae96a Merge pull request #851 from stof/improve_element_finder
  • 396af67 Make the ElementFinder internal
  • 4070be1 Merge pull request #850 from stof/element_finder
  • 0ace939 Moved the search of elements to an ElementFinder
  • f45ec77 Merge pull request #849 from stof/fix_static_analysis
  • cb831c0 Add proper handling of the case where the parent is not found
  • d9b09c5 Add an assertion for the option value
  • 2477452 Improve error handling for invalid usages of field value assertions
  • e67a46e Handle PCRE failures when attempting to trim body
  • d57832a Add proper handling of error cases in NodeElement::hasClass
  • 4a370bc Ignore a phpstan error for code testing invalid code on purpose
  • 2f76f64 Fix static analysis error in CoreDriverTest
  • 65fbffa Merge pull request #848 from stof/improve_webassert_tests
  • eb39db3 Refactor the way WebAssertTest performs assertions
  • fa84938 Merge pull request #845 from stof/add_phpstan
  • 45ab739 Analyze the test folder with phpstan
  • c9b0c9a Add phpstan
  • 70b3a2c Add the EditorConfig config file
  • 2bec260 Merge pull request #844 from stof/improve_phpdoc
  • 6ee88d8 Improve phpdoc types
  • 57187dc Merge pull request #843 from stof/add_modifier_constants
  • 9996c39 Add constants for the supported key modifiers
  • b4ff07f Merge pull request #840 from Chris53897/feature/improve-ci
  • 141404a chore: fix ci deprecations, add test-runs for php 8.2

This is an automated pull request from Violinist: Continuously and automatically monitor and update your composer dependencies. Have ideas on how to improve this message? All violinist messages are open-source, and can be improved here.

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.

1 participant