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 dependencies #2696

Merged
merged 1 commit into from Apr 10, 2022
Merged

Update all dependencies #2696

merged 1 commit into from Apr 10, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action minor v3.0.0 -> v3.1.0 age adoption passing confidence
bodymovin (source) patch 5.9.1 -> 5.9.2 age adoption passing confidence
gradle (source) patch 7.4.1 -> 7.4.2 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 1.6.20-1.0.4 -> 1.6.20-1.0.5 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) patch 1.6.20-1.0.4 -> 1.6.20-1.0.5 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) patch 1.6.20-1.0.4 -> 1.6.20-1.0.5 age adoption passing confidence
com.github.tschuchortdev:kotlin-compile-testing-ksp patch 1.4.7 -> 1.4.8 age adoption passing confidence
com.github.tschuchortdev:kotlin-compile-testing patch 1.4.7 -> 1.4.8 age adoption passing confidence
io.kotest.multiplatform plugin patch 5.2.1 -> 5.2.3 age adoption passing confidence
io.kotest:kotest-runner-junit5 patch 5.2.2 -> 5.2.3 age adoption passing confidence
io.kotest:kotest-property patch 5.2.2 -> 5.2.3 age adoption passing confidence
io.kotest:kotest-framework-engine patch 5.2.2 -> 5.2.3 age adoption passing confidence
io.kotest:kotest-assertions-core patch 5.2.2 -> 5.2.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test patch 1.6.0 -> 1.6.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core patch 1.6.0 -> 1.6.1 age adoption passing confidence

Release Notes

actions/setup-java

v3.1.0

Compare Source

In scope of this release we added support for caching from GHES 3.5 and fixed download issue for files > 2GB during restore.

Updated dependencies:
  • bumped minimist from 1.2.5 to 1.2.6.
  • updated actions/cache dependency to 2.0.0 version
airbnb/lottie-web

v5.9.2

Compare Source

  • FEATURE: add support for playsegments and blend mode on lottie worker
  • FIX: Fix ts typing for loadAnimation parameter
  • FEATURE: allows to set width and height of svg from config
  • FIX: Fix getMarkerData bug
  • FEATURE: Add type for goToAndPlay & goToAndStop
  • FIX: add time to list of code for preventing removal
  • FIX: glyphs removed from DOM before reloading
gradle/gradle

v7.4.2

This is a patch release for Gradle 7.4.

See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html

We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release.

Upgrade Instructions

Switch your build to use Gradle 7.4.2 by updating your wrapper:

./gradlew wrapper --gradle-version=7.4.2

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

google/ksp

v1.6.20-1.0.5

Compare Source

New Features

Thanks to @​runningcode, KSP supports CommandLineArgumentProvider now:

// build.gradle.kts
...
ksp {
    arg(myCommandLineArgumentProvider)
}
Issues Fixed

#​815 Extended Java interface defines Any as a supertype
#​831 Multi-modules: superTypes doesn't return the super types
#​843 allowSourcesFromOtherPlugins breaks up-to-date checks & caching
#​847 Add support for passing CommandLineArgumentProvider to KspExtension
#​851 API for KSType for checking whether the underlying Java type is raw.
#​858 Sealed class's KSDeclaration.isOpen returns true
#​876 KSClassDeclaration.isOpen returns true for nested data classes
#​879 Generated files are not cleaned up between runs for Kotlin/Native targets
#​881 KSP Processing order doesn't process room class first before typealias
#​887 Incremental compilation: getNewFiles does not pick up newly generated files on Windows
#​890 isAssignableFrom behaves incorrectly with Java-specific types (from Resolver.getJavaClassByName)

Contributors
Thank you for the pull requests!
@​DSteve595
@​Jeffset
@​jsjeon
@​runningcode
@​sangyongchoi
@​yigit

tschuchortdev/kotlin-compile-testing

v1.4.8

Compare Source

Update Kotlin to 1.6.20

kotest/kotest

v5.2.3

Kotlin/kotlinx.coroutines

v1.6.1

Compare Source

  • Rollback of time-related functions dispatching on Dispatchers.Main.
    This behavior was introduced in 1.6.0 and then found inconvenient and erroneous (#​3106, #​3113).
  • Reworked the newly-introduced CopyableThreadContextElement to solve issues uncovered after the initial release (#​3227).
  • Fixed a bug with ThreadLocalElement not being properly updated in racy scenarios (#​2930).
  • Reverted eager loading of default CoroutineExceptionHandler that triggered ANR on some devices (#​3180).
  • New API to convert a CoroutineDispatcher to a Rx scheduler (#​968, #​548). Thanks @​recheej!
  • Fixed a memory leak with the very last element emitted from flow builder being retained in memory (#​3197).
  • Fixed a bug with limitedParallelism on K/N with new memory model throwing ClassCastException (#​3223).
  • CoroutineContext is added to the exception printed to the default CoroutineExceptionHandler to improve debuggability (#​3153).
  • Static memory consumption of Dispatchers.Default was significantly reduced (#​3137).
  • Updated slf4j version in kotlinx-coroutines-slf4j from 1.7.25 to 1.7.32.

Configuration

📅 Schedule: 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, click this checkbox.

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

@renovate renovate bot changed the title Update dependency gradle to v7.4.2 Update all dependencies Apr 1, 2022
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from 3062e25 to 109fcf9 Compare April 8, 2022 11:13
| datasource     | package                                                       | from         | to           |
| -------------- | ------------------------------------------------------------- | ------------ | ------------ |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| github-tags    | actions/setup-java                                            | v3.0.0       | v3.1.0       |
| cdnjs          | bodymovin/lottie.min.js                                       | 5.9.1        | 5.9.2        |
| gradle-version | gradle                                                        | 7.4.1        | 7.4.2        |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.20-1.0.4 | 1.6.20-1.0.5 |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 1.6.20-1.0.4 | 1.6.20-1.0.5 |
| maven          | com.google.devtools.ksp:symbol-processing-api                 | 1.6.20-1.0.4 | 1.6.20-1.0.5 |
| maven          | com.github.tschuchortdev:kotlin-compile-testing-ksp           | 1.4.7        | 1.4.8        |
| maven          | com.github.tschuchortdev:kotlin-compile-testing               | 1.4.7        | 1.4.8        |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.2.1        | 5.2.3        |
| maven          | io.kotest:kotest-runner-junit5                                | 5.2.2        | 5.2.3        |
| maven          | io.kotest:kotest-property                                     | 5.2.2        | 5.2.3        |
| maven          | io.kotest:kotest-framework-engine                             | 5.2.2        | 5.2.3        |
| maven          | io.kotest:kotest-assertions-core                              | 5.2.2        | 5.2.3        |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                 | 1.6.0        | 1.6.1        |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                 | 1.6.0        | 1.6.1        |
@nomisRev nomisRev merged commit 0c9506b into main Apr 10, 2022
@nomisRev nomisRev deleted the renovate/all branch April 10, 2022 09:38
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

2 participants