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

Merged
merged 1 commit into from
Jul 3, 2024
Merged

Update roborazzi to v1.21.0 #247

merged 1 commit into from
Jul 3, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 3, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

v1.21.0

Compare Source

Android Studio, IntelliJ IDEA Plugin is coming

The Roborazzi Plugin has been released after the previous release. Please check it out. The Roborazzi plugin enhances your development workflow by automatically displaying screenshots related to Roborazzi's screenshot tests within IntelliJ IDEA. Easily view and verify visual outputs directly in your IDE, streamlining your testing and development process.

screencast.2024-06-07.10-08-00.mp4

https://plugins.jetbrains.com/plugin/24561-roborazzi

Now, test report assets are written in the same directory as the report HTML.

We are using Materialize for the HTML report generated in build/reports/roborazzi. This causes a Content Security Policy (CSP) problem when using iframes. As a result, we can't view the report correctly in some projects. To resolve this, we now save the assets like CSS and JS in the same directory as the report HTML. Thank you, @​eyedol, for tackling this difficult problem. Thank you, @​realdadfish, for reporting this!

Bug fix

In the Windows environment, the image path in the report file is not written correctly. I fixed the path separator to resolve this issue. Thank you for reporting this, @​ben-gooding-hub.

What's Changed

Full Changelog: takahirom/roborazzi@1.20.0...1.21.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.

@chrisbanes chrisbanes merged commit 2299772 into main Jul 3, 2024
2 checks passed
@chrisbanes chrisbanes deleted the renovate/roborazzi branch July 3, 2024 20:47
ZacSweers pushed a commit to ZacSweers/CatchUp that referenced this pull request Jul 16, 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://github.com/chrisbanes/haze) |
`0.7.2` -> `0.7.3` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/dev.chrisbanes.haze:haze/0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/dev.chrisbanes.haze:haze/0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/dev.chrisbanes.haze:haze/0.7.2/0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/dev.chrisbanes.haze:haze/0.7.2/0.7.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

### [`v0.7.3`](https://github.com/chrisbanes/haze/releases/tag/0.7.3)

[Compare
Source](https://github.com/chrisbanes/haze/compare/0.7.2...0.7.3)

#### What's Changed

- Update coil to v3.0.0-alpha07 by
[@&#8203;renovate](https://github.com/renovate) in
[chrisbanes/haze#244
- Update dependency androidx.test.ext:junit-ktx to v1.2.1 by
[@&#8203;renovate](https://github.com/renovate) in
[chrisbanes/haze#242
- Update roborazzi to v1.21.0 by
[@&#8203;renovate](https://github.com/renovate) in
[chrisbanes/haze#247
- Integrate GlobalPositionAwareModifierNode into Haze modifiers by
[@&#8203;chrisbanes](https://github.com/chrisbanes) in
[chrisbanes/haze#246
- Add ListOverImage sample by
[@&#8203;chrisbanes](https://github.com/chrisbanes) in
[chrisbanes/haze#248
- Update dependency org.robolectric:robolectric to v4.13 by
[@&#8203;renovate](https://github.com/renovate) in
[chrisbanes/haze#251

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

</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:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjUuMSIsInVwZGF0ZWRJblZlciI6IjM3LjQyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

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.

1 participant