Skip to content
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 dependencies #207

Merged
merged 1 commit into from
Feb 24, 2024
Merged

chore(deps): update all dependencies #207

merged 1 commit into from
Feb 24, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 15, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action patch v4.0.0 -> v4.0.2 age adoption passing confidence
gradle (source) minor 8.4 -> 8.6 age adoption passing confidence
io.mockk:mockk (source) dependencies patch 1.13.8 -> 1.13.9 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies minor 0.7.5 -> 0.8.0 age adoption passing confidence
io.coil-kt:coil dependencies minor 2.5.0 -> 2.6.0 age adoption passing confidence
io.insert-koin:koin-test (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-test-junit4 (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 3.5.0 -> 3.5.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies minor 1.7.3 -> 1.8.0 age adoption passing confidence
com.squareup.leakcanary:leakcanary-android dependencies minor 2.12 -> 2.13 age adoption passing confidence
com.squareup.moshi:moshi-kotlin dependencies patch 1.15.0 -> 1.15.1 age adoption passing confidence
androidx.lifecycle:lifecycle-common-java8 (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.6.2 -> 2.7.0 age adoption passing confidence
com.google.android.material:material dependencies minor 1.10.0 -> 1.11.0 age adoption passing confidence
com.github.ben-manes:gradle-versions-plugin dependencies minor 0.46.0 -> 0.51.0 age adoption passing confidence
dev.drewhamilton.poko:poko-gradle-plugin dependencies patch 0.15.0 -> 0.15.2 age adoption passing confidence
com.diffplug.spotless:spotless-plugin-gradle dependencies minor 6.22.0 -> 6.25.0 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.1.3 -> 8.2.2 age adoption passing confidence
com.diffplug.spotless plugin minor 6.22.0 -> 6.25.0 age adoption passing confidence
org.jetbrains.kotlinx.kover plugin patch 0.7.3 -> 0.7.6 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 1.9.20 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 1.9.20 -> 1.9.22 age adoption passing confidence

Release Notes

codecov/codecov-action (codecov/codecov-action)

v4.0.2

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.0.0...v4.0.1

gradle/gradle (gradle)

v8.6

Compare Source

v8.5

Compare Source

mockk/mockk (io.mockk:mockk)

v1.13.9

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.8...1.13.9

hoc081098/FlowExt (io.github.hoc081098:FlowExt)

v0.8.0

Compare Source

Changed
Added
  • New: Add support for Kotlin/Wasm (wasmJs target) 🎉.
Fixed
  • withLatestFrom: fix a bug where the other Flow is not cancelled after the main Flow is completed.
coil-kt/coil (io.coil-kt:coil)

v2.6.0

Compare Source

  • Make rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage restartable and skippable. This should improve performance by avoiding recomposition unless one of the composable's arguments changes.
    • Add an optional modelEqualityDelegate argument to rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage to control whether the model will trigger a recomposition.
  • Update ContentPainterModifier to implement Modifier.Node.
  • Fix: Lazily register component callbacks and the network observer on a background thread. This fixes slow initialization that would often occur on the main thread.
  • Fix: Avoid relaunching a new image request in rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage if ImageRequest.listener or ImageRequest.target change.
  • Fix: Don't observe the image request twice in AsyncImagePainter.
  • Update Kotlin to 1.9.22.
  • Update Compose to 1.6.1.
  • Update Okio to 3.8.0.
  • Update androidx.collection to 1.4.0.
  • Update androidx.lifecycle to 2.7.0.
InsertKoinIO/koin (io.insert-koin:koin-test)

v3.5.3

Compare Source

v3.5.2

Compare Source

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-test)

v1.8.0

Compare Source

  • Implement the library for the Web Assembly (Wasm) for JavaScript (#​3713). Thanks @​igoriakovlev!
  • Major Kotlin version update: was 1.8.20, became 1.9.21.
  • On Android, ensure that Dispatchers.Main != Dispatchers.Main.immediate (#​3545, #​3963).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • kotlinx-coroutines-debug is published with the correct Java 9 module info (#​3944).
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • kotlinx-coroutines-test: set the default timeout of runTest to 60 seconds, added the ability to configure it on the JVM with the kotlinx.coroutines.test.default_timeout=10s (#​3800).
  • kotlinx-coroutines-test: fixed a bug that could lead to not all uncaught exceptions being reported after some tests failed (#​3800).
  • delay(Duration) rounds nanoseconds up to whole milliseconds and not down (#​3920). Thanks @​kevincianfarini!
  • Dispatchers.Default and the default thread for background work are guaranteed to use the same context classloader as the object containing it them (#​3832).
  • It is guaranteed that by the time SharedFlow.collect suspends for the first time, it's registered as a subscriber for that SharedFlow (#​3885). Before, it was also true, but not documented.
  • Atomicfu version is updated to 0.23.1, and Kotlin/Native atomic transformations are enabled, reducing the footprint of coroutine-heavy code (#​3954).
  • Added a workaround for miscompilation of withLock on JS (#​3881). Thanks @​CLOVIS-AI!
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.0-RC2
  • kotlinx-coroutines-debug no longer requires manually setting DebugProbes.enableCoroutineCreationStackTraces to false, it's the default (#​3783).
  • Fixed a bug that caused Flow operators that limit cancel the upstream flow to forget that they were already finished if there is another such operator upstream (#​4035, #​4038)
  • Small documentation fixes.
square/leakcanary (com.squareup.leakcanary:leakcanary-android)

v2.13

See Change Log

square/moshi (com.squareup.moshi:moshi-kotlin)

v1.15.1

2024-01-30

  • Upgrade to Okio 3.7.0
material-components/material-components-android (com.google.android.material:material)

v1.11.0

Compare Source

Important

Elevation Overlays within default component styles have been replaced by the new Tonal Surface Color system. Instead of blending the Primary color with the Surface color based on an elevation value, components now use a specific Surface color role that can be more easily understood and customized.

Documentation for the affected components and which Surface color roles they use has been updated in material-components/material-components-android@2114a11.

What's new since 1.10.0

Dependency Updates

None.

Note: Earlier versions of 1.11.0 used other versions of the androidx.activity 1.8.0 library dependency, but there is no change in the dependency from 1.10.0, the last stable MDC library version.

Library Updates

  • Badging
    • Adjusted badge vertical offset for certain components to fit design requirements (78cc54b)
    • Added note in attachBadgeDrawable method docs about menu item views being re-used when there is a structural change in the menu. Since badges are attached to the views, this may change the menu item that the badge is intended for (5e6ea58)
  • BottomNavigationView
    • Set badges to be null instead of removing them from the sparse array so that removing badges before restoring badge states will not override the current state (9f2e686)
  • BottomSheet
    • Fix sheet corners animation (de27132)
  • Carousel
    • Ensure that extra small size is not larger than the large size (17baf71)
    • Fixed crash when recyclerview has a size of zero. (26c3129)
    • When navigating with keyboard, scroll focused item to nearest focal keyline, not the first focal keyline (fb9c1c6)
    • Force hero strategy to be start-aligned if there are not enough items to make it center-aligned (9a2347b)
    • Add logic for multibrowse strategy to change strategy when number of items is less than the number of keylines (cbb380d)
    • Fixed focus order when using keyboard navigation for hero carousels. (0356f24)
    • Cleaning up multi-browse strategy and removing compact arrangement (ed4647d)
    • Disallowing center aligned hero strategy with only 2 items since it does not make any sense. With only 2 items there can only be a start state and end state with the hero strategy. (d5d604d)
    • Fix issue with uncontained carousel not having a proper end scroll value due to assumption made in end scroll calculation (8cb444b)
    • Added tests for hero and multibrowse strategies when the carousel container is very small. (8312162)
    • Update scroll offset to scroll to the estimated position that it was at upon an initial load (4a6ae4d)
    • Fixed strategies crashing when there is not enough available space for a large and a small item (c418063)
    • Tweak uncontained strategy logic to adjust medium size items to improve motion (93660d4)
    • Fixed formatted for KeylineState and KeylineStateList (b80d9a5)
    • Fixed keyline shifting in RTL for uncontained carousels (7151714)
    • Reduce the number of truncations in intermediate calculations (4ce7e4c)
    • Update vertical scroll speed to be faster (c6ea2d4)
    • Fix some a11y bugs in Carousel (3d84841)
    • Center aligned uncontained carousel (b6f6eb5)
    • Add left-aligned uncontained strategy (9d81cac)
    • Fix orientation not correct in item decoration calculations (966f7da)
    • Update mask size on size change if mask x percentage has been set (dc91b39)
    • Fix issue with next carousel item not being masked properly (a16f180)
    • Add a layout listener to recyclerview to refresh keyline state upon size change (ff52862)
    • Remove default list from Carousel catalog demos as it is not an example of a carousel (0171624)
    • Add carousel alignment attribute (547156e)
    • Fix issue with not refreshing keylines (674ec44)
    • Fixed MaskableFrameLayout not updating mask after size change when setting the mask using setMaskXPercentage. (14023d2)
    • Adding docs for fullscreen carousel strategy (7c40359)
    • Add fullscreen demo to catalog (ad6afbf)
    • Add full screen strategy (bc54f2e)
  • Catalog
    • Use BottomSheetDialogFragment (2c53952)
    • Update navigation drawer state handling to be more accurate in demo (74ac87c)
    • Update navigation drawer state handling to be more accurate in custom drawer demo (1252d4f)
    • When bottom sheet is collapsed, back callback is enabled (98439df)
    • Update side sheet state handling to be more accurate in demos (357cf2d)
    • Update bottom sheet state handling to be more accurate in demos (f9102c7)
    • Fixed demos in RTL (4e1b130)
    • Make side sheet demo icon easier to see in dark mode (79a1953)
    • Remove explicit Catalog dependency on androidx.activity now that library depends on it (3bb69f5)
    • buid.gradle update. (4847799)
    • Remove edge-to-edge to top app bar demos due to glitches in ActionBar demo (c40e468)
    • Update slider position when carousel is scrolled in uncontained carousel demo (480bbc6)
    • Applied edge-to-edge to top app bar demos (aa5b5bc)
    • Add uncontained carousel demo to catalog (ef9f918)
    • Update slider position when carousel is scrolled in catalog demos (3652fde)
    • Applied edge-to-edge to bottom sheet in Carousel demo (6c2dd5d)
    • Fix fullscreen vertical carousel to use vertical dividers (af7d09a)
    • Add alignment option to hero carousel (7cfd30f)
  • Chip
    • Fix a typo in attributes table in documentation (7289aa6)
  • CollapsingToolbarLayout
    • Fix issue where expanded text gets ellipsized too aggressively when using title fade mode and the toolbar has menu items (094e3e2)
    • Fixed title collapse fade mode color to use a Tonal Surface role instead of elevation overlay (5f2b4b2)
  • Color
    • Delete unused contrast resources (541df07)
    • Updated focused and pressed state from 0.12 to 0.10 to increase the contrast ratio with tonal surface color. (bc824b4)
    • Updated colors of container transform demo (d16f223)
    • Add ColorStateListDrawable support (0663019)
    • Removed layered drawable for the background after tonal surface color. (b5d6f1a)
    • Upgraded to v0.170 for tonal surface colors. (8204856)
    • Update constructor comments (ba465a2)
  • Divider
  • Documentation
    • Add note to clarify that automatic back handling in components is only for API 33+ (ad2b5f8)
    • Update Predictive Back doc to recommend 1.10.0 stable version (b8b1a66)
    • Update doc to explain how to allow Top App Bar to grow taller in response to system font setting (a01a68d)
    • Fix carousel docs (247240c)
    • Add uncontained variant docs (9ee4aba)
    • Minor code block improvements (d7e75bb)
    • Add guidance in fullscreen strategy docs about portrait orientation (caec8d2)
    • Update chip documentation to use setOnCheckedStateChangeListener instead of setOnCheckedChangeListener which was deprecated in favour of the former (0582b1a)
    • Update example in docs to use colorContainer and colorOnContainer instead of colorPrimary and colorOnPrimary. (44bfe2d)
    • Updated Color dev doc with tonal surface colors. (9a4c21d)
    • Updated dev doc for tonal surface colors in affected components. (2114a11)
    • Crosslink github docs in javadocs (e3b255b)
    • Cross-reference m.io and DAC in Github docs (1785bbf)
  • Material 3
    • Introduce U color tokens (ad63d3f)
    • Add Meizu to dynamic colors allowlist (faf9a32)
    • Remove resources loader support for tonal surface update (1a9d54f)
    • Added default framework text colors (d3dda60)
    • Updated contrast documentation (1d3b8e1)
    • Add shift to dynamic colors allowlist (fde37cf)
    • Expose attr contrastColorThemeOverlay (839b14c)
    • Add dynamic contrast support (862a7e1)
  • MaterialCardView
    • Support android:duplicateParentState. (31af945)
  • MaterialDatePicker
    • Added builder methods for customizing the positive and negative button content descriptions (a00ee50)
    • Fix header layout overlapping (5f1cab6)
    • Fixing the "Column of Days:" announcement causing Talkback verbosity (a782e7a)
  • NavigationView
    • Set material drawable background if the background has been set as a ColorStateList (eba40e9)
  • Predictive Back
    • Update to use decelerate interpolator (5559cbc)
    • Fix issue where predictive back is not enabled in NavigationView after rotating the screen or restarting the activity when the NavigationView is already opened as a drawer (bccbd4f)
    • Fix issue where modal accessibility is not reset after collapsing search view predictively, which caused the screen to appear frozen when using TalkBack (8d83a31)
    • Fixed IllegalStateException crashes

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 15, 2023
@renovate renovate bot changed the title chore(deps): update plugin org.jetbrains.kotlinx.kover to v0.7.4 fix(deps): update all dependencies Nov 16, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 5a19c7c to 3f8ab67 Compare November 23, 2023 14:36
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from f2ecf15 to 65783b6 Compare November 29, 2023 15:29
@renovate renovate bot changed the title fix(deps): update all dependencies chore(deps): update all dependencies Nov 29, 2023
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from 94126de to f15eb8d Compare December 4, 2023 07:23
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from b9ea562 to 7a26e5f Compare December 19, 2023 18:22
@renovate renovate bot force-pushed the renovate/all-deps branch from 7a26e5f to 3b163b2 Compare December 21, 2023 15:27
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 9d6e647 to 2ce2571 Compare January 7, 2024 22:23
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from fdd9361 to 0491002 Compare January 15, 2024 04:02
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from ac3bcf7 to dd930ae Compare January 25, 2024 21:24
@renovate renovate bot force-pushed the renovate/all-deps branch from dd930ae to 5eb7f31 Compare January 30, 2024 18:01
@renovate renovate bot force-pushed the renovate/all-deps branch 18 times, most recently from 1501bcd to 0d17dc5 Compare February 4, 2024 11:12
@renovate renovate bot force-pushed the renovate/all-deps branch 2 times, most recently from 2b7650e to bac7beb Compare February 17, 2024 01:08
@renovate renovate bot force-pushed the renovate/all-deps branch from bac7beb to 6c86dcc Compare February 23, 2024 22:51
| datasource     | package                                                               | from   | to     |
| -------------- | --------------------------------------------------------------------- | ------ | ------ |
| github-tags    | codecov/codecov-action                                                | v4.0.0 | v4.0.2 |
| gradle-version | gradle                                                                | 8.4    | 8.6    |
| maven          | io.mockk:mockk                                                        | 1.13.8 | 1.13.9 |
| maven          | io.github.hoc081098:FlowExt                                           | 0.7.5  | 0.8.0  |
| maven          | io.coil-kt:coil                                                       | 2.5.0  | 2.6.0  |
| maven          | io.insert-koin:koin-test                                              | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-test-junit4                                       | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-android                                           | 3.5.0  | 3.5.3  |
| maven          | io.insert-koin:koin-core                                              | 3.5.0  | 3.5.3  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-test                         | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-android                      | 1.7.3  | 1.8.0  |
| maven          | org.jetbrains.kotlinx:kotlinx-coroutines-core                         | 1.7.3  | 1.8.0  |
| maven          | com.squareup.leakcanary:leakcanary-android                            | 2.12   | 2.13   |
| maven          | com.squareup.moshi:moshi-kotlin                                       | 1.15.0 | 1.15.1 |
| maven          | androidx.lifecycle:lifecycle-common-java8                             | 2.6.2  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                              | 2.6.2  | 2.7.0  |
| maven          | androidx.lifecycle:lifecycle-viewmodel-ktx                            | 2.6.2  | 2.7.0  |
| maven          | com.google.android.material:material                                  | 1.10.0 | 1.11.0 |
| maven          | com.github.ben-manes:gradle-versions-plugin                           | 0.46.0 | 0.51.0 |
| maven          | dev.drewhamilton.poko:poko-gradle-plugin                              | 0.15.0 | 0.15.2 |
| maven          | com.diffplug.spotless:spotless-plugin-gradle                          | 6.22.0 | 6.25.0 |
| maven          | com.android.tools.build:gradle                                        | 8.1.3  | 8.2.2  |
| maven          | com.diffplug.spotless:com.diffplug.spotless.gradle.plugin             | 6.22.0 | 6.25.0 |
| maven          | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.3  | 0.7.6  |
| maven          | org.jetbrains.kotlin:kotlin-gradle-plugin                             | 1.9.20 | 1.9.22 |
| maven          | org.jetbrains.kotlin:kotlin-test-junit                                | 1.9.20 | 1.9.22 |
@renovate renovate bot force-pushed the renovate/all-deps branch from 6c86dcc to 83ebbb3 Compare February 24, 2024 10:27
@hoc081098 hoc081098 merged commit a50c5d7 into master Feb 24, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-deps branch February 24, 2024 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant