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 gherkin requirement from 0.11.2 to 0.12.0 #211

Merged
merged 7 commits into from
Mar 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Updates the requirements on gherkin to permit the latest version.

Release notes

Sourced from gherkin's releases.

0.12.0

API docs Changelog

Changelog

Sourced from gherkin's changelog.

0.12.0 · 2022-03-28

Diff | Milestone

BC Breaks

  • Made name field of Background required. (#32)
  • Make table field of Examples optional. (#32)

Added

  • Support text after Background and Examples keywords. (#31)
  • description field to Background, Examples, Rule and Scenario. (#32, #10)

#10: /../../issues/10 #31: /../../pull/31 #32: /../../pull/32

0.11.2 · 2022-02-18

Diff

Fixed

  • Incorrect line numbers reporting. (#33)

#33: /../../pull/33

0.11.1 · 2021-12-08

Diff

Fixed

  • Allowed keywords in Features Description. (#30, [cucumber#175])
  • Allowed characters in Tags. (#30, [cucumber#174])
  • Comments on the same line with Tags. (#30)
  • Tags requiring whitespaces between them. (#30)
  • [Escaping][0111-1] in TagOperation. (#30)

#30: /../../pull/30

... (truncated)

Commits
  • 456fb41 Prepare 0.12.0 release
  • b19fa8d Pass all fixture/good tests (#32)
  • 0add12f Upgrade actions/checkout to v3 version
  • 7bc4039 Merge backports of 0.11.2 release
  • b047b39 Fix LineCol::line reported by parser (#33)
  • f2a24a6 Upgrade cucumber to 0.11 version for tests
  • 48d05f7 Support text after Background and Examples keywords (#31)
  • See full diff in compare view

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)

Updates the requirements on [gherkin](https://github.com/cucumber-rs/gherkin) to permit the latest version.
- [Release notes](https://github.com/cucumber-rs/gherkin/releases)
- [Changelog](https://github.com/cucumber-rs/gherkin/blob/main/CHANGELOG.md)
- [Commits](cucumber-rs/gherkin@v0.11.2...v0.12.0)

---
updated-dependencies:
- dependency-name: gherkin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added k::dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 28, 2022
@ilslv ilslv added this to the 0.13.0 milestone Mar 29, 2022
@ilslv ilslv self-assigned this Mar 29, 2022
@ilslv ilslv requested a review from tyranron March 29, 2022 09:28
@tyranron tyranron added the semver::breaking Represents breaking changes label Mar 29, 2022
@tyranron tyranron merged commit b8eb6b1 into main Mar 29, 2022
@tyranron tyranron deleted the dependabot/cargo/gherkin-0.12.0 branch March 29, 2022 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
k::dependencies Pull requests that update a dependency file rust Pull requests that update Rust code semver::breaking Represents breaking changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants