fix(deps): update all dependencies #3610
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
2.18.3
->2.19.0
8.9.1
->8.9.2
8.9.1
->8.9.2
1.8.0-beta02
->1.8.0-SNAPSHOT+pull-5245
Release Notes
JetBrains/compose-jb (org.jetbrains.compose)
v1.8.0-rc01
: 1.8.0-rc01Changes since 1.8.0-beta02
Highlights
Web
New
WebTextInputService
seeks to achieve the following goals:Breaking Changes
Multiple Platforms
LocalTextInputService
is no longer supported #1974Migration Notes
Multiple Platforms
material-icons-core
so if your project relied on that, you will have to explicitly add that dependency in yourbuild.gradle[.kts]
files: #2025material-icons-core
so if your project relied on that, you will have to explicitly add that dependency in yourbuild.gradle[.kts]
files: #2030Gradle Plugin
org.jetbrains.compose.compiler
is not supported anymore and the API to configure it was removed #5293Lifecycle
AbstractSavedStateViewModelFactory
from common code #1976Features
Desktop
-keep class
for the associated with error class in "Location:"androidx.
package, it might a Compose bug, please report in https://youtrack.jetbrains.com/issues/CMP. The-keep class
workaround should also work in this case./gradlew runRelease
doesn't crash withjava.lang.VerifyError
#5279Fixes
Multiple Platforms
org.jetbrains.compose.material3:material3-adaptive-navigation-suite
,org.jetbrains.compose.material3:material3-window-size-class
are reverted to the 1.3.1 state. They will be promoted to 1.4 in Compose Multiplatform 1.9 with material3 #1995InterceptPlatformTextInput
for the legacy TextField #1974iOS
TextField(TextFieldState)
#1972BasicTextField(TextFieldState)
#1984BasicTextField(TextFieldState)
#2018ComposeUIViewControllerConfiguration
#2034Desktop
Navigation
Dependencies
Gradle Plugin
org.jetbrains.compose
, version1.8.0-rc01
. Based on Jetpack Compose libraries:Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.9.0-alpha07
. Based on Jetpack Lifecycle 2.9.0-beta01Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.0-alpha17
. Based on Jetpack Navigation 2.9.0-beta01Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.1.0-rc01
. Based on Jetpack Material3 Adaptive 1.1.0Configuration
📅 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.
This PR was generated by Mend Renovate. View the repository job log.