Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

This PR contains the following updates:

Package Change Age Confidence
cucumber ^4.2.0 -> ^6.0.0 age confidence

Release Notes

cucumber/cucumber-js (cucumber)

v6.0.7

Compare Source

v6.0.6

Compare Source

v6.0.5

Compare Source

Fixed
  • json formatter: fix duration to be nanoseconds (was femtoseconds)

v6.0.4

Compare Source

Fixed
  • retry: create a new World instance for every attempt

v6.0.3

Compare Source

Fixed
  • Revert JSON formatter changes to be backward compatible

v6.0.2

Compare Source

Fixed
  • Upgrade to cucumber-expressions 8.0.1 to fix failure on multiple installs

v6.0.1

Compare Source

Fixed
  • Release to fix missing lib

v6.0.0

Compare Source

Added
  • Use --retry <NUMBER> and limit what tests will be retried with --retryTagFilter <EXPRESSION>
  • Event-protocol added an attemptNumber to test case started, test case finished, and all test step events and a retried boolean to the test case result to signify if the test case was retried
  • Add ability to retry flaky tests
  • usage-json formatter: add code and patternType
  • Add support for Node.js 12
Changed
  • Drop support for Node.js 6
  • JSON formatter has major Changed. View some sample outputs here. The *.json.js files contain the js objects the json parses to. (UPDATE - reverted in 6.0.3)
  • Duration is now in nanoseconds in event-protocol formatter and in events sent to custom formatters
  • Custom formatters: Formatter helpers and EventDataCollector had Changed to support retry
Fixed
  • Prevent after hooks from updating skipped scenarios to passed
  • Parallel: beforeAll / afterAll errors fail the suite
  • Fix CLI help link

v5.1.0

Compare Source

Fixed
  • Upgrade to babel 7

v5.0.3

Compare Source

Fixed
  • Only create Cucumber Expressions once

v5.0.2

Compare Source

Fixed
  • Update default of formatters' colors enabled to be true only if the stream is a TTY
  • Allow writing to stdout when running in parallel
  • Skip other before hooks if one returns skipped

v5.0.1

Compare Source

Added
  • IMethods interface for use in getTimestamp, durationBetweenTimestamps, and wrapPromiseWithTimeout functions and methods in time module instead of explicit any (#​2111)
  • IPublishConfig interface for use in return type of makePublishConfig instead of explicit any (#​2106)
Fixed
  • Add override to ensure ansi-regex version is ^5.0.1 (#​2114)

v5.0.0

Compare Source

Added
  • Add support for Node.js 10
Changed
  • Drop support for Node.js 4
Fixed
  • Update dependencies to avoid licensing problems
  • Provide better error message when trying to attach data after the scenario has finished. This is possible if not waiting for the attach to finish.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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 force-pushed the renovate/cucumber-6.x branch from a51a6f7 to 9b0457e Compare August 10, 2025 13:50
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