Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Update all dependencies #25

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update all dependencies #25

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 7.3.3 -> 7.4.1 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin minor 0.4.4 -> 0.5.0 age adoption passing confidence
io.kotest.multiplatform plugin minor 5.0.3 -> 5.2.1 age adoption passing confidence
io.kotest:kotest-runner-junit5 minor 5.0.3 -> 5.2.1 age adoption passing confidence
io.kotest:kotest-property minor 5.0.3 -> 5.2.1 age adoption passing confidence
io.kotest:kotest-framework-engine minor 5.0.3 -> 5.2.1 age adoption passing confidence
io.kotest:kotest-assertions-core minor 5.0.3 -> 5.2.1 age adoption passing confidence
org.jetbrains.dokka plugin patch 1.6.0 -> 1.6.10 age adoption passing confidence
org.jetbrains.dokka:dokka-core patch 1.6.0 -> 1.6.10 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-nexus plugin minor 0.6.0 -> 0.10.0 age adoption passing confidence
io.arrow-kt.arrow-gradle-config-formatter plugin minor 0.6.0 -> 0.10.0 age adoption passing confidence

Release Notes

gradle/gradle

v7.4.1

This is a patch release for Gradle 7.4.

See the list of fixed issues: https://docs.gradle.org/7.4.1/release-notes.html

We recommend users upgrade to 7.4.1 instead of 7.4.

Upgrade Instructions

Switch your build to use Gradle 7.4.1 by updating your wrapper:

./gradlew wrapper --gradle-version=7.4.1

See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.4.1.

Reporting Problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

Kotlin/kotlinx-kover

v0.5.0

===================
Note that this is a full changelog relative to 0.4.4 version. Changelog relative to 0.5.0-RC2 can be found at the end of the changelog.

Features
  • Added reports filtering (#​17)
  • Disabled running of all test tasks for single-project Kover tasks (#​114)
  • Implemented aggregated multi-project report (#​20, #​43)
  • Unified coverage agents filters. Now only the characters '*' or '?' are used as wildcards for both IntelliJ and JaCoCo agents. Regular expressions are no longer supported by the IntelliJ agent as filters of instrumented classes. (#​21)
  • Tasks for verification and reporting for single Gradle project were renamed according to the template like koverXmlReport -> koverXmlProjectReport
  • The isEnabled property has been renamed to isDisabled in extensions KoverExtension and KoverTaskExtension to make their purpose more obvious
  • The term module has been replaced with project for compatibility with Gradle terminology
  • Added the ability to disable the Kover for the specified Gradle project
  • Made tasks cache relocatable (#​85)
  • Improved checks of disabled plugin before running Kover tasks
  • Upgraded IntelliJ Engine minimal version to 1.0.647
  • Upgraded IntelliJ Engine default version to 1.0.656
Bugfixes
  • Added support of parallel tests execution (#​113)
  • Removed checking of parent projects for re-apply of the plugin (#​116)
  • Added property to exclude Android classes from the instrumentation (#​89)
  • Kotlin Multiplatform plugin adapter rewritten to use reflection (#​100)
IntelliJ Agent Features (version 1.0.656)
  • Added the ability to count JVM instructions
  • Fixed getting into the report of objects and sealed classes
  • Added an excluding from the report of functions marked by Deprecated annotation with HIDDEN and ERROR levels
Internal features
  • Added functional test on branch counter
  • Added functional tests on instruction counter
Changelog relative to version 0.5.0-RC2
Features
  • Improved checks of disabled plugin before running Kover tasks
  • Upgraded IntelliJ Engine default version to 1.0.656
Bugfixes
  • Added support of parallel tests execution (#​113)
  • Removed checking of parent projects for re-apply of the plugin (#​116)
IntelliJ Agent Features (version 1.0.656)
  • Added the ability to count JVM instructions
  • Fixed getting into the report of objects and sealed classes
  • Added an excluding from the report of functions marked by Deprecated annotation with HIDDEN and ERROR levels
Internal features
  • Added functional test on branch counter
  • Added functional tests on instruction counter
kotest/kotest

v5.2.1

v5.2.0

Kotlin/dokka

v1.6.10

Changes

Bugfixes

Maintenance

arrow-kt/arrow-gradle-config

v0.10.0

Compare Source

v0.9.0

Compare Source

v0.8.2

Compare Source


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.


  • If you want to rebase/retry this PR, click this checkbox.

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

@renovate renovate bot changed the title Update all dependencies to v1.6.10 Update all dependencies Jan 16, 2022
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 02a31b0 to 1227463 Compare January 22, 2022 08:34
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2c3c1b1 to a05d3bb Compare February 8, 2022 11:45
| datasource     | package                                                                                           | from  | to     |
| -------------- | ------------------------------------------------------------------------------------------------- | ----- | ------ |
| gradle-version | gradle                                                                                            | 7.3.3 | 7.4.1  |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin                             | 0.4.4 | 0.5.0  |
| maven          | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin                                     | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-runner-junit5                                                                    | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-property                                                                         | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-framework-engine                                                                 | 5.0.3 | 5.2.1  |
| maven          | io.kotest:kotest-assertions-core                                                                  | 5.0.3 | 5.2.1  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                             | 1.6.0 | 1.6.10 |
| maven          | org.jetbrains.dokka:dokka-core                                                                    | 1.6.0 | 1.6.10 |
| maven          | io.arrow-kt.arrow-gradle-config-nexus:io.arrow-kt.arrow-gradle-config-nexus.gradle.plugin         | 0.6.0 | 0.10.0 |
| maven          | io.arrow-kt.arrow-gradle-config-formatter:io.arrow-kt.arrow-gradle-config-formatter.gradle.plugin | 0.6.0 | 0.10.0 |
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant