Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all dependencies #123

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

Update all dependencies #123

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 5, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/checkout action minor v3.5.2 -> v3.6.0 age adoption passing confidence
actions/setup-java action minor v3.11.0 -> v3.13.0 age adoption passing confidence
actions/upload-artifact action patch v3.1.2 -> v3.1.3 age adoption passing confidence
gradle (source) minor 8.1.1 -> 8.7 age adoption passing confidence
io.kotest.extensions:kotest-assertions-arrow dependencies minor 1.3.3 -> 1.4.0 age adoption passing confidence
io.kotest.extensions:kotest-property-arrow dependencies minor 1.3.3 -> 1.4.0 age adoption passing confidence
com.fasterxml.jackson.module:jackson-module-kotlin dependencies minor 2.15.2 -> 2.17.1 age adoption passing confidence
ru.vyarus.animalsniffer plugin patch 1.7.0 -> 1.7.1 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.0 -> 1.23.6 age adoption passing confidence
org.jetbrains.kotlinx.binary-compatibility-validator plugin minor 0.13.2 -> 0.14.0 age adoption passing confidence
io.kotest:kotest-runner-junit5 dependencies minor 5.6.2 -> 5.9.0 age adoption passing confidence
io.kotest:kotest-property dependencies minor 5.6.2 -> 5.9.0 age adoption passing confidence
io.kotest:kotest-framework-engine dependencies minor 5.6.2 -> 5.9.0 age adoption passing confidence
io.kotest:kotest-assertions-core dependencies minor 5.6.2 -> 5.9.0 age adoption passing confidence
org.jetbrains.kotlin.multiplatform (source) plugin minor 1.8.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin.jvm (source) plugin minor 1.8.21 -> 1.9.24 age adoption passing confidence
org.jetbrains.dokka plugin minor 1.8.10 -> 1.9.20 age adoption passing confidence
io.arrow-kt:arrow-optics dependencies minor 1.1.5 -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-core dependencies minor 1.1.5 -> 1.2.4 age adoption passing confidence
io.arrow-kt:arrow-annotations dependencies minor 1.1.5 -> 1.2.4 age adoption passing confidence

Release Notes

actions/checkout (actions/checkout)

v3.6.0

Compare Source

v3.5.3

Compare Source

actions/setup-java (actions/setup-java)

v3.13.0

Compare 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

steps:
 - name: Checkout
   uses: actions/checkout@v3
 - name: Setup-java
   uses: actions/setup-java@v3
   with:
     distribution: 'dragonwell'
     java-version: '17'

Several inaccuracies were also fixed:

New Contributors

Full Changelog: actions/setup-java@v3...v3.13.0

v3.12.0

Compare 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

actions/upload-artifact (actions/upload-artifact)

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

gradle/gradle (gradle)

v8.7

Compare Source

v8.6

Compare Source

v8.5: 8.5

Compare Source

The Gradle team is excited to announce Gradle 8.5.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Alex Landau,
Aurimas,
Björn Kautler,
bodhili,
Daniel Le Berre,
davidburstrom,
Franz Wimmer,
Jongwoo Han,
Ken,
Leonardo Silveira,
Martin Bonnin,
Matthew Von-Maszewski,
Nik Clayton,
noeppi_noeppi,
Philip Wedemann,
Philipp Schneider,
Tomas Bjerre

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.5

See the Gradle 8.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.

v8.4: 8.4

Compare Source

The Gradle team is excited to announce Gradle 8.4.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Ahmed Ehab,
Andrei Rybak,
Baptiste Decroix,
Björn Kautler,
Cesar de la Vega,
Ganavi Jayaram,
Gaurav Padam,
hwanseok,
J.T. McQuigg,
Jakub Chrzanowski,
Jendrik Johannes,
kackey0-1,
Konstantin Gribov,
Pratik Haldankar,
Qinglin,
Sebastian Schuberth,
Thad House,
valery1707,
Vladimir Sitnikov,
wuyangnju,
Yanming Zhou,
Yanshun Li,
Yusuke Uehara,
zeners

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.4

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.

v8.3: 8.3

Compare Source

The Gradle team is excited to announce Gradle 8.3.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Korov,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Róbert Papp,
Shi Chen,
Tony Robalik

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.2.1

Compare Source

v8.2: 8.2

Compare Source

The Gradle team is excited to announce Gradle 8.2.

Amongst other improvements, this release addresses two security vulnerabilities:

