chore(deps): bump @meshsdk/react from 1.9.0-beta-40 to 2.0.0-beta.2 in the mesh-sdk group across 1 directory #16
Annotations
11 errors and 1 warning
|
checks:
src/components/pages/wallet/signing/signable-card.tsx#L170
Argument of type 'MeshCardanoBrowserWallet' is not assignable to parameter of type 'IWallet'.
|
|
checks:
src/components/pages/wallet/signing/index.tsx#L71
Argument of type 'MeshCardanoBrowserWallet' is not assignable to parameter of type 'IWallet'.
|
|
checks:
src/components/pages/wallet/new-transaction/deposit/index.tsx#L221
Expected 2 arguments, but got 1.
|
|
checks:
src/components/pages/wallet/info/signers/card-show-signers.tsx#L144
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
|
checks:
src/components/pages/wallet/governance/proposal/voteButtton.tsx#L138
Type 'MeshCardanoBrowserWallet' is missing the following properties from type 'IWallet': getAssets, getLovelace, getDRep, getPolicyIdAssets, and 4 more.
|
|
checks:
src/components/pages/wallet/governance/drep/updateDrep.tsx#L148
Type 'MeshCardanoBrowserWallet' is missing the following properties from type 'IWallet': getAssets, getLovelace, getDRep, getPolicyIdAssets, and 4 more.
|
|
checks:
src/components/pages/wallet/governance/ballot/ballot.tsx#L295
Type 'MeshCardanoBrowserWallet' is missing the following properties from type 'IWallet': getAssets, getLovelace, getDRep, getPolicyIdAssets, and 4 more.
|
|
checks:
src/components/pages/homepage/governance/drep/id/delegateButton.tsx#L61
Expected 2 arguments, but got 1.
|
|
checks:
src/components/pages/homepage/governance/drep/id/delegateButton.tsx#L56
Argument of type 'string[]' is not assignable to parameter of type 'UTxO[]'.
|
|
checks:
src/components/common/overall-layout/layout.tsx#L355
Property 'getDRep' does not exist on type 'MeshCardanoBrowserWallet'.
|
|
checks
Process completed with exit code 1.
|
|
checks
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|