Bump org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.4 to 2.9.0 #55

Closed
dependabot[bot] wants to merge 1 commits from dependabot/gradle/org.jetbrains.androidx.lifecycle-lifecycle-viewmodel-compose-2.9.0 into master
dependabot[bot] commented 2025-06-02 05:39:29 +03:00 (Migrated from github.com)

Bumps org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.4 to 2.9.0.

Changelog

Sourced from org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose's changelog.

1.8.1 (May 2025)

Changes since 1.8.0

Features

Resources

  • Now a Compose library with resources may be built and used as XCFramework (it requires Kotlin Gradle plugin 2.2 or higher) #5294
  • Gradle Plugin DSL to change the generated Res class name #5296

Fixes

Multiple Platforms

  • Fix incorrect pointer position calculation with rotation around unspecified pivot #2082

iOS

  • Fix dialogs after modal view controller presentation #2085
  • Fix issue where androidx.compose.material3.ModalBottomSheet closes after any tap #2086
  • Fix context menu appearance after triple-tap #2087
  • Fix a memory leak in ComposeUIViewController when text input starts #2088
  • Use the cross-fade animation effect when rotating the screen with interop views #2101
  • Show an error message when UIKitViewController inside Popup or Dialog #2102
  • Fix an issue where the keyboard would appear after the second tap when the text input session was intercepted #2103

Desktop

  • [Linux] Fix svgPainter doesn't show any images #2096
  • Fix deadlock between BroadcastFrameClock.lock and Recomposer.stateLock #2098
  • Fix "Serializer for class is not found" using androidx.navigation and running ./gradlew runRelease #5314
  • kotlinx.serialization ProGuard rules are bundled in the Compose Gradle plugin #5314

Web

  • Fixed the positioning and the dimensions of the backing text input (HTML element). The bug used to lead to unexpected scrolls on the page due to the browser trying to bring the HTML element into a view #2081

Resources

  • Fix IDE highlighting/resolution when a generated file with resource accessors is too big #5298

Dependencies

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose](https://github.com/JetBrains/compose-jb) from 2.8.4 to 2.9.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md">org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose's changelog</a>.</em></p> <blockquote> <h1>1.8.1 (May 2025)</h1> <p><em>Changes since 1.8.0</em></p> <h2>Features</h2> <h3>Resources</h3> <ul> <li>Now a Compose library with resources may be built and used as XCFramework (it requires Kotlin Gradle plugin 2.2 or higher) <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5294">#5294</a></li> <li>Gradle Plugin DSL to change the generated <code>Res</code> class name <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5296">#5296</a></li> </ul> <h2>Fixes</h2> <h3>Multiple Platforms</h3> <ul> <li>Fix incorrect pointer position calculation with rotation around unspecified pivot <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2082">#2082</a></li> </ul> <h3>iOS</h3> <ul> <li>Fix dialogs after modal view controller presentation <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2085">#2085</a></li> <li>Fix issue where <code>androidx.compose.material3.ModalBottomSheet</code> closes after any tap <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2086">#2086</a></li> <li>Fix context menu appearance after triple-tap <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2087">#2087</a></li> <li>Fix a memory leak in <code>ComposeUIViewController</code> when text input starts <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2088">#2088</a></li> <li>Use the cross-fade animation effect when rotating the screen with interop views <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2101">#2101</a></li> <li>Show an error message when <code>UIKitViewController</code> inside <code>Popup</code> or <code>Dialog</code> <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2102">#2102</a></li> <li>Fix an issue where the keyboard would appear after the second tap when the text input session was intercepted <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2103">#2103</a></li> </ul> <h3>Desktop</h3> <ul> <li>[Linux] Fix <code>svgPainter</code> doesn't show any images <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2096">#2096</a></li> <li>Fix deadlock between <code>BroadcastFrameClock.lock</code> and <code>Recomposer.stateLock</code> <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2098">#2098</a></li> <li>Fix &quot;Serializer for class is not found&quot; using <code>androidx.navigation</code> and running <code>./gradlew runRelease</code> <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5314">#5314</a></li> <li><code>kotlinx.serialization</code> ProGuard rules are bundled in the Compose Gradle plugin <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5314">#5314</a></li> </ul> <h3>Web</h3> <ul> <li>Fixed the positioning and the dimensions of the backing text input (HTML element). The bug used to lead to unexpected scrolls on the page due to the browser trying to bring the HTML element into a view <a href="https://redirect.github.com/JetBrains/compose-multiplatform-core/pull/2081">#2081</a></li> </ul> <h3>Resources</h3> <ul> <li>Fix IDE highlighting/resolution when a generated file with resource accessors is too big <a href="https://redirect.github.com/JetBrains/compose-multiplatform/pull/5298">#5298</a></li> </ul> <h2>Dependencies</h2> <ul> <li>Gradle Plugin <code>org.jetbrains.compose</code>, version <code>1.8.1</code>. Based on Jetpack Compose libraries: <ul> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.8.1">Runtime 1.8.1</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-ui#1.8.1">UI 1.8.1</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.8.1">Foundation 1.8.1</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-material#1.8.1">Material 1.8.1</a></li> <li><a href="https://developer.android.com/jetpack/androidx/releases/compose-material3#1.3.2">Material3 1.3.2</a></li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/JetBrains/compose-jb/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose&package-manager=gradle&previous-version=2.8.4&new-version=2.9.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-06-18 05:55:30 +03:00 (Migrated from github.com)

Superseded by #58.

Superseded by #58.

Pull request closed

Sign in to join this conversation.