Skip to content

chore(deps): update all dependencies #222

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

Merged
merged 2 commits into from
May 10, 2024
Merged

chore(deps): update all dependencies #222

merged 2 commits into from
May 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
codecov/codecov-action action minor v4.1.0 -> v4.3.1 age adoption passing confidence
io.arrow-kt:arrow-core dependencies patch 1.2.3 -> 1.2.4 age adoption passing confidence
io.github.hoc081098:FlowExt dependencies patch 0.8.1-Beta -> 0.8.1-SNAPSHOT age adoption passing confidence
io.insert-koin:koin-test (source) dependencies patch 3.5.3 -> 3.5.6 age adoption passing confidence
io.insert-koin:koin-test-junit4 (source) dependencies patch 3.5.3 -> 3.5.6 age adoption passing confidence
io.insert-koin:koin-android (source) dependencies patch 3.5.3 -> 3.5.6 age adoption passing confidence
io.insert-koin:koin-core (source) dependencies patch 3.5.3 -> 3.5.6 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies patch 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies patch 1.8.0 -> 1.8.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core dependencies patch 1.8.0 -> 1.8.1 age adoption passing confidence
com.squareup.leakcanary:leakcanary-android dependencies minor 2.13 -> 2.14 age adoption passing confidence
com.squareup.retrofit2:converter-moshi dependencies minor 2.10.0 -> 2.11.0 age adoption passing confidence
com.squareup.retrofit2:retrofit dependencies minor 2.10.0 -> 2.11.0 age adoption passing confidence
com.google.android.material:material dependencies minor 1.11.0 -> 1.12.0 age adoption passing confidence
androidx.core:core-ktx (source) dependencies minor 1.12.0 -> 1.13.1 age adoption passing confidence
com.android.tools.build:gradle (source) dependencies minor 8.3.1 -> 8.4.0 age adoption passing confidence
org.jetbrains.kotlin:kotlin-gradle-plugin (source) dependencies patch 1.9.23 -> 1.9.24 age adoption passing confidence
org.jetbrains.kotlin:kotlin-test-junit (source) dependencies patch 1.9.23 -> 1.9.24 age adoption passing confidence

Release Notes

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

v4.3.1

Compare Source

v4.3.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.2.0...v4.3.0

v4.2.0

Compare Source

What's Changed

Full Changelog: codecov/codecov-action@v4.1.1...v4.2.0

v4.1.1

Compare Source

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v4.1.0...v4.1.1

arrow-kt/arrow (io.arrow-kt:arrow-core)

v1.2.4

Compare Source

1 Bug fixes:

  • New AutoCloseScope DSL, make sure closing in reversed order

1 Rollback:

  • Don't be too strict on return type of Raise DSL.

What's Changed

Full Changelog: arrow-kt/arrow@1.2.3...1.2.4

InsertKoinIO/koin (io.insert-koin:koin-test)

v3.5.6

Compare Source

What's Changed

Full Changelog: InsertKoinIO/koin@3.5.5...3.5.6

v3.5.5

Compare Source

What's Changed

Full Changelog: InsertKoinIO/koin@3.5.4...3.5.5

v3.5.4

Compare Source

Milestones
What's Changed
New Contributors

Full Changelog: InsertKoinIO/koin@3.5.3...3.5.4

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

v1.8.1

