build(deps): bump @hookform/resolvers from 2.9.10 to 3.9.1 #2091
Annotations
10 errors and 11 warnings
build (18.x):
src/apps/import-account-with-file/pages/import-account-with-file-upload/index.tsx#L80
Type 'Resolver<AssertsShape<Assign<ObjectShape, { secretKeyFile: MixedSchema<any, AnyObject, any>; name: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<ImportAccountFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/buy-cspr.ts#L21
Type 'Resolver<AssertsShape<Assign<ObjectShape, { fiatAmount: RequiredStringSchema<string | undefined, AnyObject>; casperAmount: StringSchema<string | undefined, AnyObject, string | undefined>; }>>>' is not assignable to type 'Resolver<BuyCSPRFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/contact.ts#L31
Type 'Resolver<AssertsShape<Assign<ObjectShape, { name: RequiredStringSchema<string | undefined, AnyObject>; publicKey: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<ContactFromValues, any>'.
|
build (18.x):
src/libs/ui/forms/create-account.ts#L26
Type 'Resolver<AssertsShape<Assign<ObjectShape, { name: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<CreateAccountFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/create-password.ts#L23
Type 'Resolver<AssertsShape<Assign<ObjectShape, { password: StringSchema<string | undefined, AnyObject, string | undefined>; confirmPassword: StringSchema<string | undefined, AnyObject, string | undefined>; }>>>' is not assignable to type 'Resolver<CreatePasswordFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/import-account-from-torus.ts#L25
Type 'Resolver<AssertsShape<Assign<ObjectShape, { name: RequiredStringSchema<string | undefined, AnyObject>; secretKey: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<ImportAccountFromTorusFromValues, any>'.
|
build (18.x):
src/libs/ui/forms/recover-from-secret-phrase.ts#L18
Type 'Resolver<AssertsShape<Assign<ObjectShape, { phrase: StringSchema<string | undefined, AnyObject, string | undefined>; }>>>' is not assignable to type 'Resolver<RecoverSecretPhraseFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/rename-account.ts#L28
Type 'Resolver<AssertsShape<Assign<ObjectShape, { name: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<RenameAccountFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/stakes-form.ts#L45
Type 'Resolver<AssertsShape<Assign<ObjectShape, { validatorPublicKey: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<StakeValidatorFormValues, any>'.
|
build (18.x):
src/libs/ui/forms/stakes-form.ts#L58
Type 'Resolver<AssertsShape<Assign<ObjectShape, { newValidatorPublicKey: RequiredStringSchema<string | undefined, AnyObject>; }>>>' is not assignable to type 'Resolver<StakeNewValidatorFormValues, any>'.
|
build (18.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build (18.x):
src/apps/signature-request/router/index.ts#L2
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11
|
build (18.x):
src/apps/signature-request/router/types.ts#L1
Dependency cycle via ./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
|
build (18.x):
src/apps/signature-request/router/use-typed-location.ts#L3
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
|
build (18.x):
src/apps/signature-request/router/use-typed-navigate.ts#L3
Dependency cycle via @libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37=>@background/create-open-window:11=>@signature-request/router:3
|
build (18.x):
src/background/create-open-window.ts#L3
Dependency cycle via ./types:2=>@libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37
|
build (18.x):
src/hooks/use-ledger.ts#L82
The 'makeSubmitLedgerAction' function makes the dependencies of useEffect Hook (at line 170) change on every render. To fix this, wrap the definition of 'makeSubmitLedgerAction' in its own useCallback() Hook
|
build (18.x):
src/hooks/use-window-manager.ts#L4
Dependency cycle via @signature-request/router:3=>./types:2=>@libs/layout:1=>./layout-tab:5=>@libs/ui/components:4=>./account-list/account-list:37
|
build (18.x):
src/libs/layout/error/content.tsx#L3
Dependency cycle via ./error:6=>./tab-page:22
|
build (18.x):
src/libs/layout/error/error-boundary.tsx#L5
Dependency cycle via ./error:6
|
build (18.x):
src/libs/layout/error/index.ts#L21
Dependency cycle via @libs/layout:5
|