arrow-kt / arrow-meta

Functional companion to Kotlin's Compiler
https://meta.arrow-kt.io
Apache License 2.0
396 stars 42 forks source link

Update all dependencies #1064

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
jekyll minor "~> 4.2.0" -> "~> 4.3.0" age adoption passing confidence
jquery (source) patch 3.6.0 -> 3.6.4 age adoption passing confidence
com.squareup.okio:okio dependencies minor 3.2.0 -> 3.3.0 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.12.1 -> 0.13.0 age adoption passing confidence
io.arrow-kt:arrow-analysis-types (source) dependencies patch 2.0.2-SNAPSHOT -> 2.0.2 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information.


Release Notes

square/okio ### [`v3.3.0`](https://togithub.com/square/okio/blob/HEAD/CHANGELOG.md#Version-330) *2023-01-07* - Fix: Don't leak resources when `use {}` is used with a non-local return. We introduced this performance and stability bug by not considering that non-local returns execute neither the `return` nor `catch` control flows. - Fix: Use a sealed interface for `BufferedSink` and `BufferedSource`. These were never intended for end-users to implement, and we're happy that Kotlin now allows us to express that in our API. - New: Change internal locks from `synchronized` to `ReentrantLock` and `Condition`. We expect this to improve help when using Okio with Java virtual threads (\[Project Loom]\[loom]). - Upgrade: \[Kotlin 1.8.0]\[kotlin\_1\_8\_0].
Kotlin/binary-compatibility-validator ### [`v0.13.0`](https://togithub.com/Kotlin/binary-compatibility-validator/releases/tag/0.13.0) [Compare Source](https://togithub.com/Kotlin/binary-compatibility-validator/compare/0.12.1...0.13.0) - Kotlin is updated to 1.8.10 - kotlinx-metadata is updated to 0.6.0

Configuration

📅 Schedule: 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.

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



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