Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/cucumber/godog to v0.15.0 #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 5, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cucumber/godog v0.12.5 -> v0.15.0 age adoption passing confidence

Release Notes

cucumber/godog (github.com/cucumber/godog)

v0.15.0

Compare Source

Added
  • Improved the type checking of step return types and improved the error messages - (647 - johnlon)
  • Ambiguous step definitions will now be detected when strict mode is activated - (636/(648 - johnlon)
  • Provide support for attachments / embeddings including a new example in the examples dir - (623 - johnlon)
Changed
  • Formatters now have a Close method and associated io.Writer changed to io.WriteCloser.

v0.14.1

Compare Source

Added
  • Provide testing.T-compatible interface on test context, allowing usage of assertion libraries such as testify's assert/require - (571 - mrsheepuk)
  • Created releasing guidelines - (608 - glibas)
Fixed

v0.14.0

Compare Source

Added
  • Improve ErrSkip handling, add test for Summary and operations order (584 - vearutop)
Fixed
  • Remove line overwriting for scenario outlines in cucumber formatter (605 - glibas)
  • Remove duplicate warning message (590 - vearutop)
  • updated base formatter to set a scenario as passed unless there exist (582 - roskee)
Changed

v0.13.0

Compare Source

Added
Fixed
  • Improve hooks invocation flow (568 - vearutop)
  • Result of testing.T respect strict option (539 - eiel)
Changed
  • BREAKING CHANGE, upgraded cucumber and messages dependencies = (515 - otrava7)

v0.12.6

Compare Source

Changed
  • Each scenario is run with a cancellable context.Context which is cancelled at the end of the scenario. (514 - draganm)
  • README example is updated with context.Context and go test usage. (477 - vearutop)
  • Removed deprecation of godog.BindFlags. (498 - vearutop)
  • Pretty Print when using rules. (480 - dumpsterfireproject)
Fixed
  • Fixed a bug which would ignore the context returned from a substep.(488 - wichert)
  • Fixed a bug which would cause a panic when using the pretty formatter with a feature that contained a rule. (480 - dumpsterfireproject)
  • Multiple invocations of AfterScenario hooks in case of undefined steps. (494 - vearutop)
  • Add a check for missing test files and raise a more helpful error. (468 - ALCooper12)
  • Fix version subcommand. Do not print usage if run subcommand fails. (475 - coopernurse)
Added
  • Add new option for created features with parsing from byte slices. (476 - akaswenwilk)
Deprecated
  • godog CLI tool prints deprecation warning. (489 - vearutop)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 changed the title Update module github.com/cucumber/godog to v0.12.6 Update module github.com/cucumber/godog to v0.13.0 Aug 22, 2023
@renovate renovate bot force-pushed the renovate/github.com-cucumber-godog-0.x branch from 8e94a32 to 3140d60 Compare August 22, 2023 16:57
@renovate renovate bot force-pushed the renovate/github.com-cucumber-godog-0.x branch from 3140d60 to a41348b Compare November 7, 2023 17:33
@renovate renovate bot force-pushed the renovate/github.com-cucumber-godog-0.x branch from a41348b to 6e06344 Compare January 31, 2024 19:44
@renovate renovate bot changed the title Update module github.com/cucumber/godog to v0.13.0 Update module github.com/cucumber/godog to v0.14.0 Jan 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-cucumber-godog-0.x branch from 6e06344 to eea2e04 Compare April 29, 2024 10:55
@renovate renovate bot changed the title Update module github.com/cucumber/godog to v0.14.0 Update module github.com/cucumber/godog to v0.14.1 Apr 29, 2024
@renovate renovate bot force-pushed the renovate/github.com-cucumber-godog-0.x branch from eea2e04 to e774f5e Compare October 31, 2024 19:17
@renovate renovate bot changed the title Update module github.com/cucumber/godog to v0.14.1 Update module github.com/cucumber/godog to v0.15.0 Oct 31, 2024
Copy link
Contributor Author

renovate bot commented Oct 31, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/spf13/cobra v1.6.1 -> v1.7.0
github.com/stretchr/testify v1.8.1 -> v1.8.2

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