WangJie0822 / Cashbook

记账本
Apache License 2.0
69 stars 11 forks source link

build(deps): bump takahirom-roborazzi from 1.10.1 to 1.11.0 #83

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps takahirom-roborazzi from 1.10.1 to 1.11.0. Updates io.github.takahirom.roborazzi:roborazzi from 1.10.1 to 1.11.0

Release notes

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

1.11.0

New feature

In Roborazzi, if you specify outputDir in the Gradle settings, you can use the build cache. Now, Roborazzi passes the setting into the test.

build.gradle

roborazzi {
    outputDir = "src/your/screenshot/folder"
}

gradle.propeties

roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory 

Test

captureRoboImage()
-> saved src/your/screenshot/folder/package.class.method.png

captureRoboImage("test.png")

-> saved src/your/screenshot/folder/test.png

What's Changed

Full Changelog: https://github.com/takahirom/roborazzi/compare/1.10.1...1.11.0

Commits
  • 08af633 1.11.0
  • ffbb2e1 Merge pull request #277 from takahirom/takahirom/add-faq-about-graphics-probl...
  • 28daa53 Fix link
  • d1fa337 Add link
  • f1aa6fd Add "The images taken from Roborazzi seem broken" FAQ
  • 44498e3 Merge pull request #270 from takahirom/takahirom/respect-gradle-build-dir/202...
  • 50236c4 Add change build dir test
  • 586fbde Fix bug where Roborazzi Plugin doesn't pass output directory when you use sys...
  • ea54f61 Respect gradle build dir for reports
  • 32e4747 Merge pull request #269 from takahirom/reorder-the-task-type
  • Additional commits viewable in compare view


Updates io.github.takahirom.roborazzi from 1.10.1 to 1.11.0

Release notes

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

1.11.0

New feature

In Roborazzi, if you specify outputDir in the Gradle settings, you can use the build cache. Now, Roborazzi passes the setting into the test.

build.gradle

roborazzi {
    outputDir = "src/your/screenshot/folder"
}

gradle.propeties

roborazzi.record.filePathStrategy=relativePathFromRoborazziContextOutputDirectory 

Test

captureRoboImage()
-> saved src/your/screenshot/folder/package.class.method.png

captureRoboImage("test.png")

-> saved src/your/screenshot/folder/test.png

What's Changed

Full Changelog: https://github.com/takahirom/roborazzi/compare/1.10.1...1.11.0

Commits
  • 08af633 1.11.0
  • ffbb2e1 Merge pull request #277 from takahirom/takahirom/add-faq-about-graphics-probl...
  • 28daa53 Fix link
  • d1fa337 Add link
  • f1aa6fd Add "The images taken from Roborazzi seem broken" FAQ
  • 44498e3 Merge pull request #270 from takahirom/takahirom/respect-gradle-build-dir/202...
  • 50236c4 Add change build dir test
  • 586fbde Fix bug where Roborazzi Plugin doesn't pass output directory when you use sys...
  • ea54f61 Respect gradle build dir for reports
  • 32e4747 Merge pull request #269 from takahirom/reorder-the-task-type
  • 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 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)
dependabot[bot] commented 6 months ago

The following labels could not be found: version update.