renovate: update minor-updates #17
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:
8.14
->8.14.2
0.34.0
->0.37.3
3.9.1
->3.12.1
2025.05.00
->2025.06.01
1.7.0
->1.7.1
2.9.0
->2.9.1
2.9.0
->2.9.1
8.9.2
->8.11.0
8.9.2
->8.11.0
0.9.0
->0.12.0
0.10.1
->0.10.4
0.10.1
->0.10.4
0.15.1
->0.17.1
0.6.1
->0.7.0-0.6.x-compat
1.7.3
->1.9.0
1.23.6
->1.23.8
1.23.6
->1.23.8
1.1.1
->1.3.0
1.1.1
->1.3.0
0.18.0
->0.19.1
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
3.0.3
->3.2.0
2.0.3
->2.0.6
2.0.20-1.0.25
->2.2.0-2.0.2
2.0.20
->2.2.0
2.0.20
->2.2.0
2.0.20
->2.2.0
2.0.20
->2.2.0
Release Notes
gradle/gradle (gradle)
v8.14.2
Compare Source
v8.14.1
Compare Source
google/accompanist (com.google.accompanist:accompanist-permissions)
v0.37.3
: 🌈What’s Changed
v0.37.2
: 🌈What’s Changed
v0.37.1
: 🌈What’s Changed
v0.37.0
: 🌈What’s Changed
Denied(shouldShowRationale=false)
inMutableMultiplePermissionsState.shouldShowRationale
(#1783) @FelixZYv0.36.0
: 🌈What’s Changed
getsentry/sentry-kotlin-multiplatform (io.sentry:sentry-kotlin-multiplatform)
v0.12.0
Compare Source
Features
options.sessionReplay
Fixes
initWithPlatforms
not sending events ifbeforeSend
is not set on iOS (#366)Miscellaneous
sentry.native.android.kmp
(#353)Dependencies
v0.11.0
Compare Source
Fixes
xcodebuild
command (#326)Dependencies
v0.10.0
Compare Source
Features
Sentry.isEnabled()
API to common code (#273)enableWatchdogTerminationTracking
in common options (#281)diagnosticLevel
in common options (#287)Dependencies
touchlab/SKIE (co.touchlab.skie)
v0.10.4
Compare Source
Change log
v0.10.3
Compare Source
v0.10.2
Compare Source
Change log
yshrsmz/BuildKonfig (com.codingfeline.buildkonfig)
v0.17.1
Bug Fixes
v0.17.0
Bug Fixes
Miscellaneous Chores
v0.16.0
Bug Fixes
Miscellaneous Chores
v0.15.2
Miscellaneous
Bug Fixes
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)
v0.7.0
Breaking changes:
kotlinx.datetime.Instant
andkotlinx.datetime.Clock
in favor ofkotlin.time.Instant
(#506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.LocalDate
andLocalDateTime
values on all platforms (#432).dayOfMonth
today
,monthNumber
tomonth
(#84).DayOfWeek
andMonth
no longer type aliases tojava.time.DayOfWeek
andjava.time.Month
(#96)."UTC"
and not"Z"
be the timezone identifier forTimeZone.UTC
(#474)."z"
inTimeZone.of
, with the same meaning as"Z"
(#529).DateTimeFormat
-basedKSerializer
implementations for datetime entities, and change the default serializers to be based ontoString
/parse
pairs (#415).Additions:
java.io.Serializable
implementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability, @lukellmann!LocalDateRange
, a range ofLocalDate
values (#190). Thanks, @PeterAttardo!YearMonth
andYearMonthRange
(#457).Tweaks and fixes:
timeZoneId()
directive (#444).timeZoneId()
directive, allowing parsing values not present in the timezone database (#531).DateTimeComponents
value (#471).kotlinx.serialization.core
to be optional (#496).v0.6.2
TimeSource.asClock
(#164). Thanks, @hfhbd!NSDate
toInstant
conversions (#427)DatePeriod.plus
andDateTimePeriod.plus
with a warning (#381)Clock.asTimeSource
with a warning (#372)module-info
preventing usingkotlinx.datetime.format
together with JPMS (#438). Thanks, @cdelabou!Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.9.0
==================
This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.
Add kotlin.time.Instant serializers
Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default
InstantSerializer
which uses its string representation,or specify
InstantComponentSerializer
that represents instant as its components.See details in the PR.
Other bugfixes
v1.8.1
==================
This release updates Kotlin version to 2.1.20, while also providing several important improvements
and bugfixes.
Improvements
Bugfixes
v1.8.0
==================
This release contains all of the changes from 1.8.0-RC. Kotlin 2.1.0 is used as a default, while upcoming 2.1.10 is also supported.
Also added small bugfixes, including speedup of ProtoWireType.from (#2879).
detekt/detekt (io.gitlab.arturbosch.detekt)
v1.23.8
1.23.8 - 2025-02-20
This is a point release for Detekt
1.23.0
, built against Kotlin2.0.21
, with fixes for several bugs that got reported by the community.Notable Changes
Changelog
expect
classes - #7857ThrowingExceptionsWithoutMessageOrCause
false positive - #7715UndocumentedPublicClass
configurable to flag `com… - #7635Contributors
We would like to thank the following contributors that made this release possible: @BraisGabin, @JordanLongstaff, @Nava2, @atulgpt, @eygraber, [@lexa-diky](https://redirect.github
Configuration
📅 Schedule: Branch creation - "after 10pm every weekday,before 4am every weekday,every weekend" in timezone Europe/Vienna, 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.