chore: upgrade to rn73 #6339
Annotations
10 errors and 1 warning
Check Code:
__tests__/payment-details/amount-lightning-payment-details.spec.ts#L173
Type 'CreateAmountLightningPaymentDetailsParams<WalletCurrency>' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Check Code:
__tests__/payment-details/amount-lightning-payment-details.spec.ts#L182
Type 'CreateAmountLightningPaymentDetailsParams<WalletCurrency>' is not assignable to type 'any[]'.
|
Check Code:
__tests__/payment-details/amount-onchain.spec.ts#L179
Type 'CreateAmountOnchainPaymentDetailsParams<WalletCurrency>' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Check Code:
__tests__/payment-details/amount-onchain.spec.ts#L188
Type 'CreateAmountOnchainPaymentDetailsParams<WalletCurrency>' is not assignable to type 'any[]'.
|
Check Code:
__tests__/payment-details/intraledger-payment-details.spec.ts#L155
Type 'CreateIntraledgerPaymentDetailsParams<WalletCurrency>' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Check Code:
__tests__/payment-details/intraledger-payment-details.spec.ts#L164
Type 'CreateIntraledgerPaymentDetailsParams<WalletCurrency>' is not assignable to type 'any[]'.
|
Check Code:
__tests__/payment-details/intraledger-payment-details.spec.ts#L173
Type 'CreateIntraledgerPaymentDetailsParams<WalletCurrency>' is not assignable to type 'any[]'.
|
Check Code:
__tests__/payment-details/lnurl-payment-details.spec.ts#L234
Type '{ lnurl: string; lnurlParams: LnUrlPayServiceResponse; convertMoneyAmount: ConvertMoneyAmount; sendingWalletDescriptor: { currency: "BTC"; id: string; }; unitOfAccountAmount: BtcMoneyAmount; }' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Check Code:
__tests__/payment-details/lnurl-payment-details.spec.ts#L243
Type '{ lnurl: string; lnurlParams: LnUrlPayServiceResponse; convertMoneyAmount: ConvertMoneyAmount; sendingWalletDescriptor: { currency: "BTC"; id: string; }; unitOfAccountAmount: BtcMoneyAmount; }' is not assignable to type 'any[]'.
|
Check Code:
__tests__/payment-details/no-amount-lightning-payment-details.spec.ts#L202
Type 'CreateNoAmountLightningPaymentDetailsParams<WalletCurrency>' is missing the following properties from type 'any[]': length, pop, push, concat, and 29 more.
|
Check Code
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|