reitzig / sdkman-for-fish

Adds support for SDKMAN! to fish
MIT License
280 stars 13 forks source link

Update cucumber requirement from ~> 3.1.0 to ~> 8.0.0 in /test #43

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on cucumber to permit the latest version.

Release notes

Sourced from cucumber's releases.

v8.0.0

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)
Changelog

Sourced from cucumber's changelog.

[8.0.0]

Added

  • Add a WARNING message when using a space-separated string with cucumber_opts (PR# Issue#1614)
  • Add support for TruffleRuby (PR#1612 gogainda)
  • Add support for named hooks (PR#1636)

Fixed

  • Use required_rubygems_version instead of rubygems_version(PR#1629)
  • Suppress RSspec deprecation warnings(PR#1631)

[8.0.0.RC.1]

Changed

Fixed

  • Fix TestRunFinished success property in html formatter and all formatters based on the messages: it now returns true if the run has passed (PR#1606 Issue#1604)
  • Fix usage of namespaced modules across multiple scenarios (PR#1603 Issue#1595)
  • Do not serialize Messages::Hook#tag_expression if it is empty. (PR#1579)
  • JSON Formatter uses "pretty" output format (PR#1580)
  • Fixed JSON Formatter "end of background" detection. (PR#1580)
  • Fixed JSON Formatter expansion of Scenario Outline templates in Doc Strings. (PR#1580)
  • Removed usage of eval in Cucumber::Term::ANSIColor and Cucumber::Formatter::ANSIColor. (PR#1589 Issue#1583)
  • Fixed DataTable#map_headers when headers have the same prefix. (PR#1598 Issue#1450)

... (truncated)

Commits


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)
reitzig commented 1 year ago

@dependabot rebase