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 #73

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/setup-java action minor v3.0.0 -> v3.1.0 age adoption passing confidence
gradle (source) patch 7.4.1 -> 7.4.2 age adoption passing confidence
gradle/gradle-build-action action patch v2.1.4 -> v2.1.5 age adoption passing confidence
org.jetbrains.dokka plugin patch 1.6.0 -> 1.6.10 age adoption passing confidence

Release Notes

actions/setup-java ### [`v3.1.0`](https://togithub.com/actions/setup-java/releases/v3.1.0) [Compare Source](https://togithub.com/actions/setup-java/compare/v3.0.0...v3.1.0) In scope of this release we added [support for caching from GHES 3.5](https://togithub.com/actions/setup-java/pull/308) and fixed download issue for files > 2GB during restore. ##### Updated dependencies: - bumped `minimist` from `1.2.5` to `1.2.6`. - updated `actions/cache` dependency to 2.0.0 version
gradle/gradle ### [`v7.4.2`](https://togithub.com/gradle/gradle/releases/v7.4.2) This is a patch release for Gradle 7.4. See the list of fixed issues: https://docs.gradle.org/7.4.2/release-notes.html We recommend users upgrade to 7.4.2 instead of 7.4 or another patch release. ##### Upgrade Instructions Switch your build to use Gradle 7.4.2 by updating your wrapper: ./gradlew wrapper --gradle-version=7.4.2 See the [Gradle 7.x upgrade guide](https://docs.gradle.org/7.4.2/userguide/upgrading_version\_7.html#changes\_7.4) to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.2. ##### 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.1.5`](https://togithub.com/gradle/gradle-build-action/releases/v2.1.5) [Compare Source](https://togithub.com/gradle/gradle-build-action/compare/v2.1.4...v2.1.5) This release addresses a potential security issue by upgrading `minimist`, and fixes a bug with very large cache entries by upgrading `@actions/cache`. No other changes are included. #### What's Changed - \[FIX] - Upgrade minimist from 1.2.5 -> 1.2.6 - \[FIX] - Support cache entries > 2Gb via library upgrade to [@​actions/cache](https://togithub.com/actions/cache) from 1.0.10 -> 2.0.0. **Full changelog**: https://github.com/gradle/gradle-build-action/compare/v2.1.4...v2.1.5
Kotlin/dokka ### [`v1.6.10`](https://togithub.com/Kotlin/dokka/releases/v1.6.10) #### Changes - Support Kotlin 1.6.10 - Add a sample project for versioning multi-module (https://github.com/Kotlin/dokka/pull/2170) #### Bugfixes - Fix various `java.util.zip.ZipException` for JS dependencies (https://github.com/Kotlin/dokka/pull/2258) - Fix handling of Description Lists (`
`) used in JavaDocs (https://github.com/Kotlin/dokka/pull/2259) - Fix for "repositories not defined" issue in versioning multimodule example (https://github.com/Kotlin/dokka/pull/2263), thanks [@​rajdeep1008](https://togithub.com/rajdeep1008)! - Fix multiple rendering issues for "See Also" block for html format (https://github.com/Kotlin/dokka/pull/2267) - Fix sample body not being embedded to documentation (https://github.com/Kotlin/dokka/pull/2216) #### Maintenance - Update npm dependencies (https://github.com/Kotlin/dokka/pull/2251) - Bump `de.undercouch.download` to 4.1.2 (https://github.com/Kotlin/dokka/pull/2268) - Bump `kotlinx.coroutines` to 1.6.0 in integration tests (https://github.com/Kotlin/dokka/pull/2276)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.