Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #6

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 8, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.shynixn.mccoroutine:mccoroutine-fabric-core 2.17.0 -> 2.18.0 age adoption passing confidence
com.github.shynixn.mccoroutine:mccoroutine-fabric-api 2.17.0 -> 2.18.0 age adoption passing confidence
com.squareup.okio:okio 3.7.0 -> 3.9.0 age adoption passing confidence
dev.kord.cache:cache-map-jvm 0.4.0 -> 0.5.4 age adoption passing confidence
dev.kord.cache:cache-api-jvm 0.4.0 -> 0.5.4 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Shynixn/MCCoroutine (com.github.shynixn.mccoroutine:mccoroutine-fabric-core)

v2.18.0

Compare Source

Changes
square/okio (com.squareup.okio:okio)

v3.9.0

2024-03-12

  • New: FileSystem.SYSTEM can be used in source sets that target both Kotlin/Native and
    Kotlin/JVM. Previously, we had this symbol in each source set but it wasn't available to
    common source sets.
  • New: COpaquePointer.readByteString(...) creates a ByteString from a memory address.
  • New: Support InflaterSource, DeflaterSink, GzipSink, and GzipSource in Kotlin/Native.
  • New: Support openZip() on Kotlin/Native. One known bug in this implementation is that
    FileMetadata.lastModifiedAtMillis() is interpreted as UTC and not the host machine's time zone.
  • New: Prefer NTFS timestamps in ZIP file systems' metadata. This avoids the time zone problems
    of ZIP's built-in DOS timestamps, and the 2038 time bombs of ZIP's extended timestamps.
  • Fix: Don't leak file handles to opened JAR files open in FileSystem.RESOURCES.
  • Fix: Don't throw a NullPointerException if Closeable.use { ... } returns null.

v3.8.0

2024-02-09

  • New: TypedOptions works like Options, but it returns a T rather than an index.
  • Fix: Don't leave sinks open when there's a race in Pipe.fold().
kordlib/cache (dev.kord.cache:cache-map-jvm)

v0.5.4

Compare Source

Expose Stately as an api dependency on Kotlin/JS and Kotlin/Native.

v0.5.3

Compare Source

  • Update kotlinx-atomicfu to 0.25.0
  • Update kotlin-serialization to 1.7.1
  • Fix publishing of metadata artifacts

v0.5.1

Compare Source

  • Update Gradle to 8.8
  • Update kotlinx.coroutines to 1.8.1
  • Update stately to 2.0.7
  • Update kotlinx-atomicfu to 0.24.0
  • Update kotlinx-serialization to 1.7.0
  • Update kotlinx-benchmark to 0.4.11
  • Update kotlin-logging to 6.0.9
  • Update slf4j-api to 2.0.13
  • Update lettuce to 6.3.2.RELEASE
  • Update binary-compatibility-validator to 0.15.0-Beta.2
  • Update dokka 1.9.20
  • Update gradle-maven-publish-plugin to 0.28.0
  • Enable KLIB BCV

v0.5.0: | We're going native

  • Add support for Kotlin/Native
    • linuxX64
    • linuxArm64
    • mingwX64
    • macosX64
    • macosArm64
    • iosArm64
    • iosX64
    • iosSimulatorArm64
    • watchosX64
    • watchosArm64
    • watchosSimulatorArm64
    • tvosX64
    • tvosArm64
    • tvosSimulatorArm64
  • Use JDK ConcurrentHashMap on JVM fixing ConcurrentModificationException
  • Publish docs on cache.dokka.kord.dev
  • Switch CI to TeamCity
  • Switch to new Gradle setup
  • Update kotlinx.coroutines to 1.7.3
  • Update stately to 2.0.6
  • Update kotlinx.atomicfu to 0.23.2
  • Update Kotlin to 1.9.22
  • Update kotlinx.serialization to 1.6.2
  • Update kotlinx.benchmark to 0.4.10
  • Update jmh to 1.37
  • Update kotlin-logging to 6.0.3
  • Update slf4j-api to 2.0.11
  • Update caffeine to 3.1.8
  • Update lettuce to 6.3.1.RELEASE
  • Update embedded-redis to 0.7.3

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR has been generated by Mend Renovate. View repository job log here.

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot added the dependencies label Jul 8, 2024
@renovate renovate bot merged commit 74ec5c7 into main Jul 8, 2024
1 check passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 8, 2024 04:24
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