Podcaster
Podcaster copied to clipboard
Update all dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| dawidd6/action-download-artifact | action | major | v2 -> v3 |
||||
| com.mikepenz.aboutlibraries.plugin | plugin | patch | 11.1.3 -> 11.1.4 |
||||
| com.mikepenz:aboutlibraries-compose-m3 | dependencies | patch | 11.1.3 -> 11.1.4 |
||||
| androidx.datastore:datastore-preferences (source) | dependencies | patch | 1.1.0 -> 1.1.1 |
||||
| com.squareup.leakcanary:leakcanary-android | dependencies | patch | 3.0-alpha-1 -> 3.0-alpha-4 |
||||
| com.google.firebase.crashlytics | plugin | major | 2.9.9 -> 3.0.0 |
||||
| com.google.firebase:firebase-bom | dependencies | major | 32.8.1 -> 33.0.0 |
||||
| io.ktor:ktor-serialization-kotlinx-json | dependencies | patch | 2.3.10 -> 2.3.11 |
||||
| io.ktor:ktor-client-content-negotiation | dependencies | patch | 2.3.10 -> 2.3.11 |
||||
| io.ktor:ktor-client-mock | dependencies | patch | 2.3.10 -> 2.3.11 |
||||
| io.ktor:ktor-client-okhttp | dependencies | patch | 2.3.10 -> 2.3.11 |
||||
| io.ktor:ktor-client-core | dependencies | patch | 2.3.10 -> 2.3.11 |
||||
| androidx.compose:compose-bom | dependencies | minor | 2024.04.01 -> 2024.05.00 |
||||
| io.github.takahirom.roborazzi | plugin | minor | 1.12.0 -> 1.15.0 |
||||
| io.github.takahirom.roborazzi:roborazzi-junit-rule | dependencies | minor | 1.12.0 -> 1.15.0 |
||||
| io.github.takahirom.roborazzi:roborazzi-compose | dependencies | minor | 1.12.0 -> 1.15.0 |
||||
| io.github.takahirom.roborazzi:roborazzi | dependencies | minor | 1.12.0 -> 1.15.0 |
||||
| androidx.core:core-ktx (source) | dependencies | patch | 1.13.0 -> 1.13.1 |
||||
| org.jlleitschuh.gradle.ktlint | plugin | patch | 12.1.0 -> 12.1.1 |
||||
| org.jlleitschuh.gradle:ktlint-gradle | dependencies | patch | 12.1.0 -> 12.1.1 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
mikepenz/AboutLibraries (com.mikepenz:aboutlibraries-compose-m3)
v11.1.4
🐛 Fixes
- Fix CollectorTask output to be dependent on project name [Plugin]
- PR: #980
square/leakcanary (com.squareup.leakcanary:leakcanary-android)
v3.0-alpha-4
See Change Log
v3.0-alpha-3
See Change Log
v3.0-alpha-2
See Change Log
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)
v2.3.11
Published 8 May 2024
Bugfixes
- Test client ignores socket timeout (KTOR-6909)
takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.15.0
Improvements
- Resolved a Race Condition in Roborazzi Gradle Integration Tests: In version 1.14.0, we identified an intermittent issue where images from Roborazzi did not always appear in the output directory during certain test scenarios, particularly when test results were cached. Despite efforts to resolve this in 1.14.0, the issue persisted due to its elusive nature. In this release, we have successfully addressed this problem, ensuring that images are now consistently placed in the output directory under similar conditions. This improvement has been verified through our integration tests. This issue may occur in user projects, so we recommend updating to this version. We continue to refine our testing processes to prevent similar issues in future releases.
What's Changed
- Update CompileSdk 34 by @takahirom in https://github.com/takahirom/roborazzi/pull/344
- Add debug code for flaky test by @takahirom in https://github.com/takahirom/roborazzi/pull/346
- Fix issue where finalizedTask is skipped unexpectedly by @takahirom in https://github.com/takahirom/roborazzi/pull/347
- Improve performance for race condition workaround by @takahirom in https://github.com/takahirom/roborazzi/pull/348
- Improve performance for race condition workaround2 by @takahirom in https://github.com/takahirom/roborazzi/pull/349
- [CI]Pin dependencies by @renovate in https://github.com/takahirom/roborazzi/pull/329
- [CI]Update actions/checkout action to v3.6.0 by @renovate in https://github.com/takahirom/roborazzi/pull/334
- [CI]Update actions/setup-java action to v3.13.0 by @renovate in https://github.com/takahirom/roborazzi/pull/335
- [CI]Update dawidd6/action-download-artifact action to v2.28.0 by @renovate in https://github.com/takahirom/roborazzi/pull/338
- [Sample]Update dependency androidx.appcompat:appcompat to v1.6.1 by @renovate in https://github.com/takahirom/roborazzi/pull/339
- [Sample]Update dependency androidx.constraintlayout:constraintlayout to v2.1.4 by @renovate in https://github.com/takahirom/roborazzi/pull/330
Full Changelog: https://github.com/takahirom/roborazzi/compare/1.14.0...1.15.0
v1.14.0
Bug fixes
Cache-related Flakiness in Comparison Results: We've identified and resolved an intermittent issue where cached data could sometimes prevent users from seeing comparison results in Roborazzi. https://github.com/takahirom/roborazzi/pull/323
What's Changed
- [CI]Configure Renovate by @renovate in https://github.com/takahirom/roborazzi/pull/317
- [CI]Pin JetBrains/writerside-github-action action to
5a6920dby @renovate in https://github.com/takahirom/roborazzi/pull/318 - [CI]Update actions/checkout digest to
0ad4b8fby @renovate in https://github.com/takahirom/roborazzi/pull/319 - Update composeMultiplatform to v1.6.2 by @renovate in https://github.com/takahirom/roborazzi/pull/321
- [Test]Update dependency com.ashampoo:kim to v0.17.7 by @renovate in https://github.com/takahirom/roborazzi/pull/322
- Fix issue where cache restoration fails by @takahirom in https://github.com/takahirom/roborazzi/pull/323
- [Test]fix typo in RoborazziGradleProject.kt by @sanao1006 in https://github.com/takahirom/roborazzi/pull/325
- [CI]Remove renovate rule by @takahirom in https://github.com/takahirom/roborazzi/pull/328
New Contributors
- @renovate made their first contribution in https://github.com/takahirom/roborazzi/pull/317
Full Changelog: https://github.com/takahirom/roborazzi/compare/1.13.0...1.14.0
v1.13.0
Add experimental, minimal support for iOS in Compose Multiplatform
Roborazzi has supported Compose Desktop, but we hadn't yet supported iOS, which could be a major use case for Compose Multiplatform. Therefore, I have added support for iOS. Now, you can record, compare, and verify just as you would with Android support. https://takahirom.github.io/roborazzi/compose-multiplatform.html#experimental-feature-ios-support
However, Roborazzi is fundamentally based on the JVM. Currently, we offer only minimal features. If you are interested in helping to improve these features, please take a look at these issues: https://github.com/takahirom/roborazzi/issues/302 https://github.com/takahirom/roborazzi/issues/305
Changes Affecting Existing Support
To support iOS, we have made some dependency changes for Android and Compose Desktop. I believe these changes will not affect existing behavior. However, if you notice anything, please let me know.
All Kotlin: 1.8.22 -> 1.9.21
dropbox/differ: 0.0.1 -> 0.0.2
Desktop Compose Version
Compose Multiplatform: 1.4.3 -> 1.6.1
What's Changed
- Add Minimal Compose Multiplatform iOS Support by @takahirom in https://github.com/takahirom/roborazzi/pull/301
- [docs]Fix docs page by @takahirom in https://github.com/takahirom/roborazzi/pull/303
- [docs]Fix docs by @takahirom in https://github.com/takahirom/roborazzi/pull/304
- Add roborazzi-painter ios file for building klib by @takahirom in https://github.com/takahirom/roborazzi/pull/306
- [CI]Fix false positive diff in Roborazzi CI by using the same platform for store and compare by @takahirom in https://github.com/takahirom/roborazzi/pull/307
- Remove unneeded jvm form compose ios by @takahirom in https://github.com/takahirom/roborazzi/pull/308
- Fix task and fix ios recording by @takahirom in https://github.com/takahirom/roborazzi/pull/310
- Fix iOS recording path by @takahirom in https://github.com/takahirom/roborazzi/pull/311
- Fix iOS golden path and report time logic by @takahirom in https://github.com/takahirom/roborazzi/pull/312
- Fix iOS comparison logic by @takahirom in https://github.com/takahirom/roborazzi/pull/313
Full Changelog: https://github.com/takahirom/roborazzi/compare/1.12.0...1.13.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 has been generated by Mend Renovate. View repository job log here.
Snapshot diff report vs base branch: main
| File name | Image |
|---|---|
| EpisodeDetailsScreen shotTest.compact_epi sodeDetailsScreen_co mpare.png |
![]() |
