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) #1922

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 18, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.slf4j:slf4j-api (source, changelog) 2.0.12 -> 2.0.13 age adoption passing confidence
com.gradle.enterprise 3.16.2 -> 3.17.4 age adoption passing confidence
org.gradle.test-retry 1.5.8 -> 1.5.9 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.8.0 -> 1.8.1 age adoption passing confidence
io.github.detekt.sarif4k:sarif4k-jvm (source) 0.5.0 -> 0.6.0 age adoption passing confidence
io.github.detekt.sarif4k:sarif4k (source) 0.5.0 -> 0.6.0 age adoption passing confidence
com.charleskorn.kaml:kaml 0.57.0 -> 0.59.0 age adoption passing confidence
io.github.oshai:kotlin-logging 6.0.3 -> 6.0.9 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) 1.23.5 -> 1.23.6 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.5 -> 1.23.6 age adoption passing confidence
commons-io:commons-io (source) 2.15.1 -> 2.16.1 age adoption passing confidence
commons-cli:commons-cli (source) 1.6.0 -> 1.8.0 age adoption passing confidence
com.google.guava:guava 33.0.0-jre -> 33.2.0-jre age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

qos-ch/slf4j (org.slf4j:slf4j-api)

v2.0.13

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core)

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small documentation fixes.
detekt/sarif4k (io.github.detekt.sarif4k:sarif4k-jvm)

v0.6.0

Compare Source

Critical changes
What's Changed
New Contributors

Full Changelog: detekt/sarif4k@0.5.0...0.6.0

charleskorn/kaml (com.charleskorn.kaml:kaml)

v0.59.0

Compare Source

  • New: it is now possible to change the default 3 MB input document size limit by setting YamlConfiguration.codePointLimit (#​543 - thanks to @​sschuberth for the PR)
  • Updated: use Okio 3.9.0
  • Updated: use snakeyaml-engine-kmp 2.7.5

v0.58.0

Compare Source

  • Changed: kaml now uses snakeyaml-engine-kmp for all targets, rather than using SnakeYAML for the JVM and snakeyaml-engine-kmp for JS. (#​507 - thanks to @​krzema12 and @​aSemy for the PR)

    As snakeyaml-engine-kmp is a port of SnakeYAML to multiplatform Kotlin, there should be no major behaviour differences.

    ⚠️ Breaking change: Yaml.decodeFromStream() no longer supports anything other than UTF-8 streams, as this is not supported by Okio. If this is a problem for you, please open an issue to discuss your use case.

  • Updated: use Okio 3.8.0

  • Updated: use kotlinx.serialization 1.6.3

  • Updated: use Kotlin 1.9.23

  • Updated: use snakeyaml-engine-kmp 2.7.3

oshai/kotlin-logging (io.github.oshai:kotlin-logging)

v6.0.9

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@6.0.8...6.0.9

v6.0.8

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@6.0.7...6.0.8

v6.0.7

Compare Source

Full Changelog: oshai/kotlin-logging@6.0.5...6.0.7

v6.0.4

Compare Source

What's Changed

New Contributors

Full Changelog: oshai/kotlin-logging@6.0.3...6.0.4

detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.6

1.23.6 - 2024-03-23

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.

Changelog
  • UselessPostfixExpression - Fix #​7037 false positive postfix - #​7084
  • Don't allow invalid Source Locations - #​7030
  • UnusedPrivateClass: don't report if private classes are used for type conversion - #​6995
  • RedundantSuspendModifier: do not report when the function has 'actual' modifier - #​6951
  • Update dependency gradle to v8.7 - #​7080
  • Update kotlin monorepo to v1.9.23 - #​7027
  • Update dependency gradle to v8.6 - #​6939
  • Update dependency com.android.tools.build:gradle to v8.3.1 - #​7070
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​psuzn, @​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 Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.67%. Comparing base (b5638a4) to head (f1b8147).

Current head f1b8147 differs from pull request most recent head d2bfe71

Please upload reports for the commit d2bfe71 to get more accurate results.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1922      +/-   ##
============================================
- Coverage     76.79%   76.67%   -0.12%     
  Complexity     2492     2492              
============================================
  Files           134      134              
  Lines          7898     7914      +16     
  Branches       2240     2240              
============================================
+ Hits           6065     6068       +3     
- Misses          828      841      +13     
  Partials       1005     1005              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Mar 18, 2024

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

 8 files   -   159   8 suites   - 159   59s ⏱️ - 1m 57s
78 tests  - 1 368  20 ✅  - 1 387  24 💤  - 15  34 ❌ +34 
78 runs   - 2 748  20 ✅  - 2 767  24 💤  - 15  34 ❌ +34 

For more details on these failures, see this check.

Results for commit d2bfe71. ± Comparison against base commit b5638a4.

This pull request removes 1368 tests.
com.saveourtool.diktat.ruleset.chapter1.EnumValueCaseTest ‑ incorrect enum pascal case value fix()
com.saveourtool.diktat.ruleset.chapter1.EnumValueCaseTest ‑ incorrect enum snake case value fix()
com.saveourtool.diktat.ruleset.chapter1.EnumValueCaseTest ‑ incorrect enum unknown style()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect class name fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect constant name case fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect enum values case fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect lambda argument case fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect object name fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect variable name case fix()
com.saveourtool.diktat.ruleset.chapter1.IdentifierNamingFixTest ‑ incorrect variable prefix fix()
…

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Mar 18, 2024

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

  163 files   -  4    163 suites   - 4   2m 57s ⏱️ - 5m 27s
1 389 tests  - 57    402 ✅  - 1 027  17 💤 ±0  970 ❌ +970 
2 769 runs   - 57  1 757 ✅  - 1 052  17 💤 ±0  995 ❌ +995 

For more details on these failures, see this check.

Results for commit d2bfe71. ± Comparison against base commit b5638a4.

This pull request removes 57 tests.
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli (absolute paths)()
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli (glob paths, 1 of 4)()
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli (glob paths, 2 of 4)()
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli (glob paths, 3 of 4)()
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli (glob paths, 4 of 4)()
com.saveourtool.diktat.smoke.DiktatCliTest ‑ Run diKTat from cli()
com.saveourtool.diktat.smoke.DiktatSaveSmokeTest ‑ disable chapters()
com.saveourtool.diktat.smoke.DiktatSaveSmokeTest ‑ fix can cause long line()
com.saveourtool.diktat.smoke.DiktatSaveSmokeTest ‑ regression - FP of local variables rule()
com.saveourtool.diktat.smoke.DiktatSaveSmokeTest ‑ regression - should correctly handle tags with empty lines()
…

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 26d89b1 to d2f014a Compare March 25, 2024 08:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from f7dd819 to dfe2760 Compare April 2, 2024 17:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from dfe2760 to c095467 Compare April 6, 2024 11:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d5da925 to e569e9b Compare April 14, 2024 21:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 08d90de to 9a270a5 Compare April 23, 2024 07:32
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9a270a5 to 9d756d8 Compare April 25, 2024 13:18
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9d756d8 to a51416d Compare May 2, 2024 16:58
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5c03cf1 to c27796d Compare May 10, 2024 13:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c27796d to 7ae37fa Compare May 17, 2024 18:40
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7ae37fa to d2bfe71 Compare May 23, 2024 23:11
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