Skip to content

Commit bbc2a5d

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.8.0-0.6.x-compat (#2416)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [org.jetbrains.kotlinx:kotlinx-datetime](https://redirect.github.com/Kotlin/kotlinx-datetime) | `0.7.1` → `0.8.0-0.6.x-compat` | ![age](https://developer.mend.io/api/mc/badges/age/maven/org.jetbrains.kotlinx:kotlinx-datetime/0.8.0-0.6.x-compat?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.jetbrains.kotlinx:kotlinx-datetime/0.7.1/0.8.0-0.6.x-compat?slim=true) | --- ### Release Notes <details> <summary>Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)</summary> ### [`v0.8.0-0.6.x-compat`](https://redirect.github.com/Kotlin/kotlinx-datetime/compare/v0.8.0...v0.8.0-0.6.x-compat) ### [`v0.8.0`](https://redirect.github.com/Kotlin/kotlinx-datetime/blob/HEAD/CHANGELOG.md#080) Breaking changes: - Deprecate `TimeZone` serialization ([#&#8203;576](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/576)). Additions: - Add `orNull` functions for non-throwing construction of datetime entities ([#&#8203;68](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/68)). - Add `parseOrNull` extension functions for non-throwing attempts at parsing ([#&#8203;508](https://redirect.github.com/Kotlin/kotlinx-datetime/pull/508)). - Introduce `LocalIsoWeekDate` for representing [ISO week dates](https://en.wikipedia.org/wiki/ISO_week_date) ([#&#8203;603](https://redirect.github.com/Kotlin/kotlinx-datetime/pull/603)). - Introduce functions for finding the next or previous date with the given day-of-week ([#&#8203;129](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/129)). Tweaks and fixes: - Fix bugs in `Instant.until` and `Instant.periodUntil` ([#&#8203;534](https://redirect.github.com/Kotlin/kotlinx-datetime/pull/534)). - Always output seconds in the `DateTimeComponents.Formats.RFC_1123` format ([#&#8203;608](https://redirect.github.com/Kotlin/kotlinx-datetime/pull/608)). - On Kotlin/Native for Windows, whenever DST transitions are turned off by the user, the current system time zone is now fixed-offset ([#&#8203;575](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/575)). ##### Changelog relative to version 0.8.0-rc02 No changes, only the version is increased. </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/ZacSweers/CatchUp). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f7af302 commit bbc2a5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ javaxInject = "javax.inject:javax.inject:1"
219219
kotlin-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
220220
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
221221
kotlin-coroutinesAndroid = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
222-
kotlin-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.7.1"
222+
kotlin-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.8.0-0.6.x-compat"
223223
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
224224
kotlinx-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.4.0"
225225
kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serialization-core", version.ref = "kotlinx-serialization" }

0 commit comments

Comments
 (0)