Skip to content

Bump behat/gherkin from 4.14.0 to 4.15.0 in /plib/library#140

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/plib/library/behat/gherkin-4.15.0
Closed

Bump behat/gherkin from 4.14.0 to 4.15.0 in /plib/library#140
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/composer/plib/library/behat/gherkin-4.15.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 5, 2025

Bumps behat/gherkin from 4.14.0 to 4.15.0.

Release notes

Sourced from behat/gherkin's releases.

v4.15.0

Changed

  • Added a new ParserInterface and deprecated extending the core Lexer, Parser and Node classes by @​acoulton in #354
  • Deprecate the CucumberNDJsonAstLoader (which was only intended for internal use by our tests) by @​stof in #356
  • By default, the parser ignores invalid language tags (e.g. #language:no-such) and falls back to the default language (e.g. en). Previously, the resultant FeatureNode::getLanguage() would return the original invalid value from the feature file - it will now return the language that was actually used for parsing. By @​stof in #350

Added

  • Introduce a DialectProviderInterface matching the modern cucumber API. This will replace the existing Keywords API in a future major release. By @​stof in #350
  • Introduce configurable GherkinCompatibilityMode to control how gherkin files are parsed. In the default legacy mode, there is no change to parsing. In the new experimental gherkin-32 mode, files will in future be parsed consistently with the official cucumber/gherkin parsers. This mode is not yet complete - in this first release:
  • Improved translations for ru (Russian) and af (Afrikaans) from cucumber/gherkin in #381 and #386
  • Support PHP 8.5 by @​acoulton in #388

Fixed

Internal

Changelog

Sourced from behat/gherkin's changelog.

[4.15.0] - 2025-11-05

Changed

  • Added a new ParserInterface and deprecated extending the core Lexer, Parser and Node classes by @​acoulton in #354
  • Deprecate the CucumberNDJsonAstLoader (which was only intended for internal use by our tests) by @​stof in #356
  • By default, the parser ignores invalid language tags (e.g. #language:no-such) and falls back to the default language (e.g. en). Previously, the resultant FeatureNode::getLanguage() would return the original invalid value from the feature file - it will now return the language that was actually used for parsing. By @​stof in #350

Added

  • Introduce a DialectProviderInterface matching the modern cucumber API. This will replace the existing Keywords API in a future major release. By @​stof in #350
  • Introduce configurable GherkinCompatibilityMode to control how gherkin files are parsed. In the default legacy mode, there is no change to parsing. In the new experimental gherkin-32 mode, files will in future be parsed consistently with the official cucumber/gherkin parsers. This mode is not yet complete - in this first release:
  • Improved translations for ru (Russian) and af (Afrikaans) from cucumber/gherkin in #381 and #386
  • Support PHP 8.5 by @​acoulton in #388

Fixed

Internal

... (truncated)

Commits
  • 05a7459 docs: Add CHANGELOG for 4.15.0 (#390)
  • 78aa8df test: Explicitly cover departures from expected cucumber parsing (#392)
  • 44a978c Fix the handling of escaping in table cells (#391)
  • 85febc9 Merge pull request #388 from acoulton/feat-php85
  • e3aa5ed feat: Support PHP 8.5
  • d4a49d0 Merge pull request #387 from Behat/cucumber-update-1759994327
  • af84d63 Automatic cucumber tag update to v36.0.0
  • bfcf25c Merge pull request #386 from Behat/cucumber-update-1758438917
  • 3b28d50 Automatic cucumber tag update to v35.1.0
  • 8f0ad3c Merge pull request #385 from Behat/cucumber-update-1757661438
  • 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 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)

Bumps [behat/gherkin](https://github.com/Behat/Gherkin) from 4.14.0 to 4.15.0.
- [Release notes](https://github.com/Behat/Gherkin/releases)
- [Changelog](https://github.com/Behat/Gherkin/blob/master/CHANGELOG.md)
- [Commits](Behat/Gherkin@v4.14.0...v4.15.0)

---
updated-dependencies:
- dependency-name: behat/gherkin
  dependency-version: 4.15.0
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update php code labels Nov 5, 2025
@secure-code-warrior-for-github

Micro-Learning Topic: Race condition (Detected by phrase)

Matched on "race condition"

What is this? (2min video)

A race condition is a flaw that produces an unexpected result when the timing of actions impact other actions.

Try a challenge in Secure Code Warrior

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 8, 2025

Superseded by #163.

@dependabot dependabot bot closed this Dec 8, 2025
@dependabot dependabot bot deleted the dependabot/composer/plib/library/behat/gherkin-4.15.0 branch December 8, 2025 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants