cloud
cloud copied to clipboard
chore(deps): Update dependency com.google.truth:truth to v1.4.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| com.google.truth:truth | 1.4.2 -> 1.4.4 |
Release Notes
google/truth (com.google.truth:truth)
v1.4.4
- Annotated the rest of the main package for nullness, and moved the
@NullMarkedannotation from individual classes up to the package to avoid a warning under--release 8. (e107aea) - Improved the failure message for
matchesto conditionally suggest usingcontainsMatch. (7e9fc7a)
v1.4.3: 1.4.3
Known Issue for at least some builds targeting Java 8, fixed in 1.4.4: "unknown enum constant ElementType.MODULE": https://github.com/google/truth/issues/1320. As far as we know, this is only a warning, so it should cause practical problems only if you use -Werror or you perform reflection on @NullMarked under a Java 8 runtime.
- Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (
ee680cb) - Deprecated
Subject.Factorymethods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replaceassertAbout(foos()).that(foo)withassertThat(foo)(orabout(foos()).that(foo)withthat(foo)). (59e7a50)
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 is behind base branch, 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.
Test Results
β88 filesβ Β±0βββ88 suitesβ Β±0βββ12s β±οΈ +2s 430 tests Β±0ββ430 β Β±0ββ0 π€ Β±0ββ0 β Β±0β 475 runsβ Β±0ββ475 β Β±0ββ0 π€ Β±0ββ0 β Β±0β
Results for commit 7fab8e4a.βΒ± Comparison against base commit 123af3b7.
:recycle: This comment has been updated with latest results.
Edited/Blocked Notification
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
β οΈ Warning: custom changes will be lost.