manuelmauro / algonaut

A rusty sdk for Algorand.
MIT License
64 stars 38 forks source link

Update cucumber requirement from 0.16.0 to 0.19.0 #197

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.

0.19.0

API docs Changelog

Changelog

Sourced from cucumber's changelog.

0.19.0 · 2022-12-16

Diff | Milestone

BC Breaks

  • Replaced writer::FailOnSkipped::writer field with writer::FailOnSkipped::inner_writer() method. ([56456e66])
  • Replaced writer::Normalized::writer field with writer::Normalized::inner_writer() method. ([56456e66])
  • Replaced writer::Or::left/writer::Or::right fields with writer::Or::left_writer()/writer::Or::right_writer() methods. ([56456e66])
  • Replaced writer::Repeat::writer field with writer::Repeat::inner_writer() method. ([56456e66])
  • Replaced writer::Summarize::writer field with writer::Summarize::inner_writer() method. ([56456e66])
  • Replaced writer::Summarize::scenarios/writer::Summarize::steps fields with writer::Summarize::scenarios_stats()/writer::Summarize::steps_stats() methods. ([56456e66])
  • Made writer::Summarize::features/writer::Summarize::rules fields private. ([56456e66])
  • Made writer::Summarize::parsing_errors/writer::Summarize::failed_hooks fields private in favour of writer::Stats::parsing_errors()/writer::Stats::failed_hooks() methods. ([56456e66])

Added

  • [Gherkin] syntax highlighting in the Book. (#251)
  • runner::Basic::fail_fast() method as Cucumber::fail_fast(). (#252)
  • Cucumber::with_default_cli() method. ([56456e66])
  • Default implementation for CLI types. ([56456e66])

Fixed

  • @serial Scenarios continue running after failure when --fail-fast() CLI option is specified. (#252)

#251: /../../pull/251 #252: /../../pull/252 [56456e66]: /../../commit/56456e666be41b4190f62fecaf727042ed69c15a

0.18.0 · 2022-12-07

Diff | Milestone

BC Breaks

  • Added NotFound variant to event::StepError. (#250)

Fixed

  • Not panicking on fail_on_skipped() with retries. (#250, #249)

#249: /../../issues/249 #250: /../../pull/250

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