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

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 5, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.slf4j:slf4j-api (source, changelog) 2.0.11 -> 2.0.12 age adoption passing confidence
io.github.cdsap.talaiot.plugin.base 2.0.3 -> 2.0.4 age adoption passing confidence
de.undercouch.download 5.5.0 -> 5.6.0 age adoption passing confidence
de.undercouch:gradle-download-task 5.5.0 -> 5.6.0 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.2 -> 0.18.3 age adoption passing confidence
org.assertj:assertj-core (source) 3.25.2 -> 3.25.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.7.3 -> 1.8.0 age adoption passing confidence
de.benediktritter.maven-plugin-development 0.4.2 -> 0.4.3 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.22.1 -> 2.23.0 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.22.1 -> 2.23.0 age adoption passing confidence
org.jetbrains.dokka:dokka-gradle-plugin 1.9.10 -> 1.9.20 age adoption passing confidence
org.junit.platform:junit-platform-suite-engine (source) 1.10.1 -> 1.10.2 age adoption passing confidence
org.junit.vintage:junit-vintage-engine (source) 5.10.1 -> 5.10.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.10.1 -> 5.10.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.1 -> 5.10.2 age adoption passing confidence
org.junit.jupiter:junit-jupiter (source) 5.10.1 -> 5.10.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json-jvm 1.6.2 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.2 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.6.2 -> 1.6.3 age adoption passing confidence

Warning

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


Release Notes

michel-kraemer/gradle-download-task (de.undercouch.download)

v5.6.0

Compare Source

New features:

  • Add possibility to configure HTTP status code validator (using the validateStatus property)
  • Add integration tests for Gradle versions up to 8.6

Bug fixes:

  • Do not unnecessarily enable preemptive auth for proxy (possible security issue)
  • Remove sensitive headers from request after redirect (possible security issue).
    Thanks to @​diederikfaber for reporting this and to @​dtretyakov and @​eghobo for the pointers.
  • Really log all requests (including redirects) and all headers in debug mode.
    It seems something has changed in Apache HttpClient since we initially implemented this feature.

Maintenance:

  • Update dependencies
  • Update to Gradle 8.6
  • Fix some warnings in build script
  • Set dependabot interval to weekly
  • Split CI tests of Gradle 7.x versions
ajoberstar/reckon (org.ajoberstar.reckon:reckon-gradle)

v0.18.3

Compare Source

Dependency updates. The zafarkhaja/semver library had a bunch of breaking changes, but it doesn't appear that any of those will affect the outward behavior. Please open an issue if you find otherwise.

Breaking Changes

None

Enhancements

None

Fixes

  • Dependency updates

Deprecations

None

Compatibility

Tested against the following versions.

Java Version Gradle Versions
11 7.0.2, 7.6.4, 8.0.2, 8.6
17 7.3.3, 7.6.4, 8.0.2, 8.6
21 8.4, 8.6
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core)

v1.8.0

Compare Source

  • Implement the library for the Web Assembly (Wasm) for JavaScript (#​3713). Thanks @​igoriakovlev!
  • Major Kotlin version update: was 1.8.20, became 1.9.21.
  • On Android, ensure that Dispatchers.Main != Dispatchers.Main.immediate (#​3545, #​3963).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • kotlinx-coroutines-debug is published with the correct Java 9 module info (#​3944).
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • kotlinx-coroutines-test: set the default timeout of runTest to 60 seconds, added the ability to configure it on the JVM with the kotlinx.coroutines.test.default_timeout=10s (#​3800).
  • kotlinx-coroutines-test: fixed a bug that could lead to not all uncaught exceptions being reported after some tests failed (#​3800).
  • delay(Duration) rounds nanoseconds up to whole milliseconds and not down (#​3920). Thanks @​kevincianfarini!
  • Dispatchers.Default and the default thread for background work are guaranteed to use the same context classloader as the object containing it them (#​3832).
  • It is guaranteed that by the time SharedFlow.collect suspends for the first time, it's registered as a subscriber for that SharedFlow (#​3885). Before, it was also true, but not documented.
  • Atomicfu version is updated to 0.23.1, and Kotlin/Native atomic transformations are enabled, reducing the footprint of coroutine-heavy code (#​3954).
  • Added a workaround for miscompilation of withLock on JS (#​3881). Thanks @​CLOVIS-AI!
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.0-RC2
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • Small documentation fixes.
Kotlin/dokka (org.jetbrains.dokka:dokka-gradle-plugin)

v1.9.20: 1.9.20

General bugfixes

HTML format

Runners

Gradle Plugin
Maven Plugin
CLI runner

Plugin API

Other:

See Dokka 1.9.20 milestone for the list of all changes.

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

v1.6.3

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

This release provides a couple of new features and uses Kotlin 1.9.22 as default.

Class discriminator output mode

Class discriminator provides information for serializing and deserializing polymorphic class hierarchies.
In case you want to encode more or less information for various third party APIs about types in the output, it is possible to control
addition of the class discriminator with the JsonBuilder.classDiscriminatorMode property.
For example, ClassDiscriminatorMode.NONE does not add class discriminator at all, in case the receiving party is not interested in Kotlin types.
You can learn more about this feature in the documentation and corresponding PR.

Other features
Bugfixes and improvements
  • Fix: Hocon polymorphic serialization in containers (#​2151) (thanks to LichtHund)
  • Actualize lenient mode documentation (#​2568)
  • Slightly improve error messages thrown from serializer() function (#​2533)
  • Do not try to coerce input values for properties (#​2530)
  • Make empty objects and arrays collapsed in pretty print mode (#​2506)
  • Update Gradle dokka configuration to make sure "source" button is visible in all API docs (#​2518, #​2524)

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 Feb 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.67%. Comparing base (16029f0) to head (aa6bd8d).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1912   +/-   ##
=========================================
  Coverage     76.67%   76.67%           
  Complexity     2492     2492           
=========================================
  Files           134      134           
  Lines          7914     7914           
  Branches       2240     2240           
=========================================
  Hits           6068     6068           
  Misses          841      841           
  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 Feb 5, 2024

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

  167 files  ±0    167 suites  ±0   7m 8s ⏱️ +6s
1 446 tests ±0  1 429 ✅ ±0  17 💤 ±0  0 ❌ ±0 
2 826 runs  ±0  2 809 ✅ ±0  17 💤 ±0  0 ❌ ±0 

Results for commit aa6bd8d. ± Comparison against base commit 16029f0.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Feb 5, 2024

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

  167 files  ±0    167 suites  ±0   4m 53s ⏱️ +31s
1 446 tests ±0  1 407 ✅ ±0  39 💤 ±0  0 ❌ ±0 
2 826 runs  ±0  2 787 ✅ ±0  39 💤 ±0  0 ❌ ±0 

Results for commit aa6bd8d. ± Comparison against base commit 16029f0.

♻️ This comment has been updated with latest results.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from db7c75c to 78f2a47 Compare February 21, 2024 12:01
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from cfa04a8 to c8a017e Compare March 5, 2024 16:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c8a017e to aa6bd8d Compare March 6, 2024 08:19
@nulls nulls enabled auto-merge (squash) March 6, 2024 08:47
@nulls nulls merged commit 84a8312 into master Mar 6, 2024
21 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch March 6, 2024 08:48
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.

1 participant