Skip to content

build(deps-dev): bump react-dom and @types/react-dom #609

build(deps-dev): bump react-dom and @types/react-dom

build(deps-dev): bump react-dom and @types/react-dom #609

Triggered via pull request March 3, 2025 17:36
Status Failure
Total duration 3m 32s
Artifacts

ci-web.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
ci
Cannot find namespace 'JSX'.
ci
Cannot find namespace 'JSX'.
ci
Type '{ comment: string; setComment: React.Dispatch<React.SetStateAction<string>>; commentFormRef: React.RefObject<HTMLDivElement | null>; getFormPositionOnPage: () => void; ... 4 more ...; error: Error | undefined; }' is not assignable to type 'CommentFormContextType'.
ci
Cannot find namespace 'JSX'.
ci
Cannot find namespace 'JSX'.
ci
Cannot find namespace 'JSX'.
ci
Process completed with exit code 1.
ci: packages/resource-utils/src/doNameValidation.ts#L19
Unexpected console statement
ci: packages/resource-utils/src/doParamValidation.ts#L35
Unexpected console statement
ci: packages/contexts/src/__tests__/commentForm.test.tsx#L30
Unexpected unnamed function
ci: packages/contexts/src/commentForm.tsx#L88
React Hook useCallback has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useCallback call and refer to those specific props inside useCallback
ci: packages/contexts/src/createCustomContext.ts#L26
Unexpected any. Specify a different type
ci: packages/utils/src/__tests__/dedupe.test.ts#L3
Unexpected any. Specify a different type
ci: packages/utils/src/__tests__/dedupe.test.ts#L3
Unexpected any. Specify a different type
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator
ci: packages/utils/src/loremer/index.ts#L33
Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator