build: bump minor and below deps #732
validate-and-build.yaml
on: pull_request
validate-and-build
1m 18s
Annotations
9 errors and 4 warnings
validate-and-build:
packages/gatsby-theme-carbon/src/components/DoDontExample/index.js#L1
Parse errors in imported module './DoDontExample': Unexpected token = (7:24)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/DoDontExample/index.js#L1
Parse errors in imported module './DoDontExample': Unexpected token = (7:24)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/LeftNav/index.js#L1
Parse errors in imported module './LeftNav': Unexpected token . (41:21)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/LeftNav/index.js#L1
Parse errors in imported module './LeftNav': Unexpected token . (41:21)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/MDXProvider/defaultComponents.js#L10
Parse errors in imported module '../DoDontRow/DoDont': Unexpected token = (9:24)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/MDXProvider/defaultComponents.js#L10
Parse errors in imported module '../DoDontRow/DoDont': Unexpected token = (9:24)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/NextPrevious/index.js#L1
Parse errors in imported module './NextPrevious': Unexpected token . (38:24)
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/NextPrevious/index.js#L1
Parse errors in imported module './NextPrevious': Unexpected token . (38:24)
|
validate-and-build
Process completed with exit code 1.
|
validate-and-build:
packages/example/gatsby-ssr.js#L24
Dangerous property 'dangerouslySetInnerHTML' found
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/FeedbackDialog/Experience.js#L18
Component definition is missing display name
|
validate-and-build:
packages/gatsby-theme-carbon/src/components/Tabs/Tabs.js#L141
React Hook useMemo has an unnecessary dependency: 'tabList.current'. Either exclude it or remove the dependency array. Mutable values like 'tabList.current' aren't valid dependencies because mutating them doesn't re-render the component
|
validate-and-build:
packages/gatsby-theme-carbon/src/util/context/NavContext.js#L35
The 'toggleNavState' function makes the dependencies of useMemo Hook (at line 54) change on every render. Move it inside the useMemo callback. Alternatively, wrap the definition of 'toggleNavState' in its own useCallback() Hook
|