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:
v4.5.0
->v4.6.0
8.11.1
->8.12
33.6.0
->33.7.0
2.5.0-alpha11
->2.5.0-alpha12
2.7.0-alpha11
->2.7.0-alpha12
2.7.0-alpha11
->2.7.0-alpha12
2.7.0-alpha11
->2.7.0-alpha12
2.7.0-alpha11
->2.7.0-alpha12
2.7.0-alpha11
->2.7.0-alpha12
3.3.4
->3.3.5
3.3.4
->3.3.5
3.9.1
->3.10.2
4.0.0
->4.0.1
2.5.0
->2.7.0
2.16.0
->2.17.0
2.16.0
->2.17.0
2.16.0
->2.17.0
2.16.0
->2.17.0
2.16.0
->2.17.0
2.16.0
->2.17.0
2.1.3
->2.1.4
1.0.0-alpha01
->1.0.0-alpha02
1.0.0-alpha01
->1.0.0-alpha02
1.0.0-alpha01
->1.0.0-alpha02
2.0.0-beta.3
->2.0.0
2.0.0-beta.3
->2.0.0
2.0.0-beta.3
->2.0.0
3.18.2
->3.19
0.36.0
->0.37.0
0.13
->0.14
3.0.1
->3.0.3
2.0.21-1.0.28
->2.1.0-1.0.29
4.5.0
->5.0.1
4.5.0
->5.0.1
8.7.2
->8.8.0
8.7.2
->8.8.0
8.7.2
->8.8.0
8.7.2
->8.8.0
31.7.2
->31.8.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/setup-java (actions/setup-java)
v4.6.0
Compare Source
What's Changed
Add-ons:
Bug fixes:
New Contributors
Full Changelog: actions/setup-java@v4...v4.6.0
gradle/gradle (gradle)
v8.12
Compare Source
square/okio (com.squareup.okio:okio)
v3.10.2
Compare Source
2025-01-08
okio-nodefilesystem
artifact is no longer empty.v3.10.1
Compare Source
2025-01-07
FileSystem.close()
may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystem
will prevent future operations once closed.InputStream
s created fromBufferedSource.inputStream()
now have a more efficient version ofInputStream.transferTo()
which reduces memory copies.okio-nodefilesystem
is no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target.This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.Please use 3.10.2 to ensure this change actually does not affect your builds.v3.10.0
Compare Source
2025-01-06
This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.
InsertKoinIO/koin (io.insert-koin:koin-bom)
v4.0.1
Compare Source
What's Changed
koin-core-viewmodel-navigation
link by @igorwojda in https://github.com/InsertKoinIO/koin/pull/2045listOf()
withemptyList()
by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/1993forEach
on range by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/1992all
tonone
by @GrzegorzBobryk in https://github.com/InsertKoinIO/koin/pull/1991New Contributors
Full Changelog: InsertKoinIO/koin@4.0.0...4.0.1
DataDog/dd-sdk-android (com.datadoghq:dd-sdk-android-trace)
v2.17.0
Compare Source
time-to-network-settle
view metric. See #2397interaction-to-next-view-metric
. See #2417is_main_process
property in telemetry configuration. See #2422setNetworkSettledInitialResourceIdentifier
API. See #2424setLastInteractionIdentifier
public API. See #2428TextSemanticsNodeMapper
to commonize the text wireframe logic. See #2401TextField
semantics mapper for Session Replay Compose. See #2406ImageSemanticsMapper
reflection functions intoReflectionUtils
. See #2419additionalProperties
. See #2423RootSemanticsMapper
. See #2421Thread.sleep(SHORT_SLEEP_MS)
in unit tests atDatadogEventListenerTest
. See #2430AsyncImage
. See #2432logApiUsage
method signature - making event parameter computation lazy. See #2433hide
view override on Semantics nodes. See #2434TTNS
when a resource was stopped with an error. See #2444TTNS
metric. See #2442ITNV
metric. See #2445Ellipsis
overflow. See #2446joinToString
when possible. See #2456TextFieldSemanticsNodeMapper
flaky test. See #2410ITNV
metric. See #2431GlobalTracer
class. See #2438TTNS
metric. See #2439PerformanceMetric
events. See #2454v2.16.1
Compare Source
google/desugar_jdk_libs (com.android.tools:desugar_jdk_libs)
v2.1.4
SIMPLIFIED_CHINESE
andTRADITIONAL_CHINESE
is on the last code point convention for narrow format.This is a follow up to 2.1.3 using the same values as Standalone Week Names.
halilozercan/compose-richtext (com.halilibo.compose-richtext:richtext-ui-material3)
v1.0.0-alpha02
Compare Source
What's Changed
AstBlockNode
s to provide rendering for.richtext-ui
.TextLinkStyles
New Contributors
Full Changelog: halilozercan/compose-richtext@1.0.0-alpha01...1.0.0-alpha02
arrow-kt/arrow (io.arrow-kt:arrow-core-retrofit)
v2.0.0
Compare Source
The new major release of Arrow! 🎉
This version strives to be source compatible with 1.2, if deprecated methods and classes are not used. Please check the Arrow website for the full release notes.
v2.0.0-rc.1
Compare Source
Release candidate for the new major version
google/accompanist (com.google.accompanist:accompanist-permissions)
v0.37.0
: 🌈What’s Changed
Denied(shouldShowRationale=false)
inMutableMultiplePermissionsState.shouldShowRationale
(#1783) @FelixZYsquare/gradle-dependencies-sorter (com.squareup.sort-dependencies)
v0.14
ktorio/ktor (io.ktor:ktor-client-android)
v3.0.3
Compare Source
Bugfixes
v3.0.2
Compare Source
Bugfixes
Configuration
📅 Schedule: Branch creation - "* 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.