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 dependencies #12

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Update all dependencies #12

merged 1 commit into from
Feb 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
gradle (source) minor 8.5 -> 8.6 age adoption passing confidence
com.google.firebase:firebase-bom dependencies patch 32.7.1 -> 32.7.2 age adoption passing confidence
com.google.gms.google-services plugin patch 4.4.0 -> 4.4.1 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 2.3.5 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-content-negotiation dependencies patch 2.3.5 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-mock dependencies patch 2.3.5 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-okhttp dependencies patch 2.3.5 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-core dependencies patch 2.3.5 -> 2.3.8 age adoption passing confidence
io.coil-kt:coil-compose dependencies minor 2.5.0 -> 2.6.0 age adoption passing confidence
com.kiwi.navigation-compose.typed:core dependencies minor 0.9.0 -> 0.10.0 age adoption passing confidence
androidx.navigation:navigation-compose (source) dependencies patch 2.7.6 -> 2.7.7 age adoption passing confidence
androidx.compose.material3:material3 (source) dependencies patch 1.2.0-rc01 -> 1.2.0 age adoption passing confidence
be.digitalia.compose.htmlconverter:htmlconverter dependencies patch 0.9.1 -> 0.9.4 age adoption passing confidence
androidx.compose:compose-bom dependencies minor 2024.01.00 -> 2024.02.01 age adoption passing confidence
androidx.hilt:hilt-work (source) dependencies minor 1.1.0 -> 1.2.0 age adoption passing confidence
androidx.hilt:hilt-common (source) dependencies minor 1.1.0 -> 1.2.0 age adoption passing confidence
androidx.hilt:hilt-compiler (source) dependencies minor 1.1.0 -> 1.2.0 age adoption passing confidence
androidx.hilt:hilt-navigation-compose (source) dependencies minor 1.1.0 -> 1.2.0 age adoption passing confidence

Release Notes

gradle/gradle (gradle)

v8.6

Compare Source

ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

v2.3.8

Compare Source

Published 31 January 2024

Bugfixes
  • "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
  • URLBuilder crashes on React Native platforms (KTOR-6576)
  • CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (KTOR-6366)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
  • High Native Server Memory Usage (KTOR-6321)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Logging plugin blocks response body streaming when level is BODY (KTOR-6482)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • {...} (tailcard) does not match URLs ending with '/' (KTOR-2121)
  • HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (KTOR-6505)
  • CORS: allowHost without the second argument doesn't allow the secure host (KTOR-6494)
  • "ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (KTOR-5978)
  • MDC diagnostic value is changed during logging of the request (KTOR-6528)
  • WebSocket doesn't get terminated when runBlocking is used (KTOR-6664)
  • CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (KTOR-6396)
  • RequestConnectionPoint should implement toString() (KTOR-6577)

v2.3.7

Compare Source

Published 7 December 2023

Bugfixes
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)

v2.3.6

Compare Source

Published 7 November 2023

Bugfixes
  • Resolved connectors job does not complete in TestApplicationEngine (KTOR-6411)
  • Darwin: Even a coroutine Job is canceled network load keeps high (KTOR-6243)
  • Darwin: EOFException when sending multipart data using Ktor 2.3.4 (KTOR-6281)
  • Ktor JS client unconfigurable logging in node (KTOR-6275)
  • CIO: getEngineHeaderValues() returns duplicated values (KTOR-6352)
  • "Server sent a subprotocol but none was requested" when using Node WebSockets (KTOR-4001)
  • YAML properties with literal value null cannot be read since 2.3.1 (KTOR-6357)
  • AndroidClientEngine cannot handle content length that exceeds Int range (KTOR-6344)
  • Client unable to make subsequent requests after the network disconnection and connection when ResponseObserver is installed (KTOR-6252)
  • Outdated Gradle jib plubin does not support application/vnd.oci.image.index.v1+json media type (KTOR-6280)
  • KTor 2.3.5 Kotlin 1.9.x upgrade is a breaking change (KTOR-6354)
  • WebSockets (CIO): Connection Failure Due to Lowercase 'upgrade' in 'Connection: upgrade' Header (KTOR-6388)
  • WinHttp: ArrayIndexOutOfBoundsException when sending WS frame with empty body (KTOR-6394)
  • Update dependency com.auth0:jwks-rsa to v0.22.1
coil-kt/coil (io.coil-kt:coil-compose)

v2.6.0

Compare Source

  • Make rememberAsyncImagePainter, AsyncImage, and SubcomposeAsyncImage restartable and skippable. This improves 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.
kiwicom/navigation-compose-typed (com.kiwi.navigation-compose.typed:core)

v0.10.0

Changes in this release:

🚀 Features
cbeyls/HtmlConverterCompose (be.digitalia.compose.htmlconverter:htmlconverter)

v0.9.4

Compare Source

2024-01-24

Bug fixes:

  • Fix incorrect number of line breaks around empty blocks and paragraphs
  • Fix incorrect block indentation after nested block.

This release depends on:

  • Kotlin 1.9.21
  • Compose Multiplatform 1.5.11 (Jetpack Compose UI 1.5.4)

v0.9.3

Compare Source

2024-01-22

Bug fixes:

  • Don't apply span styles on line breaks immediately preceding the opening tag
  • Fix too many line breaks added when a <br> tag is followed by a simple block.

New features:

  • Add basic support for <hr> (and <hr/>) tag for paragraph separation.

Enhancements:

  • Only add span styles on non-empty portions of text
  • Improve memory usage when parsing unpaired tags.

This release depends on:

  • Kotlin 1.9.21
  • Compose Multiplatform 1.5.11 (Jetpack Compose UI 1.5.4)

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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 force-pushed the renovate/all branch 7 times, most recently from 36244fd to 771bcb2 Compare February 27, 2024 15:44
@mr3y-the-programmer mr3y-the-programmer merged commit 9fd6e4e into main Feb 27, 2024
1 check passed
@mr3y-the-programmer mr3y-the-programmer deleted the renovate/all branch February 27, 2024 16:54
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