Skip to content

chore(deps): update dependency @iconify-json/carbon to v1.2.5 #77

chore(deps): update dependency @iconify-json/carbon to v1.2.5

chore(deps): update dependency @iconify-json/carbon to v1.2.5 #77

Triggered via pull request August 15, 2024 21:36
Status Failure
Total duration 36s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci: 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; } | { ...; }'.
ci: 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>'.
ci: 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.
ci: 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.
ci: packages/core/src/affix/index.ts#L101
Argument of type '{ value: number; [RefSymbol]: true; }' is not assignable to parameter of type 'string | number'.
ci: packages/core/src/affix/index.ts#L102
Argument of type '{ value: number; [RefSymbol]: true; }' is not assignable to parameter of type 'string | number'.
ci: 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.
ci: 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.
ci: 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; } | { ...; }'.
ci: 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; }'.
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, pnpm/action-setup@v2, 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/