Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-datetime to v0.6.1 (#…
Browse files Browse the repository at this point in the history
…1587)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[org.jetbrains.kotlinx:kotlinx-datetime](https://togithub.com/Kotlin/kotlinx-datetime)
| dependencies | patch | `0.6.0` -> `0.6.1` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Kotlin/kotlinx-datetime
(org.jetbrains.kotlinx:kotlinx-datetime)</summary>

###
[`v0.6.1`](https://togithub.com/Kotlin/kotlinx-datetime/blob/HEAD/CHANGELOG.md#061)

- Prohibit parsing non-ASCII digits as numbers in `DateTimeFormat`
([#&#8203;405](https://togithub.com/Kotlin/kotlinx-datetime/issues/405))
- More accurately determine which files represent time zones and which
don't on Linux and Darwin
([#&#8203;395](https://togithub.com/Kotlin/kotlinx-datetime/pull/395))
- Fix a regression that occasionally considered the right boundary of a
time overlap to be a part of it on Native
([#&#8203;399](https://togithub.com/Kotlin/kotlinx-datetime/issues/399))
- Introduce various small improvements to the timezone handling on
Windows
([#&#8203;390](https://togithub.com/Kotlin/kotlinx-datetime/pull/390))
- On Linux, allow not having any `/etc/localtime` set, defaulting to
`TimeZone.UTC` as the system time zone
([#&#8203;426](https://togithub.com/Kotlin/kotlinx-datetime/pull/426))

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC40NS4wIiwidXBkYXRlZEluVmVyIjoiMzguNDcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
  • Loading branch information
slack-oss-bot committed Aug 23, 2024
1 parent 5fdbf23 commit 575fc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ jsoup = "org.jsoup:jsoup:1.18.1"
junit = "junit:junit:4.13.2"
kct = { module = "dev.zacsweers.kctfork:core", version.ref = "kct" }
kct-ksp = { module = "dev.zacsweers.kctfork:ksp", version.ref = "kct" }
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.0"
kotlinx-datetime = "org.jetbrains.kotlinx:kotlinx-datetime:0.6.1"
kotlinx-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
kotlinpoet = { module = "com.squareup:kotlinpoet", version.ref = "kotlinpoet"}
kotlinpoet-ksp = { module = "com.squareup:kotlinpoet-ksp", version.ref = "kotlinpoet"}
Expand Down

0 comments on commit 575fc5c

Please sign in to comment.