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 the ivy-wallet group across 1 directory with 10 updates #3348

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the ivy-wallet group with 9 updates in the / directory:

Package From To
com.android.tools.build:gradle 8.5.0 8.5.1
io.mockk:mockk 1.13.11 1.13.12
app.cash.paparazzi:paparazzi-gradle-plugin 1.3.3 1.3.4
app.cash.paparazzi:paparazzi 1.3.3 1.3.4
androidx.lifecycle:lifecycle-viewmodel-compose 2.8.2 2.8.3
com.google.firebase:firebase-crashlytics 19.0.2 19.0.3
androidx.biometric:biometric 1.2.0-alpha05 1.4.0-alpha01
io.nlopez.compose.rules:detekt 0.4.4 0.4.5
com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin 2.0.0-1.0.22 2.0.0-1.0.23

Updates com.android.tools.build:gradle from 8.5.0 to 8.5.1

Updates io.mockk:mockk from 1.13.11 to 1.13.12

Release notes

Sourced from io.mockk:mockk's releases.

1.13.12

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • Additional commits viewable in compare view

Updates app.cash.paparazzi:paparazzi-gradle-plugin from 1.3.3 to 1.3.4

Release notes

Sourced from app.cash.paparazzi:paparazzi-gradle-plugin's releases.

1.3.4

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1 (now supports SDK 34!)
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from 1.3.2 now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Changelog

Sourced from app.cash.paparazzi:paparazzi-gradle-plugin's changelog.

[1.3.4] - 2024-05-23

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Commits
  • 1dc399b Prepare version 1.3.4
  • 693aad1 Update bytebuddy to v1.14.16 (#1442)
  • 767c18b Update Kotlin and Compose (#1385)
  • 1c1f074 Remove JUnit usages from files in main source set (#1437)
  • 08f8825 Fix recent tests to be repeatable (#1436)
  • 15b81c6 Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438)
  • 1c5f49d Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401)
  • abe27a9 Update dependency mkdocs-material to v9.5.24 (#1439)
  • a205508 Extract aar2jar logic into shareable plugin (#1435)
  • 18e7196 Add boolean Flag to decide if image should be original size or not (#1382)
  • Additional commits viewable in compare view

Updates app.cash.paparazzi:paparazzi from 1.3.3 to 1.3.4

Release notes

Sourced from app.cash.paparazzi:paparazzi's releases.

1.3.4

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1 (now supports SDK 34!)
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from 1.3.2 now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Changelog

Sourced from app.cash.paparazzi:paparazzi's changelog.

[1.3.4] - 2024-05-23

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Commits
  • 1dc399b Prepare version 1.3.4
  • 693aad1 Update bytebuddy to v1.14.16 (#1442)
  • 767c18b Update Kotlin and Compose (#1385)
  • 1c1f074 Remove JUnit usages from files in main source set (#1437)
  • 08f8825 Fix recent tests to be repeatable (#1436)
  • 15b81c6 Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438)
  • 1c5f49d Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401)
  • abe27a9 Update dependency mkdocs-material to v9.5.24 (#1439)
  • a205508 Extract aar2jar logic into shareable plugin (#1435)
  • 18e7196 Add boolean Flag to decide if image should be original size or not (#1382)
  • Additional commits viewable in compare view

Updates app.cash.paparazzi:paparazzi from 1.3.3 to 1.3.4

Release notes

Sourced from app.cash.paparazzi:paparazzi's releases.

1.3.4

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1 (now supports SDK 34!)
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from 1.3.2 now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Changelog

Sourced from app.cash.paparazzi:paparazzi's changelog.

[1.3.4] - 2024-05-23

New

  • Support for animated-PNG-based snapshots using Paparazzi#gif
  • New tasks! deletePaparazziSnapshots and cleanRecordPaparazzi${VARIANT} clear orphaned snapshots
  • Add boolean flag to decide if image should be scaled or full-sized
  • Migrate Paparazzi to layoutlib Iguana 2023.2.1
  • Compose 1.5.14
  • Kotlin 1.9.24
  • [Gradle Plugin] Gradle 8.7
  • [Gradle Plugin] Android Gradle Plugin 8.3.2

Fixed

  • Fix long content description being cut off in accessibility snapshots
  • Include resource references from generated resource folders
  • Fix gradle caching for resources coming from aar dependencies
  • Support SHRINK render mode when using unsafeUpdateConfig
  • Fix issue where multiple snapshots fail when using render extensions
  • Remove guava workaround from [1.3.2] now that Collector APIs are in guava-android

Kudos to @​geoff-powell, @​gamepro65, @​kevinzheng-ap, @​nak5ive, @​TWiStErRob, @​emuguy1 and others for contributions this release!

Commits
  • 1dc399b Prepare version 1.3.4
  • 693aad1 Update bytebuddy to v1.14.16 (#1442)
  • 767c18b Update Kotlin and Compose (#1385)
  • 1c1f074 Remove JUnit usages from files in main source set (#1437)
  • 08f8825 Fix recent tests to be repeatable (#1436)
  • 15b81c6 Update dependency dev.drewhamilton.poko:poko-gradle-plugin to v0.15.3 (#1438)
  • 1c5f49d Update dependency com.android.tools.layoutlib:layoutlib-api to v31.4.1 (#1401)
  • abe27a9 Update dependency mkdocs-material to v9.5.24 (#1439)
  • a205508 Extract aar2jar logic into shareable plugin (#1435)
  • 18e7196 Add boolean Flag to decide if image should be original size or not (#1382)
  • Additional commits viewable in compare view

Updates io.mockk:mockk-android from 1.13.11 to 1.13.12

Release notes

Sourced from io.mockk:mockk-android's releases.

1.13.12

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.12

Commits
  • cca4f1a Version bump
  • 5dc7491 Update bytebuddy dependency
  • 6b8c5eb Upgrade gradle
  • 4080a66 Upgrade the setup-gradle action
  • 69a861c Add Java 21
  • 8c45598 Merge pull request #1276 from xzhang-brex/multi-threading-support
  • cb0e2de Added doc for clearAllMocks(currentThreadOnly = true)
  • be36659 Added unit tests for currentThreadOnly.
  • 0d749b8 Updated the api definition files.
  • cead8a0 Removed unneccesary files.
  • Additional commits viewable in compare view

Updates androidx.lifecycle:lifecycle-viewmodel-compose from 2.8.2 to 2.8.3

Updates com.google.firebase:firebase-crashlytics from 19.0.2 to 19.0.3

Commits

Updates androidx.biometric:biometric from 1.2.0-alpha05 to 1.4.0-alpha01

Updates io.nlopez.compose.rules:detekt from 0.4.4 to 0.4.5

Release notes

Sourced from io.nlopez.compose.rules:detekt's releases.

v0.4.5

Changelog

Commits

Updates com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin from 2.0.0-1.0.22 to 2.0.0-1.0.23

Release notes

Sourced from com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin's releases.

2.0.0-1.0.23

Issues fixed

  • [KSP2] Nullable type arg type becomes non-null after replace() call #1856
  • Annotations on enum entires on K2 are missing #1962
  • Got IllegalStateException when calling replace() on error types #1960
  • [KSP2] Resolver.getJvmCheckedException doesn't work on property accessors #1900
  • [KSP2] Property getter JVM names in data classes become componentN instead of getXXX #1958
  • [KSP2] Resolver.mapToJvmSignature doesn't unwrap inline classes #1859
  • [KSP2] KSFunctionDeclaration.asMemberOf does not return correct types #1919
  • implement getOwnerJvmClassName #1979
  • [KSP2] KSPropertyDeclaration.hasBackingField returns inconsistent results #1939
  • [KSP2] Annotations on extension receivers are missing #1899
Commits
  • e528b7f handle receiver annotation use site target
  • 1025b6b remove unused code
  • 6485431 defer resolution of annotations when possible.
  • e8791ab Clear caches before early exit
  • 5bec058 Test hasBackingField
  • 42802b9 Enable KSPAATest on Windows
  • ab4b064 fix dependencies and enable KSPAATest
  • b635c1c Fork common-util for intellij dependences
  • e99509f Reverse dependencies of test-utils
  • f34f279 implement getOwnerJvmClassName
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the ivy-wallet group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| com.android.tools.build:gradle | `8.5.0` | `8.5.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.11` | `1.13.12` |
| [app.cash.paparazzi:paparazzi-gradle-plugin](https://github.com/cashapp/paparazzi) | `1.3.3` | `1.3.4` |
| [app.cash.paparazzi:paparazzi](https://github.com/cashapp/paparazzi) | `1.3.3` | `1.3.4` |
| androidx.lifecycle:lifecycle-viewmodel-compose | `2.8.2` | `2.8.3` |
| [com.google.firebase:firebase-crashlytics](https://github.com/firebase/firebase-android-sdk) | `19.0.2` | `19.0.3` |
| androidx.biometric:biometric | `1.2.0-alpha05` | `1.4.0-alpha01` |
| [io.nlopez.compose.rules:detekt](https://github.com/mrmans0n/compose-rules) | `0.4.4` | `0.4.5` |
| [com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin](https://github.com/google/ksp) | `2.0.0-1.0.22` | `2.0.0-1.0.23` |



Updates `com.android.tools.build:gradle` from 8.5.0 to 8.5.1

Updates `io.mockk:mockk` from 1.13.11 to 1.13.12
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

Updates `app.cash.paparazzi:paparazzi-gradle-plugin` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@1.3.3...1.3.4)

Updates `app.cash.paparazzi:paparazzi` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@1.3.3...1.3.4)

Updates `app.cash.paparazzi:paparazzi` from 1.3.3 to 1.3.4
- [Release notes](https://github.com/cashapp/paparazzi/releases)
- [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md)
- [Commits](cashapp/paparazzi@1.3.3...1.3.4)

Updates `io.mockk:mockk-android` from 1.13.11 to 1.13.12
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.11...1.13.12)

Updates `androidx.lifecycle:lifecycle-viewmodel-compose` from 2.8.2 to 2.8.3

Updates `com.google.firebase:firebase-crashlytics` from 19.0.2 to 19.0.3
- [Changelog](https://github.com/firebase/firebase-android-sdk/blob/main/docs/make_release_notes.py)
- [Commits](https://github.com/firebase/firebase-android-sdk/commits)

Updates `androidx.biometric:biometric` from 1.2.0-alpha05 to 1.4.0-alpha01

Updates `io.nlopez.compose.rules:detekt` from 0.4.4 to 0.4.5
- [Release notes](https://github.com/mrmans0n/compose-rules/releases)
- [Commits](mrmans0n/compose-rules@v0.4.4...v0.4.5)

Updates `com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin` from 2.0.0-1.0.22 to 2.0.0-1.0.23
- [Release notes](https://github.com/google/ksp/releases)
- [Commits](google/ksp@2.0.0-1.0.22...2.0.0-1.0.23)

---
updated-dependencies:
- dependency-name: com.android.tools.build:gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: app.cash.paparazzi:paparazzi-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: app.cash.paparazzi:paparazzi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: app.cash.paparazzi:paparazzi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: io.mockk:mockk-android
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: com.google.firebase:firebase-crashlytics
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: androidx.biometric:biometric
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: ivy-wallet
- dependency-name: io.nlopez.compose.rules:detekt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
- dependency-name: com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ivy-wallet
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 17, 2024
@github-actions github-actions bot added the Stale No activity, will be automatically closed soon. label Jul 19, 2024
@github-actions github-actions bot closed this Jul 21, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/gradle/ivy-wallet-df4e997f1c branch July 21, 2024 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code Stale No activity, will be automatically closed soon.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants