codegram / spinach

Spinach is a BDD framework on top of Gherkin.
codegram.github.com/spinach
MIT License
581 stars 69 forks source link

Upgrade mocha to version 1.13.0 #224

Closed depfu[bot] closed 2 years ago

depfu[bot] commented 3 years ago

Welcome to Depfu 👋

This is one of the first three pull requests with dependency updates we've sent your way. We tried to start with a few easy patch-level updates. Hopefully your tests will pass and you can merge this pull request without too much risk. This should give you an idea how Depfu works in general.

After you merge your first pull request, we'll send you a few more. We'll never open more than seven PRs at the same time so you're not getting overwhelmed with updates.

Let us know if you have any questions. Thanks so much for giving Depfu a try!


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

What changed?

✳️ mocha (~> 1.5.0 → ~> 1.13.0) · Repo · Changelog

Release Notes

1.13.0 (from changelog)

External changes

  • Add ParameterMatchers#has_keys - thanks to @cstyles for #512 (18d8104)
  • Fix misleading exception message in ParameterMatchers#has_entry - thanks to @cstyles for #513 (9c4ef13)
  • Only add dependency on rubocop if we're actually going to use it (f2f879f)
  • Fix rake dependency constraints for older Ruby versions (7ce5f29)

Internal changes

  • Check documentation can be generated as part of CircleCI build (b30d9a9)
  • Add --fail-on-warning option to yard rake task (53a6ee3)
  • Add a weekly scheduled build to the CircleCI build (fd2a4c6)
  • Add Ruby v1.8 to the CircleCI build matrix (818ca03)
  • Add API token to fix CircleCI badge in README (607c5aa)
  • Provide wrapped option for #mocha_inspect on hashes & arrays (d8f44bc)
  • Use CircleCI instead of TravisCI for automated builds (c98c6ec)
  • Switch to newer default Travis CI build env (c78f75c)
  • Use latest Ruby versions in Travis CI builds (9e0043a)
  • Use latest JRuby v9.2.18 in Travis CI builds (8c99a1b)
  • Use consistent JRuby versions in Travis CI builds (0f849aa)
  • Use more recent version of JRuby in Travis CI build matrix (58653db)

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

Commits

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


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 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[bot] commented 2 years ago

Closed in favor of #230.