-
Notifications
You must be signed in to change notification settings - Fork 4
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
Conversation
This file contains 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
Codecov Report
@@ 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
Flags with carried forward coverage won't be shown. Click here to find out more. |
kgevorkyan
approved these changes
Jul 31, 2023
nulls
approved these changes
Jul 31, 2023
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
August 2, 2023 15:04
72a2b8b
to
6d75c0d
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
August 27, 2023 16:45
e0c8720
to
556dc90
Compare
org.jetbrains.kotlinx:kotlinx-serialization-core brings dependency to kotlin 1.9.0. |
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
5 times, most recently
from
September 5, 2023 21:19
fec4bea
to
e30e4d3
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 13, 2023 16:05
418ee40
to
64a0b69
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
September 24, 2023 20:03
3b2668e
to
a18564b
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
2 times, most recently
from
October 5, 2023 14:33
792315a
to
2bb597f
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 9, 2023 07:21
2bb597f
to
2fe66f6
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
3 times, most recently
from
October 23, 2023 10:09
5f860d7
to
56ed227
Compare
renovate
bot
force-pushed
the
renovate/all-minor-patch
branch
from
October 23, 2023 10:34
56ed227
to
5524144
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
5.6.2
->5.7.2
3.14
->3.15.1
0.18.0
->0.18.1
5.4.0
->5.5.0
1.23.0
->1.23.1
2.20.0
->2.21.0
2.20.0
->2.21.0
0.4.0
->0.5.0
3.4.0
->3.6.0
3.4.0
->3.6.0
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
forUseAtConfigurationTime
function from GradleDeprecations
None
Compatibility
Tested against the following versions.
michel-kraemer/gradle-download-task (de.undercouch.download)
v5.5.0
Compare Source
New features:
URI
as source (#338)RegularFile
as input for theVerify
actionBug fixes:
Maintenance:
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 Kotlin1.9.0
and fixed several bugs thatgot reported by the community.
Notable Changes
Changelog
..<
andrangeTo
in theForEachOnRange
rule - #6197UseDataClass
if class contains non-property parameters - #6173replaceIndent
andprependIndent
- #6154Dependency Updates
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
cd89f46
by @renovate in https://github.com/detekt/sarif4k/pull/72New Contributors
Full Changelog: detekt/sarif4k@0.4.0...0.5.0
square/okio (com.squareup.okio:okio-fakefilesystem)
v3.6.0
2023-10-01
metadata
functions onZipFileSystem
. We had a bugwhere we were closing the
.zip
file, but not a stream inside of it. We would have preventedthis bug if only we’d used
FakeFileSystem.checkNoOpenFiles()
in our tests!ResourceFileSystem.read()
. Thisoperation doesn't need this index, and building it is potentially expensive.
linuxArm64
). Note thatwe haven't yet added CI test coverage for this platform.
v3.5.0
2023-08-02
improving, just like Kotlin's own support for WASM.
WasiFileSystem
. This is in the newokio-wasifilesystem
module. It requires the [preview1]WASI API. We’ll make backwards-incompatible upgrades to new WASI API versions as they become
available.
FileSystem.list()
had always returned absolute paths, even when the target directory was supplied as a relative
path.
FileHandle
on Kotlin/Native.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.
This PR has been generated by Mend Renovate. View repository job log here.