Commit bbc2a5d
authored
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` |

|

|
---
### 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
([#​576](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/576)).
Additions:
- Add `orNull` functions for non-throwing construction of datetime
entities
([#​68](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/68)).
- Add `parseOrNull` extension functions for non-throwing attempts at
parsing
([#​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)
([#​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
([#​129](https://redirect.github.com/Kotlin/kotlinx-datetime/issues/129)).
Tweaks and fixes:
- Fix bugs in `Instant.until` and `Instant.periodUntil`
([#​534](https://redirect.github.com/Kotlin/kotlinx-datetime/pull/534)).
- Always output seconds in the `DateTimeComponents.Formats.RFC_1123`
format
([#​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
([#​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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments