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 mocha 2.1.0 → 2.4.5 (minor) #418

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

depfu[bot]
Copy link
Contributor

@depfu depfu bot commented Jul 25, 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?

✳️ mocha (2.1.0 → 2.4.5) · Repo · Changelog

Release Notes

2.4.5 (from changelog)

External changes

  • Fix regression when stubbed method expects Hash but receives ActionController::Parameters object (#662, #664) - thanks to @evgeni for reporting and testing

2.4.4 (from changelog)

External changes

  • Fix regression when method expecting Hash parameter or keyword arguments is invoked with no arguments (#662, #663) - thanks to @vlad-pisanov for reporting

2.4.3 (from changelog)

External changes

  • Fix regression when matching Hash parameter or keyword arguments (#657, #660) - thanks to @josesei for reporting and testing

2.4.2 (from changelog)

External changes

  • Don't trust Object#is_a? in presence of mock objects (#656) - thanks to @casperisfine

2.4.1 (from changelog)

External changes

  • Fix regression in matchers when used with keyword arguments (#654 & #655) - thanks to @ElvinEfendi for reporting

Internal changes

  • Reduce duplication & consolidate #to_matcher method definitions (600ee2a, e9de64e, #655)
  • Change #to_matcher method to use keyword arguments (3b60b7d, #655)

2.4.0 (from changelog)

External changes

Internal changes

  • Improvements to #mocha_inspect unit tests (#650)

2.3.0 (from changelog)

External changes

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

Commits

See the full diff on Github. The new version differs by 54 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 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)

@SHIV5T3R
Copy link
Member

SHIV5T3R commented Aug 1, 2024

@depfu rebase

@depfu depfu bot force-pushed the depfu/update/mocha-2.4.5 branch from b281d89 to 869d97c Compare August 1, 2024 15:01
@SHIV5T3R SHIV5T3R merged commit 1bec53a into develop Aug 1, 2024
4 checks passed
@SHIV5T3R SHIV5T3R deleted the depfu/update/mocha-2.4.5 branch August 1, 2024 15:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant