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

Bump roborazzi from 1.2.0 to 1.3.0 #1822

Merged
merged 2 commits into from
Jul 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2023

Bumps roborazzi from 1.2.0 to 1.3.0.
Updates io.github.takahirom.roborazzi:roborazzi-gradle-plugin from 1.2.0 to 1.3.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-gradle-plugin's releases.

1.3.0

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0

1.3.0-rc-1

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0-rc-1

1.3.0-alpha-5

What's Changed

... (truncated)

Commits
  • d6ed948 Version up 1.3.0 to prepare to stable release
  • 16f7b5f Version up 1.3.0-rc-1
  • 71dc80c Version up 1.3.0-alpha-5
  • a057c71 Fix small change
  • 382b230 Merge pull request #103 from takahirom/takahirom/divide-test/2023-06-19
  • b7e1d27 Fix image file name
  • a6ef210 Add explanation for Config
  • a3f5f01 Add README and test
  • b651e0b Merge pull request #102 from takahirom/takahirom/add-workaround-for-Roborazzi...
  • 03c1180 Refactor test
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi from 1.2.0 to 1.3.0

Release notes

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

1.3.0

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0

1.3.0-rc-1

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0-rc-1

1.3.0-alpha-5

What's Changed

... (truncated)

Commits
  • d6ed948 Version up 1.3.0 to prepare to stable release
  • 16f7b5f Version up 1.3.0-rc-1
  • 71dc80c Version up 1.3.0-alpha-5
  • a057c71 Fix small change
  • 382b230 Merge pull request #103 from takahirom/takahirom/divide-test/2023-06-19
  • b7e1d27 Fix image file name
  • a6ef210 Add explanation for Config
  • a3f5f01 Add README and test
  • b651e0b Merge pull request #102 from takahirom/takahirom/add-workaround-for-Roborazzi...
  • 03c1180 Refactor test
  • Additional commits viewable in compare view

Updates io.github.takahirom.roborazzi:roborazzi-junit-rule from 1.2.0 to 1.3.0

Release notes

Sourced from io.github.takahirom.roborazzi:roborazzi-junit-rule's releases.

1.3.0

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0

1.3.0-rc-1

⚠️ Breaking changes from 1.2.0

⚠️ For those using the Compose lambda captureRoboImage{} function, please add testImplementation("io.github.takahirom.roborazzi:roborazzi-compose:[version]") as a dependency. This is to separate the Compose Compiler from the roborazzi module and fix projects without compose.

⚠️ The default filename has changed. The new default filename will follow this format: com.github.takahirom.roborazzi.sample.ManualTest.captureRoboImageSample.png, replacing the old format: com_github_takahirom_roborazzi_sample_ManualTest.captureRoboImageSample.png. You can use roborazzi.record.namingStrategy=escapedTestPackageAndClassAndMethod to fix the breaking change. For moere information please checkout https://github.com/takahirom/roborazzi/releases/tag/1.3.0-alpha-1

What's Changed

Full Changelog: takahirom/roborazzi@1.2.0...1.3.0-rc-1

1.3.0-alpha-5

What's Changed

... (truncated)

Commits
  • d6ed948 Version up 1.3.0 to prepare to stable release
  • 16f7b5f Version up 1.3.0-rc-1
  • 71dc80c Version up 1.3.0-alpha-5
  • a057c71 Fix small change
  • 382b230 Merge pull request #103 from takahirom/takahirom/divide-test/2023-06-19
  • b7e1d27 Fix image file name
  • a6ef210 Add explanation for Config
  • a3f5f01 Add README and test
  • b651e0b Merge pull request #102 from takahirom/takahirom/add-workaround-for-Roborazzi...
  • 03c1180 Refactor test
  • 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 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.2.0 to 1.3.0.

Updates `io.github.takahirom.roborazzi:roborazzi-gradle-plugin` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.2.0...1.3.0)

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

Updates `io.github.takahirom.roborazzi:roborazzi-junit-rule` from 1.2.0 to 1.3.0
- [Release notes](https://github.com/takahirom/roborazzi/releases)
- [Commits](takahirom/roborazzi@1.2.0...1.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@colinrtwhite colinrtwhite merged commit b904ac9 into main Jul 25, 2023
7 checks passed
@colinrtwhite colinrtwhite deleted the dependabot/gradle/roborazzi-1.3.0 branch July 25, 2023 00:09
colinrtwhite added a commit that referenced this pull request Jul 25, 2023
* main:
  Bump roborazzi from 1.2.0 to 1.3.0 (#1822)
  Bump app.cash.paparazzi:paparazzi-gradle-plugin from 1.3.0 to 1.3.1 (#1819)
  Bump com.diffplug.spotless from 6.19.0 to 6.20.0 (#1817)
  Add SHIFT6m to hardware bitmap blocklist (#1812)
  Bump okio from 3.3.0 to 3.4.0 (#1806)
  Fix incorrect link to OkHttpClient.newBuilder (#1803)
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