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 non-major dependencies (except core Kotlin) #93

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2023

Mend Renovate

This PR contains the following updates:

Package Change 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.5.0 -> 3.6.0 age adoption passing confidence
com.squareup.okio:okio 3.5.0 -> 3.6.0 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

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].

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 Oct 2, 2023

Codecov Report

Merging #93 (0e24898) into main (de1b40d) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main      #93   +/-   ##
=========================================
  Coverage     67.87%   67.87%           
  Complexity       32       32           
=========================================
  Files             4        4           
  Lines           277      277           
  Branches         72       72           
=========================================
  Hits            188      188           
  Misses           46       46           
  Partials         43       43           
Flag Coverage Δ
unittests 67.87% <ø> (ø)

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

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

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

72 tests  ±0   72 ✔️ ±0   1s ⏱️ -1s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit 0e24898. ± Comparison against base commit de1b40d.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

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

72 tests  ±0   72 ✔️ ±0   2s ⏱️ -2s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit 0e24898. ± Comparison against base commit de1b40d.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

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

72 tests  ±0   72 ✔️ ±0   2s ⏱️ -2s
  6 suites ±0     0 💤 ±0 
  6 files   ±0     0 ±0 

Results for commit 0e24898. ± Comparison against base commit de1b40d.

♻️ This comment has been updated with latest results.

@renovate renovate bot changed the title Update dependency io.github.detekt.sarif4k:sarif4k to v0.5.0 Update all non-major dependencies (except core Kotlin) Oct 2, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 03edbc9 to 0e24898 Compare October 2, 2023 03:46
@nulls nulls merged commit 27b2a83 into main Oct 2, 2023
20 checks passed
@nulls nulls deleted the renovate/all-minor-patch branch October 2, 2023 07:21
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.

1 participant