chore(deps): update ui5 web components react (examples, templates & patterns) (minor) #3241
examples.yml
on: pull_request
Matrix: examples
Matrix: patterns
Matrix: templates
Annotations
4 errors and 6 warnings
|
patterns (navigation-layout)
Process completed with exit code 2.
|
|
patterns (navigation-layout)
Type '{ icon: "user-settings"; text: string; tooltip: string; headerText: string; pages: Element; }' is not assignable to type 'IntrinsicAttributes & UserSettingsItemPropTypes & WithWebComponentPropTypes & RefAttributes<UserSettingsItemDomRef>'.
|
|
patterns (navigation-layout)
Type '{ icon: "iphone"; text: string; tooltip: string; headerText: string; onSelectionChange: (event: Ui5CustomEvent<UserSettingsItemDomRef, UserSettingsItemViewSelectEventDetail>) => void; pages: Element; }' is not assignable to type 'IntrinsicAttributes & UserSettingsItemPropTypes & WithWebComponentPropTypes & RefAttributes<UserSettingsItemDomRef>'.
|
|
patterns (navigation-layout)
Type '{ text: string; tooltip: string; headerText: string; loading: boolean | undefined; loadingReason: string; pages: Element; }' is not assignable to type 'IntrinsicAttributes & UserSettingsItemPropTypes & WithWebComponentPropTypes & RefAttributes<UserSettingsItemDomRef>'.
|
|
templates (nextjs-pages):
templates/nextjs-pages/pages/index.tsx#L9
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
templates (nextjs-pages):
templates/nextjs-pages/eslint.config.mjs#L8
'__dirname' is assigned a value but never used
|
|
examples (nextjs-pages):
examples/nextjs-pages/eslint.config.mjs#L8
'__dirname' is assigned a value but never used
|
|
examples (nextjs-app):
examples/nextjs-app/eslint.config.mjs#L8
'__dirname' is assigned a value but never used
|
|
templates (nextjs-app):
templates/nextjs-app/eslint.config.mjs#L8
'__dirname' is assigned a value but never used
|
|
templates (nextjs-app):
templates/nextjs-app/app/page.tsx#L9
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|