cucumber / html-formatter

HTML formatter for reporting Cucumber results
https://cucumber.io/
MIT License
13 stars 4 forks source link

chore(deps): update dependency @cucumber/gherkin to v28 #288

Closed renovate[bot] closed 6 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@cucumber/gherkin 27.0.0 -> 28.0.0 age adoption passing confidence

Release Notes

cucumber/gherkin (@​cucumber/gherkin) ### [`v28.0.0`](https://togithub.com/cucumber/gherkin/blob/HEAD/CHANGELOG.md#2800---2024-02-15) [Compare Source](https://togithub.com/cucumber/gherkin/compare/v27.0.0...v28.0.0) ##### Added - \[Python] Added release workflow for releasing to Pypi ([#​213](https://togithub.com/cucumber/gherkin/pull/213)) - (i18n) Added Vietnamese translation of "Rule" ([#​204](https://togithub.com/cucumber/gherkin/pull/204)) - (i18n) Added Irish translation of "Rule" ([#​216](https://togithub.com/cucumber/gherkin/pull/216)) ##### Changed - \[Python] Reuse the action cucumber/action-publish-pypi in release ([#​220](https://togithub.com/cucumber/gherkin/pull/220)) - \[Python] Removed duplicate code in markdown token matcher ([#​205](https://togithub.com/cucumber/gherkin/pull/205)) - \[Java, JavaScript, PHP, Go, Ruby] Upgraded messages to v24 - Upgraded messages to v22

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Disabled by config. Please merge this manually once you are satisfied.

ā™» 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.



This PR has been generated by Mend Renovate. View repository job log here.

olleolleolle commented 6 months ago

@mpkorstanje I came to the Ruby version of the cucumber/gherkin project's gemspec from over here - https://github.com/cucumber/gherkin/pull/208

olleolleolle commented 6 months ago

This gets us the version of messages that has the stackTrace prop in Exception. That sounds Good.