saveourtool / save-cli

Universal test framework for cli tools [mainly for code analyzers and compilers]
MIT License
42 stars 4 forks source link

chore(deps): update all non-major dependencies (except core kotlin) #553

Closed renovate[bot] closed 12 months ago

renovate[bot] commented 12 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.0 -> 5.10.1 age adoption passing confidence
io.kotest:kotest-assertions-core 5.7.2 -> 5.8.0 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.1 -> 1.23.3 age adoption passing confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core) ### [`v5.8.0`](https://togithub.com/kotest/kotest/releases/tag/v5.8.0) ##### What's Changed - Remove hardcoded emil path by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3700](https://togithub.com/kotest/kotest/pull/3700) - Fix until timeout by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3699](https://togithub.com/kotest/kotest/pull/3699) - Improve documentation on beforeEach, beforeAny and beforeTest by [@​pientaa](https://togithub.com/pientaa) in [https://github.com/kotest/kotest/pull/3698](https://togithub.com/kotest/kotest/pull/3698) - Update docusaurus monorepo to v2.4.3 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3713](https://togithub.com/kotest/kotest/pull/3713) - Update dependency io.kotest.extensions:kotest-extensions-mockserver to v1.3.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3715](https://togithub.com/kotest/kotest/pull/3715) - Add range to reflective Set of Enum values by [@​tbvh](https://togithub.com/tbvh) in [https://github.com/kotest/kotest/pull/3710](https://togithub.com/kotest/kotest/pull/3710) - Fix ordering of beforespec and user interceptors by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3716](https://togithub.com/kotest/kotest/pull/3716) - Add backgroundScope in KMP [#​3708](https://togithub.com/kotest/kotest/issues/3708) by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3717](https://togithub.com/kotest/kotest/pull/3717) - Support objects when using FQN for config by [@​sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/3718](https://togithub.com/kotest/kotest/pull/3718) - Add see-difference formatting to shouldHaveValue by [@​matejdro](https://togithub.com/matejdro) in [https://github.com/kotest/kotest/pull/3707](https://togithub.com/kotest/kotest/pull/3707) - assertions.nondeterministic: Update package name in docs and tests by [@​OliverO2](https://togithub.com/OliverO2) in [https://github.com/kotest/kotest/pull/3727](https://togithub.com/kotest/kotest/pull/3727) - Added shouldBeSortedDescending matcher by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3721](https://togithub.com/kotest/kotest/pull/3721) - Add warning about kotest.assertions.collection.enumerate.size property by [@​matejdro](https://togithub.com/matejdro) in [https://github.com/kotest/kotest/pull/3724](https://togithub.com/kotest/kotest/pull/3724) - Fixed containAll Matchers with varargs by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3731](https://togithub.com/kotest/kotest/pull/3731) - Fixed shouldContainAnyOf matchers with varargs by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3733](https://togithub.com/kotest/kotest/pull/3733) - docs(tags.md) - update code snippet to pass env vars to jvm by [@​k-times-c](https://togithub.com/k-times-c) in [https://github.com/kotest/kotest/pull/3729](https://togithub.com/kotest/kotest/pull/3729) - support-ranges by [@​AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3735](https://togithub.com/kotest/kotest/pull/3735) - Fix TestFactory does not close AutoCloseable objects by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3739](https://togithub.com/kotest/kotest/pull/3739) - Added support for sequence arbitraries by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3719](https://togithub.com/kotest/kotest/pull/3719) - Improve Sequence.shouldContainExactly(...) by [@​obecker](https://togithub.com/obecker) in [https://github.com/kotest/kotest/pull/3743](https://togithub.com/kotest/kotest/pull/3743) - Improve Sequence.shouldHaveSingleElement(...) by [@​obecker](https://togithub.com/obecker) in [https://github.com/kotest/kotest/pull/3745](https://togithub.com/kotest/kotest/pull/3745) - Added support for array arbitraries by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3728](https://togithub.com/kotest/kotest/pull/3728) - Fix using IrFactory's deprecated api by [@​kshired](https://togithub.com/kshired) in [https://github.com/kotest/kotest/pull/3750](https://togithub.com/kotest/kotest/pull/3750) ##### New Contributors - [@​k-times-c](https://togithub.com/k-times-c) made their first contribution in [https://github.com/kotest/kotest/pull/3729](https://togithub.com/kotest/kotest/pull/3729) - [@​AlexCue987](https://togithub.com/AlexCue987) made their first contribution in [https://github.com/kotest/kotest/pull/3735](https://togithub.com/kotest/kotest/pull/3735) - [@​obecker](https://togithub.com/obecker) made their first contribution in [https://github.com/kotest/kotest/pull/3743](https://togithub.com/kotest/kotest/pull/3743) **Full Changelog**: https://github.com/kotest/kotest/compare/v5.7.2...v5.8.0
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin) ### [`v1.23.3`](https://togithub.com/detekt/detekt/releases/tag/v1.23.3) ##### 1.23.3 - 2023-10-31 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.10` and fixed several bugs that got reported by the community. NOTE: This is a republishing of 1.23.2 which was accidentally published against Kotlin 1.9.0 instead of 1.9.10 ##### Changelog - Consider deprecated rules as inactive when running allRules [#​6381](https://togithub.com/detekt/detekt/pull/6381) - Fix inputstream leaking file descriptor in Gradle - [#​6519](https://togithub.com/detekt/detekt/pull/6519) - ForbiddenMethodCall - Handle sequence of overridden methods - [#​6478](https://togithub.com/detekt/detekt/pull/6478) - Function to return supported Kotlin version - [#​6472](https://togithub.com/detekt/detekt/pull/6472) - Fix false negative `IgnoredReturnValue` with scope functions - [#​6446](https://togithub.com/detekt/detekt/pull/6446) - UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - [#​6443](https://togithub.com/detekt/detekt/pull/6443) - Fix reporting unused imports at file level - [#​6390](https://togithub.com/detekt/detekt/pull/6390) - OutdatedDocumentation - Detect param which private property documented as property - [#​6372](https://togithub.com/detekt/detekt/pull/6372) - NullableToStringCall: fix false negative in lambda - [#​6352](https://togithub.com/detekt/detekt/pull/6352) - Correctly set scheme for URIs in the SARIF report output - [#​6331](https://togithub.com/detekt/detekt/pull/6331) - SleepInsteadOfDelay - Find the parent for suspend check - [#​6191](https://togithub.com/detekt/detekt/pull/6191) ##### Dependency Updates - Update kotlin monorepo to v1.9.10 - [#​6423](https://togithub.com/detekt/detekt/pull/6423) - Update dependency gradle to v8.4 - [#​6522](https://togithub.com/detekt/detekt/pull/6522) - Update dependency gradle to v8.3 - [#​6406](https://togithub.com/detekt/detekt/pull/6406) - Update com.android.tools.build to 8.1.1 - [#​6419](https://togithub.com/detekt/detekt/pull/6419) - update dependency org.jetbrains.dokka to v1.9.10 - [#​6549](https://togithub.com/detekt/detekt/pull/6549) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​arturbosch](https://togithub.com/arturbosch), [@​atulgpt](https://togithub.com/atulgpt), [@​kkocel](https://togithub.com/kkocel), [@​marschwar](https://togithub.com/marschwar), [@​pablobaxter](https://togithub.com/pablobaxter), [@​t-kameyama](https://togithub.com/t-kameyama) ### [`v1.23.2`](https://togithub.com/detekt/detekt/releases/tag/v1.23.2) ##### 1.23.2 - 2023-10-29 **NOTE: Please use version 1.23.3 instead - Version 1.23.2 was accidentally built against Kotlin 1.9.0 instead of 1.9.10** https://github.com/detekt/detekt/releases/tag/v1.23.3 This is a point release for Detekt `1.23.0`, where we added support for Kotlin `1.9.10` and fixed several bugs that got reported by the community. ##### Changelog - Consider deprecated rules as inactive when running allRules [#​6381](https://togithub.com/detekt/detekt/pull/6381) - Fix inputstream leaking file descriptor in Gradle - [#​6519](https://togithub.com/detekt/detekt/pull/6519) - ForbiddenMethodCall - Handle sequence of overridden methods - [#​6478](https://togithub.com/detekt/detekt/pull/6478) - Function to return supported Kotlin version - [#​6472](https://togithub.com/detekt/detekt/pull/6472) - Fix false negative `IgnoredReturnValue` with scope functions - [#​6446](https://togithub.com/detekt/detekt/pull/6446) - UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - [#​6443](https://togithub.com/detekt/detekt/pull/6443) - Fix reporting unused imports at file level - [#​6390](https://togithub.com/detekt/detekt/pull/6390) - OutdatedDocumentation - Detect param which private property documented as property - [#​6372](https://togithub.com/detekt/detekt/pull/6372) - NullableToStringCall: fix false negative in lambda - [#​6352](https://togithub.com/detekt/detekt/pull/6352) - Correctly set scheme for URIs in the SARIF report output - [#​6331](https://togithub.com/detekt/detekt/pull/6331) - SleepInsteadOfDelay - Find the parent for suspend check - [#​6191](https://togithub.com/detekt/detekt/pull/6191) ##### Dependency Updates - Update kotlin monorepo to v1.9.10 - [#​6423](https://togithub.com/detekt/detekt/pull/6423) - Update dependency gradle to v8.4 - [#​6522](https://togithub.com/detekt/detekt/pull/6522) - Update dependency gradle to v8.3 - [#​6406](https://togithub.com/detekt/detekt/pull/6406) - Update com.android.tools.build to 8.1.1 - [#​6419](https://togithub.com/detekt/detekt/pull/6419) - update dependency org.jetbrains.dokka to v1.9.10 - [#​6549](https://togithub.com/detekt/detekt/pull/6549) ##### Contributors We would like to thank the following contributors that made this release possible: [@​3flex](https://togithub.com/3flex), [@​arturbosch](https://togithub.com/arturbosch), [@​atulgpt](https://togithub.com/atulgpt), [@​kkocel](https://togithub.com/kkocel), [@​marschwar](https://togithub.com/marschwar), [@​pablobaxter](https://togithub.com/pablobaxter), [@​t-kameyama](https://togithub.com/t-kameyama)