Read the Release Notes

We would like to thank the following community contributors for their contributions to this release of Gradle:

Bruno Didot,
Eric Vantillard,
esfomeado,
Jendrik Johannes,
Jonathan Leitschuh,
Lee Euije,
Stefan Oehme,
Todor Dinev,
Yanshun Li

Upgrade instructions

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

./gradlew wrapper --gradle-version=8.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.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

detekt/detekt (io.gitlab.arturbosch.detekt)

v1.23.6

1.23.6 - 2024-03-23

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.23 and fixed several bugs that got reported by the community.

Changelog
  • UselessPostfixExpression - Fix #​7037 false positive postfix - #​7084
  • Don't allow invalid Source Locations - #​7030
  • UnusedPrivateClass: don't report if private classes are used for type conversion - #​6995
  • RedundantSuspendModifier: do not report when the function has 'actual' modifier - #​6951
  • Update dependency gradle to v8.7 - #​7080
  • Update kotlin monorepo to v1.9.23 - #​7027
  • Update dependency gradle to v8.6 - #​6939
  • Update dependency com.android.tools.build:gradle to v8.3.1 - #​7070
Contributors

We would like to thank the following contributors that made this release possible: @​BraisGabin, @​psuzn, @​t-kameyama.

v1.23.5

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.22 and fixed several bugs that
got reported by the community.

Notable Changes
  • Test Gradle plugin with AGP 8.2.0 - #​6672
  • chore(deps): update dependency gradle to v8.5 - #​6663
  • fix(deps): update kotlin monorepo to v1.9.22 - #​6746
Changelog
  • Report rule's default severity in sarif backport - #​6916
  • Add ignoreAnnotatedFunctions to TooManyFunctions - #​6875
  • Fix by checking the existence of label in previous statements - #​6671
  • Also check USELESS_ELVIS in UnreachableCode - #​6624
  • Fix by adding last method call to the set - #​6567
Housekeeping & Refactorings
  • Opt in to ExperimentalCompilerApi in all compilations in compiler-plugin - #​6534
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​TWiStErRob, @​atulgpt, @​matejdro

v1.23.4

1.23.4 - 2023-11-26

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.21 and fixed several bugs that
got reported by the community.

Notable Changes
  • fix(deps): update kotlin monorepo to v1.9.21 - #​6642
  • fix(deps): update kotlin monorepo to v1.9.20 - #​6572
Changelog
  • Update the ruleset regex to allow numbers - #​6635
  • Show deprecation message - #​6614
  • Add io.gitlab.arturbosch.detekt.generator.Main to the jar manifest - #​6613
  • Don't report FunctionNaming when the function's name equals to the return type's name with type arguments - #​6605
  • Fix issues related to kotlin-stdlib's Gradle module metadata in Kotlin 1.9.20 - #​6590
  • MethodSignature - Add the condition of receiver should be null - #​6570
  • Remove check for deprectated functions toUpperCase and toLowerCase - #​6548
  • Fixes false positive of trailing whitespaces in kdoc - #​6370
Dependency Updates
  • Update tested AGP version to 8.1.3 - #​6610
  • Switch to kctfork for Kotlin compilation testing - #​6589
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​BraisGabin, @​Gosunet, @​atulgpt, @​t-kameyama

v1.23.3

1.23.3 - 2023-10-31

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.10 and fixed several bugs that
got reported by the community.

NOTE: This is a republishing of 1.23.2 which was accidentally published against Kotlin 1.9.0 instead of 1.9.10

Changelog
  • Consider deprecated rules as inactive when running allRules #​6381
  • Fix inputstream leaking file descriptor in Gradle - #​6519
  • ForbiddenMethodCall - Handle sequence of overridden methods - #​6478
  • Function to return supported Kotlin version - #​6472
  • Fix false negative IgnoredReturnValue with scope functions - #​6446
  • UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - #​6443
  • Fix reporting unused imports at file level - #​6390
  • OutdatedDocumentation - Detect param which private property documented as property - #​6372
  • NullableToStringCall: fix false negative in lambda - #​6352
  • Correctly set scheme for URIs in the SARIF report output - #​6331
  • SleepInsteadOfDelay - Find the parent for suspend check - #​6191
