adyen-examples / adyen-react-online-payments

Accept payments on your React/Express-based website with cards, wallets, and key local payment methods
MIT License
66 stars 46 forks source link

Bump @adyen/adyen-web from 5.55.1 to 5.63.0 #268

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps @adyen/adyen-web from 5.55.1 to 5.63.0.

Release notes

Sourced from @​adyen/adyen-web's releases.

5.63.0

Improvements

  • Remove the country flag in the Phone select, change the label to Country/Region for the country/region field. (Adyen/adyen-web#2628)

Bug fixes

  • Vouchers (econtext and dragonpay) can now show expiration date with time (Adyen/adyen-web#2618)

  • Refactor how wallet PMs call submitAnalytics when they are used as express PMs (Adyen/adyen-web#2617)

  • Fix the bug that the drop-in is not rendered when there are only instant payments. (Adyen/adyen-web#2629)

5.62.0

Improvements

Using securedFields v4.8.3 to handle 19 digit Diners (#2625)

5.61.0

New

  • Add analytics to ascertain when certain "wallets" are explicitly used as express payment methods #2616

Improvements

  • Allow forward slashes in address fields #2607

Fixes

  • Fixing SRPanel issues in OpenInvoice comp now that (delivery) addresses can have first & last Names #2604
  • Fix(a11y): select/combobox aria-activedescendant is now empty when active item is null #2612

5.60.0

New

  • Add support for new Donation properties. (#2572)
  • Starting using /checkoutanalytics endpoint: a new way to retrieve checkoutAttemptId and capture subsequent analytics events (#2234)

Improvements

  • Updating applepay typescript types and fixing challengeWindowSize prop (#2584)
  • Bumping sf version to 4.8.2 which can now handle 19 digit Discover cards

Bug fixes

  • Sanitize billingAddress when making a /payments call. Remove firstName and lastName in the billingAddress for some payments using the Address. (#2591)
  • For regular card, zero auth payments, we store the payment method only if the configuration says we should (#2589)

5.59.0

⚠️ Depending on how your backend request is configured there may be a issue with storing cards when making zero-auth payments. More details in the documentation. Fixed in v5.60.0

New

  • Adding support for PayPal Express Flow (#2551)

Fix

  • For zero auth payments, we always send the storePaymentMethod property, to save the payment details. (#2571)

5.58.0

... (truncated)

Commits
  • ba0fc79 [ci] release main (#2634)
  • 57bacc7 fix: display date and time in some vouchers (#2618)
  • 17f15e9 fix: show the instant payments when they are the only supported PMs (#2629)
  • f48a7b0 Chore/v5 refactor how wallet PMs call submit analytics (#2617)
  • e45fced feat: remove the country flag in the Phone select, change the label for count...
  • 9902c45 Ci: run e2e against multiple api versions (#2627)
  • 6034802 Merge pull request #2626 from Adyen/changeset-release/main
  • e0d5a7f [ci] release main
  • 8eaacf6 Merge pull request #2625 from Adyen/feature/handling_19_digit_Diners
  • 3a8aad6 Using securedFields v4.8.3 to handle 19 digit Diners
  • Additional commits viewable in compare view


Dependabot compatibility score

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 5 months ago

Superseded by #271.