arrow-kt / arrow-integrations

Λrrow Integrations is part of Λrrow, a functional companion to Kotlin's Standard Library
http://arrow-kt.io
Other
27 stars 6 forks source link

Update all dependencies #116

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
actions/setup-java action minor v3.9.0 -> v3.10.0 age adoption passing confidence
gradle (source) patch 7.6 -> 7.6.1 age adoption passing confidence
gradle/gradle-build-action action minor v2.3.3 -> v2.4.0 age adoption passing confidence
ru.vyarus.animalsniffer plugin minor 1.6.0 -> 1.7.0 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.12.1 -> 0.13.0 age adoption passing confidence
io.kotest:kotest-runner-junit5 dependencies patch 5.5.4 -> 5.5.5 age adoption passing confidence
io.kotest:kotest-property dependencies patch 5.5.4 -> 5.5.5 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies patch 5.5.4 -> 5.5.5 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies patch 5.5.4 -> 5.5.5 age adoption passing confidence

Release Notes

actions/setup-java ### [`v3.10.0`](https://togithub.com/actions/setup-java/releases/tag/v3.10.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v3.9.0...v3.10.0) In scope of this release we added support for Oracle JDK ([https://github.com/actions/setup-java/pull/450](https://togithub.com/actions/setup-java/pull/450)). ```yaml steps: - name: Checkout uses: actions/checkout@v3 - name: Setup-java uses: actions/setup-java@v3 with: distribution: oracle java-version: 17 ``` ##### Supported distributions Currently, the following distributions are supported: | Keyword | Distribution | Official site | License |-|-|-|-| | `temurin` | Eclipse Temurin | [Link](https://adoptium.net/) | [Link](https://adoptium.net/about.html) | `zulu` | Azul Zulu OpenJDK | [Link](https://www.azul.com/downloads/zulu-community/?package=jdk) | [Link](https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/) | | `adopt` or `adopt-hotspot` | AdoptOpenJDK Hotspot | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | | `adopt-openj9` | AdoptOpenJDK OpenJ9 | [Link](https://adoptopenjdk.net/) | [Link](https://adoptopenjdk.net/about.html) | | `liberica` | Liberica JDK | [Link](https://bell-sw.com/) | [Link](https://bell-sw.com/liberica_eula/) | | `microsoft` | Microsoft Build of OpenJDK | [Link](https://www.microsoft.com/openjdk) | [Link](https://docs.microsoft.com/java/openjdk/faq) | `corretto` | Amazon Corretto Build of OpenJDK | [Link](https://aws.amazon.com/corretto/) | [Link](https://aws.amazon.com/corretto/faqs/) | `oracle` | Oracle JDK | [Link](https://www.oracle.com/java/technologies/downloads/) | [Link](https://java.com/freeuselicense)
gradle/gradle ### [`v7.6.1`](https://togithub.com/gradle/gradle/releases/tag/v7.6.1): 7.6.1 This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6. It fixes the following issues: - [#​19065](https://togithub.com/gradle/gradle/issues/19065) Platform dependencies not possible in dependency block of test suite plugin - [#​22688](https://togithub.com/gradle/gradle/issues/22688) Increased memory usage (with -p option) - [#​22796](https://togithub.com/gradle/gradle/issues/22796) Building gradle itself fails during toolchain download: permission denied copying a file within `.gradle/jdks` - [#​22875](https://togithub.com/gradle/gradle/issues/22875) Regression with 7.6: @​​pom artifact in JVM library project is no longer found - [#​22937](https://togithub.com/gradle/gradle/issues/22937) Remove safe credentials reference - [#​22973](https://togithub.com/gradle/gradle/issues/22973) Kotlin MPP plugin broken with Gradle 7.6 due to signature change in TestResultProcessor - [#​23016](https://togithub.com/gradle/gradle/issues/23016) toolchainManagement.jvm.javaRepositories should not expose the full surface of NamedDomainObjectList - [#​23025](https://togithub.com/gradle/gradle/issues/23025) Back-port toolchain related fixes to 7.6.1 - [#​23053](https://togithub.com/gradle/gradle/issues/23053) Auto-provisioning/auto-detection of IBM Semeru toolchains is broken with Gradle 7.6 - [#​23074](https://togithub.com/gradle/gradle/issues/23074) Docs: Build Lifecycle starts halfway through a point - [#​23096](https://togithub.com/gradle/gradle/issues/23096) Classifiers of version catalog are discarded while copied to anothor dependency - [#​23111](https://togithub.com/gradle/gradle/issues/23111) Ant closures are broken with Gradle 7.6 - [#​23178](https://togithub.com/gradle/gradle/issues/23178) Mention the Foojay Toolchain Resolver plugin in the Gradle manual - [#​23215](https://togithub.com/gradle/gradle/issues/23215) Gradle 7.6: high memory usage (android project) - [#​23224](https://togithub.com/gradle/gradle/issues/23224) Backport to 7.6.1 "Fix for Incremental compilation with modules" - [#​23294](https://togithub.com/gradle/gradle/issues/23294) "Unable to make progress running work" together with --continue and failing tasks (Backport to 7.6.1) - [#​23555](https://togithub.com/gradle/gradle/issues/23555) Improve Toolchain related deprecation nagging in 7.6 - [#​23894](https://togithub.com/gradle/gradle/issues/23894) Update EOL policy - [#​23910](https://togithub.com/gradle/gradle/issues/23910) Backport trusting only full GPG keys in dependency verification \[Backport 7.6.1] - [#​23941](https://togithub.com/gradle/gradle/issues/23941) Typo in v7.6 docs about disabling_the_daemon - [#​23985](https://togithub.com/gradle/gradle/issues/23985) Resolving of manually created configuration creates a ResolveException [Read the Release Notes](https://docs.gradle.org/7.6.1/release-notes.html) #### Upgrade Instructions Switch your build to use Gradle 7.6.1 by updating your wrapper: ./gradlew wrapper --gradle-version=7.6.1 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.6.1/userguide/upgrading_version\_7.html#changes\_7.6) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.1. #### Reporting Problems If you find a problem with this release, please file a bug on [GitHub Issues](https://togithub.com/gradle/gradle/issues) adhering to our issue guidelines. If you're not sure you're encountering a bug, please use the [forum](https://discuss.gradle.org/c/help-discuss).
gradle/gradle-build-action ### [`v2.4.0`](https://togithub.com/gradle/gradle-build-action/releases/tag/v2.4.0) [Compare Source](https://togithub.com/gradle/gradle-build-action/compare/v2.3.3...v2.4.0) ##### What's new The `v.2.4.0` release contains various library updates and fixes to fully support Gradle 8. Notable changes: - Update to `@actions/cache: 3.1.3` should improve cache save/restore performance on Windows by using gnu tar and zstd when available. - Fix caching of extracted JDK toolchains for Gradle 7.6+ ([`e444647`](https://togithub.com/gradle/gradle-build-action/commit/e4446473950007d0d0323adeed9f992824618be9)) **Full Changelog**: https://github.com/gradle/gradle-build-action/compare/v2.3.3...v2.4.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
kotest/kotest ### [`v5.5.5`](https://togithub.com/kotest/kotest/releases/tag/v5.5.5) - Support coroutineTestScope globally ([#​3383](https://togithub.com/kotest/kotest/issues/3383)) - Improved double and float tolerance messages ([#​3355](https://togithub.com/kotest/kotest/issues/3355)) - Nested Data Driven Tests is not displayed as nested in Intellij [#​3341](https://togithub.com/kotest/kotest/issues/3341) - Fixed writing seeds when test name contains a colon on windows ([#​3304](https://togithub.com/kotest/kotest/issues/3304)) - withClue() fails with EmptyStackException if a coroutine switches threads [#​2447](https://togithub.com/kotest/kotest/issues/2447) - Use TestDispatcher inside beforeInvocation callbacks ([#​3363](https://togithub.com/kotest/kotest/issues/3363)) - Make checkCoverage checking against provided pairs ([#​3344](https://togithub.com/kotest/kotest/issues/3344)) - Kotest runner junit5 jvm has vulnerable transative dependency CVE-2021-29425 [#​3364](https://togithub.com/kotest/kotest/issues/3364) - Fix sequence matchers for constrained sequences ([#​3336](https://togithub.com/kotest/kotest/issues/3336)) - Print full path in JunitXmlReporter when useTestPathAsName is enabled instead of just leaf and first parent [#​3347](https://togithub.com/kotest/kotest/issues/3347) - Support { } lambdas as lazy clues ([#​3348](https://togithub.com/kotest/kotest/issues/3348)) - Use 'language injection' on assertions, so embedded languages are easier to use in IntelliJ [#​2916](https://togithub.com/kotest/kotest/issues/2916) - Removing default location for htmlReporter and using the default value from the constructor ([#​3306](https://togithub.com/kotest/kotest/issues/3306)) - Arb.bigDecimal should generate decimals which terminate with all kinds of terminal digit [#​3282](https://togithub.com/kotest/kotest/issues/3282) - Check enums using equals method instead of scanning their properties ([#​3291](https://togithub.com/kotest/kotest/issues/3291)) - Add BlockHound support ([#​3308](https://togithub.com/kotest/kotest/issues/3308)) - Matchers return this. ([#​2945](https://togithub.com/kotest/kotest/issues/2945)) - Added shouldMatchResource, shouldNotMatchResource matchers ([#​2945](https://togithub.com/kotest/kotest/issues/2945)) - Added matchExactly matcher for Maps [#​3246](https://togithub.com/kotest/kotest/issues/3246) - Fix dumping config when systemProperty set to true ([#​3275](https://togithub.com/kotest/kotest/issues/3275)) - Returning the original failure when ErrorCollector has only collected a single failure ([#​3269](https://togithub.com/kotest/kotest/issues/3269))

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.

renovate[bot] commented 1 year ago

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.