petertrr / kotlin-multiplatform-diff

Multiplaform kotlin library for calculating text differences. Based on java-diff-utils, supports JVM, JS and native targets.
Apache License 2.0
75 stars 5 forks source link

chore(deps): update dependency org.ajoberstar.reckon:reckon-gradle to v0.14.0 #26

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.ajoberstar.reckon:reckon-gradle 0.13.1 -> 0.14.0 age adoption passing confidence

Release Notes

ajoberstar/reckon ### [`v0.14.0`](https://togithub.com/ajoberstar/reckon/releases/0.14.0) [Compare Source](https://togithub.com/ajoberstar/reckon/compare/0.13.2...0.14.0) Upgrades to Grgit 5 and supports Gradle's configuration cache ##### Breaking Changes - Upgrades to Grgit 5 - Drops support for Java 8 (due to Grgit upgrade) - Drops support for Gradle <7 - Removes deprecated `reckon.setNormal()` and `reckon.setStage()` methods ##### Enhancements - Supports `--configuration-cache` - Reckon extension now has a `Provider` to allow access to the metadata of the version [#​156](https://togithub.com/ajoberstar/reckon/issues/156) ##### Fixes *None* ##### Deprecations *None* ##### Compatibility Tested against the following versions. | Java Version | Gradle Versions | |---------------|-------------------| | 11 | 7.0.2, 7.4 | | 17 | 7.3.3, 7.4 | ### [`v0.13.2`](https://togithub.com/ajoberstar/reckon/releases/0.13.2) [Compare Source](https://togithub.com/ajoberstar/reckon/compare/0.13.1...0.13.2) Drop publishing directly to Gradle plugin portal to *really* ensure POM references static versions. Plugin is still published to Maven Central (which the Gradle plugin portal proxies), so no changes should be needed from consumers. #### Breaking Changes *None* #### Enhancements *None* #### Fixes - POM *really* no longer has a dynamic version reference, which could cause unexpected failures [#​168](https://togithub.com/ajoberstar/reckon/issues/168) #### Deprecations *None* #### Compatibility Tested against the following versions. | Java Version | Gradle Versions | |---------------|-------------------| | 8 | 4.0.2, 4.10.3, 5.0, 5.6.4, 6.0.1, 6.9.2, 7.0.2, 7.4 | | 11 | 5.0, 5.6.4, 6.0.1, 6.9.2, 7.0.2, 7.4 | | 17 | 7.3.3, 7.4 |

Configuration

📅 Schedule: "before 4am on Saturday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



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

codecov[bot] commented 2 years ago

Codecov Report

Merging #26 (5e8a6e1) into main (358b15b) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main      #26   +/-   ##
=========================================
  Coverage     84.34%   84.34%           
  Complexity      113      113           
=========================================
  Files            14       14           
  Lines           492      492           
  Branches         87       87           
=========================================
  Hits            415      415           
  Misses           53       53           
  Partials         24       24           
Flag Coverage Δ
unittests 84.34% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 358b15b...5e8a6e1. Read the comment docs.