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

fix(deps): update all dependencies #91

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
androidx.profileinstaller:profileinstaller (source) 1.4.0 -> 1.4.1 age adoption passing confidence
androidx.baselineprofile (source) 1.3.1 -> 1.3.3 age adoption passing confidence
androidx.benchmark:benchmark-macro-junit4 (source) 1.3.1 -> 1.3.3 age adoption passing confidence
com.google.firebase:firebase-bom 33.3.0 -> 33.4.0 age adoption passing confidence
io.github.pdvrieze.xmlutil:serialization 0.90.1 -> 0.90.2 age adoption passing confidence
io.github.pdvrieze.xmlutil:core 0.90.1 -> 0.90.2 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 2.3.12 -> 3.0.0 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.12 -> 3.0.0 age adoption passing confidence
io.ktor:ktor-client-mock 2.3.12 -> 3.0.0 age adoption passing confidence
io.ktor:ktor-client-okhttp 2.3.12 -> 3.0.0 age adoption passing confidence
io.ktor:ktor-client-core 2.3.12 -> 3.0.0 age adoption passing confidence
io.coil-kt.coil3:coil-test 3.0.0-alpha10 -> 3.0.0-rc01 age adoption passing confidence
io.coil-kt.coil3:coil-network-ktor2 3.0.0-alpha10 -> 3.0.0-rc01 age adoption passing confidence
io.coil-kt.coil3:coil-compose 3.0.0-alpha10 -> 3.0.0-rc01 age adoption passing confidence
io.coil-kt.coil3:coil 3.0.0-alpha10 -> 3.0.0-rc01 age adoption passing confidence
androidx.navigation:navigation-compose (source) 2.8.1 -> 2.8.3 age adoption passing confidence
be.digitalia.compose.htmlconverter:htmlconverter 0.9.5 -> 1.0.1 age adoption passing confidence
androidx.compose:compose-bom 2024.09.02 -> 2024.10.00 age adoption passing confidence
androidx.activity:activity-compose (source) 1.9.2 -> 1.9.3 age adoption passing confidence
androidx.annotation:annotation (source) 1.8.2 -> 1.9.0 age adoption passing confidence
app.cash.turbine:turbine 1.1.0 -> 1.2.0 age adoption passing confidence
io.mockk:mockk (source) 1.13.12 -> 1.13.13 age adoption passing confidence
io.github.takahirom.roborazzi 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.26.0 -> 1.29.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.26.0 -> 1.29.0 age adoption passing confidence
com.android.test (source) 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.library (source) 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.application (source) 8.6.1 -> 8.7.1 age adoption passing confidence
com.android.tools.build:gradle (source) 8.6.1 -> 8.7.1 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

pdvrieze/xmlutil (io.github.pdvrieze.xmlutil:serialization)

v0.90.2