Configuration

πŸ“… Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

codecov[bot] commented 12 months ago

Codecov Report

Merging #553 (8b78a7d) into main (26537ea) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #553   +/-   ##
=========================================
  Coverage     48.32%   48.32%           
  Complexity      164      164           
=========================================
  Files            53       53           
  Lines          1877     1877           
  Branches        313      313           
=========================================
  Hits            907      907           
  Misses          841      841           
  Partials        129      129           
Flag Coverage Ξ”
unittests 48.32% <ΓΈ> (ΓΈ)

Flags with carried forward coverage won't be shown. Click here to find out more.

github-actions[bot] commented 12 months ago

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

245 tests  Β±0   221 :heavy_check_mark: Β±0   8m 52s :stopwatch: - 2m 19s βŸβ€„48 suites Β±0β€‚β€ƒβ€ƒβŸβ€„24 :zzz: Β±0  βŸβ€„48 files   Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x: Β±0 

Results for commit 8b78a7d5. ± Comparison against base commit 26537ea8.

github-actions[bot] commented 12 months ago

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

245 tests  Β±0   221 :heavy_check_mark: Β±0   11m 59s :stopwatch: -12s βŸβ€„48 suites Β±0β€‚β€ƒβ€ƒβŸβ€„24 :zzz: Β±0  βŸβ€„48 files   Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„0 :x: Β±0 

Results for commit 8b78a7d5. ± Comparison against base commit 26537ea8.

github-actions[bot] commented 12 months ago

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

245 tests  Β±0   219 :heavy_check_mark: Β±0   14m 48s :stopwatch: + 1m 40s βŸβ€„48 suites Β±0β€‚β€ƒβ€ƒβŸβ€„24 :zzz: Β±0  βŸβ€„48 files   Β±0β€‚β€ƒβ€ƒβŸβ€„βŸβ€„2 :x: Β±0 

For more details on these failures, see this check.

Results for commit 8b78a7d5. ± Comparison against base commit 26537ea8.