chore(deps): bump the all group across 1 directory with 8 updates #640
Annotations
2 errors and 4 warnings
src/types/account-manager.ts#L194
Type '{ amount: number; amountWithoutPendingRewards: number; minBalance: number; pendingRewards: number; rewards: number; round: number; totalAppsOptedIn: number; totalAssetsOptedIn: number; totalCreatedApps: number; ... 18 more ...; attribute_map: Record<string, string>; }' is not assignable to type 'AccountInformation'.
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/types/app-client.ts#L642
Replace `result.methodResults?.length·??·0·>·0` with `(result.methodResults?.length·??·0·>·0)`
|
src/types/client-manager.ts#L346
Replace `token·??·{}` with `(token·??·{})`
|
src/types/client-manager.ts#L392
Replace `token·??·{}` with `(token·??·{})`
|
This job failed
Loading