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

chore(deps): update all non-major dependencies (except core kotlin) #545

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 31, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-assertions-core 5.6.2 -> 5.7.2 age adoption passing confidence
com.gradle.enterprise 3.14 -> 3.15.1 age adoption passing confidence
org.ajoberstar.reckon:reckon-gradle 0.18.0 -> 0.18.1 age adoption passing confidence
de.undercouch.download 5.4.0 -> 5.5.0 age adoption passing confidence
io.gitlab.arturbosch.detekt:detekt-gradle-plugin (source) 1.23.0 -> 1.23.1 age adoption passing confidence
org.apache.logging.log4j:log4j-core (source) 2.20.0 -> 2.21.0 age adoption passing confidence
org.apache.logging.log4j:log4j-slf4j2-impl (source) 2.20.0 -> 2.21.0 age adoption passing confidence
io.github.detekt.sarif4k:sarif4k (source) 0.4.0 -> 0.5.0 age adoption passing confidence
com.squareup.okio:okio-fakefilesystem 3.4.0 -> 3.6.0 age adoption passing confidence
com.squareup.okio:okio 3.4.0 -> 3.6.0 age adoption passing confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core)

v5.7.2

v5.7.1

v5.7.0

ajoberstar/reckon (org.ajoberstar.reckon:reckon-gradle)

v0.18.1

Compare Source

Small patch release to update dependencies and resolve a deprecation.

Breaking Changes

None

Enhancements

None

Fixes

  • #​199 Update Gradle and dependencies
  • #​198 Remove use of deprecated forUseAtConfigurationTime function from Gradle

Deprecations

None

Compatibility

Tested against the following versions.

Java Version Gradle Versions
11 7.0.2, 7.6.1, 8.0.2, 8.4
17 7.3.3, 7.6.1, 8.0.2, 8.4
21 8.4
michel-kraemer/gradle-download-task (de.undercouch.download)

v5.5.0

Compare Source

New features:

  • Accept URI as source (#​338)
  • Support RegularFile as input for the Verify action

Bug fixes:

  • Relocate Apache HttpClient's public suffix list to avoid classpath conflicts (#​317)

Maintenance:

  • Add integration tests for Gradle versions up to 8.3
  • Remove unnecessary integration tests for some 5.x and 6.x versions of Gradle
  • Update dependencies
  • Update to Gradle 8.3
  • Fix deprecation warnings in examples
detekt/detekt (io.gitlab.arturbosch.detekt:detekt-gradle-plugin)

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

detekt/sarif4k (io.github.detekt.sarif4k:sarif4k)

v0.5.0

Compare Source

What's Changed

New Contributors

Full Changelog: detekt/sarif4k@0.4.0...0.5.0

square/okio (com.squareup.okio:okio-fakefilesystem)

v3.6.0

2023-10-01

  • Fix: Don't leak file handles when using metadata functions on ZipFileSystem. We had a bug
    where we were closing the .zip file, but not a stream inside of it. We would have prevented
    this bug if only we’d used FakeFileSystem.checkNoOpenFiles() in our tests!
  • Fix: Don't build an index of a class loader's resources in ResourceFileSystem.read(). This
    operation doesn't need this index, and building it is potentially expensive.
  • New: Experimentally support Linux on ARM64 for Kotlin/Native targets (linuxArm64). Note that
    we haven't yet added CI test coverage for this platform.
  • Upgrade: [Kotlin 1.9.10][kotlin_1_9_10].

v3.5.0

2023-08-02

  • New: Support the WebAssembly (WASM) platform. Okio's support for WASM is experimental, but
    improving, just like Kotlin's own support for WASM.
  • New: Adapt WebAssembly System Interface (WASI) API's as an Okio FileSystem using
    WasiFileSystem. This is in the new okio-wasifilesystem module. It requires the [preview1]
    WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become
    available.
  • Fix: Return relative paths in the NIO adapter FileSystem when required. FileSystem.list()
    had always returned absolute paths, even when the target directory was supplied as a relative
    path.
  • Fix: Don't crash when reading into an empty array using FileHandle on Kotlin/Native.
  • Upgrade: [Kotlin 1.9.0][kotlin_1_9_0].

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.

@codecov
Copy link

codecov bot commented Jul 31, 2023

Codecov Report

Merging #545 (5524144) into main (18f1cea) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #545   +/-   ##
=========================================
  Coverage     48.32%   48.32%           
  Complexity      164      164           
=========================================
  Files            53       53           
  Lines          1877     1877           
  Branches        313      313           
=========================================
  Hits            907      907           
  Misses          841      841           
  Partials        129      129           
Flag Coverage Δ
unittests 48.32% <ø> (ø)

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

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

JUnit Tests (Linux, EnricoMi/publish-unit-test-result-action@v1)

245 tests   221 ✔️  10m 28s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 56ed227.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v1)

245 tests   221 ✔️  12m 38s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 56ed227.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jul 31, 2023

JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v1)

245 tests   221 ✔️  13m 7s ⏱️
  48 suites    24 💤
  48 files        0

Results for commit 56ed227.

♻️ This comment has been updated with latest results.

@nulls nulls enabled auto-merge (squash) July 31, 2023 08:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 72a2b8b to 6d75c0d Compare August 2, 2023 15:04
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from e0c8720 to 556dc90 Compare August 27, 2023 16:45
@nulls
Copy link
Member

nulls commented Aug 28, 2023

org.jetbrains.kotlinx:kotlinx-serialization-core brings dependency to kotlin 1.9.0.
Probably it can be merged after migration to new kotlin only

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fec4bea to e30e4d3 Compare September 5, 2023 21:19
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 418ee40 to 64a0b69 Compare September 13, 2023 16:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 3b2668e to a18564b Compare September 24, 2023 20:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 792315a to 2bb597f Compare October 5, 2023 14:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2bb597f to 2fe66f6 Compare October 9, 2023 07:21
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 5f860d7 to 56ed227 Compare October 23, 2023 10:09
@nulls nulls merged commit 5679607 into main Oct 23, 2023
13 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch October 23, 2023 10:59
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.

2 participants