chore: bump version to v6.79.0 #14924
Annotations
9 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L62
React Hook useCallback has missing dependencies: 'onClose', 'reset', and 'trigger'. Either include them or remove the dependency array. If 'reset' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L69
React Hook useCallback has unnecessary dependencies: 'email' and 'page'. Either exclude them or remove the dependency array
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L83
React Hook useCallback has missing dependencies: 'refetch', 'resetModal', and 'transferOwnershipMutation'. Either include them or remove the dependency array
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L87
React Hook useEffect has a missing dependency: 'trigger'. Either include it or remove the dependency array. If 'trigger' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L122
Forbidden non-null assertion
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L129
Forbidden non-null assertion
|
frontend/src/features/user/transfer-ownership/TransferOwnershipModal.tsx#L148
Forbidden non-null assertion
|
frontend/src/services/ApiService.ts#L91
Unexpected any. Specify a different type
|
The logs for this run have expired and are no longer available.
Loading