Changes:

  • Update to Kotlin 2.0.21 / Kotlinx.serialization 1.7.3
  • Add support for Android native targets (@​whyoleg in #​242)
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

v3.0.0

Compare Source

Published 9 October 2024

Bugfixes
  • Darwin: The maxFrameSize option has no effect (KTOR-6963)
  • KotlinReflectionInternalError (createClientPlugin) when running release APK on Android (KTOR-7479)
  • Netty: UnsupportedOperationException is thrown when responding in CallSetup and CORS plugin is installed (KTOR-4433)
  • MicrometerMetrics: Prometheus meter registry 1.13.0 generates configuration warning (KTOR-7035)
  • Websockets/Auth: ProtocolException when requesting protected WebSockets endpoint (KTOR-7363)
  • Data truncated in receiveParameters and receiveMultipart (KTOR-7201)
  • The pathSegments returns empty strings for trailing slashes (KTOR-4402)
  • HttpRequestRetry: exponential delay doesn't work for delays <= 1 second (KTOR-7294)
  • JS browser: "Error: HttpClientCall expected" on HTTP request when targeting es2015 (KTOR-6882)
  • Incomplete write using io.ktor.util.cio.FileChannelsKt#writeChannel (KTOR-1618)
  • response.content.copyAndClose(targetFile.writeChannel()) sometimes loses some bytes (KTOR-3003)
  • ByteWriteChannel.flush is not Waiting Until Flushing the Internal Buffer to the Destination (KTOR-3102)
  • CORS check fails when the Origin header has a value without trailing slash (KTOR-5936)
  • Closing socket and selector leaks descriptor on native (KTOR-7255)
  • ConnectionUtilsNative leaks descriptors on error (KTOR-6977)
  • withTimeout doesn't cancel socket connection on native (KTOR-5289)
  • MockEngine: the ability to set dispatcher is removed (KTOR-6417)
Improvements
  • Misleading readBytes method name (KTOR-6596)
  • Remove reflection utils used only on JVM target from common source set (KTOR-7540)
  • Weak security algorithm (MD5) in FileCacheStorage (KTOR-6589)
  • Missing constants for AcceptEncoding (KTOR-6412)
  • Add respondFile overload with Path parameters (KTOR-7202)
  • MalformedInputException confusingly is a Throwable but not an Exception (KTOR-7316)
  • CSRF: The allowOrigin method enables the Origin Header validation (KTOR-6695)
  • Auth: Drop marker interface requirements (KTOR-7323)
  • Routing: Support accessing the request body in RouteSelector (KTOR-7084)
  • Make Cookie class Serializable (KTOR-6258)
  • Make the internal Route.swaggerUI method public (KTOR-6491)
  • Ktor clients and servers should use Dispatchers.IO.limitedParallelism(...) wherever possible (KTOR-6462)
Features
  • Support androidNative targets (KTOR-7289)
  • Provide the API that simplifies disabling CORS for testing purposes (KTOR-3329)
  • Add support for mingw to ktor-network in order to make server and client work on windows (KTOR-4080)
coil-kt/coil (io.coil-kt.coil3:coil-test)

v3.0.0-rc01

Compare Source

For the full list of improvements and important changes in 3.x, check out the upgrade guide. Changes since 3.0.0-alpha10:

  • BREAKING Disable addLastModifiedToFileCacheKey by default and allow it to be set per request. The behaviour can be reenabled with the same flag.
  • New: Introduce a new coil-network-cache-control artifact, which implements Cache-Control header support.
  • New: Add scaleToDensity property to SvgDecoder.Factory. This property ensure SVGs with intrinsic dimensions are multiplied by the devices density (only supported on Android).
  • Rename ExifOrientationPolicy to ExifOrientationStrategy.
  • Remove unshareable images from the MemoryCache on get.
  • Make ConstraintsSizeResolver public.
  • Stabilize setSingletonImageLoaderFactory.
  • Restore optimized JVM I/O functions in coil-network-ktor3
  • Add pdf to list of mime types.
  • Update compile sdk to 35.
  • Update Kotlin to 2.0.20.
  • Update Okio to 3.9.1.
cbeyls/HtmlConverterCompose (be.digitalia.compose.htmlconverter:htmlconverter)

v1.0.1

2024-10-17

New features:

  • Clickable links are now handled automatically and will be opened using the platform's default browser
  • Replace linkSpanStyle with textLinkStyles to allow custom link styles for focused, hovered and pressed states
  • Add linkInteractionListener argument to allow overriding the default link click action.

Enhancements:

  • Use the new LinkAnnotation.Url from Compose 1.7 in place of the deprecated UrlAnnotation to handle clickable anchor links.

This release depends on:

  • Kotlin 2.0.21
  • Compose Multiplatform 1.7.0 (Jetpack Compose UI 1.7.1)
cashapp/turbine (app.cash.turbine:turbine)

v1.2.0

Compare Source

Added
  • Add wasmWasi target.
mockk/mockk (io.mockk:mockk)

v1.13.13

Compare Source

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.13

takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.29.0

Compare Source

Bug Fixes

We introduced an image diff percentage in the report. However, when the screenshot's image size changes, there was an issue causing Roborazzi to crash. We have added a test for image size changes and fixed this problem. Thank you for reporting this. @​Daiji256

Breaking Change

We are migrating our codebase to Kotlin Multiplatform (KMP). Roborazzi uses dropbox/differ to calculate image diffs. Thanks to @​eyedol 's contribution, differ now supports KMP for iOS, so we updated dropbox/differ. Some KMP migration is still needed for iOS support.

What's Changed

Full Changelog: takahirom/roborazzi@1.28.0...1.29.0

v1.28.0

Compare Source

Breaking changes

Now we are using gradlePropertiesPrefixedBy to support Gradle Isolated Projects in the Roborazzi Gradle Plugin. This API requires Gradle 8.0. Gradle 8.0 was released early last year, and most projects I know use 8.0 or higher, so Roborazzi is going to use this API. If anyone can't use this, please let me know.
@​trevjonez, thank you for telling me what we need to do to support this.
Currently, we aren't able to ensure compatibility with Gradle Isolated Projects, but this could bring some progress.

Adapting to the new ComposablePreviewScanner version

We are using ComposablePreviewScanner for Compose Preview Support. The ComposablePreviewScanner is now on Maven Central 🎉 and the group name of the libraries has changed. We have adapted to the new version and don't show errors when not using Jitpack and using the new packages.

What's Changed

Full Changelog: takahirom/roborazzi@1.27.0...1.28.0

v1.27.0

Compare Source

Bugfix for Compose Preview Support

As Compose Preview Support don't automatically add dependencies to maintain a single source of truth for user projects, they should show warnings when the required dependencies are missing. However, the warnings were not shown, so I fixed this issue. Thanks for reporting this! @​kktaro

Diff Percentage to Report File

@​vladcudoidem added the diff percentage to report files. You can use it in your CI workflow or project statistics.

The Roborazzi AI feature prototype is ongoing. 🤖

This version does not include it, but I've implemented a prototype for using AI for assertions. If you are interested, please check it out and leave feedback.
https://github.com/takahirom/roborazzi/pull/491

What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.26.0...1.27.0


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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Oct 7, 2024
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from e701de2 to f1d444f Compare October 14, 2024 19:12
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from bffe9e4 to 6cbd9f7 Compare October 17, 2024 01:51
Copy link
Contributor Author

renovate bot commented Oct 18, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mr3y-the-programmer mr3y-the-programmer merged commit 449be80 into main Oct 18, 2024
3 checks passed
@mr3y-the-programmer mr3y-the-programmer deleted the renovate/all branch October 18, 2024 13:42
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