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

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

Merged
merged 1 commit into from
Nov 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 6, 2023

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

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.7.2...v5.8.0

detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

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
  • Fix inputstream leaking file descriptor in Gradle - #​6519
  • ForbiddenMethodCall - Handle sequence of overridden methods - #​6478
  • Function to return supported Kotlin version - #​6472
  • Fix false negative IgnoredReturnValue with scope functions - #​6446
  • UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - #​6443
  • Fix reporting unused imports at file level - #​6390
  • OutdatedDocumentation - Detect param which private property documented as property - #​6372
  • NullableToStringCall: fix false negative in lambda - #​6352
  • Correctly set scheme for URIs in the SARIF report output - #​6331
  • SleepInsteadOfDelay - Find the parent for suspend check - #​6191
Dependency Updates
  • Update kotlin monorepo to v1.9.10 - #​6423
  • Update dependency gradle to v8.4 - #​6522
  • Update dependency gradle to v8.3 - #​6406
  • Update com.android.tools.build to 8.1.1 - #​6419
  • update dependency org.jetbrains.dokka to v1.9.10 - #​6549
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​arturbosch, @​atulgpt, @​kkocel, @​marschwar, @​pablobaxter, @​t-kameyama

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
  • Fix inputstream leaking file descriptor in Gradle - #​6519
  • ForbiddenMethodCall - Handle sequence of overridden methods - #​6478
  • Function to return supported Kotlin version - #​6472
  • Fix false negative IgnoredReturnValue with scope functions - #​6446
  • UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - #​6443
  • Fix reporting unused imports at file level - #​6390
  • OutdatedDocumentation - Detect param which private property documented as property - #​6372
  • NullableToStringCall: fix false negative in lambda - #​6352
  • Correctly set scheme for URIs in the SARIF report output - #​6331
  • SleepInsteadOfDelay - Find the parent for suspend check - #​6191
Dependency Updates
  • Update kotlin monorepo to v1.9.10 - #​6423
  • Update dependency gradle to v8.4 - #​6522
  • Update dependency gradle to v8.3 - #​6406
  • Update com.android.tools.build to 8.1.1 - #​6419
  • update dependency org.jetbrains.dokka to v1.9.10 - #​6549
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​arturbosch, @​atulgpt, @​kkocel, @​marschwar, @​pablobaxter, @​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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Copy link

codecov bot commented Nov 6, 2023

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.

Copy link

github-actions bot commented Nov 6, 2023

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

245 tests  ±0   221 ✔️ ±0   8m 52s ⏱️ - 2m 19s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 8b78a7d. ± Comparison against base commit 26537ea.

Copy link

github-actions bot commented Nov 6, 2023

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

245 tests  ±0   221 ✔️ ±0   11m 59s ⏱️ -12s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       0 ±0 

Results for commit 8b78a7d. ± Comparison against base commit 26537ea.

Copy link

github-actions bot commented Nov 6, 2023

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

245 tests  ±0   219 ✔️ ±0   14m 48s ⏱️ + 1m 40s
  48 suites ±0     24 💤 ±0 
  48 files   ±0       2 ±0 

For more details on these failures, see this check.

Results for commit 8b78a7d. ± Comparison against base commit 26537ea.

@nulls nulls enabled auto-merge (squash) November 7, 2023 07:51
@nulls nulls merged commit a36c12a into main Nov 7, 2023
16 of 17 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch November 7, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant