chore(core-deps): update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.7.1-0.6.x-compat#73
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
e56b8d4 to
3006a89
Compare
5d298e8 to
9c8aca1
Compare
9c8aca1 to
1373786
Compare
09d9283 to
9342061
Compare
98c4b8d to
0c151fb
Compare
0c151fb to
3fabadb
Compare
3fabadb to
1f7ad40
Compare
776fd15 to
ac4a2ef
Compare
ac4a2ef to
65a4957
Compare
65a4957 to
8dc281a
Compare
2f0b780 to
b3d47ee
Compare
b3d47ee to
848aec7
Compare
6bb69e2 to
5f1c2c2
Compare
483a2b8 to
6eed0bb
Compare
6eed0bb to
bbc2719
Compare
bbc2719 to
dbe0f21
Compare
dbe0f21 to
051cbef
Compare
b64deb1 to
b3e28b5
Compare
48b3b9c to
61d1917
Compare
61d1917 to
36aaa18
Compare
36aaa18 to
09251ca
Compare
a7f2046 to
827e27e
Compare
069019e to
520ff38
Compare
520ff38 to
f3c25d6
Compare
f3c25d6 to
de094fa
Compare
de094fa to
abfbfb9
Compare
abfbfb9 to
52c6c6a
Compare
d3a69e3 to
a9a85b6
Compare
…etime to v0.7.1-0.6.x-compat
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.6.2→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).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 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.