Skip to content

Chore(deps-dev): Update behat/behat requirement from ~3.26.0 to ~3.30.0 in /tests/integration#7801

Merged
github-actions[bot] merged 1 commit intomainfrom
dependabot/composer/tests/integration/behat/behat-approx-3.30.0
Mar 28, 2026
Merged

Chore(deps-dev): Update behat/behat requirement from ~3.26.0 to ~3.30.0 in /tests/integration#7801
github-actions[bot] merged 1 commit intomainfrom
dependabot/composer/tests/integration/behat/behat-approx-3.30.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2026

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

Release notes

Sourced from behat/behat's releases.

v3.30.0

Changed

  • Explicitly mark up interfaces, classes & methods that we consider to be the public API. This will not affect our backwards compatibility guarantees for the 3.x series, but from 4.0 onwards we will only guarantee BC for code that is explicitly marked as being part of the API. By @​acoulton in #1807
  • Move gherkin configuration to dedicated GherkinOptions config object. The previous API for setting filters by calling ->withFilters() on Profile is deprecated and will be removed in 4.0. By @​acoulton in #1798
  • Make Extension::process() explicit in the Extension interface & document Extension dependencies. Clarifies that extensions should declare their own dependencies on any symfony packages they interact with directly. By @​acoulton in #1795 and #1804
  • Drop PHP 8.1 support by @​carlos-granados in #1782

Added

  • Support configuring GherkinCompatibilityMode to control how Gherkin files are parsed. The default mode behaves identically to legacy parser behaviour. The opt-in experimental gherkin-32 mode parses equivalent to the official cucumber/gherkin parsers. We expect to make gherkin-32 the default in the 4.0 release. See the documentation for more details. By @​acoulton in #1799
  • Add deprecation collector to capture and print Behat deprecations. Users can opt-in to display and/or fail on deprecations using the methods on the TesterOptions config object. Extension developers can log their own runtime deprecations by calling DeprecationCollector::trigger(). By @​carlos-granados in #1794

Internal

Changelog

Sourced from behat/behat's changelog.

[3.30.0] - 2026-03-26

Changed

  • Explicitly mark up interfaces, classes & methods that we consider to be the public API. This will not affect our backwards compatibility guarantees for the 3.x series, but from 4.0 onwards we will only guarantee BC for code that is explicitly marked as being part of the API. By @​acoulton in #1807
  • Move gherkin configuration to dedicated GherkinOptions config object. The previous API for setting filters by calling ->withFilters() on Profile is deprecated and will be removed in 4.0. By @​acoulton in #1798
  • Make Extension::process() explicit in the Extension interface & document Extension dependencies. Clarifies that extensions should declare their own dependencies on any symfony packages they interact with directly. By @​acoulton in #1795 and #1804
  • Drop PHP 8.1 support by @​carlos-granados in #1782

Added

  • Support configuring GherkinCompatibilityMode to control how Gherkin files are parsed. The default mode behaves identically to legacy parser behaviour. The opt-in experimental gherkin-32 mode parses equivalent to the official cucumber/gherkin parsers. We expect to make gherkin-32 the default in the 4.0 release. See the documentation for more details. By @​acoulton in #1799
  • Add deprecation collector to capture and print Behat deprecations. Users can opt-in to display and/or fail on deprecations using the methods on the TesterOptions config object. Extension developers can log their own runtime deprecations by calling DeprecationCollector::trigger(). By @​carlos-granados in #1794

Internal

[3.29.0] - 2025-12-11

Changed

  • Add initial backwards-compatible return types to final classes, final methods and private methods. These changes should not impact end-users or extension authors. This is work towards the upcoming 4.0.0 release, which will add support for symfony8 and introduce strict types throughout.

... (truncated)

Commits
  • be4af8c docs: Add changelog for 3.30.0 (#1810)
  • 5daadec [3.x] refactor: Add remaining BC strict types to method params, returns & pro...
  • 0a4d3bf PHP8.5: make string cast for array_key_exists (#1806)
  • 92419fa Merge pull request #1807 from acoulton/3.x-feat-mark-api
  • fdb3e30 deprecate: Add deprecation messages (#1805)
  • 881892d docs: Extension interface is public API
  • b5613fe docs: Orderer is public API
  • 6a6b446 docs: ExceptionStringer interface is public API
  • 66922e2 docs: Mark Controller interface as public API
  • b3be595 docs: Mark all end-user attributes as public API
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 dependabot bot added dependencies php Pull requests that update Php code labels Mar 28, 2026
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/3.x/CHANGELOG.md)
- [Commits](Behat/Behat@v3.26.0...v3.30.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-version: 3.30.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions
Copy link
Copy Markdown
Contributor

🐢 Performance warning.
It looks like the query count of the integration tests increased with this PR.
Database query count is now 94753 was 93102 (+1.77%)
Please check your code again. If you added a new test this can be expected and the base value in tests/integration/base-query-count.txt can be increased.

@github-actions github-actions bot enabled auto-merge March 28, 2026 03:30
@github-actions github-actions bot merged commit 547b975 into main Mar 28, 2026
43 checks passed
@github-actions github-actions bot deleted the dependabot/composer/tests/integration/behat/behat-approx-3.30.0 branch March 28, 2026 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies php Pull requests that update Php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants