lydavid / MusicSearch

An Android app for browsing songs, artists, and anything related to them
Apache License 2.0
18 stars 0 forks source link

chore(deps): update dependency com.lemonappdev:konsist to v0.15.1 #985

Closed renovate[bot] closed 3 days ago

renovate[bot] commented 3 days ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.lemonappdev:konsist (source) 0.14.0 -> 0.15.1 age adoption passing confidence

Release Notes

LemonAppDev/konsist (com.lemonappdev:konsist) ### [`v0.15.1`](https://togithub.com/LemonAppDev/konsist/releases/tag/v0.15.1) #### What's Changed Restore layer validation **Full Changelog**: https://github.com/LemonAppDev/konsist/compare/v0.15.0...v0.15.1 ### [`v0.15.0`](https://togithub.com/LemonAppDev/konsist/releases/tag/v0.15.0) #### What's Changed ##### 1. Use Kotlin compiler `kotlin-compiler-embeddable` dependency This release updates Kotlin compiler dependency to `kotlin-compiler-embeddable` reducing dependency conflicts and simplifying dependency management. ##### 2. All all APIs accepting `varargs` now accept Kotlin collections (`List` and `Set`, etc.): ```kotlin // Existing API Konsist .scopeFromFiles(path1, path2, path3) ... // Improved API (old API stil works) val paths = setOf(path1, path2, path3) // listOf() Konsist .scopeFromFiles(paths) ... ``` āš ļø In next release bunch of deprecated methods will be removed, so make sure to bring you tests up to date. ##### šŸ’” Improvements - KON-614 Update Kotlin Compiler Dependency `kotlin-compiler` to `kotlin-compiler-embeddable` by [@​igorwojda](https://togithub.com/igorwojda) in [#​954](https://togithub.com/LemonAppDev/konsist/issues/954) - KON-598 Add ability to pass list and set to withX functions by [@​nataliapeterwas](https://togithub.com/nataliapeterwas) in [#​943](https://togithub.com/LemonAppDev/konsist/issues/943) - KON-616 Add ability to pass collections to functions in providers by [@​nataliapeterwas](https://togithub.com/nataliapeterwas) in [#​974](https://togithub.com/LemonAppDev/konsist/issues/974) **Full Changelog**: https://github.com/LemonAppDev/konsist/compare/v0.14.0...v0.15.0

Configuration

šŸ“… Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

šŸš¦ Automerge: Enabled.

ā™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

šŸ”• Ignore: Close this PR and you won't be reminded about this update again.



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