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

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/checkout action patch v3.0.0 -> v3.0.1 age adoption passing confidence
stefanzweifel/git-auto-commit-action action patch v4.14.0 -> v4.14.1 age adoption passing confidence
io.gitlab.arturbosch.detekt plugin minor 1.19.0 -> 1.20.0 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.8.0 -> 0.9.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform plugin patch 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.kotlin.jvm plugin patch 1.6.20 -> 1.6.21 age adoption passing confidence
org.jetbrains.dokka plugin patch 1.6.10 -> 1.6.20 age adoption passing confidence

Release Notes

actions/checkout ### [`v3.0.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v301) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.0...v3.0.1) - [Fixed an issue where checkout failed to run in container jobs due to the new git setting `safe.directory`](https://togithub.com/actions/checkout/pull/762) - [Bumped various npm package versions](https://togithub.com/actions/checkout/pull/744)
stefanzweifel/git-auto-commit-action ### [`v4.14.1`](https://togithub.com/stefanzweifel/git-auto-commit-action/blob/HEAD/CHANGELOG.md#v4141-httpsgithubcomstefanzweifelgit-auto-commit-actioncomparev4140v4141---2022-04-12) [Compare Source](https://togithub.com/stefanzweifel/git-auto-commit-action/compare/v4.14.0...v4.14.1)
Kotlin/binary-compatibility-validator ### [`v0.9.0`](https://togithub.com/Kotlin/binary-compatibility-validator/releases/0.9.0) [Compare Source](https://togithub.com/Kotlin/binary-compatibility-validator/compare/0.8.0...0.9.0) - Support of synthetic annotations ([#​71](https://togithub.com/Kotlin/binary-compatibility-validator/issues/71)). - `filterOutAnnotated` is now part of `ExternalApi` ([#​75](https://togithub.com/Kotlin/binary-compatibility-validator/issues/75)). - `.api` file checks are now all case-insensitive to provide seamless experience between case-sensitive and case-insensitive OSes as well as between Gradle versions ([#​76](https://togithub.com/Kotlin/binary-compatibility-validator/issues/76)). - Kotlin is updated to 1.6.0. - `kotlinx.metadata` is updated to 0.4.2.
Kotlin/dokka ### [`v1.6.20`](https://togithub.com/Kotlin/dokka/releases/v1.6.20) ##### Features - Introduce `documentedVisibilities` setting that allows including/excluding any visibility modifier in documentation. This is a more flexible replacement for `includeNonPublic`, which has now been deprecated (https://github.com/Kotlin/dokka/pull/2270) - Make HTML pages customizable through FreeMarker HTML templates (https://github.com/Kotlin/dokka/pull/2374) - Add global settings to JSON dokka CLI input (https://github.com/Kotlin/dokka/pull/2292), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! ##### HTML format changes - Add vertical alignment (wrapping) of signatures when 3 and more parameters are present (https://github.com/Kotlin/dokka/pull/2309) - Enhance primary constructor signature, display `val`/`var` keywords and default values (https://github.com/Kotlin/dokka/pull/2313) - Add a level of indentation to childless items in navigation tree (https://github.com/Kotlin/dokka/pull/2291) - Add horizontal margin to breadcrumbs delimiter (https://github.com/Kotlin/dokka/pull/2285) - Fixed various CSS rendering issues (https://github.com/Kotlin/dokka/pull/2284, https://github.com/Kotlin/dokka/pull/2389) ##### Bugfixes - Fixed `OutOfMemoryError: Metaspace`-related issues for the majority of cases (https://github.com/Kotlin/dokka/pull/2216) - Fixed classpath issues for HMPP libraries (https://github.com/Kotlin/dokka/pull/2431) - Using `@` symbol within code blocks in `.md` files doesn't lead to cropped documents anymore (https://github.com/Kotlin/dokka/pull/2418) - Fixed incorrect placement of HTML head tags, which led to missing favicon in multi-module projects (https://github.com/Kotlin/dokka/pull/2365) - Fixed resolution of ultralight methods that led to flaky signature generation (https://github.com/Kotlin/dokka/pull/2400) - Coroutines dispatchers are now shut down after each module pass to avoid resource leaks (https://github.com/Kotlin/dokka/pull/2325) - Suppressed property setters are now excluded from documentation (https://github.com/Kotlin/dokka/pull/2220) - Suppressing extensions doesn't fail builds anymore (https://github.com/Kotlin/dokka/pull/2348), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Fixed java getter / setter name generation for kotlin-java interop, now `isBoolean` instead of `getBoolean` (https://github.com/Kotlin/dokka/pull/2356), thanks to [@​CharlesG-Branch](https://togithub.com/CharlesG-Branch)! - Fixed MathJax plugin, previously completely broken (https://github.com/Kotlin/dokka/pull/2342), thanks to [@​wyskoj](https://togithub.com/wyskoj)! - Fixed Input/Output streams to minimize resource leaks (https://github.com/Kotlin/dokka/pull/2312, https://github.com/Kotlin/dokka/pull/2319) ##### Plugin API Changes - Add an extension point for rendering custom [documentation tags](https://kotlinlang.org/docs/kotlin-doc.html#block-tags) (https://github.com/Kotlin/dokka/pull/2343) - Add an extension point for an external documentable provider (https://github.com/Kotlin/dokka/pull/2307), thanks to [@​Kordyjan](https://togithub.com/Kordyjan)! - Add filtering stategies extension point and fix constructors in Kotlin-as-Java (https://github.com/Kotlin/dokka/pull/2277), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Expose Kotlin-as-Java methods that could be used not only as part of transformers (https://github.com/Kotlin/dokka/pull/2351), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Refactor Ancestry Graphs (https://github.com/Kotlin/dokka/pull/2326), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! - Fixed resolving of DRIs for Enum Entries (https://github.com/Kotlin/dokka/pull/2305), thanks to [@​BarkingBad](https://togithub.com/BarkingBad)! ##### General Improvements - Collect annotations from `package-info.java` (https://github.com/Kotlin/dokka/pull/2331), thanks to [@​ember-rose](https://togithub.com/ember-rose)! - Add support for header tags (`

` / `

` / `

`) in Javadoc (https://github.com/Kotlin/dokka/pull/2345), thanks to [@​asfalcone](https://togithub.com/asfalcone)! - Add an option to merge implicit expect-actual declarations, enables merging of pages for related declarations which are not connected via `expect`-`actual` keywords (https://github.com/Kotlin/dokka/pull/2316) - Add a note about using Dokka in a precompiled script plugin (https://github.com/Kotlin/dokka/pull/2303), thanks to [@​chkpnt](https://togithub.com/chkpnt)! - Fixed wrong Groovy DSL example (https://github.com/Kotlin/dokka/pull/2302), thanks to [@​chkpnt](https://togithub.com/chkpnt)! - Various code cleanups (https://github.com/Kotlin/dokka/pull/2165, https://github.com/Kotlin/dokka/pull/2360, https://github.com/Kotlin/dokka/pull/2364, https://github.com/Kotlin/dokka/pull/2385), thanks to [@​Goooler](https://togithub.com/Goooler)! ##### Known issues - Kotlin Multiplatform projects that use `.klib` libraries may experience problems. There will be a separate `1.6.21` release that will address this issue shortly.


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.