Compare Source

  • Remove the @ExperimentalTime annotation from usages of TimeSource (#​4046). Thanks, @​hfhbd!
  • Introduce a workaround for an Android bug that caused an occasional NullPointerException when setting the StateFlow value on old Android devices (#​3820).
  • No longer use kotlin.random.Random as part of Dispatchers.Default and Dispatchers.IO initialization (#​4051).
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small tweaks and documentation fixes.
Changelog relative to version 1.8.1-Beta
  • Flow.timeout throws the exception with which the channel was closed (#​4071).
  • Small documentation fixes.
square/leakcanary (com.squareup.leakcanary:leakcanary-android)

v2.14

See Change Log

square/retrofit (com.squareup.retrofit2:converter-moshi)

v2.11.0

Compare Source

New

  • The built-in OptionalConverterFactory is now public to allow installing it before other converters which consume all types (e.g., Moshi, Gson, Jackson, etc.).

Fixed

  • Ensure that exceptions thrown from failure to parse method annotations can be observed by multiple threads/callers. Previously only the first caller would see the actual parsing exception and other callers would get a cryptic ClassCastException.
material-components/material-components-android (com.google.android.material:material)

v1.12.0

Compare Source

What's new since 1.11.0

  • Slider and Progress Indicator have been updated to better support Non-Text Contrast Accessibility requirements.
  • Predictive Back Fragment/View support added to Material motion transitions (MaterialSharedAxis, MaterialFadeThrough, MaterialFade, MaterialElevationScale).

Important

Required minSdkVersion is now 19 or higher, for Material and AndroidX (blog post).

Dependency Updates

Dependency Previous version New version
androidx.transition 1.2.0 1.5.0

Library Updates

  • Gradle
    • Update library minSdkVersion to 19. (1bbb43d)
    • Upgrade to //third_party/gradle to 8.4 (1756f23)
  • Carousel
    • Shifted keylines in contained strategies when there exists padding, and clipToPadding=false (1ef42e2)
    • Fixed Javadoc formatting error in FullScreenCarouselStrategy class documentation. (a0a1c6e)
    • Added support for cross axis wrap_content RecyclerViews (e88a1b9)
    • Added documentation recommending snapping for multi-browse strategy (9e64a1f)
    • Add attributes to change small item size (92a5444)
  • CollapsingToolbarLayout
    • Fix text shadow fading when transitioning between expanded and collapsed states (7674e12)
  • Checkbox
    • Updated string translations (198e08c)
  • Dialog
    • Unified scrim opacity in Material themes/theme overlays. (f3e4439)
  • Divider
    • Fixed divider instantly appearing or disappearing on insertion or removal (ef4a0c5)
  • i18n
    • Update translated strings (a8307ef)
  • MaterialDatePicker
    • Fix date validation on Samsung devices (5aa6edf)
  • MaterialAutoCompleteTextView
    • Enabled switch access in MaterialAutoCompleteTextView. (14a7b40)
  • NavigationDrawer
    • Fixed wrong item selected after click (a3af20a)
  • NavigationRail
    • Added label padding for when the label is long enough to reach the sides of the nav rail (2439dc0)
    • Increased padding in between items as per design specs (16eca7e)
  • Predictive Back
    • Animated corners during predictive back when no drawerLayoutCornerSize is set (c8b9b1c)
  • ProgressIndicator
    • Updated inactive track color from primary container to secondary container. (c8cb0c6)
    • Updated the setter of track thickness to not update track corner radius. (540f5ee)
    • Added the limit to not have stop indicator size bigger than track thickness. (689e04f)
    • Fixed the rounded ends overlapping bug with semi-transparent track/indicator color in Circular default style. (8167c11)
    • Removed the call to draw a transparent full track. (3f80fdb)
    • Flipped the canvas for different circular directions. (bcc27a3)
    • Split stop indicator drawing from indicator drawing. (76207cb)
    • Added ActiveIndicator to improve readability. (6fd920a)
    • Fixed ESCAPE animation in linear and added ESCAPE animation in circular. (98284e7)
    • Updated to use the same drawing delegate object between determinate drawable and indeterminate drawable to prevent inconsistent drawings when specs update. (52b4845)
    • Added missing graphics updates when spec changes. (93b3010)
    • Update styles for new Accessibility updates (15b533f)
    • Added static drawable for Circular type when system animator is disabled. (22e054b)
  • Search
    • Excluded icons from search bar handwriting bounds (387f59b)
    • Made searchbar_scrolling_view_behavior string public (ce386e4)
    • Updated string translations (198e08c)
  • SideSheet
    • Moved the modal side sheet default width/height into style so they can be customized
    • Updated string translations (198e08c)
  • Slider
    • Made tick size defaults to the stop indicator size if set (92bc02c)
    • Fixed incorrect style of stop indicators near handles (d61cffd)
    • Resolved issues that crash when assigning a large value to valueTo (4d1b9e5)
    • Updated the track drawing for some corner cases. (10484df)
    • Fixed ripple not transparent on API 33 (cd4f618)
    • Updated documentation (a641e18)
    • Updated styles (c218b3c)(3b278d7)
    • Fixed slider label not moving while scrolling (144b515)
  • Tabs
    • Fixed title being announced twice when there's a badge in TalkBack mode. (aaa7034)
  • Theming
    • Add NoActionBar dynamic color themes (81d1b77)
    • Update Shape Theming bottom sheet text color (8ca016f)
  • Tokens
    • Update tokens to v4.0.0. (88acfcd)
    • Added formatting to break long lines and differentiate different comments. (857d6a2)
  • TopAppBar
    • Use an accessibility delegate to add and perform actions (929c80f)
    • Fixed compress effect clipping on API 21-24 (2ac8c1c)
  • TextInputLayout
    • Limited the min height reset in text change listener only when line count changes. (9b9449c)
    • Fixed unnecessary min height when losing focus with multiple lines. (4a2654a)
  • Transitions / Motion
    • Updated androidx transition dep to version 1.5.0-beta01 (8c63848)
    • Added predictive fade through fragment transition demo to Catalog. (6092a7d)
    • Added titles to fade through demo fragments in Catalog. (104043c)
    • Added predictive transition support for fragments and views to the Material motion library, and enabled it in shared axis fragment transition demo. (8ccec33)

Full list of release notes

Full list of changes

JetBrains/kotlin (org.jetbrains.kotlin:kotlin-gradle-plugin)

v1.9.24: 1.9.24

Changelog
Backend. Wasm
  • KT-64890 K/Wasm compiler crash with external class and Kodein
Compiler
  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call
Native
  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary
Tools. Gradle
  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation
Tools. Gradle. Multiplatform
  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it
Tools. JPS
  • KT-65043 JPS dumb mode should respect maps needed for the compiler
Tools. Wasm
  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.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.

👻 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 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from b813f76 to ab51fa1 Compare April 4, 2024 01:58
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from c20a31f to e53ca50 Compare April 11, 2024 18:04
@renovate renovate bot force-pushed the renovate/all-deps branch 4 times, most recently from 032ab6b to 63b3f12 Compare April 18, 2024 10:54
@renovate renovate bot force-pushed the renovate/all-deps branch 5 times, most recently from ddcd004 to c2db6fe Compare May 7, 2024 11:55
| datasource  | package                                          | from       | to             |
| ----------- | ------------------------------------------------ | ---------- | -------------- |
| github-tags | codecov/codecov-action                           | v4.1.0     | v4.3.1         |
| maven       | io.arrow-kt:arrow-core                           | 1.2.3      | 1.2.4          |
| maven       | io.github.hoc081098:FlowExt                      | 0.8.1-Beta | 0.8.1-SNAPSHOT |
| maven       | io.insert-koin:koin-test                         | 3.5.3      | 3.5.6          |
| maven       | io.insert-koin:koin-test-junit4                  | 3.5.3      | 3.5.6          |
| maven       | io.insert-koin:koin-android                      | 3.5.3      | 3.5.6          |
| maven       | io.insert-koin:koin-core                         | 3.5.3      | 3.5.6          |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-test    | 1.8.0      | 1.8.1          |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.8.0      | 1.8.1          |
| maven       | org.jetbrains.kotlinx:kotlinx-coroutines-core    | 1.8.0      | 1.8.1          |
| maven       | com.squareup.leakcanary:leakcanary-android       | 2.13       | 2.14           |
| maven       | com.squareup.retrofit2:converter-moshi           | 2.10.0     | 2.11.0         |
| maven       | com.squareup.retrofit2:retrofit                  | 2.10.0     | 2.11.0         |
| maven       | com.google.android.material:material             | 1.11.0     | 1.12.0         |
| maven       | androidx.core:core-ktx                           | 1.12.0     | 1.13.1         |
| maven       | com.android.tools.build:gradle                   | 8.3.1      | 8.4.0          |
| maven       | org.jetbrains.kotlin:kotlin-gradle-plugin        | 1.9.23     | 1.9.24         |
| maven       | org.jetbrains.kotlin:kotlin-test-junit           | 1.9.23     | 1.9.24         |
@renovate renovate bot force-pushed the renovate/all-deps branch from c2db6fe to 56214fd Compare May 10, 2024 12:14
@hoc081098 hoc081098 merged commit 31025dc into master May 10, 2024
6 checks passed
@renovate renovate bot deleted the renovate/all-deps branch May 10, 2024 12:27
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