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.64.0 #271

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

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

Release notes

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

5.64.0

NEW

  • Checkout analytics can be passed a checkoutAttemptId (#2654)
  • Pass config to allow SecuredFields to expose expiryDate (#2651)

Bug fixes

  • Fixed ANCV ignoring existing order & payButton not working as intended (#2655)
  • Fix for the OpenInvoice uncaught error when checking and unchecking terms and conditions. This change also fixed the issue that payment goes through without accepting terms and conditions. (#2660)

Improvements

  • Don't log threeDSCompInd or transStatus from the 3DS2 process (#2666)

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)

... (truncated)

Commits
  • 33729af Merge pull request #2657 from Adyen/changeset-release/main
  • 6ebecdb [ci] release main
  • 6a32254 fixing testcafe tests
  • cfc8d29 Fix: ANCV ignoring existing orders & not working as intended via custom payBu...
  • 2498f94 Merge pull request #2666 from Adyen/feature/do_not_log_3DS2_result_values
  • 5342c83 Don't log threeDSCompInd or transStatus from 3DS2 process
  • 6843051 fix(open-invoice): consent checkbox issue (#2660)
  • 417f47e Passing config to allow SF to expose expiryDate (#2651)
  • b44c2c0 Checkout analytics can be passed a checkoutAttemptId (#2654)
  • 7a706f2 Remove onFieldValid callback
  • 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 4 months ago

Superseded by #275.