build(deps): bump next from 14.2.5 to 15.1.7 #475
Annotations
2 errors and 8 warnings
TypeScript
website-custom-api#build: command (/home/runner/work/chatbot-sdk/chatbot-sdk/examples/website-custom-api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (1)
|
TypeScript
Process completed with exit code 1.
|
ESLint:
packages/react/src/use-assistant.ts#L88
React Hook useEffect has a missing dependency: 'localStorageName'. Either include it or remove the dependency array
|
ESLint:
packages/react/src/use-assistant.ts#L98
React Hook useEffect has missing dependencies: 'currentThreadId' and 'localStorageName'. Either include them or remove the dependency array
|
ESLint:
packages/ui/components/chat-message.tsx#L101
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
ESLint:
packages/ui/components/chat.tsx#L125
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
|
ESLint:
packages/ui/components/chat.tsx#L131
React Hook useEffect has a missing dependency: 'onThreadIdChange'. Either include it or remove the dependency array. If 'onThreadIdChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
ESLint:
packages/ui/components/chat.tsx#L137
React Hook useEffect has a missing dependency: 'onMessagesChange'. Either include it or remove the dependency array. If 'onMessagesChange' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
ESLint:
packages/ui/components/chat.tsx#L146
React Hook useEffect has missing dependencies: 'handleInputChange' and 'input'. Either include them or remove the dependency array
|
ESLint:
packages/ui/components/chat.tsx#L238
React Hook useCallback has a missing dependency: 'uploadFile'. Either include it or remove the dependency array
|