fix(deps): update all non-major dependencies - autoclosed
This MR contains the following updates:
| Package | Type | Update | Change | Age | Confidence |
|---|---|---|---|---|---|
| amazoncorretto | image | patch |
21.0.6-alpine3.19 -> 21.0.8-alpine3.19
|
||
| io.projectreactor:reactor-core | dependencies | patch |
3.7.4 -> 3.7.11
|
||
| io.mockk:mockk (source) | dependencies | minor |
1.13.9 -> 1.14.5
|
||
| org.sonarqube | plugin | minor |
6.1.0.5360 -> 6.3.1.5724
|
||
| io.kotest:kotest-assertions-json-jvm | dependencies | minor |
5.7.2 -> 5.9.1
|
||
| io.kotest:kotest-property-jvm | dependencies | minor |
5.7.2 -> 5.9.1
|
||
| io.kotest:kotest-assertions-core-jvm | dependencies | minor |
5.7.2 -> 5.9.1
|
||
| io.kotest:kotest-runner-junit5-jvm | dependencies | minor |
5.7.2 -> 5.9.1
|
||
| io.vavr:vavr (source) | dependencies | patch |
0.10.6 -> 0.10.7
|
||
| org.jlleitschuh.gradle.ktlint | plugin | minor |
12.2.0 -> 12.3.0
|
||
| io.freefair.lombok | plugin | minor |
8.13.1 -> 8.14.2
|
||
| org.jetbrains.kotlin.jvm | plugin | minor |
2.1.20 -> 2.2.20
|
Release Notes
reactor/reactor-core (io.projectreactor:reactor-core)
v3.7.11
Reactor Core 3.7.1 is part of the 2024.0.10 Release Train.
What's Changed
✨ New features and improvements
- Bump byteBuddy from 1.17.6 to 1.17.7 by @dependabot[bot] in #4076
- Depend on Micrometer v1.14.11 by @chemicL in
9b5105f - Depend on Micrometer Tracing v1.4.10 by @chemicL in
9b5105f
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.9...v3.7.11
v3.7.9
Reactor Core 3.7.9 is part of the 2024.0.9 Release Train.
What's Changed
✨ New features and improvements
- Depend on
Micrometerv1.14.10by @violetagg in4965f64 - Depend on
Micrometer Tracingv1.4.9by @violetagg in4965f64
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.8...v3.7.9
v3.7.8
Reactor Core 3.7.8 is part of the 2024.0.8 Release Train.
What's Changed
✨ New features and improvements
- Bump byteBuddyVersion from 1.17.5 to 1.17.6 by @dependabot[bot] in #4040
- Depend on Micrometer 1.14.9 by @chemicL in
5630334
🐞 Bug fixes
New Contributors
- @georgebanasios made their first contribution in #4036
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.7...v3.7.8
v3.7.7
Reactor Core 3.7.7 is part of 2024.0.7 Release Train.
What's Changed
✨ New features and improvements
- Bump io.projectreactor.tools:blockhound from 1.0.11.RELEASE to 1.0.13.RELEASE by @dependabot in #4030
- Depend on
Micrometer1.14.8by @violetagg in78f477d - Depend on
Micrometer Tracing1.4.7by @violetagg in78f477d
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.6...v3.7.7
v3.7.6
Reactor Core 3.7.6 is part of 2024.0.6 Release Train.
What's Changed
✨ New features and improvements
- Bump byteBuddyVersion from 1.17.2 to 1.17.5 by @dependabot in #4018
- Depend on
Micrometer1.14.7by @chemicL in90909e5 - Depend on
Micrometer Tracing1.4.6by @chemicL in90909e5
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.5...v3.7.6
v3.7.5
Reactor Core 3.7.5 is part of 2024.0.5 Release Train.
What's Changed
✨ New features and improvements
- Depend on
Micrometer1.14.6by @violetagg incdcba76 - Depend on
Micrometer Tracing1.4.5by @violetagg incdcba76 - Depend on
Context Propagation1.1.3by @violetagg incdcba76
Full Changelog: https://github.com/reactor/reactor-core/compare/v3.7.4...v3.7.5
mockk/mockk (io.mockk:mockk)
v1.14.5
What's Changed
- [Feature] Implement BDD-style aliases as separate module (mockk-bdd) by @Minseok-2001 in #1399
- fix: downgrade byte-buddy to 1.5.11 by @Komdosh in #1413
New Contributors
- @Minseok-2001 made their first contribution in #1399
Full Changelog: https://github.com/mockk/mockk/compare/1.14.4...1.14.5
v1.14.4
This release is functionally equivalent to v1.14.3, I just wanted to try out the new publishing process that uses Maven Central instead of OSSRH.
Full Changelog: https://github.com/mockk/mockk/compare/1.14.3...1.14.4
v1.14.3
What's Changed
- chore: bump byte buddy version to support java 24 by @Komdosh in #1387
- chore: bump gradle version to 8.14 by @Komdosh in #1389
- chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiter by @Komdosh in #1388
- Add recursive detection of meta-annotations by @VitalyVPinchuk in #1393
- chore: bump kotlin to 2.1.20 by @Komdosh in #1390
- fix: enable confirmVerified to work with static mocks by @happysubin in #1396
- Add logging on failure inside withArg by @Djaler in #1395
- Update Android aritfacts to support 16kb page sizes by @WhosNickDoglio in #1394
- Use instance factory for value classes with any() matcher by @esafak in #1403
New Contributors
- @Komdosh made their first contribution in #1387
- @happysubin made their first contribution in #1396
- @Djaler made their first contribution in #1395
- @WhosNickDoglio made their first contribution in #1394
- @esafak made their first contribution in #1403
Full Changelog: https://github.com/mockk/mockk/compare/1.14.2...1.14.3
v1.14.2
What's Changed
- Change mockk configuration paths to test sourceSet by @TWiStErRob in #1378
- Use redefine if mockkStatic is used (fix candidate for #1375) by @sgerke-1L in #1376
Full Changelog: https://github.com/mockk/mockk/compare/1.14.0...1.14.2
v1.14.0
What's Changed
- Update the kdoc of verifyAll to describe its behavior correctly by @harel-biton in #1363
- Fix returning result values by @burnoo in #1352
- fix: ensure confirmVerified is isolated per test by @rsvinicius in #1367
- Do not generate visibility bridge for package-private default methods (fixes #1118) by @sgerke-1L in #1366
- fix: handle fallback to default constructor parameters in constructed… by @VitalyVPinchuk in #1370
New Contributors
- @harel-biton made their first contribution in #1363
- @burnoo made their first contribution in #1352
- @rsvinicius made their first contribution in #1367
- @sgerke-1L made their first contribution in #1366
- @VitalyVPinchuk made their first contribution in #1370
Full Changelog: https://github.com/mockk/mockk/compare/1.13.17...1.14.0
v1.13.17
What's Changed
- Fix(Issue #1333): Bug fix for the issue with MockK 1.13.16 Wraps Results Objects Twice by @kpadhiamex in #1334
- Fix (issue# 1329) parallel testing for unmockkAll by @kpadhiamex in #1335
- [#1304] feat: Restrict mocking of certain classes and add configuration option by @devtaebong in #1340
- Update README.md - Clarify that private fields cannot be mocked by @p4ulor in #1347
- Added new property "failOnSetBackingFieldException" to fail test if a backing field could not be set by @cgm-aw in #1349
- Fix compilation error in constructedWith docs by @TWiStErRob in #1354
New Contributors
- @devtaebong made their first contribution in #1340
- @p4ulor made their first contribution in #1347
- @cgm-aw made their first contribution in #1349
- @TWiStErRob made their first contribution in #1354
Full Changelog: https://github.com/mockk/mockk/compare/1.13.16...1.13.17
v1.13.16
What's Changed
- Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEvery by @kpadhiamex in #1332
Full Changelog: https://github.com/mockk/mockk/compare/1.13.14...1.13.16
v1.13.14
What's Changed
- fix(1308): Handle nullable complex and nested value classes by @VasilisDrettas-tomtom in #1314
- Fix(Issue no. 1330) for Relaxed Mocking Value When Property is Nested Value Class by @kpadhiamex in #1331
New Contributors
- @kpadhiamex made their first contribution in #1331
Full Changelog: https://github.com/mockk/mockk/compare/1.13.13...1.13.14
v1.13.13
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
- build(issue 1280): bump toolchain-jvm version to 17 by @Kulesko in #1281
- fix(1284): do not transform static constructor by @LitterSun in #1285
- Remove unused loggers by @Sandhya2902 in #1011
- chore: converting functions to expression bodies and minor function refactoring by @casplattel in #1260
- Add anyNullable by @NWuensche in #1287
- fix(813): Handle nullable value classes by @VasilisDrettas-tomtom in #1295
- Improve error message on unexpected calls count by @MGaetan89 in #1298
- Run
unmockkAllafter each JUnit 5 test by @erikhuizinga in #1297
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
- @Kulesko made their first contribution in #1281
- @LitterSun made their first contribution in #1285
- @VasilisDrettas-tomtom made their first contribution in #1295
- @MGaetan89 made their first contribution in #1298
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.13
v1.13.12
What's Changed
- Kotlin 2.0.0 by @SimonMarquis in #1255
- Don't unbox primitive value class returned by suspend function by @SackCastellon in #1253
- Fix RequireParallelTesting Annotation by @thamp59 in #1265
- Enable clearAllMocks to clear only thread-local mocks. by @xzhang-brex in #1276
New Contributors
- @SackCastellon made their first contribution in #1253
- @thamp59 made their first contribution in #1265
- @xzhang-brex made their first contribution in #1276
Full Changelog: https://github.com/mockk/mockk/compare/1.13.11...1.13.12
v1.13.11
What's Changed
- Fix wasNotshould throw exception when called on non mocked object by @Gosunet in #1174
- Fix cannot mock value class for class property in 1.13.10 by @ZhaohuaZeng-at in #1230
- Introduce
verifyCountDSL by @T45K in #1234 - Fix parallel testing flag by @Evenprime in #1238
- Implement
clearStaticMockkfor KFunction and KProperty by @krocard in #1239 - [CONTRIBUTING.md] Suggest running
gradle checkbefore opening a MR by @krocard in #1240
New Contributors
- @Gosunet made their first contribution in #1174
- @ZhaohuaZeng-at made their first contribution in #1230
- @T45K made their first contribution in #1234
- @Evenprime made their first contribution in #1238
- @krocard made their first contribution in #1239
Full Changelog: https://github.com/mockk/mockk/compare/1.13.10...1.13.11
v1.13.10
What's Changed
- Add support to nested value classes by @rotilho in #1202
- Fix callOriginal on default interface method by @flapenna in #1203
- Only unbox value class answers when appropriate by @jselbo in #1204
- Fix capture using mutable list of value class by @ath0s in #1209
- Updates documentation to include example access error workaround for Android users by @JakeSteam in #1211
New Contributors
- @rotilho made their first contribution in #1202
- @jselbo made their first contribution in #1204
- @ath0s made their first contribution in #1209
- @JakeSteam made their first contribution in #1211
Full Changelog: https://github.com/mockk/mockk/compare/1.13.9...1.13.10
kotest/kotest (io.kotest:kotest-assertions-json-jvm)
v5.9.1
What's Changed
Assertions
- shouldHaveElementAt-more-info by @AlexCue987 in #3985
- shouldExist-more-info (#62) by @AlexCue987 in #3984
- singleElement-more-info by @AlexCue987 in #3983
- singleElement-with-predicate-more-info by @AlexCue987 in #3986
- Add Stacktrace Substring Matching to Throwable Matchers by @neBM in #3998
- Deprecating inspecting. by @Kantis in #4009
- Partial key (#65) by @AlexCue987 in #4013
- fix retry ignore subclass of exception class by @kin4496 in #3955
- Add simplified overloads to shouldMatchEach extensions (#3911) by @gianninia in #3929
- Add an
infixvariant ofshouldNotBeNullthat accepts a block by @sschuberth in #4060
Framework
- Handling generic data classes when determining identifier stability by @Kantis in #4007
- Refactor team city listener to extract the writing methods by @sksamuel in #4053
Property-testing
- Reverted generation of null values in
Arb.list<T?>due to performance issues by @Kantis in #4023 - Add an Arbitrary to generate whitespace. by @jedesroches in #4030
Docs
- Update blogs.md - matchers for temporal types with tolerance by @AlexCue987 in #4021
- fix broken matcher documentation for dates by @dzappold in #4019
- Correct the explanation of lifecycle hooks in docs by @kohii in #4020
- Fix links for Testcontainers lifecycle section by @gavvvr in #4037
- Add link to write-up about ranges by @AlexCue987 in #4042
- Fix test name comparison in docs by @hoonloper in #4034
Build / CI/CD / Dependency updates
- Add wasmJs publishing to release job by @eygraber in #4010
- chore(deps): update dependency gradle to v8.7 by @renovate in #3958
- add-regression-test-for-performance-degradation by @AlexCue987 in #4027
- Publish androidNative targets by @eygraber in #4031
- Publish watchosDeviceArm64 target by @eygraber in #4032
- fix(deps): update dependency io.mockk:mockk to v1.13.11 by @renovate in #4050
- [Chore] Upgrade to the Develocity plugin to remove build warnings by @pshevche in #4045
New Contributors
- @eygraber made their first contribution in #4010
- @dzappold made their first contribution in #4019
- @kohii made their first contribution in #4020
- @jedesroches made their first contribution in #4030
- @gavvvr made their first contribution in #4037
- @pshevche made their first contribution in #4045
- @hoonloper made their first contribution in #4034
- @neBM made their first contribution in #3998
Full Changelog: https://github.com/kotest/kotest/compare/v5.9.0...v5.9.1
v5.9.0
New Features
- Support for WebAssembly (the wasmJs target) has been added (#3805)
Breaking Changes
- Support for watchosX86 and iosArm32 targets has been removed (#3805)
Requirements
- Kotlin 1.9.23 and higher
- kotlinx.coroutines 1.8.0 and higher
What's Changed
- Add wasmJs target by @OliverO2 in #3805
- fix(docs): indentation in System Extensions by @craigpastro in #3940
- Change Arb.filterIsInstance() signature to use single type parameter by @kshired in #3943
- Add missing functions to property-arbs docs by @snowe2010 in #3945
- Increasing JVM heap allowance on GitHub by @Kantis in #3948
- Fix JS and Wasm/JS test timeouts, bring back Node.js test output by @OliverO2 in #3953
- add-similarity-to-contains-draft (#42) by @AlexCue987 in #3906
- Update Sonatype snapshot URL by @aSemy in #3956
- Fix json assertions artifact coordinate in docs by @TWiStErRob in #3968
- Create CODE_OF_CONDUCT.md by @sschuberth in #3987
- Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix #3329 by @OliverO2 in #3954
- Correct Collection Matchers Documentation For
collection.shouldContainAllInAnyOrder()by @u-ways-e in #3995 - chore(deps): update plugin com.gradle.enterprise to v3.17.2 by @renovate in #3990
- Add kotlin-faker to extensions list by @serpro69 in #3971
- Better assertion failures for containJsonKeyValue by @Kantis in #3949
- fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 by @renovate in #3957
- Add similarity to contain exactly in any order by @AlexCue987 in #3938
- Fix Arb.list failing within edge cases in case of null values by @oliverblaha in #3982
- chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 by @renovate in #3993
- chore(deps): update plugin io.kotest.multiplatform to v5.8.1 by @renovate in #3992
- fixing the kotest autoscan warning message to reference the right property name by @stepanv in #4000
- fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.release by @renovate in #3989
- Allow comparison between empty set and other iterables by @Kantis in #4005
- Moving similarity feature to kotest-assertions-core by @Kantis in #4006
New Contributors
- @craigpastro made their first contribution in #3940
- @snowe2010 made their first contribution in #3945
- @TWiStErRob made their first contribution in #3968
- @u-ways-e made their first contribution in #3995
- @serpro69 made their first contribution in #3971
- @stepanv made their first contribution in #4000
Full Changelog: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0
v5.8.1
What's Changed
- Update dependency io.github.classgraph:classgraph to v4.8.164 by @renovate in #3751
- Non-negative/positive
Longassertions and property testers by @RusticFlare in #3720 - Fix typo in documentation by @tamj0rd2 in #3756
- fixed : rolled back to initial Readme.md by @mirageoasis in #3757
- Add context container to behavior spec by @jcthenerd in #3737
- Fixed display of large ranges by @sksamuel in #3765
- Expose the kotlin coroutineTestScope by @sksamuel in #3769
- Increase maps diff size to 100, allowing for config by @sksamuel in #3767
- Allow display name formatter to return null by @sksamuel in #3764
- CoroutineDispatcher is not a TestDispatcher on JS by @sksamuel in #3766
- Use evals as measure for assumptions by @sksamuel in #3771
- Added tier3 targets #3748 by @sksamuel in #3761
- Add size matchers to typed Kotlin array classes by @obecker in #3773
- Regular file passes the shouldBeEmptyDirectory() assertion by @sksamuel in #3775
- OffsetDateTimeToleranceMatcher (#6) by @AlexCue987 in #3781
- Add FixtureMonkey in third party extensions by @seongahjo in #3782
- Local date time plus or minus by @AlexCue987 in #3779
- Fix orNull with nullProbability=1.0 produce non-nulls by @kshired in #3783
- Fix continually does not work with null values by @kshired in #3786
- cutting docs for 5.8 by @Kantis in #3787
- Support binding properties to specific Arbs when doing reflective binding by @Kantis in #3358
- Plus or minus for zoned date time draft (#8) by @AlexCue987 in #3785
- Plus or minus for instant draft (#7) by @AlexCue987 in #3784
- Fix race condition in beforeSpec by @sksamuel in #3763
- Provide overriddable defaults for eventually by @sksamuel in #3788
- cutting docs for 5.8 (right this time) by @Kantis in #3791
- Fix compiler plugin for K2 compiler by @OliverO2 in #3800
- Local time plus or minus take2 by @AlexCue987 in #3802
- docs: fix EnabledCondition example (interface, not class) by @jhult in #3810
- Update inspectors.md - Fixed a typo by @karuturi in #3811
- Fix
BigDecimal.ZERO.shouldBePositive()returning true by @pubiqq in #3814 - Add
intersectmatcher to ranges by @AlexCue987 in #3792 - tiny doc fix by @fantayeneh in #3823
- fix: Path.shouldBeAFile should fail on non-existant files by @LeoColman in #3826
- Add
shouldNotBePositiveandshouldNotBeNegativematchers for BigDecimal by @pubiqq in #3818 - Support
IterableinwithDataon root level by @obecker in #3831 - Added java.time.Year arbitrary support by @kshired in #3842
- Added java.time.Year supports for reflective arbitrary bind by @kshired in #3844
- Have upper bound print violations by @AlexCue987 in #3847
- ContainDuplicates should print them (#20) by @AlexCue987 in #3846
- Should contain exactly in any order count mismatch draft (#19) by @AlexCue987 in #3845
- Replace Range Intersect tests with Property Tests by @AlexCue987 in #3824
- Changing the Kotlin Gradle plugin dependncy to compileOnly by @Kantis in #3856
- Publishing JVM jar and pom in root variant by @Kantis in #3859
- Fixing Arb.localDate when minDate == maxDate by @Kantis in #3860
- fix(deps): update dependency io.mockk:mockk to v1.13.9 by @renovate in #3853
- Add selfie snapshot testing to the extensions listing by @nedtwigg in #3870
- Contains in order more details (#29) by @AlexCue987 in #3871
- Fix maxDate not being generated by Arb.localDate() by @oliverblaha in #3876
- print-duplicates (#33) by @AlexCue987 in #3883
- document-plusOrMinus-for-temporals (#34) by @AlexCue987 in #3885
- Add selfie snapshot testing to the versioned docs pages by @nedtwigg in #3887
- override suspend fun beforeTest (#36) by @AlexCue987 in #3892
- Creating a MR base workflow that shall be mandatory by @Kantis in #3893
- Fix the snapshot version badge in index markdowns by @graceful-martin in #3888
- add support for SortedSet and add test accordingly by @mirageoasis in #3873
- Have upper bound failure with more detail (#32) by @AlexCue987 in #3882
- ShouldExistInOrderTest.kt (#30) by @AlexCue987 in #3872
- Remove unnecessary delay when retry and fix error message by @kshired in #3891
- more detailed failure for startWith and endWith by @AlexCue987 in #3886
- Refactoring CI workflow by @Kantis in #3897
- Quote expected and actual exception messages in assertions by @sschuberth in #3894
- Preserving original failure when short-circuiting eventually by @Kantis in #3864
- Update dependency io.github.classgraph:classgraph to v4.8.165 by @renovate in #3816
- comparing Maps, find keys similar to missing (#27) by @AlexCue987 in #3866
- Contains in order more details draft (#43) by @AlexCue987 in #3907
- Added IPAddressV6 arb by @kshired in #3905
- Add includeFirst option to EventuallyConfiguration by @kin4496 in #3904
- Update dependency io.mockk:mockk to v1.13.10 by @renovate in #3902
- Update dependency com.jayway.jsonpath:json-path to v2.9.0 by @renovate in #3903
- implement beWithin for ClosedRange and OpenEndRange by @AlexCue987 in #3839
- Make
shouldBe expectedequivalent toshould be(expected)for non-matcher objects by @pubiqq in #3827 - Framework should handle stack traces not being available by @sksamuel in #3916
- add search for similar items to containAll by @AlexCue987 in #3909
- Do not allow TestConfiguration::tags after spec is initialized by @sksamuel in #3919
- Rename unresolved test config and allow passing into test methods by @sksamuel in #3917
- Arb.distinct() should work for edgecases by @sksamuel in #3920
- specify module name kotest-assertions-json by @jlous in #3898
- Using NoSystemOutListener prevents single tests from being executed by @sksamuel in #3923
- Fix information printed by KProperty0.shouldHaveValue (#3908) by @gianninia in #3921
- withEdgecases should keep shrinker #3812 by @sksamuel in #3922
- Fix TestWithConfigBuilder#config using parsed name when clear TestDslState by @kshired in #3798
- Proper fix for DescribeSpec test with a multiline description by @sksamuel in #3926
- Allow equals comparison of BigDecimals with different scales by @sksamuel in #3924
- Fixed use of type alias in shouldBeEqualToComparingFields by @sksamuel in #3927
- Don't consider kotlinx and javax types to be builtin by @Kantis in #3899
New Contributors
- @tamj0rd2 made their first contribution in #3756
- @mirageoasis made their first contribution in #3757
- @jcthenerd made their first contribution in #3737
- @seongahjo made their first contribution in #3782
- @jhult made their first contribution in #3810
- @karuturi made their first contribution in #3811
- @pubiqq made their first contribution in #3814
- @fantayeneh made their first contribution in #3823
- @nedtwigg made their first contribution in #3870
- @oliverblaha made their first contribution in #3876
- @graceful-martin made their first contribution in #3888
- @kin4496 made their first contribution in #3904
- @jlous made their first contribution in #3898
- @gianninia made their first contribution in #3921
Full Changelog: https://github.com/kotest/kotest/compare/v5.8.0...v5.8.1
v5.8.0
What's Changed
- Remove hardcoded emil path by @sksamuel in #3700
- Fix until timeout by @sksamuel in #3699
- Improve documentation on beforeEach, beforeAny and beforeTest by @pientaa in #3698
- Update docusaurus monorepo to v2.4.3 by @renovate in #3713
- Update dependency io.kotest.extensions:kotest-extensions-mockserver to v1.3.0 by @renovate in #3715
- Add range to reflective Set of Enum values by @tbvh in #3710
- Fix ordering of beforespec and user interceptors by @sksamuel in #3716
- Add backgroundScope in KMP #3708 by @sksamuel in #3717
- Support objects when using FQN for config by @sksamuel in #3718
- Add see-difference formatting to shouldHaveValue by @matejdro in #3707
- assertions.nondeterministic: Update package name in docs and tests by @OliverO2 in #3727
- Added shouldBeSortedDescending matcher by @kshired in #3721
- Add warning about kotest.assertions.collection.enumerate.size property by @matejdro in #3724
- Fixed containAll Matchers with varargs by @kshired in #3731
- Fixed shouldContainAnyOf matchers with varargs by @kshired in #3733
- docs(tags.md) - update code snippet to pass env vars to jvm by @k-times-c in #3729
- support-ranges by @AlexCue987 in #3735
- Fix TestFactory does not close AutoCloseable objects by @kshired in #3739
- Added support for sequence arbitraries by @kshired in #3719
- Improve Sequence.shouldContainExactly(...) by @obecker in #3743
- Improve Sequence.shouldHaveSingleElement(...) by @obecker in #3745
- Added support for array arbitraries by @kshired in #3728
- Fix using IrFactory's deprecated api by @kshired in #3750
New Contributors
- @k-times-c made their first contribution in #3729
- @AlexCue987 made their first contribution in #3735
- @obecker made their first contribution in #3743
Full Changelog: https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0
vavr-io/vavr (io.vavr:vavr)
v0.10.7
Maintenance release - fixed broken JavaDoc stylesheets.
btw, we're getting really close to shipping v0.11.0...
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.