Skip to content

build: bump minor and below deps #732

build: bump minor and below deps

build: bump minor and below deps #732

Triggered via pull request December 4, 2024 17:53
Status Failure
Total duration 1m 27s
Artifacts

validate-and-build.yaml

on: pull_request
validate-and-build
1m 18s
validate-and-build
Fit to window
Zoom out
Zoom in

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/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