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 dependency com.willowtreeapps.assertk:assertk-jvm to v0.28.0 - autoclosed #54

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 28, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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: but was type: 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the renovate label May 28, 2023
@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 6c439d8 to e90eac7 Compare September 13, 2023 21:16
@renovate renovate bot force-pushed the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch from e90eac7 to b0582fc Compare December 2, 2023 14:50
@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 b0582fc to 3cac930 Compare December 6, 2023 02:18
@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.0 - autoclosed Dec 22, 2023
@renovate renovate bot closed this Dec 22, 2023
@renovate renovate bot deleted the renovate/com.willowtreeapps.assertk-assertk-jvm-0.x branch December 22, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants