stripe-android icon indicating copy to clipboard operation
stripe-android copied to clipboard

Bump versions.showkase from 1.0.0-beta18 to 1.0.2

Open dependabot[bot] opened this issue 1 year ago • 1 comments

Bumps versions.showkase from 1.0.0-beta18 to 1.0.2. Updates com.airbnb.android:showkase from 1.0.0-beta18 to 1.0.2

Release notes

Sourced from com.airbnb.android:showkase's releases.

1.0.2

I did a new release in order to revert a change in the previous one as I feared it would have some implications to the users. More details in this PR.

Other than that, the same change log applies. Adding it here as well so that the latest release has an easily accessible changelog.

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

1.0.1

Note: Use the 1.0.2 release instead as it reverts a change that could potentially have implications.

This release contains the following fixes -

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Embed proguard rule for generated provider class #341
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

Commits
  • 4e12cd8 Prepare for release 1.0.2
  • 5586c35 Reverts #341 and instead adds that information in the README (#354)
  • b6a35d4 Prepare for release 1.0.1
  • 5df9543 Upgrade compose version to match compiler version (#353)
  • 360259e Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01 (#317)
  • 9f49a32 Fix width incorrectly passed to showkaseHeightDp param in `ShowkaseMetada...
  • fbce7d2 Embed proguard rule for generated provider class (#341)
  • ba3285c Fix deprecation warning in ShowkaseBrowserActivity.kt (#344)
  • 1888035 Remove the Deprecation warning on generated module files when building (#339)
  • 93024e2 Specify available macOS version for CI workflow (#342)
  • Additional commits viewable in compare view

Updates com.airbnb.android:showkase-annotation from 1.0.0-beta18 to 1.0.2

Release notes

Sourced from com.airbnb.android:showkase-annotation's releases.

1.0.2

I did a new release in order to revert a change in the previous one as I feared it would have some implications to the users. More details in this PR.

Other than that, the same change log applies. Adding it here as well so that the latest release has an easily accessible changelog.

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

1.0.1

Note: Use the 1.0.2 release instead as it reverts a change that could potentially have implications.

This release contains the following fixes -

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Embed proguard rule for generated provider class #341
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

Commits
  • 4e12cd8 Prepare for release 1.0.2
  • 5586c35 Reverts #341 and instead adds that information in the README (#354)
  • b6a35d4 Prepare for release 1.0.1
  • 5df9543 Upgrade compose version to match compiler version (#353)
  • 360259e Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01 (#317)
  • 9f49a32 Fix width incorrectly passed to showkaseHeightDp param in `ShowkaseMetada...
  • fbce7d2 Embed proguard rule for generated provider class (#341)
  • ba3285c Fix deprecation warning in ShowkaseBrowserActivity.kt (#344)
  • 1888035 Remove the Deprecation warning on generated module files when building (#339)
  • 93024e2 Specify available macOS version for CI workflow (#342)
  • Additional commits viewable in compare view

Updates com.airbnb.android:showkase-processor from 1.0.0-beta18 to 1.0.2

Release notes

Sourced from com.airbnb.android:showkase-processor's releases.

1.0.2

I did a new release in order to revert a change in the previous one as I feared it would have some implications to the users. More details in this PR.

Other than that, the same change log applies. Adding it here as well so that the latest release has an easily accessible changelog.

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

1.0.1

Note: Use the 1.0.2 release instead as it reverts a change that could potentially have implications.

This release contains the following fixes -

  • De-dupe with the fully qualified function name #315
  • Remove the Deprecation warning on generated module files when building #339
  • Embed proguard rule for generated provider class #341
  • Fix width incorrectly passed to showkaseHeightDp param in ShowkaseMetadata. #336
  • Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01. This fixes the Dagger 2.48 incompatibility issue - airbnb/Showkase#349
  • Upgrade compose version to 1.4.2 #353
  • Additionally, there was some foundational work done to allow adding more information into the Showkase Browser (#309 ). This is still work in progress so it's not necessarily usable just yet.

Finally, one thing you will notice is the change in the versioning scheme. I'm finally updating it since there was no real reason to continue with the "beta" versioning as it didn't signify maturity of the project by any means. We've been using this for over a couple years in production. This also fixes this issue (airbnb/Showkase#308)

Commits
  • 4e12cd8 Prepare for release 1.0.2
  • 5586c35 Reverts #341 and instead adds that information in the README (#354)
  • b6a35d4 Prepare for release 1.0.1
  • 5df9543 Upgrade compose version to match compiler version (#353)
  • 360259e Update kotlin to 1.8.10, xprocessing to 1.6.0-alpha01 (#317)
  • 9f49a32 Fix width incorrectly passed to showkaseHeightDp param in `ShowkaseMetada...
  • fbce7d2 Embed proguard rule for generated provider class (#341)
  • ba3285c Fix deprecation warning in ShowkaseBrowserActivity.kt (#344)
  • 1888035 Remove the Deprecation warning on generated module files when building (#339)
  • 93024e2 Specify available macOS version for CI workflow (#342)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Jan 29 '24 05:01 dependabot[bot]

Diffuse output:

OLD: paymentsheet-example-release-master.apk (signature: V1, V2)
NEW: paymentsheet-example-release-pr.apk (signature: V1, V2)

          │          compressed          │         uncompressed         
          ├───────────┬───────────┬──────┼───────────┬───────────┬──────
 APK      │ old       │ new       │ diff │ old       │ new       │ diff 
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
      dex │   3.9 MiB │   3.9 MiB │  0 B │   8.5 MiB │   8.5 MiB │  0 B 
     arsc │   2.4 MiB │   2.4 MiB │  0 B │   2.4 MiB │   2.4 MiB │  0 B 
 manifest │   5.1 KiB │   5.1 KiB │  0 B │  25.4 KiB │  25.4 KiB │  0 B 
      res │ 967.5 KiB │ 967.5 KiB │  0 B │   1.5 MiB │   1.5 MiB │  0 B 
   native │   2.6 MiB │   2.6 MiB │  0 B │     6 MiB │     6 MiB │  0 B 
    asset │     3 MiB │     3 MiB │  0 B │     3 MiB │     3 MiB │  0 B 
    other │ 211.1 KiB │ 211.1 KiB │  0 B │ 471.8 KiB │ 471.8 KiB │  0 B 
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
    total │    13 MiB │    13 MiB │  0 B │  21.9 MiB │  21.9 MiB │  0 B 

 DEX     │ old   │ new   │ diff      
─────────┼───────┼───────┼───────────
   files │     1 │     1 │ 0         
 strings │ 42305 │ 42305 │ 0 (+0 -0) 
   types │ 14326 │ 14326 │ 0 (+0 -0) 
 classes │ 12130 │ 12130 │ 0 (+0 -0) 
 methods │ 59721 │ 59721 │ 0 (+0 -0) 
  fields │ 39502 │ 39502 │ 0 (+0 -0) 

 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  328 │  328 │  0   
 entries │ 7262 │ 7262 │  0

github-actions[bot] avatar Jan 29 '24 05:01 github-actions[bot]

@dependabot rebase

tillh-stripe avatar Jul 05 '24 15:07 tillh-stripe

Superseded by #8738.

dependabot[bot] avatar Jul 05 '24 15:07 dependabot[bot]