Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat#290
Open
renovate[bot] wants to merge 1 commit intomodernfrom
Open
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat#290renovate[bot] wants to merge 1 commit intomodernfrom
renovate[bot] wants to merge 1 commit intomodernfrom
Conversation
Generated by 🚫 Danger Kotlin against e80de5d |
d2be636 to
3570aa2
Compare
0a7b5b7 to
246bfa0
Compare
40f1bfb to
ca039c6
Compare
f4c191e to
df92f9f
Compare
cfa690d to
78a8275
Compare
3c9c7ec to
cb88704
Compare
e73a62e to
eea5970
Compare
2d11c54 to
7f25468
Compare
f0ffa23 to
9669a52
Compare
fd34797 to
10decba
Compare
c06911b to
2003095
Compare
2003095 to
27dabb0
Compare
27dabb0 to
820ad10
Compare
820ad10 to
e80de5d
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:
0.5.0→0.7.1-0.6.x-compatRelease Notes
Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)
v0.7.1-0.6.x-compatv0.7.1kotlinx.datetime.Instantandkotlinx.datetime.Clocktype aliases to, respectively,kotlin.time.Instantandkotlin.time.Clockto make migration more convenient.v0.7.0-0.6.x-compatv0.7.0Breaking changes:
kotlinx.datetime.Instantandkotlinx.datetime.Clockin 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.LocalDateandLocalDateTimevalues on all platforms (#432).dayOfMonthtoday,monthNumbertomonth(#84).DayOfWeekandMonthno longer type aliases tojava.time.DayOfWeekandjava.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-basedKSerializerimplementations for datetime entities, and change the default serializers to be based ontoString/parsepairs (#415).Additions:
java.io.Serializableimplementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability, @lukellmann!LocalDateRange, a range ofLocalDatevalues (#190). Thanks, @PeterAttardo!YearMonthandYearMonthRange(#457).Tweaks and fixes:
timeZoneId()directive (#444).timeZoneId()directive, allowing parsing values not present in the timezone database (#531).DateTimeComponentsvalue (#471).kotlinx.serialization.coreto be optional (#496).v0.6.2TimeSource.asClock(#164). Thanks, @hfhbd!NSDatetoInstantconversions (#427)DatePeriod.plusandDateTimePeriod.pluswith a warning (#381)Clock.asTimeSourcewith a warning (#372)module-infopreventing usingkotlinx.datetime.formattogether with JPMS (#438). Thanks, @cdelabou!v0.6.1DateTimeFormat(#405)/etc/localtimeset, defaulting toTimeZone.UTCas the system time zone (#426)v0.6.0Instantvalues without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#369)kotlinx-serializationclasses when serialization is not used (#336)Changelog relative to version 0.6.0-RC.2
Instantvalues without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#369)statusages to comply with Apple's new publishing requirements (#385)optionalis directly between numbers (#362)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.