merge master #22
Annotations
12 errors and 16 warnings
format
Process completed with exit code 1.
|
lint:
components/CoDirectorIcon.jsx#L31
Unknown property 'jsx' found
|
lint:
components/about/DirectorQuotes.jsx#L60
Unknown property 'jsx' found
|
lint:
components/about/missionSection.jsx#L46
Unknown property 'jsx' found
|
lint:
components/about/ourValues.jsx#L1
'Row' is defined but never used
|
lint:
components/about/ourValues.jsx#L1
'Card' is defined but never used
|
lint:
components/about/ourValues.jsx#L1
'CardDeck' is defined but never used
|
lint:
components/about/ourValues.jsx#L1
'CardBody' is defined but never used
|
lint:
components/about/ourValues.jsx#L1
'Col' is defined but never used
|
lint:
components/about/ourValues.jsx#L14
No magic number: -1
|
lint:
components/about/ourValues.jsx#L18
No magic number: 4000
|
build
Process completed with exit code 1.
|
format
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/.
|
format
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:
components/Analytics.jsx#L4
Caution: `ReactGA` also has a named export `initialize`. Check if you meant to write `import {initialize} from 'react-ga'` instead
|
lint:
components/Analytics.jsx#L8
Caution: `ReactGA` also has a named export `pageview`. Check if you meant to write `import {pageview} from 'react-ga'` instead
|
lint:
components/Analytics.jsx#L12
Caution: `ReactGA` also has a named export `event`. Check if you meant to write `import {event} from 'react-ga'` instead
|
lint:
components/about/ourValues.jsx#L21
React Hook useEffect has a missing dependency: 'content'. Either include it or remove the dependency array. If 'setDisplayValues' needs the current value of 'content', you can also switch to useReducer instead of useState and read 'content' in the reducer
|
lint:
components/about/ourValues.jsx#L50
React Hook useEffect has missing dependencies: 'content', 'displayValues', and 'selected'. Either include them or remove the dependency array. You can also do a functional update 'setSelected(s => ...)' if you only need 'selected' in the 'setSelected' call
|
lint:
pages/about.jsx#L7
Using exported name 'fetchContent' as identifier for default export
|
lint:
pages/apply/nonprofits.jsx#L10
Using exported name 'fetchContent' as identifier for default export
|
lint:
pages/apply/students.jsx#L9
Using exported name 'fetchContent' as identifier for default export
|
lint:
pages/index.jsx#L9
Using exported name 'fetchContent' as identifier for default export
|
lint:
pages/projects/[projectSlug].jsx#L3
Using exported name 'fetchContent' as identifier for default export
|
build
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/.
|
build
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/
|