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

Bump dev.mokkery from 2.4.0 to 2.5.0 #33

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2024

Bumps dev.mokkery from 2.4.0 to 2.5.0.

Release notes

Sourced from dev.mokkery's releases.

2.5.0

Changelog:

🚀 Features

  • #34 Now it is possible to intercept mock calls with MokkeryCallInterceptor. Currently, it allows intercepting just before returning an answer. Use MokkeryCallInterceptor.beforeAnswering.register to register interceptor.
  • Add predefined interceptors: MokkeryCallListener, MokkeryCallLogger

🐛 Bug fixes

  • Fix compilation crash when using a type with mixed function and type scope parameters
  • #54 Rename mock internal members to avoid clashes with mocked type members
  • [JVM] Fix ClassCastException whenever trying to mock function that returns Array of generic type.
  • Fix properties super calls for indirect super types were not generated.
  • #53 Add null check before accessing getter
  • Make IR generated fields private (causes a warning in Kotlin 2.1.0)
  • Restore mock names to contain fully qualified names

♻️ Deprecations

  • allowIndirectSuperCalls is scheduled for removal

🌳 Dependencies

  • Bump atomicfu to 0.26.0
  • Bump Kotlin to 2.0.21
Commits
  • e5d57c5 Merge pull request #57 from lupuuss/release-2.5.0
  • ee2ad5c Deprecate MokkeryGradleExtension.allowIndirectSuperCalls
  • 179ba89 Add debugging section to docs
  • 43218b1 Fix JVM array errors by adding genericReturnType whenever the return type of ...
  • e01ff54 Ignore some edge cases for specific platforms
  • 262d27b Add nextIntercept overload without context param so it's not under @​DelicateM...
  • 6d29b62 Restore mock identifier names to fq name
  • 7de0ba6 Bump versions in docs
  • e284225 Add MokkeryCallLogger
  • 69bb5f2 Add MokkeryCallListener
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [dev.mokkery](https://github.com/lupuuss/Mokkery) from 2.4.0 to 2.5.0.
- [Release notes](https://github.com/lupuuss/Mokkery/releases)
- [Commits](lupuuss/Mokkery@v2.4.0...v2.5.0)

---
updated-dependencies:
- dependency-name: dev.mokkery
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 5, 2024
@vooft vooft merged commit ea7ed92 into main Nov 9, 2024
2 checks passed
@vooft vooft deleted the dependabot/gradle/dev.mokkery-2.5.0 branch November 9, 2024 03:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant