chore(deps): update dependency @types/node to v20.17.14 #96
Annotations
10 errors and 1 warning
Typecheck:
packages/core/src/affix/component.ts#L14
Argument of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void; }' is not assignable to parameter of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: (exposed?: Record<string, any> | undefined) => void; } | { ...; }'.
|
Typecheck:
packages/core/src/affix/index.ts#L73
Argument of type 'Element | Ref<Element | null | undefined> | (() => Element | null | undefined) | null | undefined' is not assignable to parameter of type 'MaybeRefOrGetter<Element | null | undefined>'.
|
Typecheck:
packages/core/src/affix/index.ts#L96
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Typecheck:
packages/core/src/affix/index.ts#L96
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Typecheck:
packages/core/src/affix/index.ts#L101
Argument of type '{ value: number; [RefSymbol]: true; }' is not assignable to parameter of type 'string | number'.
|
Typecheck:
packages/core/src/affix/index.ts#L102
Argument of type '{ value: number; [RefSymbol]: true; }' is not assignable to parameter of type 'string | number'.
|
Typecheck:
packages/core/src/affix/index.ts#L112
The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Typecheck:
packages/core/src/affix/index.ts#L121
The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
|
Typecheck:
packages/core/src/icon/component.ts#L13
Argument of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void; }' is not assignable to parameter of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: string, ...args: any[]) => void; expose: (exposed?: Record<string, any> | undefined) => void; } | { ...; }'.
|
Typecheck:
packages/core/src/item/component.ts#L18
Argument of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: "reject", ...args: any[]) => void; expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed | undefined) => void; }' is not assignable to parameter of type '{ attrs: Data; slots: Readonly<InternalSlots>; emit: (event: "reject", ...args: any[]) => void; expose: (exposed?: Record<string, any> | undefined) => void; }'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading