Bump ip from 1.1.5 to 1.1.9 #1695
lint.yml
on: pull_request
lint
1m 43s
typescript
1m 47s
Annotations
14 warnings
typescript
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
typescript
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint:
packages/app/components/Apply/EditCourse.tsx#L38
React Hook useEffect has a missing dependency: 'form'. Either include it or remove the dependency array
|
lint:
packages/app/components/Apply/SelectCourses.tsx#L55
React Hook useEffect has missing dependencies: 'initialValues' and 'profile?.pendingCourses'. Either include them or remove the dependency array
|
lint:
packages/app/components/Queue/QueueUtils.tsx#L3
Missing return type on function
|
lint:
packages/app/components/Queue/Student/StudentQueue.tsx#L122
React Hook useEffect has missing dependencies: 'cid' and 'router'. Either include them or remove the dependency array
|
lint:
packages/app/components/Queue/TA/TAQueueDetailQuestion.tsx#L40
Missing return type on function
|
lint:
packages/app/components/Settings/SettingsPage.tsx#L73
React Hook useEffect contains a call to 'setAvatarSize'. Without a list of dependencies, this can lead to an infinite chain of updates. To fix this, pass [isMobile, windowWidth] as a second argument to the useEffect Hook
|
lint:
packages/app/hooks/useDefaultMessage.ts#L3
Missing return type on function
|
lint:
packages/app/hooks/useIsMobile.tsx#L3
Missing return type on function
|
lint:
packages/server/src/resources/resources.service.ts#L106
Missing return type on function
|
lint:
packages/server/src/semester/setCourse.command.ts#L97
Missing return type on function
|