Kotlin-Multiplatform-Foundation / kotlin-channel-event-bus

A Kotlin Multiplatform library that provides a simple event bus implementation using KotlinX Coroutines Channels. Multi-keys, multi-producers, single-consumer and thread-safe event bus backed by kotlinx.coroutines.channels.Channels
https://kotlin-multiplatform-foundation.github.io/kotlin-channel-event-bus/docs/0.x/
Apache License 2.0
41 stars 1 forks source link

chore(deps): update all dependencies #87

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 1 month ago

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
JamesIves/github-pages-deploy-action action patch v4.6.0 -> v4.6.8 age adoption passing confidence
codecov/codecov-action action minor v4.1.0 -> v4.5.0 age adoption passing confidence
gradle (source) patch 8.10 -> 8.10.2 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.05.00 -> 2024.09.02 age adoption passing confidence
com.vanniktech.maven.publish plugin minor 0.28.0 -> 0.29.0 age adoption passing confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.6 -> 1.23.7 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.7.7 -> 2.8.1 age adoption passing confidence
androidx.activity:activity-compose (source) dependencies patch 1.9.1 -> 1.9.2 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-savedstate (source) dependencies patch 2.8.4 -> 2.8.6 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.4 -> 2.8.6 age adoption passing confidence
io.nlopez.compose.rules:detekt dependencies patch 0.4.11 -> 0.4.12 age adoption passing confidence
io.insert-koin:koin-compose (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-androidx-compose (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies patch 4.0.0-RC1 -> 4.0.0 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 1.0.0-RC -> 1.0.0 age adoption passing confidence
co.touchlab:stately-concurrency dependencies minor 2.0.7 -> 2.1.0 age adoption passing confidence
com.android.library (source) plugin patch 8.6.0 -> 8.6.1 age adoption passing confidence
com.android.application (source) plugin patch 8.6.0 -> 8.6.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-collections-immutable dependencies patch 0.3.7 -> 0.3.8 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies patch 1.7.1 -> 1.7.3 age adoption passing confidence

Release Notes

JamesIves/github-pages-deploy-action (JamesIves/github-pages-deploy-action) ### [`v4.6.8`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.8) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.7...v4.6.8) #### What's Changed ##### Bug Fixes ๐Ÿ - fix: :bug: Added the temp deployment directory created by the action to the git safe directory list. This resolves an issue in certain circumstances where the deployment would fail depending on the types of files moved around by the workflow - [#​1694](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1694). - fix: Resolved a rare deployment error where the action would complain that `origin/${branch_name} is not a commit and a branch cannot be created from it`. The action will continue to attempt to track the origin branch, but if this step fails, it will create a new untracked branch to continue the deployment from. - [#​1689](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1689). ##### Testing ๐Ÿงช - test: ๐Ÿงช Improved the integration test suite so it now runs immediately post-release to ensure that any issues do no longer in the major version tag (`ie @​v4`). This was done to combat problems raised by [#​1697](https://redirect.github.com/JamesIves/github-pages-deploy-action/issues/1697). **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.8 ### [`v4.6.7`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.7) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.6...v4.6.7) #### What's Changed ##### Bug Fixes ๐Ÿ - fix: resolved an issue where `main.js` was not found in the v4 major tag. ### [`v4.6.6`](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.5...v4.6.6) ### [`v4.6.5`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.5) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.4...v4.6.5) #### What's Changed #### What's Changed ##### Bug Fixes ๐Ÿ - fix: resolved an issue where the full working directory was not properly getting added to the safe directory list, preventing deployments in certain circumstances. **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.5 ### [`v4.6.4`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.4) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.3...v4.6.4) ##### What's Changed ##### What's Changed ##### Bug Fixes ๐Ÿ - fix: resolved an issue where the default config was not being applied to the non-action version of the project. ##### Build ๐Ÿ”ง - build(deps): bump actions/checkout from 3 to 4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1639](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1639) - build(deps): bump the misc group across 1 directory with 6 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1642](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1642) - build(deps): bump the misc group across 1 directory with 8 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1648](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1648) - build(deps-dev): bump ts-jest from 29.2.2 to 29.2.3 in the misc group by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1649](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1649) - build(deps): bump micromatch from 4.0.4 to 4.0.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1679](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1679) **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.4 ### [`v4.6.3`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.3) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.2...v4.6.3) ##### What's Changed ##### Build ๐Ÿ”ง - Consolidated a number of build scripts to make publishing easier. **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.3 ### [`v4.6.2`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.2) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.1...v4.6.2) ##### What's Changed ##### Dependencies ๐Ÿค– - build(deps-dev): bump the misc group across 1 directory with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1602](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1602) - build(deps): bump codecov/codecov-action from 4.4.0 to 4.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1614](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1614) - build(deps): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1615](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1615) - build(deps-dev): bump the misc group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1613](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1613) - build(deps-dev): bump the misc group across 1 directory with 4 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1635](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1635) - build(deps): bump typescript-eslint from 7.9.0 to 7.15.0 in the typescript group across 1 directory by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1634](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1634) - build(deps-dev): bump the eslint group across 1 directory with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1637](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1637) **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4.6.1...v4.6.2 ### [`v4.6.1`](https://redirect.github.com/JamesIves/github-pages-deploy-action/releases/tag/v4.6.1) [Compare Source](https://redirect.github.com/JamesIves/github-pages-deploy-action/compare/v4.6.0...v4.6.1) #### What's Changed ##### Fixes - Resolved an issue where workflows were suddenly failing due to a worktree in use error. The action will now attempt to create a temp branch name if the existing branch name is already checked out by a prior to step to ensure it can occur. This issue was only occurring in a handful of workflows, and likely stemmed from a git version change on the official GitHub runners. The actual root cause is still somewhat unknown. ##### Dependencies - build(deps-dev): bump eslint-plugin-jest from 28.2.0 to 28.5.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1577](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1577) - build(deps): bump [@​eslint/js](https://redirect.github.com/eslint/js) from 9.0.0 to 9.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1576](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1576) - build(deps-dev): bump eslint from 9.0.0 to 9.2.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1575](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1575) - build(deps): bump typescript-eslint from 7.7.0 to 7.8.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1569](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1569) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.12.7 to 20.12.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1578](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1578) - build(deps-dev): bump [@​types/node](https://redirect.github.com/types/node) from 20.12.9 to 20.12.10 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1579](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1579) - build(deps-dev): bump rimraf from 5.0.5 to 5.0.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1583](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1583) - build(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1588](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1588) - build(deps): bump typescript-eslint from 7.8.0 to 7.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1586](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1586) - build(deps): bump the eslint group with 3 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1592](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1592) - build(deps-dev): bump the misc group with 2 updates by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/JamesIves/github-pages-deploy-action/pull/1593](https://redirect.github.com/JamesIves/github-pages-deploy-action/pull/1593) **Full Changelog**: https://github.com/JamesIves/github-pages-deploy-action/compare/v4...v4.6.1
codecov/codecov-action (codecov/codecov-action) ### [`v4.5.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.5.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0) ##### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.9.0 to 7.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1446](https://redirect.github.com/codecov/codecov-action/pull/1446) - build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1443](https://redirect.github.com/codecov/codecov-action/pull/1443) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.9.0 to 7.10.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1445](https://redirect.github.com/codecov/codecov-action/pull/1445) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.10.0 to 7.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1459](https://redirect.github.com/codecov/codecov-action/pull/1459) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.10.0 to 7.11.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1458](https://redirect.github.com/codecov/codecov-action/pull/1458) - build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1456](https://redirect.github.com/codecov/codecov-action/pull/1456) - build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1460](https://redirect.github.com/codecov/codecov-action/pull/1460) - build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1466](https://redirect.github.com/codecov/codecov-action/pull/1466) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.11.0 to 7.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1467](https://redirect.github.com/codecov/codecov-action/pull/1467) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.11.0 to 7.12.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1468](https://redirect.github.com/codecov/codecov-action/pull/1468) - build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1472](https://redirect.github.com/codecov/codecov-action/pull/1472) - fix: handle trailing commas by [@​joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.12.0 to 7.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1474](https://redirect.github.com/codecov/codecov-action/pull/1474) - build(deps-dev): bump braces from 3.0.2 to 3.0.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1475](https://redirect.github.com/codecov/codecov-action/pull/1475) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.12.0 to 7.13.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1473](https://redirect.github.com/codecov/codecov-action/pull/1473) - feat: add support for tokenless v3 by [@​joseph-sentry](https://redirect.github.com/joseph-sentry) in [https://github.com/codecov/codecov-action/pull/1410](https://redirect.github.com/codecov/codecov-action/pull/1410) - Use an existing token even if the PR is from a fork by [@​leofeyer](https://redirect.github.com/leofeyer) in [https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471) - chore(release): bump to 4.5.0 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1477](https://redirect.github.com/codecov/codecov-action/pull/1477) ##### New Contributors - [@​joseph-sentry](https://redirect.github.com/joseph-sentry) made their first contribution in [https://github.com/codecov/codecov-action/pull/1470](https://redirect.github.com/codecov/codecov-action/pull/1470) - [@​leofeyer](https://redirect.github.com/leofeyer) made their first contribution in [https://github.com/codecov/codecov-action/pull/1471](https://redirect.github.com/codecov/codecov-action/pull/1471) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0 ### [`v4.4.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1) #### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://redirect.github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://redirect.github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1 #### What's Changed - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.8.0 to 7.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1427](https://redirect.github.com/codecov/codecov-action/pull/1427) - fix: prevent xlarge from running on forks by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1432](https://redirect.github.com/codecov/codecov-action/pull/1432) - build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1439](https://redirect.github.com/codecov/codecov-action/pull/1439) - build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1438](https://redirect.github.com/codecov/codecov-action/pull/1438) - fix: isPullRequestFromFork returns false for any PR by [@​shahar-h](https://redirect.github.com/shahar-h) in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) - chore(release): 4.4.1 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1441](https://redirect.github.com/codecov/codecov-action/pull/1441) #### New Contributors - [@​shahar-h](https://redirect.github.com/shahar-h) made their first contribution in [https://github.com/codecov/codecov-action/pull/1437](https://redirect.github.com/codecov/codecov-action/pull/1437) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1 ### [`v4.4.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.4.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0) #### What's Changed - chore: Clarify isPullRequestFromFork by [@​jsoref](https://redirect.github.com/jsoref) in [https://github.com/codecov/codecov-action/pull/1411](https://redirect.github.com/codecov/codecov-action/pull/1411) - build(deps): bump actions/checkout from 4.1.4 to 4.1.5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1423](https://redirect.github.com/codecov/codecov-action/pull/1423) - build(deps): bump github/codeql-action from 3.25.3 to 3.25.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1421](https://redirect.github.com/codecov/codecov-action/pull/1421) - build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1420](https://redirect.github.com/codecov/codecov-action/pull/1420) - feat: remove GPG and run on spawn by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1426](https://redirect.github.com/codecov/codecov-action/pull/1426) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.8.0 to 7.9.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1428](https://redirect.github.com/codecov/codecov-action/pull/1428) - chore(release): 4.4.0 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1430](https://redirect.github.com/codecov/codecov-action/pull/1430) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.3.1...v4.4.0 ### [`v4.3.1`](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.3.0...v4.3.1) ### [`v4.3.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0) #### What's Changed - fix: automatically detect if using GitHub enterprise by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1356](https://redirect.github.com/codecov/codecov-action/pull/1356) - build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1355](https://redirect.github.com/codecov/codecov-action/pull/1355) - build(deps): bump github/codeql-action from 3.24.9 to 3.24.10 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1360](https://redirect.github.com/codecov/codecov-action/pull/1360) - build(deps-dev): bump [@​typescript-eslint/eslint-plugin](https://redirect.github.com/typescript-eslint/eslint-plugin) from 7.5.0 to 7.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1364](https://redirect.github.com/codecov/codecov-action/pull/1364) - build(deps-dev): bump [@​typescript-eslint/parser](https://redirect.github.com/typescript-eslint/parser) from 7.5.0 to 7.6.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1363](https://redirect.github.com/codecov/codecov-action/pull/1363) - feat: add network params by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1365](https://redirect.github.com/codecov/codecov-action/pull/1365) - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1361](https://redirect.github.com/codecov/codecov-action/pull/1361) - chore(release): v4.3.0 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1366](https://redirect.github.com/codecov/codecov-action/pull/1366) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.2.0...v4.3.0 ### [`v4.2.0`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.2.0) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0) #### What's Changed - chore(deps): update deps by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1351](https://redirect.github.com/codecov/codecov-action/pull/1351) - feat: allow for authentication via OIDC token by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1330](https://redirect.github.com/codecov/codecov-action/pull/1330) - fix: use_oidc shoudl be required false by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1353](https://redirect.github.com/codecov/codecov-action/pull/1353) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.1.1...v4.2.0 ### [`v4.1.1`](https://redirect.github.com/codecov/codecov-action/releases/tag/v4.1.1) [Compare Source](https://redirect.github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1) #### What's Changed - build(deps): bump github/codeql-action from 3.24.5 to 3.24.6 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1315](https://redirect.github.com/codecov/codecov-action/pull/1315) - build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1319](https://redirect.github.com/codecov/codecov-action/pull/1319) - Removed mention of Mercurial by [@​drazisil-codecov](https://redirect.github.com/drazisil-codecov) in [https://github.com/codecov/codecov-action/pull/1325](https://redirect.github.com/codecov/codecov-action/pull/1325) - build(deps): bump github/codeql-action from 3.24.6 to 3.24.7 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1332](https://redirect.github.com/codecov/codecov-action/pull/1332) - build(deps): bump actions/checkout from 4.1.1 to 4.1.2 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1331](https://redirect.github.com/codecov/codecov-action/pull/1331) - fix: force version by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1329](https://redirect.github.com/codecov/codecov-action/pull/1329) - build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1334](https://redirect.github.com/codecov/codecov-action/pull/1334) - build(deps): bump undici from 5.28.2 to 5.28.3 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1338](https://redirect.github.com/codecov/codecov-action/pull/1338) - build(deps): bump github/codeql-action from 3.24.7 to 3.24.9 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/codecov/codecov-action/pull/1341](https://redirect.github.com/codecov/codecov-action/pull/1341) - fix: typo in disable_safe_directory by [@​mkroening](https://redirect.github.com/mkroening) in [https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343) - chore(release): 4.1.1 by [@​thomasrockhu-codecov](https://redirect.github.com/thomasrockhu-codecov) in [https://github.com/codecov/codecov-action/pull/1344](https://redirect.github.com/codecov/codecov-action/pull/1344) #### New Contributors - [@​mkroening](https://redirect.github.com/mkroening) made their first contribution in [https://github.com/codecov/codecov-action/pull/1343](https://redirect.github.com/codecov/codecov-action/pull/1343) **Full Changelog**: https://github.com/codecov/codecov-action/compare/v4.1.0...v4.1.1
gradle/gradle (gradle) ### [`v8.10.2`](https://redirect.github.com/gradle/gradle/compare/v8.10.1...v8.10.2) [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.10.1...v8.10.2) ### [`v8.10.1`](https://redirect.github.com/gradle/gradle/compare/v8.10.0...v8.10.1) [Compare Source](https://redirect.github.com/gradle/gradle/compare/v8.10.0...v8.10.1)
vanniktech/gradle-maven-publish-plugin (com.vanniktech.maven.publish) ### [`v0.29.0`](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/blob/HEAD/CHANGELOG.md#0290--2024-06-20-) [Compare Source](https://redirect.github.com/vanniktech/gradle-maven-publish-plugin/compare/0.28.0...0.29.0) - Added `configureBasedOnAppliedPlugins(sourcesJar: Boolean, javadocJar: Boolean)` overload that allows disabling sources and javadoc jars without having to use the more granular `Platform` APIs. - For Java library and Kotlin/JVM projects the Gradle module metadata now properly includes the sources jar. - When running on Gradle 8.8 or newer the pom configuration is not applied in `afterEvaluate` anymore, making manual overrides easier. - Fix potential issue with the javadoc jar tasks that can cause Gradle to disable optimizations. - When staging profiles can't be loaded the status code of the response is added to the error message. ##### Minimum supported versions - JDK 11 - Gradle 8.1 - Android Gradle Plugin 8.0.0 - Kotlin Gradle Plugin 1.9.20 ##### Compatibility tested up to - JDK 21 - Gradle 8.8 - Android Gradle Plugin 8.5.0 - Android Gradle Plugin 8.6.0-alpha06 - Kotlin Gradle Plugin 2.0.0 - Kotlin Gradle Plugin 2.0.20-Beta1 ##### Configuration cache status Configuration cache is generally supported, except for: - Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue #​22779](https://redirect.github.com/gradle/gradle/issues/22779). - Dokka does not support configuration cache
detekt/detekt (io.gitlab.arturbosch.detekt) ### [`v1.23.7`](https://redirect.github.com/detekt/detekt/releases/tag/v1.23.7) ##### 1.23.7 - 2024-09-08 This is a point release for Detekt `1.23.0`, built against Kotlin `2.0.10`, with fixes for several bugs that got reported by the community. ##### Notable Changes - fix(deps): update kotlin monorepo to v2.0.10 - [#​7517](https://redirect.github.com/detekt/detekt/pull/7517) - Update to Kotlin 2.0.0 [#​6640](https://redirect.github.com/detekt/detekt/pull/6640) - fix(deps): update kotlin monorepo to v1.9.24 - [#​7264](https://redirect.github.com/detekt/detekt/pull/7264) - fix(deps): update dependency com.android.tools.build:gradle to v8.5.2 - [#​7525](https://redirect.github.com/detekt/detekt/pull/7525) - chore(deps): update dependency gradle to v8.10 - [#​7546](https://redirect.github.com/detekt/detekt/pull/7546) ##### Changelog - Add basic support for isolated projects to 1.x - [#​7526](https://redirect.github.com/detekt/detekt/pull/7526) - ExplicitCollectionElementAccessMethod: fix false positive when Map put has 3 arguments - [#​7563](https://redirect.github.com/detekt/detekt/pull/7563) - BracesOnIfStatements: fix false-positive when chained - [#​7444](https://redirect.github.com/detekt/detekt/pull/7444) - Add enum entry check in `UndocumentedPublicProperty` - [#​7426](https://redirect.github.com/detekt/detekt/pull/7426) - Use the anchor which is already present before - [#​7423](https://redirect.github.com/detekt/detekt/pull/7423) - Fix small corner-case in "SerialVersionUIDInSerializableClass" rule, โ€ฆ - [#​7346](https://redirect.github.com/detekt/detekt/pull/7346) - SwallowedException: fix false positive when exception is used as a receiver - [#​7288](https://redirect.github.com/detekt/detekt/pull/7288) - NamedArguments: fix false positive on spread varargs - [#​7283](https://redirect.github.com/detekt/detekt/pull/7283) - MultilineLambdaItParameter: fix false negative with single statement on multiple lines - [#​7221](https://redirect.github.com/detekt/detekt/pull/7221) - Check for root of receiver in selector expression - [#​7220](https://redirect.github.com/detekt/detekt/pull/7220) - Check for `public companion` object for `UndocumentedPublicClass` - [#​7219](https://redirect.github.com/detekt/detekt/pull/7219) - fix: TopLevelPropertyNaming also detecting extension property name - [#​7212](https://redirect.github.com/detekt/detekt/pull/7212) - Publish detekt-compiler-plugin-all to Maven and GH Releases - [#​7179](https://redirect.github.com/detekt/detekt/pull/7179) - versioned default detekt config file link - [#​7161](https://redirect.github.com/detekt/detekt/pull/7161) - Support rangeUntil operator for UnusedImport rule - [#​7104](https://redirect.github.com/detekt/detekt/pull/7104) - Fix false positive on it usages when type parameter is specified - [#​6850](https://redirect.github.com/detekt/detekt/pull/6850) ##### Housekeeping/Docs - \[bugfix] AnnotationOnSeparateLine in snippets - [#​6526](https://redirect.github.com/detekt/detekt/pull/6526) - Add docs about using the Compiler Plugin with the Kotlin CLI compiler - [#​7184](https://redirect.github.com/detekt/detekt/pull/7184)
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt) ### [`v0.4.12`](https://redirect.github.com/mrmans0n/compose-rules/releases/tag/v0.4.12) #### What's changed - Update dependency gradle to v8.10.1 ([#​335](https://redirect.github.com/mrmans0n/compose-rules/issues/335)) [@​renovate](https://redirect.github.com/renovate) - Update detekt to v1.23.7 ([#​334](https://redirect.github.com/mrmans0n/compose-rules/issues/334)) [@​renovate](https://redirect.github.com/renovate) - Attempt fixing nested list ([#​332](https://redirect.github.com/mrmans0n/compose-rules/issues/332)) [@​TWiStErRob](https://redirect.github.com/TWiStErRob) - Add ignoreAnnotated/compose_modifier_missing_ignore_annotated to ModifierMissing ([#​329](https://redirect.github.com/mrmans0n/compose-rules/issues/329)) [@​mrmans0n](https://redirect.github.com/mrmans0n)
InsertKoinIO/koin (io.insert-koin:koin-compose) ### [`v4.0.0`](https://redirect.github.com/InsertKoinIO/koin/releases/tag/4.0.0) [Compare Source](https://redirect.github.com/InsertKoinIO/koin/compare/4.0.0-RC2...4.0.0) #### What's Changed - Add Lazy concrete implementation & missing "plus" operator by [@​cpaleop](https://redirect.github.com/cpaleop) in [https://github.com/InsertKoinIO/koin/pull/1756](https://redirect.github.com/InsertKoinIO/koin/pull/1756) - flatten: use loop and ArrayDeque instead of recursion by [@​hoc081098](https://redirect.github.com/hoc081098) in [https://github.com/InsertKoinIO/koin/pull/1801](https://redirect.github.com/InsertKoinIO/koin/pull/1801) - 3.6 - full upgrade environment by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1839](https://redirect.github.com/InsertKoinIO/koin/pull/1839) - Add watchos support by [@​suau](https://redirect.github.com/suau) in [https://github.com/InsertKoinIO/koin/pull/1751](https://redirect.github.com/InsertKoinIO/koin/pull/1751) - fix(flatten): use `LinkedHashSet` instead of `HashSet` by [@​hoc081098](https://redirect.github.com/hoc081098) in [https://github.com/InsertKoinIO/koin/pull/1841](https://redirect.github.com/InsertKoinIO/koin/pull/1841) - Fix CI: update `examples/gradle/versions.gradle` kotlin to 1.9.23 by [@​hoc081098](https://redirect.github.com/hoc081098) in [https://github.com/InsertKoinIO/koin/pull/1846](https://redirect.github.com/InsertKoinIO/koin/pull/1846) - update quickstart hyperlink for KMP by [@​wiryadev](https://redirect.github.com/wiryadev) in [https://github.com/InsertKoinIO/koin/pull/1852](https://redirect.github.com/InsertKoinIO/koin/pull/1852) - koin-compose: use rememberUpdatedState with ParametersDefinition, optimized KoinApplication, KoinContext, KoinIsolatedContext by [@​hoc081098](https://redirect.github.com/hoc081098) in [https://github.com/InsertKoinIO/koin/pull/1768](https://redirect.github.com/InsertKoinIO/koin/pull/1768) - Checkmodules deprecation by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1867](https://redirect.github.com/InsertKoinIO/koin/pull/1867) - makes lazy modules & extension engine stable by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1868](https://redirect.github.com/InsertKoinIO/koin/pull/1868) - 3.6.0 compose viewmodel - KMP by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1875](https://redirect.github.com/InsertKoinIO/koin/pull/1875) - Instance Factory isolation fix by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1905](https://redirect.github.com/InsertKoinIO/koin/pull/1905) - Module Mapping isolation fix by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1915](https://redirect.github.com/InsertKoinIO/koin/pull/1915) - \[maintenance] androidContext readability by [@​GrzegorzBobryk](https://redirect.github.com/GrzegorzBobryk) in [https://github.com/InsertKoinIO/koin/pull/1655](https://redirect.github.com/InsertKoinIO/koin/pull/1655) - \[maintenance] toLowerCase deprecation by [@​GrzegorzBobryk](https://redirect.github.com/GrzegorzBobryk) in [https://github.com/InsertKoinIO/koin/pull/1653](https://redirect.github.com/InsertKoinIO/koin/pull/1653) - Multiplatform ViewModel API by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1924](https://redirect.github.com/InsertKoinIO/koin/pull/1924) - update `rememberKoinModules` usage sample by [@​wiryadev](https://redirect.github.com/wiryadev) in [https://github.com/InsertKoinIO/koin/pull/1856](https://redirect.github.com/InsertKoinIO/koin/pull/1856) - Split VM / Nav API - Retrograde to composeNavigation = "2.8.0-alpha02" by [@​arnaudgiuliani](https://redirect.github.com/arnaudgiuliani) in [https://github.com/InsertKoinIO/koin/pull/1953](https://redirect.github.com/InsertKoinIO/koin/pull/1953) - Re

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.

๐Ÿ‘ป Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark: