Skip to content

chore(deps): update dependency behat/behat to v3.22.0 #125

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
behat/behat (source) 3.12.0 -> 3.22.0 age adoption passing confidence

Release Notes

Behat/Behat (behat/behat)

v3.22.0

Compare Source

Changed
  • Suggested method names for new step definitions will no longer be transliterated to ASCII.
    Users working in languages whose characters are mostly outside the allowed UTF-8 range
    will see generic stepDefinitionX names. We have provided an extension point for custom
    suggestion implementations, and would consider providing an official extension. If this
    affects you, please open a discussion on the Behat repository.
    By @​acoulton in #​1633
  • The behat/transliterator package is no longer required and will shortly be archived.
Internal

v3.21.1

Compare Source

Fixed
  • ExceptionPresenter was causing a TypeError when constructed with a null $basePath by @​acoulton in #​1631

v3.21.0

Compare Source

Fixed
  • JUnit formatter options were being lost when converting config to PHP by @​acoulton in #​1622
  • Contexts with constructor arguments were not properly converted to PHP configuration by @​acoulton in #​1619
Added
  • New CLI and configuration option to print all paths as absolute paths by @​carlos-granados in #​1620
  • Expose PHP configuration interface for tester and error_reporting options by @​acoulton in #​1626
  • Improve config conversion to PHP to generate class references instead of string names; reference extensions by their
    fully qualified class names; convert output_verbosity values to constants; and convert tester and error_reporting
    configuration to PHP by @​acoulton in #​1619, #​1623
    and #​1626
Internal

v3.20.0

Compare Source

Changed
  • Remove dependency on file location in Gherkin package. The (internal) service container parameters gherkin.paths.lib
    and gherkin.paths.i18n are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.
    By @​carlos-granados in #​1604.
Added
Internal

v3.19.0

Compare Source

Changed
  • Remove internal wrappers for PSR Container interfaces - may affect projects using container-interop/container-interop
    < 1.2.0 (released in 2017, package now deprecated and unsupported by behat since 2021).
    By @​acoulton in #​1584
  • Remove legacy Symfony event dispatchers - these were internal wrappers to support symfony <5 and >=5, both now
    redundant. By @​carlos-granados in #​1585
Added
Fixed
Internal

v3.18.1

Compare Source

Fixed

v3.18.0

Compare Source

Changed
  • Add new methods to the Behat\Hook\Hook and Behat\Step\Definition interfaces used internally by step definition
    attributes by @​carlos-granados in #​1573
Added
Fixed
Internal

v3.17.0

Compare Source

Changed
Added
Fixed
Internal

v3.16.1

Compare Source

Changed
  • Remove dependency on file location in Gherkin package. The (internal) service container parameters gherkin.paths.lib
    and gherkin.paths.i18n are no longer defined or used. Minimum behat/gherkin version is now ^4.12.0.
    By @​carlos-granados in #​1604, backported from 3.20.0 to fix errors for users stuck on 3.16.0 due to
    dependency conflicts.

v3.16.0

Compare Source

Changed
  • Drop support for PHP < 8.1, Symfony < 5.4 and Symfony 6.0 - 6.3. In future Behat will drop support for PHP and symfony
    versions as they reach EOL. by @​AlexSkrypnyk in #​1504
  • ApplicationFactory::VERSION is deprecated and will not be updated, Behat now internally uses composer's runtime API
    to report the running version. by @​acoulton in #​1520
  • API changes to 2 final Behat classes that are not considered part of the public API (but were not explicitly marked
    as such). This may affect users who are creating instances direct rather than through the DI container as expected.
    See Behat\Behat\EventDispatcher\Cli\StopOnFailureController in #​1501 and Behat\Behat\Tester\Cli\RerunController in #​1518.
Added
Fixed
Internal

v3.15.0

Compare Source

Note: This release also bumps the minor version of behat/gherkin to 4.10.0, which was released on 2024-10-19 with
a behaviour-changing bugfix related to the parsing of \ characters in scenarios.
See the Behat/Gherkin CHANGELOG.

Added
Fixed
Internal

v3.14.0

Compare Source

Added
Fixed
Internal

v3.13.0

Compare Source

Added

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.13.0 chore(deps): update dependency behat/behat to v3.14.0 Jan 10, 2024
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 1523d79 to 0eff9cd Compare January 10, 2024 20:01
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 0eff9cd to f81fbc4 Compare October 30, 2024 11:14
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.14.0 chore(deps): update dependency behat/behat to v3.15.0 Oct 30, 2024
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.15.0 chore(deps): update dependency behat/behat to v3.16.0 Nov 8, 2024
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from f81fbc4 to 2eb1648 Compare November 8, 2024 12:56
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 2eb1648 to 1f54e9e Compare December 18, 2024 12:01
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.16.0 chore(deps): update dependency behat/behat to v3.17.0 Dec 18, 2024
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 1f54e9e to 1915c91 Compare January 9, 2025 19:00
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.17.0 chore(deps): update dependency behat/behat to v3.18.0 Jan 9, 2025
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 1915c91 to 2df85fa Compare January 10, 2025 13:56
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.18.0 chore(deps): update dependency behat/behat to v3.18.1 Jan 10, 2025
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.18.1 chore(deps): update dependency behat/behat to v3.19.0 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 2df85fa to be2114b Compare February 13, 2025 12:36
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from be2114b to 26c6f97 Compare April 2, 2025 15:26
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.19.0 chore(deps): update dependency behat/behat to v3.20.0 Apr 2, 2025
Copy link
Contributor Author

renovate bot commented Apr 2, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: apps/composer.lock
Command failed: composer update behat/behat:3.22.0 --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins --minimal-changes
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - Root composer.json requires behat/behat 3.22.0 -> satisfiable by behat/behat[v3.22.0].
    - behat/behat v3.22.0 requires nikic/php-parser ^5.2 -> found nikic/php-parser[v5.2.0, v5.3.0, v5.3.1, v5.4.0] but these were not loaded, likely because it conflicts with another require.

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 26c6f97 to 3a110bf Compare April 21, 2025 09:47
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.20.0 chore(deps): update dependency behat/behat to v3.21.0 Apr 21, 2025
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 3a110bf to 20d591a Compare April 22, 2025 19:10
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.21.0 chore(deps): update dependency behat/behat to v3.21.1 Apr 22, 2025
@renovate renovate bot force-pushed the renovate/behat-behat-3.x branch from 20d591a to a362a60 Compare May 6, 2025 20:40
@renovate renovate bot changed the title chore(deps): update dependency behat/behat to v3.21.1 chore(deps): update dependency behat/behat to v3.22.0 May 6, 2025
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