Skip to content

Bump roborazzi from 1.20.0 to 1.21.0#908

Merged
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.21.0
Jul 4, 2024
Merged

Bump roborazzi from 1.20.0 to 1.21.0#908
lihenggui merged 1 commit intomainfrom
dependabot/gradle/roborazzi-1.21.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Jul 3, 2024

Bumps roborazzi from 1.20.0 to 1.21.0.
Updates io.github.takahirom.roborazzi:roborazzi from 1.20.0 to 1.21.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi's releases.

1.21.0

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

Commits
  • 3dfa76d 1.21.0
  • 741ff96 Fix windows report relative path (#419)
  • d2bf3af Update dependency gradle to v8.8 (#354)
  • ffa6222 Read external resources locally when generating html report (#404)
  • 788ae6d Merge pull request #410 from takahirom/takahirom/add-robolectric.pixelCopyRen...
  • 938af95 Remove unneeded " in README
  • 11a9dd1 Merge pull request #409 from takahirom/takahirom/add-robolectric.pixelCopyRen...
  • cb558e8 Add robolectric.pixelCopyRenderMode to README
  • 19dcf54 Merge pull request #406 from takahirom/renovate/actions-checkout-digest
  • a25077e Update actions/checkout digest to 692973e
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi from 1.20.0 to 1.21.0

Release notes

Sourced from io.github.takahirom.roborazzi's releases.

1.21.0

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

Commits
  • 3dfa76d 1.21.0
  • 741ff96 Fix windows report relative path (#419)
  • d2bf3af Update dependency gradle to v8.8 (#354)
  • ffa6222 Read external resources locally when generating html report (#404)
  • 788ae6d Merge pull request #410 from takahirom/takahirom/add-robolectric.pixelCopyRen...
  • 938af95 Remove unneeded " in README
  • 11a9dd1 Merge pull request #409 from takahirom/takahirom/add-robolectric.pixelCopyRen...
  • cb558e8 Add robolectric.pixelCopyRenderMode to README
  • 19dcf54 Merge pull request #406 from takahirom/renovate/actions-checkout-digest
  • a25077e Update actions/checkout digest to 692973e
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `roborazzi` from 1.20.0 to 1.21.0.

Updates `io.github.takahirom.roborazzi:roborazzi` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.20.0...1.21.0)

Updates `io.github.takahirom.roborazzi` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.20.0...1.21.0)

---
updated-dependencies:
- dependency-name: io.github.takahirom.roborazzi:roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.takahirom.roborazzi
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@lihenggui lihenggui merged commit e1cb992 into main Jul 4, 2024
@dependabot dependabot bot deleted the dependabot/gradle/roborazzi-1.21.0 branch July 4, 2024 18:39
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