fix(deps): update all non-major dependencies #10
+6
−6
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:
9.2.0->9.2.13.3.1->3.3.33.3.1->3.3.32.3.1->2.3.31.6.10->1.7.11.10.0-alpha03->1.10.0-rc012.9.5->2.9.62.9.5->2.9.6Release Notes
gradle/gradle (gradle)
v9.2.1: 9.2.1Compare Source
The Gradle team is excited to announce Gradle 9.2.1.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.
Upgrade instructions
Switch your build to use Gradle 9.2.1 by updating your wrapper:
See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
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.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)
v3.3.3Compare Source
Improvements
Bugfixes
v3.3.2Compare Source
Improvements
Bugfixes
maxFrameSizeoption has no effect (KTOR-6963)google/ksp (com.google.devtools.ksp)
v2.3.3Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.2...2.3.3
v2.3.2Compare Source
What's Changed
Note: This release is a hotfix for a regression introduced in 2.3.1
Contributors
Thanks to everyone who reported bugs and participated in discussions!
Full Changelog: google/ksp@2.3.1...2.3.2
chrisbanes/haze (dev.chrisbanes.haze:haze)
v1.7.1Compare Source
Changed
Full Changelog: chrisbanes/haze@1.7.0...1.7.1
v1.7.0Compare Source
Highlights
forceInvalidateOnPreDrawparameter onHazeEffectScope(doc)Key dependencies
Changed
Added
New Contributors
Full Changelog: chrisbanes/haze@1.6.10...1.7.0
JetBrains/compose-jb (org.jetbrains.compose)
v1.10.0-rc01Changes since 1.10.0-beta02
Migration Notes
iOS
defaultUIKitMain(). Please follow up-to-date guidelines to create an iOS application #2578Fixes
Multiple Platforms
iOS
NSRangeExceptionon back gesture #2605DialogandPopupwhen the Full Keyboard Mode is enabled #2606Desktop
[MTLTextureDescriptorInternal validateWithDevice:]crash when using zero-sizeComposePanelwithcompose.swing.render.on.graphics=true#2585Resources
Lifecycle
lifecycle-viewmodel-compose2.10 compatibility with Compose1.9.*#2579SavedState
SavedStateHandlesinitialization on web #2576Components
Gradle plugin
org.jetbrains.composeversion1.10.0-rc01Libraries
org.jetbrains.compose.runtime:runtime*:1.10.0-rc01org.jetbrains.compose.ui:ui*:1.10.0-rc01org.jetbrains.compose.foundation:foundation*:1.10.0-rc01org.jetbrains.compose.material:material*:1.10.0-rc01org.jetbrains.compose.material3:material3*:1.10.0-alpha05org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06org.jetbrains.androidx.navigation:navigation-*:2.9.1org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-rc01org.jetbrains.androidx.savedstate:savedstate*:1.4.0org.jetbrains.androidx.window:window-core:1.5.1v1.10.0-beta02Changes since 1.10.0-beta01
Fixes
Multiple Platforms
LocalInputModeManager.current.inputModenot being reset between tests #2548iOS
Desktop
isTraversalNodesemantics are now ordered according to theirtraversalIndex#2544Web
Resources
SavedState
HasDefaultViewModelProviderFactoryimplementation now, and it provides an ability to usecreateSavedStateHandle()function without a navigation library #2554Components
Gradle plugin
org.jetbrains.composeversion1.10.0-beta02Libraries
org.jetbrains.compose.runtime:runtime*:1.10.0-beta02org.jetbrains.compose.ui:ui*:1.10.0-beta02org.jetbrains.compose.foundation:foundation*:1.10.0-beta02org.jetbrains.compose.material:material*:1.10.0-beta02org.jetbrains.compose.material3:material3*:1.10.0-alpha05org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha05org.jetbrains.androidx.navigation:navigation-*:2.9.1org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha05org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-beta02org.jetbrains.androidx.savedstate:savedstate*:1.4.0-rc01org.jetbrains.androidx.window:window-core:1.5.0v1.10.0-beta01Changes since 1.10.0-alpha03
Highlights
Desktop
Known Issues
Multiple Platforms
Migration Notes
Multiple Platforms
usePlatformInsets,useSoftwareKeyboardInsetandscrimColorinDialogProperties#2495usePlatformDefaultWidth,usePlatformInsetsinPopupProperties#2495Popupoverloads withoutPopupPropertiesparameter changed fromWARNINGtoERROR#2495compose.ui) are now deprecated. Use provided direct artifact coordinates and add them to the version catalog #5462Features
iOS
UIKitInteropProperties.placedAsOverlayflag, which allows to place interop views above the Compose canvas. This allows interop views with a transparent background or shader effect to be used #2501Web
importantkeyword for CSS properties #5439Navigation
org.jetbrains.compose.material3.adaptive:adaptive-navigation3library #2516ComposeUIViewControllerto set end-edge gestures behavior #2519Fixes
Multiple Platforms
roundToPx()behavior between platforms:NaNvalue produces0instead ofIllegalArgumentExceptionon non-JVM platforms now #2526ExperimentalComposeUiApiannotation to platform-specificDragAndDropTransferData,DragAndDropEventandClipEntryconstructors on Desktop and Web. Working with these APIs already requires this annotation due to types of parameters, so it wasn't supposed to be marked as "stable" yet. You can follow CMP-7624 to track the updates about finalizing the shape of these APIs #2538iOS
onKeyEventhandling whenFull Keyboard Accessis enabled #2494DialogwhenLocalDensityis modified #2527Desktop
SwingPanelblocking mouse wheel scroll events from going to its parent #2486Web
ontouchendevents #2490Resources
Dependencies
Gradle Plugin
org.jetbrains.compose, version1.10.0-beta01. Based on Jetpack Compose libraries:Compose Material3 libraries
org.jetbrains.compose.material3:material3*:1.10.0-alpha04. Based on Jetpack Compose Material3 1.5.0-alpha07Compose Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha01. Based on Jetpack Compose Material3 Adaptive 1.3.0-alpha02Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha04. Based on Jetpack Lifecycle 2.10.0-beta01Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.1. Based on Jetpack Navigation 2.9.4Navigation 3 libraries
org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha04. Based on Jetpack Navigation 3Navigation Event library
org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-beta01. Based on Jetpack Navigation Event 1.0.0-beta01Savedstate library
org.jetbrains.androidx.savedstate:savedstate*:1.4.0-beta01. Based on Jetpack Savedstate 1.4.0-rc01WindowManager Core library
org.jetbrains.androidx.window:window-core:1.5.0-rc01. Based on Jetpack WindowManager 1.5.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 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 was generated by Mend Renovate. View the repository job log.