Skip to content

chore(deps): update dependency cucumber to v11#267

Merged
github-actions[bot] merged 1 commit intomainfrom
renovate/cucumber-11.x
Apr 14, 2026
Merged

chore(deps): update dependency cucumber to v11#267
github-actions[bot] merged 1 commit intomainfrom
renovate/cucumber-11.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 14, 2026

This PR contains the following updates:

Package Change Age Confidence
cucumber (source, changelog) "~> 10.0""~> 11.0" age confidence

Release Notes

cucumber/cucumber-ruby (cucumber)

v11.0.0

Compare Source

Added
  • Add timestamp to Attachment message
  • Added a new option for running order --reverse which will run the scenarios in reverse order (#​1807 luke-hill)
  • A first initial iteration of the new cucumber-query structure (#​1801 luke-hill)

This will be used for the migration of all existing formatters - becoming the building blocks for the future of cucumber formatters
which will begin being migrated in the start of 2026

Changed
  • Use the test result type 'ambiguous' added to cucumber-ruby-core when steps are ambiguous
    (#​1815) brasmusson)
  • Use the new internal cucumber-query structure for the rerun formatter

This is a very large refactor, but should not change any behaviour. The cucumber-query structure is a new internal structure that is designed to be used by formatters to query
the state of the test run in a more intuitive way.

The rerun formatter was chosen as the first formatter to migrate to this new structure as it is one of the simpler
formatters and will allow us to test the new structure in a real-world scenario.

  • Updated cucumber-compatibility-kit to v22
  • Security: Switched out IO.read for more secure File.read in a few areas of the codebase
  • Implemented the new cucumber-query structure in all message based formatters (Currently HTML / Rerun and Message)
    (#​1844 luke-hill)
Fixed
  • Fix crash when Cucumber::Messages::Group#children is nil
  • Fixed a longstanding issue that could affect formatters reporting of retried scenarios (Now each scenario should only be reported once, with the final result of the scenario)
    (#​1844 luke-hill)
  • Fixed an issue where the default flags derived in the Options and Configuration classes were not congruent
    (#​1846) luke-hill)
  • Fixed an issue where NoMethodError could be raised when declaring a parameter-type that used bound methods
    (#​1789)

Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, 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 requested a review from a team as a code owner April 14, 2026 12:28
@renovate renovate bot requested review from Copilot and removed request for Copilot April 14, 2026 12:28
@github-actions github-actions bot enabled auto-merge (squash) April 14, 2026 12:29
@github-actions github-actions bot merged commit eee80cb into main Apr 14, 2026
24 of 25 checks passed
@github-actions github-actions bot deleted the renovate/cucumber-11.x branch April 14, 2026 12:32
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.50%. Comparing base (6a6d9d7) to head (7dfa8f5).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #267   +/-   ##
=======================================
  Coverage   99.50%   99.50%           
=======================================
  Files          31       31           
  Lines         808      808           
=======================================
  Hits          804      804           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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