Update all dependencies #170
Open
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.0.0
->2.1.0
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.6.0
->2.6.2
2.7.3
->2.7.4
2.7.3
->2.7.4
2.9.0
->2.10.1
2.0.0-alpha09
->2.0.0-alpha10
2.0.0-alpha09
->2.0.0-alpha10
2.7.2
->2.8.2
2.7.2
->2.8.2
1.9.0
->1.9.1
33.16.0
->34.4.0
1.2.0
->1.3.0
2025.09.01
->2025.10.00
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Kotlin/dokka (org.jetbrains.dokka)
v2.1.0
: 2.1.0Dokka 2.1.0 focuses on stabilizing experimental features, supporting new Kotlin language features, and improving the user experience. Key highlights include:
More details about each of the changes below. See Dokka 2.1.0 milestone for the list of all changes.
Dokka's Gradle plugin v2 is enabled by default!
Dokka 2.0.0 introduced a significantly improved Gradle plugin v2, and with Dokka 2.1.0 it is now enabled by default!
As a result, all types and Gradle tasks related to Dokka Gradle plugin v1 are deprecated and will be removed in future releases.
Running Gradle tasks related to Dokka Gradle plugin v1 will result in an error during execution.
Starting from this release, the minimum supported Gradle version is 7.6.3.
Other fixes and improvements
modulePath
for root project to avoid clashing outputs during aggregation (#4158)Dokka's K2 analysis is enabled by default!
Dokka 2.1.0fixes the most problematic issues with K2 analysis and makes it enabled by default!
In addition to this, Dokka 2.1.0with K2 analysis introduces support for context parameters and nested typealiases!
Dokka's K2 analysis leverages Kotlin's K2 compiler frontend for analysing code and uses the same shared Analysis API, which is used in IntelliJ IDEA’s K2 mode.
The output with K2 analysis should mostly match that of K1 analysis, but there may be minor differences.
If you previously opted in to Dokka's K2 analysis, remove
org.jetbrains.dokka.experimental.tryK2
from your project'sgradle.properties
file.Dokka's K1 analysis is still available, but it is deprecated and will be removed in future releases.
We would greatly appreciate your feedback, if there is something that is blocking you from migrating to K2 analysis!
Other fixes and improvements
override
modifier for generic functions (#4126)HTML format refinement
Dokka 2.1.0 introduces a number of design improvements to the HTML output.
Many UI elements (listed below) now feature more consistent spacing, better contrast, and improved overall accessibility.
Highlights:
In addition, the structure of the templates has been slightly modified. If you're using custom templates, the easiest way to migrate is to update your templates based on the latest default templates.
For example, to enable the resizable Table of Contents, you need to add a
<div id="resizer">
element and add[data-item-type]
attributes to container elements. For implementation details, see the template reference.Updated UI Elements:
Notable improvements
packages
field, which is used byDefaultExternalLocationProvider.resolve
(#4009)DisplaySourceSet
as it's stored a lot inside ofContentPage
s (#4008)PackageList
(#4198)Other changes and bugfixes
>
in code blocks (#4210)Changes from 2.1.0-Beta
Feedback
We would appreciate your feedback!
NordicPlayground/Android-Common-Libraries (no.nordicsemi.android.common:permissions-notification)
v2.6.2
Compare Source
What's Changed
Full Changelog: NordicPlayground/Android-Common-Libraries@2.6.1...2.6.2
v2.6.1
Compare Source
What's Changed
Full Changelog: NordicPlayground/Android-Common-Libraries@2.6.0...2.6.1
NordicSemiconductor/Android-nRF-Connect-Device-Manager (no.nordicsemi.android:mcumgr-ble)
v2.7.4
Compare Source
What's Changed
Cherry-picking commits from main branch.
Full Changelog: NordicSemiconductor/Android-nRF-Connect-Device-Manager@2.7.3...2.7.4
NordicSemiconductor/Android-DFU-Library (no.nordicsemi.android:dfu)
v2.10.1
Compare Source
What's Changed
Full Changelog: NordicSemiconductor/Android-DFU-Library@2.10.0...2.10.1
v2.10.0
Compare Source
What's Changed
Dependencies updated
New Contributors
Full Changelog: NordicSemiconductor/Android-DFU-Library@2.9.0...2.10.0
NordicSemiconductor/Kotlin-BLE-Library (no.nordicsemi.kotlin.ble:client-android-mock)
v2.0.0-alpha10
Compare Source
What's Changed
Other
Full Changelog: NordicSemiconductor/Kotlin-BLE-Library@2.0.0-alpha09...2.0.0-alpha10
JetBrains/compose-jb (org.jetbrains.compose)
v1.9.1
Changes since 1.9.0
Migration Notes
Multiple Platforms
compose.material3
alias from Gradle plugin now points toorg.jetbrains.compose.material3:material3:1.9.0
(based on Jetpack Compose Material31.4.0
), it wasorg.jetbrains.compose.material3:material3:1.8.2
(based on Jetpack Compose Material31.3.2
) in Compose Multiplatform1.9.0
. If you want to stay on the same minor version, replace the alias by an explicit dependency: #5441Fixes
iOS
PlatformImeOptionsImpl
not being@Immutable
#2413Desktop
ComposePanel
can now re-dispatch unconsumed mouse wheel events, allowing scrollable components beneath to be scrolled. To enable this behavior, set the system property"compose.swing.redispatchMouseWheelEvents"
to"true"
#2438Dependencies
Gradle Plugin
org.jetbrains.compose
, version1.9.1
. Based on Jetpack Compose libraries:Compose Material3 libraries
org.jetbrains.compose.material3:material3*:1.9.0
. Based on Jetpack Compose Material3 1.4.0Compose Material3 Adaptive libraries
org.jetbrains.compose.material3.adaptive:adaptive*:1.2.0-alpha05
. Based on Jetpack Compose Material3 Adaptive 1.2.0-alpha10Lifecycle libraries
org.jetbrains.androidx.lifecycle:lifecycle-*:2.9.5
. Based on Jetpack Lifecycle 2.9.4Navigation libraries
org.jetbrains.androidx.navigation:navigation-*:2.9.1
. Based on Jetpack Navigation 2.9.4Savedstate library
org.jetbrains.androidx.savedstate:savedstate:1.3.5
. Based on Jetpack Savedstate 1.3.3WindowManager Core library
org.jetbrains.androidx.window:window-core:1.4.0
. Based on Jetpack WindowManager 1.4.0Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), 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.