Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 9, 2023

This PR contains the following updates:

Package Change Age Confidence
com.willowtreeapps.assertk:assertk-jvm 0.25 -> 0.28.1 age confidence

Release Notes

willowtreeapps/assertk (com.willowtreeapps.assertk:assertk-jvm)

v0.28.1

Added
  • Added core wasmWasi support, wasmJs to coroutines

v0.28.0

Changed
  • Minimum supported kotlin version is 1.9.21
  • Rename isSameAs/isNotSameAs to isSameInstanceAs/isNotSameInstanceAs to make it more clear they
    use are about instance identity, old name is deprecated
  • Rename containsAll to containsAtLeast to make it more clear that the collection can contain additional elements,
    old name is deprecated
  • Bytes are shown as hex on all supported platforms (previously it was only on the jvm)
  • If isEqualTo fails and the expected and actual display the same string, print a disambiguation message, ex:
    expected:<4> with type:<class kotlin.Int> but was type:<class kotlin.Short> with the same string representation
    
Breaking Changes
  • Binary-breaking change as previous error-level deprecations were removed
Added
  • Added doesNotContainKey assertion for Map
Fixed
  • Fixed incorrect usage of contains in some kdoc examples
  • Exceptions being swallowed if thrown in a soft assertion block
  • More correctly re-throw fatal error in the jvm

v0.27.0

Changed
  • Minimum supported kotlin version is 1.9.0
  • Added support for WASM targets (note: this only applies to the core library
    and not assertk-coroutines as the coroutines library doesn't have a stable
    release for it yet)
Breaking Changes
  • Previous assertThat {} deprecation warning is now an error

v0.26.1

Fixed
  • Made assertFailure {} inline like assertThat {} was to allow testing suspend function failures.

v0.26

Fixed
  • Made assertFailure {} inline like assertThat {} was to allow testing suspend function failures.

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 was generated by Mend Renovate. View the repository job log.

@chkpnt chkpnt force-pushed the main branch 2 times, most recently from 4950927 to bd8e427 Compare August 12, 2023 14:01
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch 2 times, most recently from 6aff73d to ac40119 Compare August 12, 2023 14:14
@renovate renovate bot changed the title Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.26.1 Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.27.0 Sep 13, 2023
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from ac40119 to 953d3a9 Compare September 13, 2023 22:34
@renovate renovate bot changed the title Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.27.0 Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.28.0 Dec 6, 2023
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from 953d3a9 to 41e9d1a Compare December 6, 2023 00:24
@renovate renovate bot changed the title Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.28.0 Update dependency com.willowtreeapps.assertk:assertk-jvm to v0.28.1 Apr 17, 2024
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from 41e9d1a to a583ddb Compare April 17, 2024 23:01
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from a583ddb to 3110df4 Compare August 10, 2025 14:08
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.

0 participants