Skip to content

Bump cucumber from 6.0.5 to 6.0.7 in /backend

Created by: dependabot[bot]

Bumps cucumber from 6.0.5 to 6.0.7.

Changelog

Sourced from cucumber's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Please see CONTRIBUTING.md on how to contribute to Cucumber.

[Unreleased]

[8.5.2] - 2022-08-24

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)

[8.5.1] - 2022-07-28

Fixed

  • Ensure durations are integers in JSON formatter (#2094)

[8.5.0] - 2022-07-19

Changed

  • Reworked handling for invalid installations (#2089)

[8.4.0] - 2022-06-29

Fixed

  • Fix issues with using absolute paths for features (#2063)

[8.3.1] - 2022-06-21

Fixed

  • Export IConfiguration type on API entry point (#2064)

[8.3.0] - 2022-06-11

Added

  • Add willBeRetried to the parameter passed to After hook functions (#2045)

Changed

  • defineStep is now deprecated and will eventually be removed; use the appropriate Given/When/Then keyword to define your step (#2044)

Fixed

  • Prevent outputting ANSI escapes to stderr if it can't display them (#2035)

[8.2.2] - 2022-05-27

Changed

  • Use latest HTML formatter with better handling for scenario outlines

[8.2.1] - 2022-05-14

... (truncated)

Commits

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 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)

Merge request reports