chore: version bump #170
Annotations
8 errors and 1 warning
build-and-deploy
@vue-patternfly/core#build: command (/home/runner/work/vue-patternfly/vue-patternfly/packages/core) /opt/hostedtoolcache/node/18.20.3/x64/bin/pnpm run build exited (1)
|
build-and-deploy
Object literal may only specify known properties, and ''onUpdate:page'' does not exist in type 'NonNullable<Partial<{ page: number; count: number; lastIndex: number; firstIndex: number; itemsPerPageTitle: string; perPageSuffix: string; optionsToggle: string; perPage: number; perPageOptions: PerPageOption[]; widgetId: string; }> & Omit<...>>'.
|
build-and-deploy
Object literal may only specify known properties, and 'onClick' does not exist in type 'NonNullable<Partial<{ expanded: boolean; }> & Omit<{ readonly form?: string | undefined; readonly style?: string | false | CSSProperties | StyleValue[] | null | undefined; ... 185 more ...; "onUpdate:expanded"?: ((value: boolean) => any) | undefined; } & ... 4 more ... & { ...; }, "expanded">>'.
|
build-and-deploy
Type '(...[$event]: Event | MouseEvent) => void' is not assignable to type '((payload: MouseEvent) => void) & ((event: Event) => any)'.
|
build-and-deploy
Argument of type '{ style: { minWidth: string | null; maxWidth: string | null; opacity: number; transition: `opacity ${number}ms cubic-bezier(.54, 1.5, .38, 1.11)`; }; role: string; "aria-modal": "true"; "aria-label": string | undefined; "aria-labelledby": string | undefined; ... 6 more ...; ref: string; }' is not assignable to parameter of type 'Partial<{}> & Omit<{ readonly style?: string | false | CSSProperties | StyleValue[] | null | undefined; readonly title?: string | undefined; ... 174 more ...; readonly focusTrapOptions?: UseFocusTrapOptions | undefined; } & VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly<...>, never>'.
|
build-and-deploy
Type '(...[$event]: MouseEvent | PointerEvent) => void' is not assignable to type '((payload: MouseEvent) => void) & ((e: PointerEvent) => any)'.
|
build-and-deploy
Type '(...[$event]: MouseEvent | PointerEvent) => void' is not assignable to type '((payload: MouseEvent) => void) & ((e: PointerEvent) => any)'.
|
build-and-deploy
Process completed with exit code 1.
|
build-and-deploy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|