Adyen / adyen-react-native

Adyen React Native
https://docs.adyen.com/checkout
MIT License
42 stars 32 forks source link

fix(deps): update dependency com.adyen.checkout:drop-in to v5.3.1 #401

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.adyen.checkout:drop-in 5.3.0 -> 5.3.1 age adoption passing confidence

Release Notes

Adyen/adyen-android (com.adyen.checkout:drop-in) ### [`v5.3.1`](https://togithub.com/Adyen/adyen-android/releases/tag/5.3.1) [Compare Source](https://togithub.com/Adyen/adyen-android/compare/5.3.0...5.3.1) [//]: # "This file will be used for the release notes on GitHub when publishing." [//]: # "Types of changes: `Breaking changes` `New` `Added` `Improved` `Changed` `Deprecated` `Removed` `Fixed`" [//]: # "Example:" [//]: # "## Added" [//]: # " - New payment method" [//]: # "## Changed" [//]: # " - DropIn service's package changed from `com.adyen.dropin` to `com.adyen.dropin.services`" [//]: # "## Deprecated" [//]: # " - Configurations public constructor are deprecated, please use each Configuration's builder to make a Configuration object" #### Fixed - For Drop-in and Components, when `?android:attr/textColor` is not defined in your own theme, the Card Component no longer crashes. - The `onAdditionalDetails` event is now triggered only once. Previously, the event was triggered multiple times in some edge cases. - The build output no longer contains warnings about multiple substitutions specified in non-positional format in string resources. - For the Card Component, we fixed localization issues that occurred when using the Address Lookup functionality. - Overriding some of the XML styles without specifying a parent style no longer causes a build error. #### Removed - You can no longer use functions like `CheckoutConfiguration.getCardConfiguration()` or `CheckoutConfiguration.getDropInConfiguration()` to get configurations from the `CheckoutConfiguration` object. When starting Drop-in or Components, pass the full `CheckoutConfiguration` object. #### Changed - Dependency versions: | Name | Version | |--------------------------------------------------------------------------------------------------------|-------------------------------| | [Android Gradle plugin](https://developer.android.com/build/releases/gradle-plugin) | **8.3.1** |

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Mend Renovate. View repository job log here.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud