jpenilla / AnnouncerPlus

Announcement and Join/Quit message plugin with support for permissions. Supports Hex colors, gradients, Achievements, Titles, Action Bars, and more. Uses MiniMessage for text formatting
https://www.spigotmc.org/resources/announcer-plus.81005/
MIT License
70 stars 13 forks source link

fix(deps): update dependency io.insert-koin:koin-core to v3.5.0 #180

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.insert-koin:koin-core (source) 3.4.3 -> 3.5.0 age adoption passing confidence

Release Notes

InsertKoinIO/koin (io.insert-koin:koin-core) ### [`v3.5.0`](https://togithub.com/InsertKoinIO/koin/blob/HEAD/CHANGELOG.md#350---2023-09-12) ##### [bom-3.5.0]() - Create BOM for Koin `io.insert-koin:koin-bom` to cover koin projects, by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`73acbcf`](https://togithub.com/InsertKoinIO/koin/commit/73acbcf0bee45388aef83a2c03040db7002459bc), Fix [#​1519](https://togithub.com/InsertKoinIO/koin/issues/1519) ##### [core-3.5.0]() Version upgrades - Kotlin update to `1.9.0` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`cc44d81`](https://togithub.com/InsertKoinIO/koin/commit/cc44d818e4184607d77d3a3e587c582966cba318) - JUnit 5 update to `5.9.3` & stately-concurrency to `1.2.5` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`0e9ec2c`](https://togithub.com/InsertKoinIO/koin/commit/0e9ec2c072b2d4d45392c04f799e03eb338f5634) - Coroutines lib updates to `1.7.3` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`217e2cb`](https://togithub.com/InsertKoinIO/koin/commit/217e2cb97f83ed81163a24efe1602df3b9fbfc7b) Updates - Type alias NoBeanDefFoundException to NoDefinitionFoundException & KoinAppAlreadyStartedException to ApplicationAlreadyStartedException by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`901b0cc`](https://togithub.com/InsertKoinIO/koin/commit/901b0cccddc96cd2a9fb096bc31ec58a30a715e3) - Remove old native memory management by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`313f6dc`](https://togithub.com/InsertKoinIO/koin/commit/313f6dc00d934dbc6bfe185d4d4189010b7d3612) - Remove deprecated use of native time API by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`0a91bce`](https://togithub.com/InsertKoinIO/koin/commit/0a91bceaba452c8e45aa409b90b10297bc74b299) - Open K2 compiler experiment by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`d7382d9`](https://togithub.com/InsertKoinIO/koin/commit/d7382d92b232296eb37a4adfec4366378d60db47) - Protect Logger internal API by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`565f642`](https://togithub.com/InsertKoinIO/koin/commit/565f642e2ee2e3baf4ab8ffd241eaa6f32575864) - add optional boolean "createEagerinstances" to `loadKoinModules` function, to let decide to create eager instances or not by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`4477082`](https://togithub.com/InsertKoinIO/koin/commit/4477082c00b8a7603b3dcd7b033eddc6a8918946) - Update case of Scope source type shadowing by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [#​1595](https://togithub.com/InsertKoinIO/koin/issues/1595) - Allow includes to take Collection by [@​DebitCardz](https://togithub.com/DebitCardz) in [https://github.com/InsertKoinIO/koin/pull/1632](https://togithub.com/InsertKoinIO/koin/pull/1632) - update start message by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`9c7d8d3`](https://togithub.com/InsertKoinIO/koin/commit/9c7d8d344c71b5da000bafa9eeb426645d29420c) Fixes - Fixing race condition in Scope - Fixed for 3.5.0 by [@​octa-one](https://togithub.com/octa-one) and [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1643](https://togithub.com/InsertKoinIO/koin/pull/1643) - Allow to run koinApplication and specify if eager instances are created or not, with `createEagerInstances : Boolean = true` parameter, by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`bbd18de`](https://togithub.com/InsertKoinIO/koin/commit/bbd18decab33a8879d2b4443d760dafcbb668780) - Clean up `verify()` API logs by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`088d8da`](https://togithub.com/InsertKoinIO/koin/commit/088d8da2c715bf22bf81a04e8065ca40707866b4) - `Scope` class is no longer a data class by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`1110c2a`](https://togithub.com/InsertKoinIO/koin/commit/1110c2a7a1d9173c520565f32623ae411478e357) - Improve formatting. by [@​johnjohndoe](https://togithub.com/johnjohndoe) in [https://github.com/InsertKoinIO/koin/pull/1608](https://togithub.com/InsertKoinIO/koin/pull/1608) - Fix number of type parameters for scopedOf dsl by [@​floatdrop](https://togithub.com/floatdrop) in [https://github.com/InsertKoinIO/koin/pull/1641](https://togithub.com/InsertKoinIO/koin/pull/1641) - perf The module flattening function can reduce GC using MutableSet by [@​KAMO030](https://togithub.com/KAMO030) in [https://github.com/InsertKoinIO/koin/pull/1640](https://togithub.com/InsertKoinIO/koin/pull/1640) ##### [android-3.5.0]() Version upgrades - android lib updates: `androidx.activity:activity-ktx:1.7.2`, `androidx.fragment:fragment-ktx:1.6.1`, `androidx.navigation:navigation-fragment-ktx:2.7.1` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`1fb1193`](https://togithub.com/InsertKoinIO/koin/commit/1fb1193e5caf565dc5b387a5ae1e67502ec294ba) Fixes - Fix [#​1631](https://togithub.com/InsertKoinIO/koin/issues/1631), Disable BuildConfig for android modules by [@​5peak2me](https://togithub.com/5peak2me) in [https://github.com/InsertKoinIO/koin/pull/1642](https://togithub.com/InsertKoinIO/koin/pull/1642) - Dont ignore getviewmodel key by [@​lammertw](https://togithub.com/lammertw) and [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1644](https://togithub.com/InsertKoinIO/koin/pull/1644) - Fix Java compat for ViewModel creation extras by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) [#​1584](https://togithub.com/InsertKoinIO/koin/issues/1584) - androidContext redundant bind by [@​GrzegorzBobryk](https://togithub.com/GrzegorzBobryk) in [https://github.com/InsertKoinIO/koin/pull/1648](https://togithub.com/InsertKoinIO/koin/pull/1648) ##### [ktor-3.5.0]() Version upgrades - ktor `2.3.3` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`aff4f42`](https://togithub.com/InsertKoinIO/koin/commit/aff4f42ca9afaad3bec1c7d7f3907eb0ea4388c2) Updates - Koin context isolation for Ktor by [@​zakhenry](https://togithub.com/zakhenry) in [`fff847e`](https://togithub.com/InsertKoinIO/koin/commit/fff847ea9f6a1131c5f39b62f7bd0fb0f8142109) - Koin Request Scope for Ktor by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`280fdfe`](https://togithub.com/InsertKoinIO/koin/commit/280fdfeb79a5108225dd8c87e72e76405a41ddb8) [`2e491fb`](https://togithub.com/InsertKoinIO/koin/commit/2e491fb0977be9bcaec2ec95be90751d3ae9456a) [`dc46cec`](https://togithub.com/InsertKoinIO/koin/commit/dc46cec44a14bea61aa7183bb803db59f0eeb920) ##### [compose-1.1.0]() [androidx-compose-3.5.0]() Version upgrades - Jetpack & Jetbrains Compose compiler to `1.5.0` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`ea90be4`](https://togithub.com/InsertKoinIO/koin/commit/ea90be4d94dfa244744704e726793edd4c7bd12a) - Android lib update for compose - `androidx.compose.runtime:runtime:1.5.0`, `androidx.navigation:navigation-compose:2.7.1` by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`ea90be4`](https://togithub.com/InsertKoinIO/koin/commit/ea90be4d94dfa244744704e726793edd4c7bd12a) New Features - Compose `KoinIsolatedContext` to help run child composables using a isolated Koin context by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`8ca591b`](https://togithub.com/InsertKoinIO/koin/commit/8ca591b53e75ad75e08eaf301559bef98db8b2f6) - add KoinContext & KoinAndroidContext with check over CompositionLocalProvider to avoid outdated link to Koin scope - Fix [#​1557](https://togithub.com/InsertKoinIO/koin/issues/1557) by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) and [@​jjkester](https://togithub.com/jjkester) in [`61a88bb`](https://togithub.com/InsertKoinIO/koin/commit/61a88bbf79d593c9ed777f5b1acb07caa5e6db2e) Fixes - koin-compose - Fix [#​1601](https://togithub.com/InsertKoinIO/koin/issues/1601) with stable parameter definition holder by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`deb1253`](https://togithub.com/InsertKoinIO/koin/commit/deb1253d92a723a46acfa76127a5b9c255e3ea64) ##### [documentation]() - Pointed to correct dependancy for koin-test-junit5 in docs by [@​MarcusDunn](https://togithub.com/MarcusDunn) in [https://github.com/InsertKoinIO/koin/pull/1610](https://togithub.com/InsertKoinIO/koin/pull/1610) - Fixed a typo in context-isolation.md by [@​Deishelon](https://togithub.com/Deishelon) in [https://github.com/InsertKoinIO/koin/pull/1602](https://togithub.com/InsertKoinIO/koin/pull/1602) - docs: Fix a typo in the context isolation reference by [@​sschuberth](https://togithub.com/sschuberth) in [https://github.com/InsertKoinIO/koin/pull/1620](https://togithub.com/InsertKoinIO/koin/pull/1620) - \[bugfix] dls documentation by [@​GrzegorzBobryk](https://togithub.com/GrzegorzBobryk) in [https://github.com/InsertKoinIO/koin/pull/1645](https://togithub.com/InsertKoinIO/koin/pull/1645) - Workaround for module include compile issue - Fix [#​1341](https://togithub.com/InsertKoinIO/koin/issues/1341) doc note by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`57c84c3`](https://togithub.com/InsertKoinIO/koin/commit/57c84c3773880b76e1da73837fc93b924c14e42d) - Doc update for Compose features - KoinContext KoinAndroidContext and KoinIsolatedContext by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`11397b2`](https://togithub.com/InsertKoinIO/koin/commit/11397b23aacb51ef51454eacfc68246918ee1c33) ##### [CI/CD]() - Add CodeQL workflow by [@​jorgectf](https://togithub.com/jorgectf) in [https://github.com/InsertKoinIO/koin/pull/1615](https://togithub.com/InsertKoinIO/koin/pull/1615) - Use more gradle-build-action by [@​Goooler](https://togithub.com/Goooler) in [https://github.com/InsertKoinIO/koin/pull/1628](https://togithub.com/InsertKoinIO/koin/pull/1628) - Add binary API check format by [@​arnaudgiuliani](https://togithub.com/arnaudgiuliani) in [`c839ae1`](https://togithub.com/InsertKoinIO/koin/commit/c839ae16fd693f4538202e4808ac45058bc18449) ##### New Contributors - [@​MarcusDunn](https://togithub.com/MarcusDunn) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1610](https://togithub.com/InsertKoinIO/koin/pull/1610) - [@​Deishelon](https://togithub.com/Deishelon) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1602](https://togithub.com/InsertKoinIO/koin/pull/1602) - [@​Goooler](https://togithub.com/Goooler) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1628](https://togithub.com/InsertKoinIO/koin/pull/1628) - [@​sschuberth](https://togithub.com/sschuberth) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1620](https://togithub.com/InsertKoinIO/koin/pull/1620) - [@​jorgectf](https://togithub.com/jorgectf) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1615](https://togithub.com/InsertKoinIO/koin/pull/1615) - [@​floatdrop](https://togithub.com/floatdrop) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1641](https://togithub.com/InsertKoinIO/koin/pull/1641) - [@​5peak2me](https://togithub.com/5peak2me) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1642](https://togithub.com/InsertKoinIO/koin/pull/1642) - [@​KAMO030](https://togithub.com/KAMO030) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1640](https://togithub.com/InsertKoinIO/koin/pull/1640) - [@​DebitCardz](https://togithub.com/DebitCardz) made their first contribution in [https://github.com/InsertKoinIO/koin/pull/1632](https://togithub.com/InsertKoinIO/koin/pull/1632) **Full Changelog**: https://github.com/InsertKoinIO/koin/compare/core-3.4.3...3.5.0

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.

πŸ”• 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.