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 cucumber 9.0.2 → 9.2.0 (minor) #224

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

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Mar 20, 2024

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ cucumber (9.0.2 → 9.2.0) · Repo · Changelog

Release Notes

9.2.0

Changed

  • Updated cucumber dependencies (Specifically cucumber-core) (luke-hill)
  • Uncoupled a lot of dual-responsibility complexity in HTTP classes (Specifically the builders/parsers)
    (#1752 luke-hill)

Removed

  • Some legacy JRuby local testing profiles are now removed (luke-hill)

9.1.2

Added

Changed

  • Moved all CCK step definition/miscellaneous file logic from CCK gem to this repo.
    All logic contained in compatibility (luke-hill)
  • Cleared up a few Layout/Linting cop offenses (#1750 luke-hill)

Fixed

  • Fix a situation whereby the step definition message will omit the parameter-type name when it cannot be inferred
    (This fixes an issue in cucumber-wire when passing legacy steps down the wire)
    (#1746 luke-hill)

Removed

9.1.1

Added

Changed

  • Updated dependencies to slightly more permissive / up to date versions (luke-hill)
  • Fixed most of the Layout cop offenses (luke-hill)

Fixed

Removed

  • The sample sinatra tests are no longer used in internal testing (This removes a bunch of superfluous dev gems) (#1743 luke-hill)
  • Removed all references to autotest as this is an ancient plugin that is not correctly integrated

9.1.0

Added

Changed

  • First couple of passes of tidying up approximately 40% of the manual fix cops
    (#1739 #1740 #1741 #1742 luke-hill)
  • Removed a bunch of example files / sample projects from ancient projects no longer viable
    (#1740 luke-hill)
  • When a testStepResult is of type FAILED we now pass in a new (Exception), message property
    (#1738 luke-hill)
  • ParameterType message now contains a new (sourceReference), property
    (This contains a uri string and a Location message -> for where the ParameterType transformer is located) (#1738 luke-hill)
  • #attach now can take an optional filename parameter which will rename attachments like PDF's
    (#1738 luke-hill)

Fixed

  • Clear up a couple of tiny "nuances" that hide lots of issues when running local vs remote (Primarily CCK tests should always be runnable)
    (#1738 luke-hill)

Removed

  • Removed a variety of overrides / hacks for travis CI (No longer in use) (#1738 luke-hill)
  • Removed some legacy rspec pending flags present since cucumber 1.x (#1738 luke-hill)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 22 commits:

↗️ cucumber-ci-environment (indirect, 9.2.0 → 10.0.1) · Repo · Changelog

Release Notes

10.0.1

Added

  • [Python] added release workflow to release to Pypi (#245)

10.0.0

Added

  • [Python] added ci-environment implementation in Python
  • [Ruby] Initial rubocop configuration added (#228)

Changed

  • [Ruby] Minimum ruby version is now 2.6 (#228)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by more commits than we can show here.

↗️ cucumber-core (indirect, 11.1.0 → 13.0.1) · Repo · Changelog

Release Notes

13.0.1

Changed

  • Fixed up a few styling / layout cops in the tests

Fixed

  • The Passed Result class was missing the strict keyword argument handling

13.0.0

Changed

  • Now using a 2-tiered changelog to avoid any bugs when using polyglot-release
  • More refactoring of the repo by fixing up a bunch of manual rubocop offenses (See PR's for details)
    (#259 #262 #268 #274)
  • In all Summary and Result classes, changed the strict argument into a keyword argument
    See upgrading notes for 13.0.0.md
    (#261)
  • Permit usage of gherkin v27

Fixed

  • Restore support for matching a scenario by its Feature, Background, and Rule line numbers (#247)

Removed

  • Remove legacy unindent gem (Now no longer required since Ruby 2.3 and Squiggly heredocs) (#278)

12.0.0

Changed

  • Update gherkin and messages minimum dependencies
  • Added in new rubocop sub-gems for testing, pinning versions where appropriate
  • Removed all redundant / incorrect rubocop config overrides (Placed in TODO file)

Removed

  • Remove support for ruby 2.4 and below. 2.5 or higher is required now

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 35 commits:

↗️ cucumber-cucumber-expressions (indirect, 16.1.2 → 17.0.2) · Repo · Changelog

↗️ cucumber-gherkin (indirect, 26.2.0 → 27.0.0) · Repo · Changelog

↗️ cucumber-html-formatter (indirect, 20.4.0 → 21.3.0) · Repo · Changelog

↗️ cucumber-messages (indirect, 21.0.1 → 22.0.0) · Repo

Sorry, we couldn't find anything useful about this release.

↗️ cucumber-tag-expressions (indirect, 4.1.0 → 6.1.0) · Repo · Changelog

↗️ diff-lcs (indirect, 1.5.0 → 1.5.1) · Repo · Changelog

Release Notes

1.5.1 (from changelog)

  • Peter Goldstein updated CI configuration to add Ruby 3.1 and Masato Nakamura added Ruby 3.2 and 3.3. #82, #89

  • Updated the CI configuration, resolving #82 to add Ruby 3.1. Masato

  • Switched to standard ruby formatting.

  • Justin Steele converted the licence file to Markdown. #84

  • Updated the gem SPDX identifier for GPL 2.0 or later, resolving #86 by Vit Ondruch.

  • Resolve a potential security issue with ldiff in its use of IO.read instead of File.read. #91

  • Added MFA authentication requirement for release to RubyGems. #90

  • Added dependabot management for actions and gems. #90

  • Updated CodeQL coniguration. #90

Does any of this look wrong? Please let us know.


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants