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 roborazzi to v1.18.0 #212

Merged
merged 1 commit into from
May 25, 2024
Merged

Update roborazzi to v1.18.0 #212

merged 1 commit into from
May 25, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 4, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.takahirom.roborazzi 1.13.0 -> 1.18.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule 1.13.0 -> 1.18.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose-desktop 1.13.0 -> 1.18.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi-compose 1.13.0 -> 1.18.0 age adoption passing confidence
io.github.takahirom.roborazzi:roborazzi 1.13.0 -> 1.18.0 age adoption passing confidence

Release Notes

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

v1.18.0

Compare Source

Migrating from java.io.File to kotlinx-io

Roborazzi previously used java.io.File for saving and loading files. Although Roborazzi supports iOS, sharing much of the logic is challenging when using java.io.File. Therefore, we have migrated to kotlinx-io.
We are attentive to the Kotlin versions our users employ. We upgraded from version 1.9.21 to 1.9.22 due to a dependency on kotlinx-io. Since Kotlin 1.9.22 was released last year, it should be compatible with most projects.
Thank you, @​eyedol, for your outstanding contribution! Your efforts are greatly appreciated.

|    \--- org.jetbrains.kotlinx:kotlinx-io-core:0.3.3
|         +--- org.jetbrains.kotlinx:kotlinx-io-bytestring:0.3.3
|         |    \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
|         \--- org.jetbrains.kotlin:kotlin-stdlib:1.9.22 (*)
What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.17.0...1.18.0

v1.17.0

Compare Source

Bug Fixes
  • There seemed to be a pattern where ActivityScenario's close was not being called when tests failed, causing leaks, so I used a use block to ensure it is closed properly. @​yschimke, thank you for pointing out this issue.
  • At companies that use Roborazzi on a large scale, there were issues with the output dir not being restored properly due to Configuration cache and other factors, so I simplified the design to make problems less likely to occur.
  • There were occasional errors reporting that a directory did not exist, and I've added code to address this issue. @​lukas-mercari, thank you for your contribution.
What's Changed
New Contributors

Full Changelog: takahirom/roborazzi@1.16.1...1.17.0

v1.16.1

Compare Source

Bugfix

We removed the setting for the test task's input directory in 1.16.0, but it caused incorrect results in the compare tests. Therefore, I reverted the changes to the test input directory. This bug is now covered by Roborazzi's integration tests.

What's Changed

Full Changelog: takahirom/roborazzi@1.16.0...1.16.1

v1.16.0

Compare Source

Improvements
  • @​lukas-mercari informed me that we can optimize our build-cache strategy by eliminating outdated cache invalidation logic. With this adjustment, Roborazzi's integration test time was reduced from 10 minutes to 6 minutes by utilizing caches. Thanks for the excellent improvement suggestion. This might also help other users' projects. Roborazzi's integration tests cover several use cases, but if you encounter any issues related to caching, please let me know.
  • We have been supporting iOS since the previous version of Roborazzi and want to share code with the iOS sourceset as much as possible. Therefore, we migrated from Gson to Kotlinx.serialization 1.6.3. Thank you for your contribution, @​sanao1006
  • Roborazzi has been supporting accessibility dumps for Android, and we have now added the capability to check the disabled status within these dumps. Thank you for your contribution, @​lukas-mercari !
image
What's Changed

Full Changelog: takahirom/roborazzi@1.15.0...1.16.0

v1.15.0

Compare Source

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

Full Changelog: takahirom/roborazzi@1.14.0...1.15.0

v1.14.0

Compare Source

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
New Contributors

Full Changelog: takahirom/roborazzi@1.13.0...1.14.0


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.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • 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 roborazzi to v1.14.0 Update roborazzi May 7, 2024
@renovate renovate bot changed the title Update roborazzi Update roborazzi to v1.15.0 May 7, 2024
@renovate renovate bot changed the title Update roborazzi to v1.15.0 Update roborazzi to v1.16.0 May 17, 2024
@renovate renovate bot changed the title Update roborazzi to v1.16.0 Update roborazzi to v1.16.1 May 17, 2024
@renovate renovate bot changed the title Update roborazzi to v1.16.1 Update roborazzi to v1.17.0 May 24, 2024
@renovate renovate bot changed the title Update roborazzi to v1.17.0 Update roborazzi to v1.18.0 May 25, 2024
@chrisbanes chrisbanes enabled auto-merge (squash) May 25, 2024 10:37
@chrisbanes chrisbanes disabled auto-merge May 25, 2024 10:37
@chrisbanes chrisbanes merged commit 9513b06 into main May 25, 2024
1 check passed
@chrisbanes chrisbanes deleted the renovate/roborazzi branch May 25, 2024 10:37
ZacSweers pushed a commit to ZacSweers/CatchUp that referenced this pull request Jun 20, 2024
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dev.chrisbanes.haze:haze](https://togithub.com/chrisbanes/haze) |
`0.7.1` -> `0.7.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/0.7.1/0.7.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>chrisbanes/haze (dev.chrisbanes.haze:haze)</summary>

### [`v0.7.2`](https://togithub.com/chrisbanes/haze/releases/tag/0.7.2)

[Compare
Source](https://togithub.com/chrisbanes/haze/compare/0.7.1...0.7.2)

#### What's Changed

- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.7 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#209
- Update dependency androidx.core:core-ktx to v1.13.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#210
- Update agp to v8.4.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#208
- Fix sample code in usage docs by
[@&#8203;lhoyong](https://togithub.com/lhoyong) in
[chrisbanes/haze#211
- Fix typo in naming of "lorem ipsum" placeholder value by
[@&#8203;twyatt](https://togithub.com/twyatt) in
[chrisbanes/haze#215
- Update agp to v8.4.1 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#223
- Update dependency org.robolectric:robolectric to v4.12.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#222
- Update plugin com.gradle.enterprise to v3.17.4 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#218
- Update roborazzi to v1.18.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#212
- Update roborazzi to v1.19.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#225
- Update roborazzi to v1.20.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#226
- Update agp to v8.4.2 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#230
- Update dependency androidx.compose.ui:ui-test-manifest to v1.6.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#233
- Update plugin com.gradle.enterprise to v3.17.5 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#232
- Update agp to v8.5.0 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#234
- Update dependency gradle to v8.8 by
[@&#8203;renovate](https://togithub.com/renovate) in
[chrisbanes/haze#227
- Web updates (JS/Canvas) by
[@&#8203;nevrozza](https://togithub.com/nevrozza) in
[chrisbanes/haze#228
- Fix CI and docs build by
[@&#8203;chrisbanes](https://togithub.com/chrisbanes) in
[chrisbanes/haze#237

#### New Contributors

- [@&#8203;lhoyong](https://togithub.com/lhoyong) made their first
contribution in
[chrisbanes/haze#211
- [@&#8203;twyatt](https://togithub.com/twyatt) made their first
contribution in
[chrisbanes/haze#215
- [@&#8203;nevrozza](https://togithub.com/nevrozza) made their first
contribution in
[chrisbanes/haze#228

**Full Changelog**:
chrisbanes/haze@0.7.1...0.7.2

</details>

---

### 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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/ZacSweers/CatchUp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQxMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant