PR #4739 #153
codeql
on: dynamic
Matrix: Analyze
Annotations
18 warnings
Analyze (javascript)
Failed to restore: Cache service responded with 403
|
packages/design-system/src/components/Dropdown/Dropdown.tsx#L92
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/configuration/NodeType.component.ts#L6
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/link/LinksRenderer.component.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/node/NodesRenderer.component.tsx#L23
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L33
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/components/port/PortsRenderer.component.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/customTypings/index.d.ts#L30
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/customTypings/index.d.ts#L139
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
|
packages/flow-designer/src/customTypings/index.d.ts#L162
[@typescript-eslint/ban-types] Don't use `{}` as a type. `{}` actually means "any non-nullish value".
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead.
- If you want a type meaning "empty object", you probably want `Record<string, never>` instead.
- If you really want a type meaning "any non-nullish value", you probably want `NonNullable<unknown>` instead.
|
packages/forms/src/UIForm/fields/NestedListView/NestedListView.component.js#L260
[no-undef] 'process' is not defined.
|
packages/forms/src/UIForm/fields/NestedListView/NestedListView.test.js#L133
[react/no-deprecated] ReactDOM.render is deprecated since React 18.0.0, use createRoot instead, see https://reactjs.org/link/switch-to-createroot
|
packages/forms/src/UIForm/fields/NestedListView/NestedListView.test.js#L146
[react/no-deprecated] ReactDOM.render is deprecated since React 18.0.0, use createRoot instead, see https://reactjs.org/link/switch-to-createroot
|
fork/react-bootstrap/src/Dropdown.test.js#L329
[arrow-parens] Unexpected parentheses around single function argument.
|
fork/react-bootstrap/src/Dropdown.test.js#L522
[react/no-deprecated] ReactDOM.unmountComponentAtNode is deprecated since React 18.0.0, use root.unmount instead, see https://reactjs.org/link/switch-to-createroot
|
fork/react-bootstrap/src/Dropdown.test.js#L625
[react/no-deprecated] ReactDOM.unmountComponentAtNode is deprecated since React 18.0.0, use root.unmount instead, see https://reactjs.org/link/switch-to-createroot
|