Skip to content

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

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cucumber-11.x
Open

chore(deps): update dependency cucumber to v11#93
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/cucumber-11.x

Conversation

@renovate

@renovate renovate Bot commented Apr 20, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
cucumber (source, changelog) '~> 10''~> 11' age confidence

Release Notes

cucumber/cucumber-ruby (cucumber)

v11.1.1

Compare Source

Changed
  • Change to use events to pass the data from "log" and "attach" calls from the step definitions to the formatters. With this the last part of the ancient (pre event) formatter inteface has been removed. (#​1881 brasmusson)
Fixed
  • Fixed issue with html-formatter where attachments and envelopes were causing the entire message pool to be blank (#​1891) luke-hill
  • Show failed step error details in the summary formatter output
  • Fixed up JRuby examples which weren't running due to anglicisation issues (Pivoted to use English step definitions to help JRuby testing)
  • Fixed up Arabic example which had some incorrect logic for step definition matching (Due to RTL nature of the language)

v11.1.0

Compare Source

Added
  • Print thread backtraces on SIGINFO/SIGPWR (#​1830) sobrinho
  • Added Suggestion messages that will show all the snippets for all message based formatters (#​1870) luke-hill
Changed
  • Heavy refactor to the internals for message building (Used in formatters - should be no noticeable change)
    (#​1853 luke-hill)
  • Simplify attachment handling in the MessageBuilder and #attach method
Fixed
  • When someone calls #attach with a hashified output (Instead of JSON); call #to_json before attaching as a stringified JSON response to avoid errors (#​1787 luke-hill)
  • Altered the concept of how BeforeAll and AfterAll hooks would run. They now attempt to all run before continuing test execution (#​1857 brasmusson)
  • Internal refactor to MessageBuilder class to send envelopes through event bus (Should be no noticeable change)
  • Updated cucumber-compatibility-kit to v24
  • Internal refactor to emit direct message envelopes instead of building messages and then converting them to envelopes (Approx 20% complete -> should be no noticeable change)
  • Introduced new base events class which is slightly more intuitive and leans less on old ruby standards (Should be no noticeable change)

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
  • 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)
Security
  • Switched out IO.read for more secure File.read in a few areas of the codebase

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • 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 force-pushed the renovate/cucumber-11.x branch from f57d26a to 1d76fee Compare April 20, 2026 21:56
@renovate
renovate Bot force-pushed the renovate/cucumber-11.x branch 2 times, most recently from dfb3fce to 1827824 Compare May 18, 2026 20:39
@renovate
renovate Bot force-pushed the renovate/cucumber-11.x branch 2 times, most recently from 14a18a3 to 6b32978 Compare June 8, 2026 12:22
@renovate
renovate Bot force-pushed the renovate/cucumber-11.x branch 2 times, most recently from 635f06c to c554544 Compare July 2, 2026 22:32
@renovate
renovate Bot force-pushed the renovate/cucumber-11.x branch from c554544 to 3369c13 Compare July 13, 2026 20:44
@renovate
renovate Bot force-pushed the renovate/cucumber-11.x branch from 3369c13 to 70af2bb Compare July 20, 2026 22:01
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