chore(deps): Update dependency dev.kord:kord-core to v0.18.1#86
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): Update dependency dev.kord:kord-core to v0.18.1#86renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
Test Results9 tests ±0 9 ✅ ±0 0s ⏱️ ±0s 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.♻️ This comment has been updated with latest results. |
1caec60 to
23ce241
Compare
29e2899 to
14039e8
Compare
14039e8 to
b69cb5a
Compare
b69cb5a to
ef462bb
Compare
ef462bb to
433a161
Compare
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.14.0→0.18.1Release 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
CheckBoxGroupBuildersending the wrong component type by @NoComment1105 in #1051New Contributors
Full Changelog: kordlib/kord@0.18.0...0.18.1
v0.18.0: | Components V2 & More!!Compare Source
What's Changed
home_headerfrom PartialGuild by @NoComment1105 in #1040Full Changelog: kordlib/kord@0.17.0...0.18.0
v0.17.0: | Dependency Updates and kotlinx.datetime MigrationCompare Source
0.17.0
Breaking Changes!!
This release migrates from the
kotlinx.datetimeclassesClockandInstantto their equivalents ofkotlin.timewhilst 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 tokotlin.time.ExperimentalTimeImport changes
Gradle Changes
kotlin { compilerOptions { optIn.add("kotlin.time.ExperimentalTime") } }What's Changed
DeprecationLevels after 0.15.0 by @lukellmann in #987EntitySupplyStrategyby @lukellmann in #996New Contributors
Full Changelog: kordlib/kord@0.15.0...0.17.0
v0.15.0Compare Source
Additions
User.isSelf(by @Taubsie in #950)UserMessageCreateBuilder.enforceNonce(by @DRSchlaubi in #971)MemberProfileAutoModerationRule(#974)Changes
DeprecationLevels after 0.14.0 (#944)Fixes
Heartbeatevents (#957)getMemberOrNullandgetGuildMemberscaching only user data (by @Galarzaa90 in #964)Dependencies
Updated in #942, #954, #958, #975, #976, and #986 (not including dependencies only needed for developing Kord)
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.