Skip to content

build(deps): bump openai from 4.52.7 to 4.71.0 #397

build(deps): bump openai from 4.52.7 to 4.71.0

build(deps): bump openai from 4.52.7 to 4.71.0 #397

Triggered via pull request November 5, 2024 00:45
Status Success
Total duration 2m 25s
Artifacts

quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Prettier
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
ESLint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
ESLint: packages/react/src/use-assistant.ts#L87
React Hook useEffect has a missing dependency: 'localStorageName'. Either include it or remove the dependency array
ESLint: packages/react/src/use-assistant.ts#L97
React Hook useEffect has missing dependencies: 'currentThreadId' and 'localStorageName'. Either include them or remove the dependency array
ESLint: packages/ui/components/chat-message.tsx#L91
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#L112
React Hook useEffect has a missing dependency: 'toast'. Either include it or remove the dependency array
ESLint: packages/ui/components/chat.tsx#L118
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#L124
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#L133
React Hook useEffect has missing dependencies: 'handleInputChange' and 'input'. Either include them or remove the dependency array
ESLint: packages/ui/components/chat.tsx#L225
React Hook useCallback has a missing dependency: 'uploadFile'. Either include it or remove the dependency array
TypeScript
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/