fix(deps): update all non-major dependencies#269
Open
renovate[bot] wants to merge 1 commit intodevfrom
Open
Conversation
5ea56d5 to
bdafe0f
Compare
4637d65 to
2336974
Compare
93c7e7a to
f7f0696
Compare
f7f0696 to
cbacacc
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.4.1→9.5.01.11.0-alpha06→1.11.0-alpha071.11.0-beta02→1.11.0-rc011.11.0-beta02→1.11.0-rc011.11.0-beta02→1.11.0-rc013.1.0→3.2.0-next.31.1.0-rc01→1.1.12.3.6→2.3.72.3.20→2.3.212.3.20→2.3.212.3.20→2.3.212.3.20→2.3.210.13.0→0.14.10.13.0→0.14.11.2.0→1.3.02026.04.00→2026.04.010.18.0→0.20.09.1.1→9.2.19.1.1→9.2.19.1.1→9.2.11.3.0-alpha06→1.3.0-alpha071.3.0-alpha06→1.3.0-alpha07Release Notes
gradle/gradle (gradle)
v9.5.0Compare Source
JetBrains/compose-jb (org.jetbrains.compose)
v1.11.0-rc01Changes since 1.11.0-beta03
Features
Multiple Platforms
isClearFocusOnMouseDownEnabledflag is nowfalseby default #3020Fixes
Multiple Platforms
Pathafter migrating to skia m144 #2997iOS
WindowInsets.systemBarsadd extra horizontal insets on iOS 26.0 #3019Desktop
ComposePanelincompose.swing.render.on.graphicsmode] Fix Metal offscreen rendering crash when drawing to a Software renderer #3009Web
Components
Gradle plugin
org.jetbrains.composeversion1.11.0-rc01Libraries
org.jetbrains.compose.runtime:runtime*:1.11.0-rc01org.jetbrains.compose.ui:ui*:1.11.0-rc01org.jetbrains.compose.foundation:foundation*:1.11.0-rc01org.jetbrains.compose.material:material*:1.11.0-rc01org.jetbrains.compose.material3:material3*:1.11.0-alpha07org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha07org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-beta01org.jetbrains.androidx.navigation:navigation-*:2.9.2org.jetbrains.androidx.navigation3:navigation3-*:1.1.1org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-rc01org.jetbrains.androidx.savedstate:savedstate*:1.4.0org.jetbrains.androidx.window:window-core:1.5.1v1.11.0-beta03Changes since 1.11.0-beta02
Features
Multiple Platforms
SelectionContainer. When the mouse pointer is dragged outside the element while selecting text, the text element will be scrolled accordingly. Note that this requires wrapping the content in a scrolling container/modifier, e.g.Modifier.verticalScroll#2979Fixes
Multiple Platforms
iOS
UINavigationBarsafe area insets not included inWindowInsets.safeDrawing#2965SegmentFrequentTickandSegmentTickhaptic feedbacks #2969Desktop
Web
dragAndDropSourcecombined withclickabledoesn't allow to start drag #2974Components
Gradle plugin
org.jetbrains.composeversion1.11.0-beta03Libraries
org.jetbrains.compose.runtime:runtime*:1.11.0-beta03org.jetbrains.compose.ui:ui*:1.11.0-beta03org.jetbrains.compose.foundation:foundation*:1.11.0-beta03org.jetbrains.compose.material:material*:1.11.0-beta03org.jetbrains.compose.material3:material3*:1.11.0-alpha07org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha07org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha03org.jetbrains.androidx.navigation:navigation-*:2.9.2org.jetbrains.androidx.navigation3:navigation3-*:1.1.0org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-beta01org.jetbrains.androidx.savedstate:savedstate*:1.4.0org.jetbrains.androidx.window:window-core:1.5.1patrykandpatrick/vico (com.patrykandpatrick.vico:compose-m3)
v3.2.0-next.3Overview
Common
getXStephas newminXandmaxXparameters; the single-parameter variant is deprecated.v3.2.0-next.2Overview
composeVerticalAxisusingtitleComponentinstead oflabelforSize.Text.v3.2.0-next.1Overview
Common
visiblePaddingtoLineCartesianLayer.Interpolator.CartesianLayerimplementations from trimming their data to their reported x-ranges (sometimes incompletely).composecompose-glancemodule, which providesCartesianChartImageandPieChartImagecomposables for Glance widgets.ShapeComponentignoringmargins.JetBrains/compose-multiplatform (org.jetbrains.androidx.navigation3:navigation3-ui)
v1.1.1Desktop
Fixes
API changes
If you use
Dispatchers.SwingorDispatchers.Mainin your code, add this dependency intobuild.gradle.kts:Also, usage of
Dispatchers.SwingorDispatchers.Maininside internals of Compose is implementation details, and can be changed in the future. If you need to avoid race conditions with Compose UI, you can obtain appropriate coroutine scope viarememberCoroutineScope:v1.1.0Desktop
Features
Fixes
API changes
PointerEvent.awtEvent,KeyEvent.awtEventare deprecated, usePointerEvent.awtEventOrNull,KeyEvent.awtEventOrNullinstead. The event can be null, if it isn't sent by AWT (for example, Compose can send synthetic Move events on relayout)Dependencies
This version of Compose Multiplatform is based on the next Jetpack Compose libraries:
google/ksp (com.google.devtools.ksp)
v2.3.7Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.6...2.3.7
JetBrains/kotlin (org.jetbrains.kotlin.multiplatform)
v2.3.21Backend. Wasm
KT-84610[Wasm] Failed to compile klibs in IC modeCompiler
KT-84566Prevent launching Default dispatcher threads from IJ SDK in kotlin compilerKT-85358Native: roll back the workaround for KT-84678 once MapLibre has been properly fixedKT-85626@JvmRecordin commonMain breaks compileCommonMainKotlinMetadata with "Cannot access 'java.lang.Record'"KT-85405Postpone/RevertDontIgnoreUpperBoundViolatedOnImplicitArgumentsKT-84678K/N: Undefined symbol from SPM-added ObjC frameworks when linking iOS targetKT-85021False positive SUBCLASS_CANT_CALL_COMPANION_PROTECTED_NON_STATIC error in multi-module projectJavaScript
KT-82395Support top-level declarations from compiler plugins in JS incremental compilationKT-84475K/JS: false-positive exportability warnings in multi-module projectKT-84633Kotlin/JS: "Serializer for class not found" error when IR output granularity iswhole-programKT-85047Kotlin/JS:@JsStaticon suspend fun of class companion generates incorrect d.tsKT-84517K/JS: bad mappings data in outputted Kotlin stdlib source mapLibraries
KT-71848Kotlinx.metadata: AddCompilerPluginDatainto Km APINative. C and ObjC Import
KT-85399Kotlin/Native: TypeCastException when casting ObjC Protocol MetaClass with genericSafeCasts enabledKT-85508K/N: TypeCastException when using nw_parameters_create_secure_tcp block parameter on 2.3.20Tools. Gradle
KT-84729Update Gradle plugin-publish version to enable configuration cache badge on Gradle plugins portalTools. Gradle. Compiler plugins
KT-85257AGP/Compose: MergeMappingFileTask clears R8 artifacts due to@OutputDirectoryannotation on AGP 9.1+Tools. Scripts
KT-85105Scripts: JVM backend internal error (IR lowering) when scratch file contains anonymous objectKT-85103Exception while generating code when explain destructuring declsKT-84842scriptCompilationClasspathFromContext behavior changed from 2.3.10 to 2.3.20KT-85029Kotlin Scripting: ScriptDiagnostic reports "at null" instead of error locationTools. Statistics (FUS)
KT-85628KGP: composite build FUS metrics fail on access of 'configurationTimeMetrics'vinceglb/FileKit (io.github.vinceglb:filekit-dialogs-compose)
v0.14.1Compare Source
FileKit 0.14.1 is a small Android compatibility release.
This release downgrades the Android compile/target SDK from
37back to36, so projects using FileKit are not forced onto newer Android tooling before the AGP/IDE migration path is stable.✨ What's New?
37to36Full Changelog: vinceglb/FileKit@0.14.0...0.14.1
v0.14.0Compare Source
FileKit 0.14.0 focuses on platform coverage, picker reliability, and clearer dialog APIs.
This release adds native Windows support, web directory picking, iOS picker configuration improvements, Android SAF fixes, and file saver extension filters. It also includes several documentation updates and dependency upgrades to keep FileKit aligned with the latest Kotlin Multiplatform ecosystem.
✨ What's New
mingwX64) target for FileKit Core and Dialogs by @kdroidFilter in #563PlatformFile.lastModified()on web targets by @timo-drick in #546✅ Improvements
file://PlatformFileexistence checks by @vinceglb in #521📝 Documentation
⬆️ Dependency Updates
2.3.211.10.39.2.09.4.1371.13.02.10.01.11.00.5.0openFileSaver(..., extension = "txt")is deprecated. UsedefaultExtension = "txt"for the suggested extension, andallowedExtensions = setOf("txt", "md")when the native dialog should offer extension filters.FileKitAssetRepresentationMode.Compatiblewhen you need picker results that are easier to decode with Skia/Compose image APIs.New Contributors
Thanks a lot to all the contributors ❤️
Full Changelog: vinceglb/FileKit@0.13.0...0.14.0
kdroidFilter/ComposeNativeTray (io.github.kdroidfilter:composenativetray)
v1.3.0: 1.3.0What's Changed
Full Changelog: kdroidFilter/ComposeNativeTray@v1.2.0...v1.3.0
yshrsmz/BuildKonfig (com.codingfeline.buildkonfig)
v0.20.0⚠ BREAKING CHANGES
BuildKonfigExtensionfieldspackageName,objectNameandexposeObjectWithNameare nowProperty<String>instead of mutableString/String?vars. Common-case Groovy and Kotlin DSL usage (packageName = "...") is preserved on Gradle 8.2+. Consumers on older Gradle versions, or code that readsextension.packageNamedirectly (e.g. third-party plugins extending BuildKonfig), must switch to.set(...)and.orNull/.get()respectively.Features
Bug Fixes
Code Refactoring
v0.19.0⚠ BREAKING CHANGES
BuildKonfigTaskinputs are nowProperty<T>/MapProperty<...>instead of lateinit var. Direct task configurators (e.g.tasks.named("generateBuildKonfig") { ... }) must use.set(...)instead of=in the Kotlin DSL.Bug Fixes
Code Refactoring
Configuration
📅 Schedule: (UTC)
🚦 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.