chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat #519
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.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot]
.This notice will be removed on 2025-10-07.
This PR contains the following updates:
0.6.2
->0.7.1-0.6.x-compat
Release Notes
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)
v0.7.1
kotlinx.datetime.Instant
andkotlinx.datetime.Clock
type aliases to, respectively,kotlin.time.Instant
andkotlin.time.Clock
to make migration more convenient.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).Configuration
📅 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.