Skip to content

chore(deps): Update dependency dev.kord:kord-core to v0.18.1#86

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/kord
Open

chore(deps): Update dependency dev.kord:kord-core to v0.18.1#86
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/kord

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Oct 16, 2024

This PR contains the following updates:

Package Change Age Confidence
dev.kord:kord-core 0.14.00.18.1 age confidence

Release Notes

kordlib/kord (dev.kord:kord-core)

v0.18.1: | Components V2 Fixes!

Compare Source

This is a small release that mostly contains fixes for the Components V2 API, but also adds a couple of new smaller apis.

What's Changed

New Contributors

Full Changelog: kordlib/kord@0.18.0...0.18.1

v0.18.0: | Components V2 & More!!

Compare Source

What's Changed

Full Changelog: kordlib/kord@0.17.0...0.18.0

v0.17.0: | Dependency Updates and kotlinx.datetime Migration

Compare Source

0.17.0

Breaking Changes!!

This release migrates from the kotlinx.datetime classes Clock and Instant to their equivalents of kotlin.time whilst their APIs are unchanged, imports have to be updated respectivly. Unfortunately JetBrains deprecated the old kotlinx.time classes before the new types were marked stable, therefore it is requierd to opt-in to kotlin.time.ExperimentalTime

Import changes
kotlinx.datetime.Instant -> kotlin.time.Instant
kotlinx.datetime.Clock -> kotlin.time.Clock
Gradle Changes
kotlin {
  compilerOptions {
    optIn.add("kotlin.time.ExperimentalTime")
  }
}

What's Changed

New Contributors

Full Changelog: kordlib/kord@0.15.0...0.17.0

v0.15.0

Compare Source

Additions

Changes

  • Bump DeprecationLevels after 0.14.0 (#​944)
  • Update Auto Moderation builders (#​979)
  • Link to JDK 23 in Dokka output (#​980)

Fixes

Dependencies

Updated in #​942, #​954, #​958, #​975, #​976, and #​986 (not including dependencies only needed for developing Kord)

  • Kotlin 1.9.24 -> 2.0.21
  • Ktor 2.3.11 -> 3.0.0
  • kotlinx.coroutines 1.8.1 -> 1.9.0
  • kotlinx.serialization 1.6.3 -> 1.7.3
  • kotlinx-datetime 0.6.0 -> 0.6.1
  • kord-cache 0.4.0 -> 0.5.4
  • kotlin-logging 6.0.9 -> 7.0.0
  • SLF4J 2.0.13 -> 2.0.16
  • kotlin-node 20.11.30-pre.751 -> 22.5.4-pre.818
  • kotlin-multiplatform-bignum 0.3.9 -> 0.3.10
  • Stately 2.0.7 -> 2.1.0
  • AtomicFU 0.24.0 -> 0.25.0

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Oct 16, 2024

Test Results

9 tests  ±0   9 ✅ ±0   0s ⏱️ ±0s
3 suites ±0   0 💤 ±0 
3 files   ±0   0 ❌ ±0 

Results for commit 433a161. ± Comparison against base commit 8135a00.

This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@409bf450}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@22f31dec}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@6aeb35e6}
org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@602e0143}

♻️ This comment has been updated with latest results.

@renovate renovate Bot changed the title chore(deps): Update dependency dev.kord:kord-core to v0.15.0 chore(deps): Update dependency dev.kord:kord-core to v0.17.0 Sep 23, 2025
@renovate renovate Bot force-pushed the renovate/kord branch 3 times, most recently from 29e2899 to 14039e8 Compare October 24, 2025 00:37
@renovate renovate Bot force-pushed the renovate/kord branch from b69cb5a to ef462bb Compare March 5, 2026 01:37
@renovate renovate Bot changed the title chore(deps): Update dependency dev.kord:kord-core to v0.17.0 chore(deps): Update dependency dev.kord:kord-core to v0.18.0 Mar 5, 2026
@renovate renovate Bot force-pushed the renovate/kord branch from ef462bb to 433a161 Compare March 15, 2026 00:16
@renovate renovate Bot changed the title chore(deps): Update dependency dev.kord:kord-core to v0.18.0 chore(deps): Update dependency dev.kord:kord-core to v0.18.1 Mar 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants