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

fix(deps): update dependency com.willowtreeapps.assertk:assertk-jvm to v0.26 #228

Merged
merged 1 commit into from
May 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.willowtreeapps.assertk:assertk-jvm 0.25 -> 0.26 age adoption passing confidence

Release Notes

willowtreeapps/assertk

v0.26

Changed
  • Minimum supported kotlin version is 1.8.10
  • Minimum supported coroutines version is 1.7.0
  • When asserting on a Throwable or failed Result, their exception is added as the cause to any
    AssertionErrors which are thrown as the result of an assertion failure.
  • Removed second type parameter on Any.isInstanceOf extension. In practice this would generally widen
    to Any which is what it has been replaced with.
Breaking Changes
  • Previous deprecations are now errors
Added
  • Added assertFailure { } entrypoint which is a shorthand for assertThat(runCatching { .. }).isFailure()
  • Added first and single assertion for Iterable
  • Added containsMatch assertion for CharSequence.
    Unlike 'contains' this is a regex rather than a literal.
    Unlike 'matches' this looks for a subset of the CharSequence to match rather than the entire contents.
  • Added reified overloads of hasClass, doesNotHaveClass, isInstanceOf, and isNotInstanceOf.
    For example: isInstanceOf<String>().
  • Added sequence assertions to mirror iterable
  • Added array assertions for UByteArray, UShortArray, UIntArray, and ULongArray.
Deprecated
  • Lambda-accepting assertThat { } entrypoint is now deprecated.
    Use assertThat(T) for normal values or assertFailure { } for exception-throwing code.
Fixed
  • Fixed iterable assertions that take a block that could have multiple assertions.
    Includes: none,atLeast,atMost,exactly, and any

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from b7aa1af to 7c59ed7 Compare May 14, 2023 05:47
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from 7c59ed7 to f09b09d Compare May 14, 2023 05:49
@dirkgroot dirkgroot merged commit aacd72f into main May 14, 2023
@renovate renovate bot deleted the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch May 14, 2023 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant