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

Update all non-major dependencies (except core Kotlin) #1809

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.diffplug.gradle.spotless 6.22.0 -> 6.23.2 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle 6.22.0 -> 6.23.2 age adoption passing confidence
org.gradle.test-retry 1.5.6 -> 1.5.7 age adoption passing confidence
org.jetbrains:annotations 24.0.1 -> 24.1.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.21.1 -> 2.22.0 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.21.1 -> 2.22.0 age adoption passing confidence
io.github.oshai:kotlin-logging 5.1.0 -> 5.1.1 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) 1.23.3 -> 1.23.4 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.3 -> 1.23.4 age adoption passing confidence
commons-io:commons-io (source) 2.15.0 -> 2.15.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm 1.6.0 -> 1.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.0 -> 1.6.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.0 -> 1.6.2 age adoption passing confidence

Release Notes

JetBrains/java-annotations (org.jetbrains:annotations)

v24.1.0

Compare Source

  • @CheckReturnValue is not experimental anymore.
oshai/kotlin-logging (io.github.oshai:kotlin-logging)

v5.1.1

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@5.1.0...5.1.1

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

v1.23.4

1.23.4 - 2023-11-26

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

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #​6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #​6572
Changelog
  • Update the ruleset regex to allow numbers - #​6635
  • Show deprecation message - #​6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #​6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #​6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #​6590
  • MethodSignature - Add the condition of receiver should be null - #​6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #​6548
  • Fixes false positive of trailing whitespaces in kdoc - #​6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #​6610
  • Switch to kctfork for Kotlin compilation testing - #​6589
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​Gosunet, @​atulgpt, @​t-kameyama

Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json-jvm)

v1.6.2

v1.6.1

Compare Source

==================

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception.
Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

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 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abc481e) 78.42% compared to head (182c235) 78.42%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1809   +/-   ##
=========================================
  Coverage     78.42%   78.42%           
  Complexity     2434     2434           
=========================================
  Files           133      133           
  Lines          8617     8617           
  Branches       2171     2171           
=========================================
  Hits           6758     6758           
  Misses          897      897           
  Partials        962      962           

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

Copy link
Contributor

github-actions bot commented Nov 20, 2023

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

   164 files  ±0     164 suites  ±0   7m 24s ⏱️ +45s
1 402 tests ±0  1 385 ✔️ ±0  17 💤 ±0  0 ±0 
2 781 runs  ±0  2 764 ✔️ ±0  17 💤 ±0  0 ±0 

Results for commit 182c235. ± Comparison against base commit abc481e.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Nov 20, 2023

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

   164 files  ±0     164 suites  ±0   7m 28s ⏱️ - 3m 17s
1 402 tests ±0  1 366 ✔️ ±0  36 💤 ±0  0 ±0 
2 781 runs  ±0  2 745 ✔️ ±0  36 💤 ±0  0 ±0 

Results for commit 182c235. ± Comparison against base commit abc481e.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 143b2be to 18f7574 Compare November 22, 2023 10:53
Copy link
Member

@orchestr7 orchestr7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing important here

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 13 times, most recently from d176a78 to 05dfa4f Compare November 30, 2023 04:11
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from a0e4ec2 to 54a72a5 Compare November 30, 2023 17:30
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 54a72a5 to 182c235 Compare November 30, 2023 22:25
@nulls nulls merged commit c0ba5ea into master Dec 1, 2023
20 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch December 1, 2023 09:19
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.

2 participants