Closed renovate[bot] closed 5 months ago
39 files 39 suites 19s :stopwatch: 271 tests 271 :white_check_mark: 0 :zzz: 0 :x: 276 runs 276 :white_check_mark: 0 :zzz: 0 :x:
Results for commit 792de860.
:recycle: This comment has been updated with latest results.
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
This PR contains the following updates:
15.6
->15.7
1.13.10
->1.13.11
5.8.1
->5.9.0
5.8.1
->5.9.0
5.8.1
->5.9.0
1.39.0
->1.39.2
1.7.14
->1.7.15
33.1.0-jre
->33.2.0-jre
1.1.4
->1.1.5
1.9.23
->1.9.24
1.9.23
->1.9.24
1.9.23
->1.9.24
Release Notes
mockk/mockk (io.mockk:mockk)
### [`v1.13.11`](https://togithub.com/mockk/mockk/releases/tag/1.13.11) [Compare Source](https://togithub.com/mockk/mockk/compare/1.13.10...1.13.11) #### What's Changed - Fix wasNotshould throw exception when called on non mocked object by [@Gosunet](https://togithub.com/Gosunet) in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - Fix cannot mock value class for class property in 1.13.10 by [@ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - Introduce `verifyCount` DSL by [@T45K](https://togithub.com/T45K) in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - Fix parallel testing flag by [@Evenprime](https://togithub.com/Evenprime) in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - Implement `clearStaticMockk` for KFunction and KProperty by [@krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) - \[CONTRIBUTING.md] Suggest running `gradle check` before opening a PR by [@krocard](https://togithub.com/krocard) in [https://github.com/mockk/mockk/pull/1240](https://togithub.com/mockk/mockk/pull/1240) #### New Contributors - [@Gosunet](https://togithub.com/Gosunet) made their first contribution in [https://github.com/mockk/mockk/pull/1174](https://togithub.com/mockk/mockk/pull/1174) - [@ZhaohuaZeng-at](https://togithub.com/ZhaohuaZeng-at) made their first contribution in [https://github.com/mockk/mockk/pull/1230](https://togithub.com/mockk/mockk/pull/1230) - [@T45K](https://togithub.com/T45K) made their first contribution in [https://github.com/mockk/mockk/pull/1234](https://togithub.com/mockk/mockk/pull/1234) - [@Evenprime](https://togithub.com/Evenprime) made their first contribution in [https://github.com/mockk/mockk/pull/1238](https://togithub.com/mockk/mockk/pull/1238) - [@krocard](https://togithub.com/krocard) made their first contribution in [https://github.com/mockk/mockk/pull/1239](https://togithub.com/mockk/mockk/pull/1239) **Full Changelog**: https://github.com/mockk/mockk/compare/1.13.10...1.13.11kotest/kotest (io.kotest:kotest-assertions-core)
### [`v5.9.0`](https://togithub.com/kotest/kotest/releases/tag/v5.9.0) #### Highlights Support for wasmJs has been added, curtesy of [@OliverO2](https://togithub.com/OliverO2) #### What's Changed - Add wasmJs target by [@OliverO2](https://togithub.com/OliverO2) in [https://github.com/kotest/kotest/pull/3805](https://togithub.com/kotest/kotest/pull/3805) - fix(docs): indentation in System Extensions by [@craigpastro](https://togithub.com/craigpastro) in [https://github.com/kotest/kotest/pull/3940](https://togithub.com/kotest/kotest/pull/3940) - Change Arb.filterIsInstance() signature to use single type parameter by [@kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3943](https://togithub.com/kotest/kotest/pull/3943) - Add missing functions to property-arbs docs by [@snowe2010](https://togithub.com/snowe2010) in [https://github.com/kotest/kotest/pull/3945](https://togithub.com/kotest/kotest/pull/3945) - Increasing JVM heap allowance on GitHub by [@Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/3948](https://togithub.com/kotest/kotest/pull/3948) - Fix JS and Wasm/JS test timeouts, bring back Node.js test output by [@OliverO2](https://togithub.com/OliverO2) in [https://github.com/kotest/kotest/pull/3953](https://togithub.com/kotest/kotest/pull/3953) - add-similarity-to-contains-draft ([#42](https://togithub.com/kotest/kotest/issues/42)) by [@AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3906](https://togithub.com/kotest/kotest/pull/3906) - Update Sonatype snapshot URL by [@aSemy](https://togithub.com/aSemy) in [https://github.com/kotest/kotest/pull/3956](https://togithub.com/kotest/kotest/pull/3956) - Fix json assertions artifact coordinate in docs by [@TWiStErRob](https://togithub.com/TWiStErRob) in [https://github.com/kotest/kotest/pull/3968](https://togithub.com/kotest/kotest/pull/3968) - Create CODE_OF_CONDUCT.md by [@sschuberth](https://togithub.com/sschuberth) in [https://github.com/kotest/kotest/pull/3987](https://togithub.com/kotest/kotest/pull/3987) - Restructure Kotlin/JS and Kotlin/JS/Wasm testing, fix [#3329](https://togithub.com/kotest/kotest/issues/3329) by [@OliverO2](https://togithub.com/OliverO2) in [https://github.com/kotest/kotest/pull/3954](https://togithub.com/kotest/kotest/pull/3954) - Correct Collection Matchers Documentation For `collection.shouldContainAllInAnyOrder()` by [@u-ways-e](https://togithub.com/u-ways-e) in [https://github.com/kotest/kotest/pull/3995](https://togithub.com/kotest/kotest/pull/3995) - chore(deps): update plugin com.gradle.enterprise to v3.17.2 by [@renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3990](https://togithub.com/kotest/kotest/pull/3990) - Add kotlin-faker to extensions list by [@serpro69](https://togithub.com/serpro69) in [https://github.com/kotest/kotest/pull/3971](https://togithub.com/kotest/kotest/pull/3971) - Better assertion failures for containJsonKeyValue by [@Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/3949](https://togithub.com/kotest/kotest/pull/3949) - fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 by [@renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3957](https://togithub.com/kotest/kotest/pull/3957) - Add similarity to contain exactly in any order by [@AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3938](https://togithub.com/kotest/kotest/pull/3938) - Fix Arb.list failing within edge cases in case of null values by [@oliverblaha](https://togithub.com/oliverblaha) in [https://github.com/kotest/kotest/pull/3982](https://togithub.com/kotest/kotest/pull/3982) - chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 by [@renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3993](https://togithub.com/kotest/kotest/pull/3993) - chore(deps): update plugin io.kotest.multiplatform to v5.8.1 by [@renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3992](https://togithub.com/kotest/kotest/pull/3992) - fixing the kotest autoscan warning message to reference the right property name by [@stepanv](https://togithub.com/stepanv) in [https://github.com/kotest/kotest/pull/4000](https://togithub.com/kotest/kotest/pull/4000) - fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.release by [@renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3989](https://togithub.com/kotest/kotest/pull/3989) - Allow comparison between empty set and other iterables by [@Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/4005](https://togithub.com/kotest/kotest/pull/4005) - Moving similarity feature to kotest-assertions-core by [@Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/4006](https://togithub.com/kotest/kotest/pull/4006) #### New Contributors - [@craigpastro](https://togithub.com/craigpastro) made their first contribution in [https://github.com/kotest/kotest/pull/3940](https://togithub.com/kotest/kotest/pull/3940) - [@snowe2010](https://togithub.com/snowe2010) made their first contribution in [https://github.com/kotest/kotest/pull/3945](https://togithub.com/kotest/kotest/pull/3945) - [@TWiStErRob](https://togithub.com/TWiStErRob) made their first contribution in [https://github.com/kotest/kotest/pull/3968](https://togithub.com/kotest/kotest/pull/3968) - [@u-ways-e](https://togithub.com/u-ways-e) made their first contribution in [https://github.com/kotest/kotest/pull/3995](https://togithub.com/kotest/kotest/pull/3995) - [@serpro69](https://togithub.com/serpro69) made their first contribution in [https://github.com/kotest/kotest/pull/3971](https://togithub.com/kotest/kotest/pull/3971) - [@stepanv](https://togithub.com/stepanv) made their first contribution in [https://github.com/kotest/kotest/pull/4000](https://togithub.com/kotest/kotest/pull/4000) **Full Changelog**: https://github.com/kotest/kotest/compare/v5.8.1...v5.9.0slackapi/java-slack-sdk (com.slack.api:slack-api-client)
### [`v1.39.2`](https://togithub.com/slackapi/java-slack-sdk/releases/tag/v1.39.2): version 1.39.2 ### Changes - \[slack-api-client] [#1312](https://togithub.com/slackapi/java-slack-sdk/issues/1312) Fix [#1311](https://togithub.com/slackapi/java-slack-sdk/issues/1311) entity.message is missing in Audit Logs API response - Thanks [@seratch](https://togithub.com/seratch) *** - All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/98?closed=1 - All changes: https://github.com/slackapi/java-slack-sdk/compare/v1.39.1...v1.39.2 ### [`v1.39.1`](https://togithub.com/slackapi/java-slack-sdk/releases/tag/v1.39.1): version 1.39.1 ### Changes - \[slack-api-client] [#1298](https://togithub.com/slackapi/java-slack-sdk/issues/1298) Mark files.upload / rtm.connect as deprecated - Thanks [@seratch](https://togithub.com/seratch) - \[slack-api-client] [#1310](https://togithub.com/slackapi/java-slack-sdk/issues/1310) Fix [#1308](https://togithub.com/slackapi/java-slack-sdk/issues/1308) repsonse_metadata is missing in admin.initeRequests.list/\*.list response classes - Thanks [@Dunkhell](https://togithub.com/Dunkhell) [@seratch](https://togithub.com/seratch) - \[slack-api-client] Add new properties to Web API responses - Thanks [@seratch](https://togithub.com/seratch) Test improvements: - [#1296](https://togithub.com/slackapi/java-slack-sdk/issues/1296) [#892](https://togithub.com/slackapi/java-slack-sdk/issues/892) Run all tests using JDK 17 - Thanks [@hrothwell](https://togithub.com/hrothwell) - [#1302](https://togithub.com/slackapi/java-slack-sdk/issues/1302) Fix codecov CI errors - Thanks [@seratch](https://togithub.com/seratch) *** - All issues/pull requests: https://github.com/slackapi/java-slack-sdk/milestone/96?closed=1 - All changes: https://github.com/slackapi/java-slack-sdk/compare/v1.39.0...v1.39.1mozilla/rhino (org.mozilla:rhino)
### [`v1.7.15`](https://togithub.com/mozilla/rhino/blob/HEAD/RELEASE-NOTES.md#Rhino-1715) #### May 3, 2024 Highlights of this release include: - Basic support for "rest parameters" - Improvements in Unicode support - "Symbol.species" implemented in many places - More correct property ordering in many places - And many more improvements and bug fixes This release includes committs from 29 different committers. Thanks to you all for your help!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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.