From 34a462837c182151eb062bebee87df4bd7cf8b85 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:38 -0700 Subject: [PATCH 1/7] Update actions/checkout action to v4 (#565) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | major | `v3` -> `v4` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
actions/checkout (actions/checkout) ### [`v4`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v400) [Compare Source](https://togithub.com/actions/checkout/compare/v3...v4) - [Support fetching without the --progress option](https://togithub.com/actions/checkout/pull/1067) - [Update to node20](https://togithub.com/actions/checkout/pull/1436)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish-docs.yml | 2 +- .github/workflows/renovate.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b4439ef5..46094a40c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1 @@ -63,7 +63,7 @@ jobs: needs: 'build' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Export JDK version shell: bash diff --git a/.github/workflows/publish-docs.yml b/.github/workflows/publish-docs.yml index b15b6f319..bf7e3bc65 100644 --- a/.github/workflows/publish-docs.yml +++ b/.github/workflows/publish-docs.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Gradle Wrapper Validation uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index fb4bcd013..beaeace2b 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Self-hosted Renovate uses: renovatebot/github-action@v39.0.1 From 170f8339b2002d9e9e4b9e153fd4ac8afe1abcd1 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:41 -0700 Subject: [PATCH 2/7] Update moshix to v0.24.3 (#568) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dev.zacsweers.moshix](https://togithub.com/ZacSweers/MoshiX) | plugin | patch | `0.24.0` -> `0.24.3` | | [dev.zacsweers.moshix:moshi-gradle-plugin](https://togithub.com/ZacSweers/MoshiX) | dependencies | patch | `0.24.0` -> `0.24.3` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
ZacSweers/MoshiX (dev.zacsweers.moshix) ### [`v0.24.3`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0243) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.24.2...0.24.3) *2023-09-06* - **Fix**: Enable KSP proguard rule gen again in moshi-ir. We accidentally encountered a [bug](https://togithub.com/google/ksp/issues/1524) in KSP and work around it now. ### [`v0.24.2`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0242) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.24.1...0.24.2) *2023-09-03* - **Fix**: Use correct platform-specific configuration for applying KSP dependency in moshi-ir. - **Fix**: Don't enable moshi-ir/ksp on non-JVM/Android platforms until they're supported upstream. ### [`v0.24.1`](https://togithub.com/ZacSweers/MoshiX/blob/HEAD/CHANGELOG.md#0241) [Compare Source](https://togithub.com/ZacSweers/MoshiX/compare/0.24.0...0.24.1) *2023-09-02* - **Fix**: Use correct name for each `KotlinCompilation`'s `implementation` configuration in KMP projects. Note that Moshi still only supports JVM/Android. - Update to Kotlin 1.9.10. - Update to KSP 1.9.10-1.0.13. - Compile against Gradle 8.3. - Remove shaded anvil-compiler-utils dependency from moshi-ir.
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0112c596a..7a6425f69 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ ksp = "1.9.10-1.0.13" ktfmt = "0.44" mavenPublish = "0.25.3" moshi = "1.15.0" -moshix = "0.24.0" +moshix = "0.24.3" nullawayGradle = "1.3.0" okhttp = "5.0.0-alpha.10" okio = "3.5.0" From 4887d379c270703febf6f1879ae5db79b4033f60 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:48 -0700 Subject: [PATCH 3/7] Update dependencyAnalysisPlugin to v1.22.0 (#570) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.autonomousapps.dependency-analysis](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin) | plugin | minor | `1.21.0` -> `1.22.0` | | [com.autonomousapps:dependency-analysis-gradle-plugin](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin) | dependencies | minor | `1.21.0` -> `1.22.0` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
autonomousapps/dependency-analysis-android-gradle-plugin (com.autonomousapps.dependency-analysis) ### [`v1.22.0`](https://togithub.com/autonomousapps/dependency-analysis-android-gradle-plugin/blob/HEAD/CHANGELOG.md#Version-1220) - \[Fixed] Bundles account for IncludedBuildCoordinates, which are used more now. - \[Fixed] Workaround Gradle bug when analyzing `files(...)` dependencies in a Kotlin DSL build script. - \[Fixed] Workaround Gradle bug (?) relating to analyzing mixed source sets of Java and Kotlin. - Use BuildIdentifier.getBuildPath() starting with Gradle 8.2. - AGP 8.1.0 is the latest supported version. - Kotlin 1.9.10. - Fix issue in plugin build script for publishing to Gradle Plugin Portal. Thanks [Jendrik Johannes](https://togithub.com/jjohannes)) Thanks [Josh Friend](https://togithub.com/joshfriend))
--- ### 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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7a6425f69..df34e6da7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ anvil = "2.4.7" bugsnagGradle = "8.0.1" compose-jb = "1.5.0" coroutines = "1.7.3" -dependencyAnalysisPlugin = "1.21.0" +dependencyAnalysisPlugin = "1.22.0" detekt = "1.23.1" dokka = "1.9.0" errorproneGradle = "3.0.1" From be74b23b71bbbf04f317ffe8fd3180d6a34d191c Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:51 -0700 Subject: [PATCH 4/7] Update dependency org.jetbrains.compose:compose-gradle-plugin to v1.5.1 (#567) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains.compose:compose-gradle-plugin](https://togithub.com/JetBrains/compose-jb) | dependencies | patch | `1.5.0` -> `1.5.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
JetBrains/compose-jb (org.jetbrains.compose:compose-gradle-plugin) ### [`v1.5.1`](https://togithub.com/JetBrains/compose-jb/blob/HEAD/CHANGELOG.md#1510-beta01-September-2023) #### Common ##### Features - [Support Kotlin 1.9.20-Beta](https://togithub.com/JetBrains/compose-multiplatform/pull/3656) - Introduce Material 3 components in common - [`ModalBottomSheet`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/794) - [`SearchBar` and `DockedSearchBar`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/801) - [`ExposedDropDownMenu`](https://togithub.com/JetBrains/compose-multiplatform-core/pull/787) - [Introduce Material component `ExposedDropDownMenu` in common](https://togithub.com/JetBrains/compose-multiplatform-core/pull/793) - [Introduce `WindowInfo.containerSize` experimental api](https://togithub.com/JetBrains/compose-multiplatform-core/pull/785) #### iOS ##### Breaking changes - [Having `kotlin.native.cacheKind = none` will result in a build error.](https://togithub.com/JetBrains/compose-multiplatform/pull/3667) ##### Features - [Compilation speed up due to enabling compiler caches for Kotlin 1.9.20+](https://togithub.com/JetBrains/compose-multiplatform/pull/3648) - [Added crossfade animation during orientation change when used within UIKit hierarchy](https://togithub.com/JetBrains/compose-multiplatform-core/pull/778) - [Compose Multiplatform should warn when `CADisableMinimumFrameDurationOnPhone` is not configured properly](https://togithub.com/JetBrains/compose-multiplatform/issues/3634) - [Fast delete mode on software keyboard. When you hold a backspace, β€œturbo mode” is enabled after deleting the first 21 symbols. In turbo mode each tick deletes two words.](https://togithub.com/JetBrains/compose-multiplatform/issues/2991) - [On a long scrollable TextFields, If it’s scrolled up to caret position while typing. Then it stopped on the line above the line with a caret.](https://togithub.com/JetBrains/compose-multiplatform-core/pull/804) - [Add `UIViewController` lifetime hooks](https://togithub.com/JetBrains/compose-multiplatform-core/pull/779) - [Implement iOS native feel scrolls for large text fields](https://togithub.com/JetBrains/compose-multiplatform-core/pull/771) ##### Fixes - [Rendering synchronization of multiple `UIKitView`s within a screen](https://togithub.com/JetBrains/compose-multiplatform/issues/3534) - [Today's date is not highlighted with a circle in the material3 datePicker on iOS](https://togithub.com/JetBrains/compose-multiplatform/issues/3591) - [Fix text-to-speech crash in iOS 16.0.\*](https://togithub.com/JetBrains/compose-multiplatform/issues/2984) - [Compose window is shown before the first frame is rendered](https://togithub.com/JetBrains/compose-multiplatform/issues/3492) - [iOS TextField, Compound emojis are being treated as many symbols](https://togithub.com/JetBrains/compose-multiplatform/issues/3104) - [Use `CADisplayLink.targetTimestamp` value as the time for animation frames](https://togithub.com/JetBrains/compose-multiplatform-core/pull/796) - [iOS. Improved performance on 120 hz devices](https://togithub.com/JetBrains/compose-multiplatform-core/pull/797) #### Desktop ##### Fixes - [`LocalLayoutDirection` isn't propagated into `DialogWindow`](https://togithub.com/JetBrains/compose-multiplatform/issues/3382) - [CompositionLocals given in application scope are not take into account in window scope (such as `LocalLayoutDirection`)](https://togithub.com/JetBrains/compose-multiplatform/issues/3571) - [Fix accessibility issue with actions in popups](https://togithub.com/JetBrains/compose-multiplatform-core/pull/792) - [Apply custom Dialog's scrim blend mode only when window is transparent](https://togithub.com/JetBrains/compose-multiplatform-core/pull/812) #### Gradle Plugin ##### Fixes - [Increase Kotlinx Serialization version used by the Compose Gradle Plugin](https://togithub.com/JetBrains/compose-multiplatform/issues/3479) #### Dependencies This version of Compose Multiplatform is based on the next Jetpack Compose libraries: - [Compiler 1.5.3](https://developer.android.com/jetpack/androidx/releases/compose-compiler#1.5.3) - [Runtime 1.5.1](https://developer.android.com/jetpack/androidx/releases/compose-runtime#1.5.1) - [UI 1.5.1](https://developer.android.com/jetpack/androidx/releases/compose-ui#1.5.1) - [Foundation 1.5.1](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.5.1) - [Material 1.5.1](https://developer.android.com/jetpack/androidx/releases/compose-material#1.5.1) - [Material3 1.1.1](https://developer.android.com/jetpack/androidx/releases/compose-material3#1.1.1)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index df34e6da7..eeafda272 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ agp = "8.1.1" anvil = "2.4.7" bugsnagGradle = "8.0.1" -compose-jb = "1.5.0" +compose-jb = "1.5.1" coroutines = "1.7.3" dependencyAnalysisPlugin = "1.22.0" detekt = "1.23.1" From 32505bd04f8bd75141cc0409a871e787b052d6c1 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:55 -0700 Subject: [PATCH 5/7] Update dependency mkdocs to v1.5.3 (#571) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mkdocs](https://togithub.com/mkdocs/mkdocs) ([changelog](https://www.mkdocs.org/about/release-notes/)) | patch | `==1.5.2` -> `==1.5.3` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
mkdocs/mkdocs (mkdocs) ### [`v1.5.3`](https://togithub.com/mkdocs/mkdocs/releases/tag/1.5.3) [Compare Source](https://togithub.com/mkdocs/mkdocs/compare/1.5.2...1.5.3) - Fix `mkdocs serve` sometimes locking up all browser tabs when navigating quickly ([#​3390](https://togithub.com/mkdocs/mkdocs/issues/3390)) - Add many new supported languages for "search" plugin - update lunr-languages to 1.12.0 ([#​3334](https://togithub.com/mkdocs/mkdocs/issues/3334)) - Bugfix (regression in 1.5.0): In "readthedocs" theme the styling of "breadcrumb navigation" was broken for nested pages ([#​3383](https://togithub.com/mkdocs/mkdocs/issues/3383)) - Built-in themes now also support Chinese (Traditional, Taiwan) language ([#​3370](https://togithub.com/mkdocs/mkdocs/issues/3370)) - Plugins can now set `File.page` to their own subclass of `Page`. There is also now a warning if `File.page` is set to anything other than a strict subclass of `Page`. ([#​3367](https://togithub.com/mkdocs/mkdocs/issues/3367), [#​3381](https://togithub.com/mkdocs/mkdocs/issues/3381)) Note that just instantiating a `Page` [sets the file automatically](https://togithub.com/mkdocs/mkdocs/blob/f94ab3f62d0416d484d81a0c695c8ca86ab3b975/mkdocs/structure/pages.py#L34), so care needs to be taken not to create an unneeded `Page`. Other small improvements; see [commit log](https://togithub.com/mkdocs/mkdocs/compare/1.5.2...1.5.3).
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/mkdocs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs-requirements.txt b/.github/workflows/mkdocs-requirements.txt index 8d51ce5aa..6d1690c0d 100644 --- a/.github/workflows/mkdocs-requirements.txt +++ b/.github/workflows/mkdocs-requirements.txt @@ -5,7 +5,7 @@ livereload==2.6.3 lunr==0.7.0.post1 Markdown==3.4.4 MarkupSafe==2.1.3 -mkdocs==1.5.2 +mkdocs==1.5.3 mkdocs-macros-plugin==1.0.4 mkdocs-material==9.2.7 mkdocs-material-extensions==1.1.1 From be214c80071a2097211fa1a3e4c6297a7d2ee65a Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:19:59 -0700 Subject: [PATCH 6/7] Update dependency mkdocs-material to v9.3.2 (#564) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [mkdocs-material](https://togithub.com/squidfunk/mkdocs-material) | minor | `==9.2.7` -> `==9.3.2` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
squidfunk/mkdocs-material (mkdocs-material) ### [`v9.3.2`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.3.2): mkdocs-material-9.3.2 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.3.1...9.3.2) - Updated Slovenian translations - Updated Python dependencies in requirements to use minimum versions - Fixed [#​6017](https://togithub.com/squidfunk/mkdocs-material/issues/6017): Code highlighting inconsistent in Community and Insiders edition - Fixed [#​6001](https://togithub.com/squidfunk/mkdocs-material/issues/6001): Contributor avatars display incorrectly in Firefox - Fixed [#​6000](https://togithub.com/squidfunk/mkdocs-material/issues/6000): Blog post drafts are included in navigation ### [`v9.3.1`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.3.1): mkdocs-material-9.3.1 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.3.0...9.3.1) - Fixed crash of group plugin when used together with hooks ### [`v9.3.0`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.3.0): mkdocs-material-9.3.0 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.8...9.3.0) - Improved configuration sharing between community and Insiders edition - Added experimental built-in group plugin for enabling plugins conditionally - Added new settings in tags plugin for enabling/disabling - Dropped support for Python 3.7 (EOL) ### [`v9.2.8`](https://togithub.com/squidfunk/mkdocs-material/releases/tag/9.2.8): mkdocs-material-9.2.8 [Compare Source](https://togithub.com/squidfunk/mkdocs-material/compare/9.2.7...9.2.8) - Updated Italian and Russian translations - Fixed [#​5952](https://togithub.com/squidfunk/mkdocs-material/issues/5952): Combining blog and tags plugin leads to wrong links - Fixed [#​5951](https://togithub.com/squidfunk/mkdocs-material/issues/5951): Blog plugin ignores post title in metadata - Fixed [#​5949](https://togithub.com/squidfunk/mkdocs-material/issues/5949): Blog plugin ignores post linked in nav
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- .github/workflows/mkdocs-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mkdocs-requirements.txt b/.github/workflows/mkdocs-requirements.txt index 6d1690c0d..7a186084e 100644 --- a/.github/workflows/mkdocs-requirements.txt +++ b/.github/workflows/mkdocs-requirements.txt @@ -7,7 +7,7 @@ Markdown==3.4.4 MarkupSafe==2.1.3 mkdocs==1.5.3 mkdocs-macros-plugin==1.0.4 -mkdocs-material==9.2.7 +mkdocs-material==9.3.2 mkdocs-material-extensions==1.1.1 Pygments==2.16.1 pymdown-extensions==10.3 From 004f3b27beacb1b3935561ca72d90cf643ec93c6 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:21:53 -0700 Subject: [PATCH 7/7] Update dependency com.squareup.anvil:gradle-plugin to v2.4.8 (#569) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.squareup.anvil:gradle-plugin](https://togithub.com/square/anvil) | dependencies | patch | `2.4.7` -> `2.4.8-1-8` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
square/anvil (com.squareup.anvil:gradle-plugin) ### [`v2.4.8`](https://togithub.com/square/anvil/blob/HEAD/CHANGELOG.md#248---2023-09-07) ##### Added - Anvil now provides an `annotations-optional` artifact for non-required annotations that we've found to be helpful with managing larger dependency graphs, including `@SingleIn` and `@ForScope` ([#​692](https://togithub.com/square/anvil/issues/692)). ##### Fixed - Support explicit API mode for complex map keys ([#​735](https://togithub.com/square/anvil/issues/735)). - Fix a bug where conflicting imports could be generated ([#​738](https://togithub.com/square/anvil/issues/738)). - Fix suspend lambda parameters not being supported ([#​745](https://togithub.com/square/anvil/issues/745)). ##### Other Notes & Contributions - Thanks to [@​gabrielittner](https://togithub.com/gabrielittner) and [@​bddckr](https://togithub.com/bddckr) for contributing to this release. - Use Anvil version `2.4.8-1-8` if your project is using Kotlin `1.8.x`.
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --------- Co-authored-by: Zac Sweers --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index eeafda272..9345f3a78 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] agp = "8.1.1" -anvil = "2.4.7" +anvil = "2.4.8" bugsnagGradle = "8.0.1" compose-jb = "1.5.1" coroutines = "1.7.3"