Dependency Updates
  • Update kotlin monorepo to v1.9.10 - #​6423
  • Update dependency gradle to v8.4 - #​6522
  • Update dependency gradle to v8.3 - #​6406
  • Update com.android.tools.build to 8.1.1 - #​6419
  • update dependency org.jetbrains.dokka to v1.9.10 - #​6549
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​arturbosch, @​atulgpt, @​kkocel, @​marschwar, @​pablobaxter, @​t-kameyama

v1.23.2

1.23.2 - 2023-10-29

NOTE: Please use version 1.23.3 instead - Version 1.23.2 was accidentally built against Kotlin 1.9.0 instead of 1.9.10
https://github.com/detekt/detekt/releases/tag/v1.23.3

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.10 and fixed several bugs that
got reported by the community.

Changelog
  • Consider deprecated rules as inactive when running allRules #​6381
  • Fix inputstream leaking file descriptor in Gradle - #​6519
  • ForbiddenMethodCall - Handle sequence of overridden methods - #​6478
  • Function to return supported Kotlin version - #​6472
  • Fix false negative IgnoredReturnValue with scope functions - #​6446
  • UnconditionalJumpStatementInLoop: don't report a conditional break in a single body expression - #​6443
  • Fix reporting unused imports at file level - #​6390
  • OutdatedDocumentation - Detect param which private property documented as property - #​6372
  • NullableToStringCall: fix false negative in lambda - #​6352
  • Correctly set scheme for URIs in the SARIF report output - #​6331
  • SleepInsteadOfDelay - Find the parent for suspend check - #​6191
Dependency Updates
  • Update kotlin monorepo to v1.9.10 - #​6423
  • Update dependency gradle to v8.4 - #​6522
  • Update dependency gradle to v8.3 - #​6406
  • Update com.android.tools.build to 8.1.1 - #​6419
  • update dependency org.jetbrains.dokka to v1.9.10 - #​6549
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​arturbosch, @​atulgpt, @​kkocel, @​marschwar, @​pablobaxter, @​t-kameyama

v1.23.1

1.23.1 - 2023-07-30

This is a point release for Detekt 1.23.0, where we added support for Kotlin 1.9.0 and fixed several bugs that
got reported by the community.

Notable Changes
  • Bumped Kotlin to v1.9.0 - #​6258
  • Bumped KtLint to v0.50.0 - #​6239
  • Updated CLI to reflect Java 20 support - #​6277
Changelog
  • Add missing jdkHome and languageVersion properties to DetektCreateBaselineTask - #​6284
  • Make InvalidRange aware of rangeUntil operator - #​6264
  • MaxChainedCallsOnSameLine: don't count class references as chained calls - #​6224
  • CanBeNonNullable: Fix false positive when property is defined after assignment - #​6210
  • Add ..< and rangeTo in the ForEachOnRange rule - #​6197
  • Don't report UseDataClass if class contains non-property parameters - #​6173
  • Allow documenting public fun name when same private variable is present - #​6165
  • Find range call using recursion - #​6164
  • StringShouldBeRawString: Ignore replaceIndent and prependIndent - #​6154
  • UnusedPrivateProperty: Fix false postive by ignoring data classes - #​6151
  • PropertyUsedBeforeDeclaration: fix false positive in nested/inner class - #​6139
Dependency Updates
  • Update dependency gradle to v8.2.1 - #​6274
  • Switch to SLF4J 2.x - #​6266
  • Update kotlin monorepo to v1.8.22 - #​6192
Contributors

We would like to thank the following contributors that made this release possible: @​3flex, @​Goooler, @​Hexcles, @​PoisonedYouth, @​TWiStErRob, @​VirtualParticle, @​atulgpt, @​cortinico, @​dzirbel, @​eygraber, @​marschwar, @​rmarquis, @​segunfamisa, @​severn-everett, @​t-kameyama

See all commit history here

Kotlin/binary-compatibility-validator (org.jetbrains.kotlinx.binary-compatibility-validator)

v0.14.0

Compare Source

The release contains changes potentially affecting dump's content (#​144, #​162, #​161, #​175).

What changed:
  • $EntriesMappings classes backing Kotlin's 1.9 Enum.entries are now filtered out (#​144)
  • Companion class' annotation are now propagated to the corresponding Companion field (#​162)
  • Interface's class-level annotations are now propagated to the corresponding DefaultImpls class (#​161)
  • An option to setup a custom dump output directory (other that the default api/) is added (#​170)
  • Packages annotated in Java package-info classes could be now filtered from the dump by adding these annotations to nonPublicMarkers (#​175)
  • Fixed ignoredClasses behavior to avoid exclusion of classes whose name is a prefix of some ignoredClasses values (#​136)
  • Gradle is updated to 8.5, build scripts and configs are refactored (#​134, #​167), strict API mode is enabled (#​168)
  • ASM is updated to 8.6 to support classifies targeting Java versions (#​173)
  • Tests were cleaned up to avoid hardcoded dump root paths (#​154)
  • Badges in the README file were updated (#​159)

Thanks to @​qwwdfsad, @​bryanlogan, @​aSemy, @​xtrm-en and @​Goooler for contributions!

kotest/kotest (io.kotest:kotest-runner-junit5)

v5.9.0

Highlights

Support for wasmJs has been added, curtesy of @​OliverO2

What's Changed

New Contributors

Full Changelog: kotest/kotest@v5.8.1...v5.9.0

v5.8.1

What's Changed

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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot changed the title Update dependency org.jetbrains.dokka to v1.8.20 Update all dependencies Jun 7, 2023
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from d276b41 to c19cdba Compare July 6, 2023 08:20
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from ded992f to 53f0006 Compare July 12, 2023 15:38
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 8d95a51 to e1bd7ac Compare July 29, 2023 15:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 5ecd096 to 29a9f04 Compare August 23, 2023 10:28
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from a3c64e9 to bea558a Compare September 6, 2023 20:58
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 15ca90b to 11ba1a9 Compare September 25, 2023 01:13
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 40d1926 to 9a35553 Compare October 16, 2023 14:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 1436ea0 to a0e8cb1 Compare November 3, 2023 22:00
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 2dd3599 to e30b42c Compare November 29, 2023 17:18
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from fbbfc36 to be569f8 Compare December 24, 2023 10:43
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2bf8e63 to 2de7ae4 Compare February 3, 2024 06:18
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 0c1274c to 45e06ef Compare March 4, 2024 15:24
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 5437e60 to 042a73e Compare March 13, 2024 04:25
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 7da6214 to 46e07ed Compare March 25, 2024 01:46
@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 642cf9f to 47ff4cf Compare May 7, 2024 11:24
| datasource     | package                                                                                                                 | from    | to      |
| -------------- | ----------------------------------------------------------------------------------------------------------------------- | ------- | ------- |
| github-tags    | actions/checkout                                                                                                        | v3.5.2  | v3.6.0  |
| github-tags    | actions/setup-java                                                                                                      | v3.11.0 | v3.13.0 |
| github-tags    | actions/upload-artifact                                                                                                 | v3.1.2  | v3.1.3  |
| gradle-version | gradle                                                                                                                  | 8.1.1   | 8.7     |
| maven          | io.kotest.extensions:kotest-assertions-arrow                                                                            | 1.3.3   | 1.4.0   |
| maven          | io.kotest.extensions:kotest-property-arrow                                                                              | 1.3.3   | 1.4.0   |
| maven          | com.fasterxml.jackson.module:jackson-module-kotlin                                                                      | 2.15.2  | 2.17.1  |
| maven          | ru.vyarus.animalsniffer:ru.vyarus.animalsniffer.gradle.plugin                                                           | 1.7.0   | 1.7.1   |
| maven          | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin                                                   | 1.23.0  | 1.23.6  |
| maven          | org.jetbrains.kotlinx.binary-compatibility-validator:org.jetbrains.kotlinx.binary-compatibility-validator.gradle.plugin | 0.13.2  | 0.14.0  |
| maven          | io.kotest:kotest-runner-junit5                                                                                          | 5.6.2   | 5.9.0   |
| maven          | io.kotest:kotest-property                                                                                               | 5.6.2   | 5.9.0   |
| maven          | io.kotest:kotest-framework-engine                                                                                       | 5.6.2   | 5.9.0   |
| maven          | io.kotest:kotest-assertions-core                                                                                        | 5.6.2   | 5.9.0   |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin                                     | 1.8.21  | 1.9.24  |
| maven          | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin                                                         | 1.8.21  | 1.9.24  |
| maven          | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin                                                                   | 1.8.10  | 1.9.20  |
| maven          | io.arrow-kt:arrow-optics                                                                                                | 1.1.5   | 1.2.4   |
| maven          | io.arrow-kt:arrow-core                                                                                                  | 1.1.5   | 1.2.4   |
| maven          | io.arrow-kt:arrow-annotations                                                                                           | 1.1.5   | 1.2.4   |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants