turtton / YtAlarm

A simple alarm application using ytdl-android
GNU General Public License v3.0
9 stars 1 forks source link

fix(deps): update dependencies (minor/patch) #173

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.test.espresso:espresso-core 3.4.0 -> 3.5.0 age adoption passing confidence
androidx.test:runner 1.4.0 -> 1.5.1 age adoption passing confidence
androidx.test:rules 1.4.0 -> 1.5.0 age adoption passing confidence
androidx.test.ext:junit-ktx 1.1.3 -> 1.1.4 age adoption passing confidence
org.jetbrains.kotlin.android (source) 1.7.20 -> 1.7.21 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) 1.7.20 -> 1.7.21 age adoption passing confidence
com.google.devtools.ksp (source) 1.7.20-1.0.8 -> 1.7.21-1.0.8 age adoption passing confidence

Release Notes

JetBrains/kotlin ### [`v1.7.21`](https://togithub.com/JetBrains/kotlin/blob/HEAD/ChangeLog.md#​1721) ##### Compiler - [`KT-54463`](https://youtrack.jetbrains.com/issue/KT-54463) Delegating to a field with a platform type causes java.lang.NoSuchFieldError: value$delegate - [`KT-54509`](https://youtrack.jetbrains.com/issue/KT-54509) Ir Interpreter: unable to evaluate string concatenation with "this" as argument - [`KT-54004`](https://youtrack.jetbrains.com/issue/KT-54004) Builder type inference does not work correctly with variable assignment and breaks run-time - [`KT-54393`](https://youtrack.jetbrains.com/issue/KT-54393) Change in behavior from 1.7.10 to 1.7.20 for java field override. - [`KT-54615`](https://youtrack.jetbrains.com/issue/KT-54615) JVM: Internal error in file lowering: java.lang.AssertionError: Error occurred while optimizing an expression - [`KT-54581`](https://youtrack.jetbrains.com/issue/KT-54581) JVM: "VerifyError: Bad type on operand stack" with generic inline function and `when` inside try-catch block - [`KT-53146`](https://youtrack.jetbrains.com/issue/KT-53146) JVM IR: unnecessary checkcast of null leads to NoClassDefFoundError if the type isn't available at runtime - [`KT-54600`](https://youtrack.jetbrains.com/issue/KT-54600) NPE on passing nullable Kotlin lambda as Java's generic SAM interface with `super` type bound - [`KT-54707`](https://youtrack.jetbrains.com/issue/KT-54707) "VerifyError: Bad type on operand stack" in inline call chain on a nullable array value - [`KT-54650`](https://youtrack.jetbrains.com/issue/KT-54650) Binary incompatible ABI change in Kotlin 1.7.20 - [`KT-54802`](https://youtrack.jetbrains.com/issue/KT-54802) "VerifyError: Bad type on operand stack" for inline functions on arrays ##### Native. Runtime. Memory - [`KT-54498`](https://youtrack.jetbrains.com/issue/KT-54498) Deprecation message of 'FreezingIsDeprecated' is not really helpful ##### Tools. Gradle. Multiplatform - [`KT-54387`](https://youtrack.jetbrains.com/issue/KT-54387) Remove MPP alpha stability warning - [`KT-48436`](https://youtrack.jetbrains.com/issue/KT-48436) False positive "The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation" ##### Tools. JPS - [`KT-45474`](https://youtrack.jetbrains.com/issue/KT-45474) False positive NO_ELSE_IN_WHEN on sealed class with incremental compilation
google/ksp ### [`v1.7.21-1.0.8`](https://togithub.com/google/ksp/releases/tag/1.7.21-1.0.8) [Compare Source](https://togithub.com/google/ksp/compare/1.7.20-1.0.8...1.7.21-1.0.8) KSP 1.0.8 for Kotlin 1.7.21

Configuration

📅 Schedule: Branch creation - "after 1pm and before 5pm on Friday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #173 (69a7bf9) into main (68be95a) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##              main    #173   +/-   ##
=======================================
  Coverage     3.82%   3.82%           
  Complexity      15      15           
=======================================
  Files           73      73           
  Lines         3402    3402           
  Branches       448     448           
=======================================
  Hits           130     130           
  Misses        3260    3260           
  Partials        12      12           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more