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

update all non-major dependencies #78

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.7 -> 8.8 age adoption passing confidence
androidx.appcompat:appcompat (source) dependencies minor 1.6.1 -> 1.7.0 age adoption passing confidence
com.google.gms.google-services plugin patch 4.4.1 -> 4.4.2 age adoption passing confidence
androidx.paging:paging-compose (source) dependencies minor 3.2.1 -> 3.3.0 age adoption passing confidence
com.squareup.okhttp3:okhttp (source) dependencies patch 5.0.0-alpha.12 -> 5.0.0-alpha.14 age adoption passing confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies patch 5.0.0-alpha.12 -> 5.0.0-alpha.14 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies patch 2.8.0 -> 2.8.1 age adoption passing confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies patch 2.8.0 -> 2.8.1 age adoption passing confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies patch 2.8.0 -> 2.8.1 age adoption passing confidence
io.github.raamcosta.compose-destinations:ksp dependencies patch 2.1.0-beta08 -> 2.1.0-beta09 age adoption passing confidence
io.github.raamcosta.compose-destinations:core dependencies patch 2.1.0-beta08 -> 2.1.0-beta09 age adoption passing confidence
androidx.compose.material3:material3 (source) dependencies patch 1.3.0-beta01 -> 1.3.0-beta02 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.8

Compare Source

square/okhttp (com.squareup.okhttp3:okhttp)

v5.0.0-alpha.14

2024-04-17

  • Breaking: Move coroutines extensions to okhttp3.coroutines. Previously this artifact shared the
    okhttp3 package name with our core module, which is incompatible with the Java Platform Module
    System.

  • Fix in okhttp-coroutines: Publish a valid artifact. The coroutines JAR file in 5.0.0-alpha.13
    was corrupt and should not be used.

v5.0.0-alpha.13

2024-04-16

  • Breaking: Tag unstable new APIs as @ExperimentalOkHttpApi. We intend to release OkHttp 5.0
    without stabilizing these new APIs first.

    Do not use these experimental APIs in modules that may be executed using a version of OkHttp
    different from the version that the module was compiled with. Do not use them in published
    libraries. Do not use them if you aren't willing to track changes to them.

  • Breaking: Drop support for Kotlin Multiplatform.

    We planned to support multiplatform in OkHttp 5.0, but after building it, we weren't happy with
    the implementation trade-offs. We can't use our HTTP client engine on Kotlin/JS, and we weren't
    prepared to build a TLS API for Kotlin/Native.

    We'd prefer a multiplatform HTTP client API that's backed by OkHttp on Android and JVM, and
    other engines on other platforms. [Ktor] does this pretty well today!

  • Breaking: Use kotlin.time.Duration in APIs like OkHttpClient.Builder.callTimeout(). This
    update also drops support for the DurationUnit functions introduced in earlier alpha releases
    of OkHttp 5.

  • Breaking: Reorder the parameters in the Cache constructor that was introduced in 5.0.0-alpha.3.

  • New: Request.Builder.cacheUrlOverride() customizes the cache key used for a request. This can
    be used to make canonical URLs for the cache that omit insignificant query parameters or other
    irrelevant data.

    This feature may be used with POST requests to cache their responses. In such cases the
    request body is not used to determine the cache key, so you must manually add cache-relevant
    data to the override URL. For example, you could add a request-body-sha256 query parameter so
    requests with the same POST data get the same cache entry.

  • New: HttpLoggingInterceptor.redactQueryParams() configures the query parameters to redact
    in logs. For best security, don't put sensitive information in query parameters.

  • New: ConnectionPool.setPolicy() configures a minimum connection pool size for a target
    address. Use this to proactively open HTTP connections.

    Connections opened to fulfill this policy are subject to the connection pool's
    keepAliveDuration but do not count against the pool-wide maxIdleConnections limit.

    This feature increases the client's traffic and the load on the server. Talking to your server's
    operators before adopting it.

  • New in okhttp-android: HttpLoggingInterceptor.androidLogging() and
    LoggingEventListener.androidLogging() write HTTP calls or events to Logcat.

  • New: OkHttpClient.webSocketCloseTimeout configures how long a web socket connection will wait
    for a graceful shutdown before it performs an abrupt shutdown.

  • Fix: Honor RequestBody.isOneShot() in MultipartBody

  • Fix in okhttp-coroutines: Don't leak response bodies in executeAsync(). We had a bug where
    we didn't call Response.close() if the coroutine was canceled before its response was
    returned.

  • Upgrade: [Okio 3.9.0][okio_3_9_0].

  • Upgrade: [Kotlin 1.9.23][kotlin_1_9_23].

  • Upgrade: [Unicode® IDNA 15.1.0][idna_15_1_0]

raamcosta/compose-destinations (io.github.raamcosta.compose-destinations:ksp)

v2.1.0-beta09

Compare Source

Changes
  • Fixes #​648
  • Fixes issue with module name being prefixed on the NavGraphs module object fields.

Full Changelog: raamcosta/compose-destinations@2.1.0-beta08...2.1.0-beta09


Configuration

📅 Schedule: Branch creation - "on friday" in timezone Africa/Nairobi, 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 changed the title update all non-major dependencies from 1.6.4 to v1.6.5 update all non-major dependencies Apr 17, 2024
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch 3 times, most recently from c0c962d to 52ff21e Compare April 18, 2024 03:43
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch from 52ff21e to 8fc5718 Compare May 1, 2024 19:44
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch from 8fc5718 to 21023ee Compare May 13, 2024 12:28
@renovate renovate bot changed the title update all non-major dependencies update all non-major dependencies from 5.0.0-alpha.12 to v5.0.0-alpha.14 May 13, 2024
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch from 21023ee to c12eb86 Compare May 14, 2024 20:58
@renovate renovate bot changed the title update all non-major dependencies from 5.0.0-alpha.12 to v5.0.0-alpha.14 update all non-major dependencies May 14, 2024
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch from c12eb86 to 7732a5c Compare May 21, 2024 09:25
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch 3 times, most recently from 6f12227 to f7e9f7d Compare May 31, 2024 14:23
@renovate renovate bot force-pushed the chore/update-libs/all-minor-patch branch from f7e9f7d to 78afff7 Compare May 31, 2024 22:41
@joelkanyi joelkanyi merged commit 12072d9 into develop Jun 9, 2024
2 checks passed
@renovate renovate bot deleted the chore/update-libs/all-minor-patch branch June 9, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant