This repository was archived by the owner on Jun 6, 2024. It is now read-only.
generated from arrow-kt/Arrow-JVM-Template
-
Notifications
You must be signed in to change notification settings - Fork 3
Update all dependencies #161
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/all
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
513b45e to
2a24fd0
Compare
ebb02e8 to
de6fbfb
Compare
de6fbfb to
b24f71d
Compare
6acb1d2 to
e04eaa4
Compare
e04eaa4 to
3df58ad
Compare
ec53132 to
7639a04
Compare
246c306 to
37739ea
Compare
6147f76 to
52be290
Compare
52be290 to
8fedf7a
Compare
27ebf60 to
b63f7c8
Compare
b63f7c8 to
edc59aa
Compare
a963c32 to
45b24a5
Compare
c96a0fb to
0df94f1
Compare
26f3d9e to
e328ad1
Compare
d5ea520 to
3dd8a5c
Compare
3dd8a5c to
7235848
Compare
9392dbd to
efd339c
Compare
efd339c to
42a5c82
Compare
a7896cb to
5af4873
Compare
97833fd to
19bf0eb
Compare
19bf0eb to
e7dc46f
Compare
| datasource | package | from | to | | -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------ | ------- | | github-tags | actions/checkout | v3.2.0 | v3.6.0 | | github-tags | actions/setup-java | v3.9.0 | v3.13.0 | | github-tags | actions/upload-artifact | v3.1.1 | v3.1.3 | | gradle-version | gradle | 7.6 | 7.6.4 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.22.0 | 1.23.6 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.6.1 | 0.8.0 | | maven | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.12.1 | 0.14.0 | | maven | com.gradle.enterprise:com.gradle.enterprise.gradle.plugin | 3.12 | 3.17.4 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.7.22 | 1.9.24 | | maven | io.kotest.multiplatform:io.kotest.multiplatform.gradle.plugin | 5.5.4 | 5.9.1 | | maven | io.kotest:kotest-runner-junit5 | 5.5.4 | 5.9.1 | | maven | io.kotest:kotest-property | 5.5.4 | 5.9.1 | | maven | io.kotest:kotest-framework-engine | 5.5.4 | 5.9.1 | | maven | io.kotest:kotest-assertions-core | 5.5.4 | 5.9.1 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.7.20 | 1.9.20 | | maven | org.jetbrains.dokka:dokka-core | 1.7.20 | 1.9.20 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-test | 1.6.4 | 1.8.1 | | maven | org.jetbrains.kotlinx:kotlinx-coroutines-core | 1.6.4 | 1.8.1 | | maven | io.arrow-kt:arrow-fx-coroutines | 1.1.3 | 1.2.4 | | maven | io.arrow-kt:arrow-optics | 1.1.3 | 1.2.4 | | maven | io.arrow-kt:arrow-core | 1.1.3 | 1.2.4 |
e7dc46f to
f4ec1c1
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v3.2.0->v3.6.0v3.9.0->v3.13.0v3.1.1->v3.1.37.6->7.6.41.22.0->1.23.60.6.1->0.8.00.12.1->0.14.03.12->3.17.41.7.22->1.9.245.5.4->5.9.15.5.4->5.9.15.5.4->5.9.15.5.4->5.9.15.5.4->5.9.11.7.20->1.9.201.7.20->1.9.201.6.4->1.8.11.6.4->1.8.11.1.3->1.2.41.1.3->1.2.41.1.3->1.2.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/checkout (actions/checkout)
v3.6.0Compare Source
v3.5.3Compare Source
v3.5.2Compare Source
v3.5.1Compare Source
v3.5.0Compare Source
v3.4.0Compare Source
v3.3.0Compare Source
actions/setup-java (actions/setup-java)
v3.13.0Compare Source
What's changed
In the scope of this release, support for Dragonwell JDK was added by @Accelerator1996 in https://github.com/actions/setup-java/pull/532
Several inaccuracies were also fixed:
New Contributors
Full Changelog: actions/setup-java@v3...v3.13.0
v3.12.0Compare Source
In scope of this release the following changes were made:
Bug fixes:
Feature implementations:
Resolving dependencies issues:
Infrastructure updates:
Documentation changes:
New Contributors
Full Changelog: actions/setup-java@v3...v3.12.0
v3.11.0Compare Source
In scope of this release we added support for IBM Semeru (OpenJ9) JDK (https://github.com/actions/setup-java/pull/289).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettosemeruoraclev3.10.0Compare Source
In scope of this release we added support for Oracle JDK (https://github.com/actions/setup-java/pull/450).
Supported distributions
Currently, the following distributions are supported:
temurinzuluadoptoradopt-hotspotadopt-openj9libericamicrosoftcorrettooracleactions/upload-artifact (actions/upload-artifact)
v3.1.3Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v3...v3.1.3
v3.1.2Compare Source
@actions/*NPM packages to their latest versions- #374gradle/gradle (gradle)
v7.6.4: 7.6.4Compare Source
This is a patch release for 7.6. We recommend using 7.6.4 instead of 7.6.
Read the Release Notes
Upgrade instructions
Switch your build to use Gradle 7.6.4 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
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.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
v7.6.3: 7.6.3Compare Source
This is a patch release for 7.6. We recommend using 7.6.3 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.3 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.3.
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.
v7.6.2: 7.6.2Compare Source
This is a patch release for 7.6. We recommend using 7.6.2 instead of 7.6.
This release addresses two security vulnerabilities:
It also fixes the following issues:
Read the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.2 by updating your wrapper:
See the Gradle 7.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading to Gradle 7.6.2.
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.
v7.6.1: 7.6.1Compare Source
This is a patch release for 7.6. We recommend using 7.6.1 instead of 7.6.
It fixes the following issues:
.gradle/jdksRead the Release Notes
Upgrade Instructions
Switch your build to use Gradle 7.6.1 by updating your wrapper:
See the Gradle 7.x upgrade guide 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 adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
Kotlin/kotlinx-kover (org.jetbrains.kotlinx.kover)
v0.8.0===================
This release introduces DSL rework to simplify the work with Android build variants, adds the possibility of lazy configuration, allows for the creation of custom report variants, and expands the ability of reports filtering.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as the migration guide.
Kover Gradle Plugin
Features
#461Implemented DSL revision 4#410Add possibility of lazy configuration of Kover extensions#462Redesign the concept of default reports#463Add the ability to create custom report variants#338Create an interface for Kover tasks#66Added support for the publishing plugin to Gradle Plugin Portal#466Implemented multi-project shortcuts#339Implemented warn on verification error#572Added DslMarker to Kover public interfaces#570Added overload for functions of KoverVariantCreateConfig#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interfaceBugfixes
#557Changed log level for print coverage task#520Fixed error: Kover requires extension with name 'androidComponents'Internal features
#567Used compile dependency to Kover Features in Kover Gradle PluginDocumentation
#531Added explanations about applying of the plugin#486Increased the readability of the Kover documentationKover JVM Agent
Features
#464Repacked the intellij-agent artifact to kover-jvm-agentBugfixes
#583Excluded from report companion objects with only constants#548Fixed coverage drop in case of using different classloaders for same classChangelog relative to version
0.8.0-Beta2Kover Gradle Plugin
Features
#590Expose reportDir property in KoverHtmlReport interface#587Added property variantName to KoverReport interface#584Added project filter for reports#274Allow for classes to be Included by annotation#454Added a report filter by parent class or interfaceDocumentation
#486Increased the readability of the Kover documentation for 0.8.0Kover JVM Agent
Bugfixes
#583Excluded from report companion objects with only constants#548Fixed coverage drop in case of using different classloaders for same classv0.7.6===================
Kover Gradle Plugin
Features
527Added the ability to specify a header for an XML reportBugfixes
510FixedStream closederror when generating Kover HTML report513Fixed breaking configuration cache517Fixed incorrect marking of first function line when parameters with default value are used530Fixed the presence of classes instrumented with Robolectric in Jacoco reports543Fixed package exclusion in reports for JaCoCoKover Offline
Features
534Created Kover features artifact to invoke the capabilities of Kover programmaticallyv0.7.5===================
Kover Gradle Plugin
Features
#503Introduced Offline Runtime API for saving binary reportBugfixes
#478Added Kover dependency check#451Skip Kotlin object if it is containing only constants#459Fixed applying of the root verification rules#489Fixed adding data to an already existing binary report filev0.7.4===================
Kover Gradle Plugin
Features
#441Added support for Android dynamic feature pluginsBugfixes
#440Replaced absolute paths in the Kover artifact with relative ones#446Disabled writing of FreeMarker logs to stdout when generating an HTML report#470Update HTML report path to be clickable#385Exclude nested functions in function excluded by annotation#303Optional function parameters should not be considered a "branch"#436Fixed random koverHtmlReport fails with "Stream closed" or "zip file closed"Build features
8.2.1Test features
#437Added functional test on Gradle nested classes validation errorv0.7.3===================
Kover Gradle Plugin
Features
#423Implemented task of generating binary reportBugfixes
#405Fixed lookup for tests if unit tests are disabled in Android config#415Fixed usage of Kover Gradle Plugin in buildSrc directory#431Fixed excluding of companion object by annotation from reportKover Offline
Features
v0.7.2===================
Features
#362Removed the dependency on the order of applying of the plugin#229Added task to print coverage to logs#394Added DSL accessors for Kover Default report tasks#400Added descriptions for Kover report tasks#409Added ability to generate reports even if there are no tests in the project0.8.10Bugfixes
#413Fixed issues with cache miss of build cache at the time of project relocationDocumentation
dependency {}->dependencies {}Internal features
1.0.724v0.7.1===================
Features
Bugfixes
Documentation
Internal features
1.0.721v0.7.0===================
This release introduce API rework in order to support configuration cache, project isolation model, Android Gradle plugin.
It is incompatible with the previous version, and we provide best-effort migration assistance as well as migration guide
Features
Internal features
Bugfixes
Cannot run Project.afterEvaluate(#221)assembletask (#353)Changelog relative to version
0.7.0-BetaFeatures
Bugfixes
assembletask (#353)Internal features
Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)
v0.14.0Compare Source
The release contains changes potentially affecting dump's content (#144, #162, #161, #175).
What changed:
$EntriesMappingsclasses backing Kotlin's 1.9Enum.entriesare now filtered out (#144)DefaultImplsclass (#161)api/) is added (#170)package-infoclasses could be now filtered from the dump by adding these annotations tononPublicMarkers(#175)ignoredClassesbehavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#136)Thanks to @qwwdfsad, @bryanlogan, @aSemy, @xtrm-en and @Goooler for contributions!
v0.13.2Compare Source
kotlinx-metadatais updated to 0.6.2 with the support of LV 2.0v0.13.1Compare Source
v0.13.0Compare Source
kotest/kotest (io.kotest:kotest-runner-junit5)
v5.9.1What's Changed
Assertions
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.