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

Merged
merged 2 commits into from
Nov 21, 2024
Merged

chore(deps): update all dependencies #3536

merged 2 commits into from
Nov 21, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) patch 8.11 -> 8.11.1 age adoption passing confidence
com.google.devtools.ksp (source) plugin patch 2.1.0-RC-1.0.27 -> 2.1.0-RC2-1.0.28 age adoption passing confidence
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin (source) dependencies patch 2.1.0-RC-1.0.27 -> 2.1.0-RC2-1.0.28 age adoption passing confidence
com.google.devtools.ksp:symbol-processing-api (source) dependencies patch 2.1.0-RC-1.0.27 -> 2.1.0-RC2-1.0.28 age adoption passing confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.1.0-RC -> 2.1.0-RC2 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization (source) plugin patch 2.1.0-RC -> 2.1.0-RC2 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin patch 2.1.0-RC -> 2.1.0-RC2 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin patch 2.1.0-RC -> 2.1.0-RC2 age adoption passing confidence
ru.vyarus.animalsniffer plugin patch 1.7.1 -> 1.7.2 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.11.1

Compare Source

google/ksp (com.google.devtools.ksp)

v2.1.0-RC2-1.0.28

Compare Source

What's Changed

*Update Kotline Version: 2.1.0-RC2 by @​mkmuir0 in https://github.com/google/ksp/pull/2219

Full Changelog: google/ksp@2.0.21-1.0.28...2.1.0-RC2-1.0.28

JetBrains/kotlin (org.jetbrains.kotlin.plugin.compose)

v2.1.0-RC2: Kotlin 2.1.0-RC2

Changelog
Compiler
  • KT-72345 K2: Method 'get' without @Override annotation not called
  • KT-73065 CCE with context receivers
  • KT-72996 false-positive unresolved reference error on an overloaded callable reference in a lambda return position on the left-hand size of an elvis operator
Compose compiler
  • CMP-6926 iOS compilation failure: Unresolved reference 'copy'
IR. Inlining
  • KT-72884 Internal error in body lowering: IllegalStateException: Can't inline given reference, it should've been lowered
JavaScript
  • KT-70533 KJS: changed string concatenation behavior in 2.0
  • KT-14013 JS toString produces different result for nullable/non-nullable ref to the same array
  • KT-43567 KJS: toString() method and string interpolation of variable produce different code
  • KT-72732 KJS / ES6: "SyntaxError: 'super' keyword unexpected here" with enabled -Xir-generate-inline-anonymous-functions and disabled arrow functions
Klibs
  • KT-72965 Ignore subclassOptInRequired constructor warning
Tools. Compiler Plugins
  • KT-72804 Regression in Kotlin 2.1.0: compilation fails when building iOS
  • KT-72824 Kotlin power-assert plugin StringIndexOutOfBoundsException
Tools. Gradle
  • KT-47897 Official Kotlin Gradle plugin api
  • KT-58858 Add KDoc documentation for Kotlin Gradle plugin API
  • KT-73076 Kotlin Gradle Plugin API Reference: adjust settings
  • KT-70543 Gradle: create migration guide for those who are using Kotlin compiler classes indirectly available in buildscripts

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

github-actions bot commented Nov 18, 2024

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 312d9b8 to df0811f Compare November 19, 2024 18:06
| datasource     | package                                                                                           | from            | to               |
| -------------- | ------------------------------------------------------------------------------------------------- | --------------- | ---------------- |
| gradle-version | gradle                                                                                            | 8.11            | 8.11.1           |
| maven          | org.jetbrains.compose:org.jetbrains.compose.gradle.plugin                                         | 1.7.1           | 1.8.0+check      |
| maven          | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin                                     | 2.1.0-RC-1.0.27 | 2.1.0-RC2-1.0.28 |
| maven          | com.google.devtools.ksp:symbol-processing-api                                                     | 2.1.0-RC-1.0.27 | 2.1.0-RC2-1.0.28 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin             | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin               | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                   | 2.1.0-RC        | 2.1.0-RC2        |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                                     | 1.7.1           | 1.7.2            |
Copy link
Contributor Author

renovate bot commented Nov 21, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@serras serras merged commit 2319143 into main Nov 21, 2024
11 checks passed
@renovate renovate bot deleted the renovate/all branch November 21, 2024 08:54
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