chore(ARCH-482): bump react 18 #1686
ESLint Report Analysis
0 ESLint error(s) and 16 ESLint warning(s) found in pull request changed files.
0 ESLint error(s) and 1 ESLint warning(s) found in files outside of the pull request.
Details
Annotations
Check warning on line 92 in packages/design-system/src/components/Dropdown/Dropdown.tsx
github-actions / ESLint Report Analysis
packages/design-system/src/components/Dropdown/Dropdown.tsx#L92
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 6 in packages/flow-designer/src/components/configuration/NodeType.component.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/configuration/NodeType.component.ts#L6
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 7 in packages/flow-designer/src/components/link/LinksRenderer.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/link/LinksRenderer.component.tsx#L7
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 23 in packages/flow-designer/src/components/node/NodesRenderer.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/node/NodesRenderer.component.tsx#L23
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 15 in packages/flow-designer/src/components/port/AbstractPort.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L15
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 17 in packages/flow-designer/src/components/port/AbstractPort.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L17
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 33 in packages/flow-designer/src/components/port/AbstractPort.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/port/AbstractPort.component.tsx#L33
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 9 in packages/flow-designer/src/components/port/PortsRenderer.component.tsx
github-actions / ESLint Report Analysis
packages/flow-designer/src/components/port/PortsRenderer.component.tsx#L9
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 30 in packages/flow-designer/src/customTypings/index.d.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/customTypings/index.d.ts#L30
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 139 in packages/flow-designer/src/customTypings/index.d.ts
github-actions / ESLint Report Analysis
packages/flow-designer/src/customTypings/index.d.ts#L139
[@typescript-eslint/no-explicit-any] Unexpected any. Specify a different type.
Check warning on line 162 in packages/flow-designer/src/customTypings/index.d.ts
github-actions / ESLint Report Analysis
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.
Check warning on line 133 in packages/forms/src/UIForm/fields/NestedListView/NestedListView.test.js
github-actions / ESLint Report Analysis
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
Check warning on line 146 in packages/forms/src/UIForm/fields/NestedListView/NestedListView.test.js
github-actions / ESLint Report Analysis
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
Check warning on line 329 in fork/react-bootstrap/src/Dropdown.test.js
github-actions / ESLint Report Analysis
fork/react-bootstrap/src/Dropdown.test.js#L329
[arrow-parens] Unexpected parentheses around single function argument.
Check warning on line 522 in fork/react-bootstrap/src/Dropdown.test.js
github-actions / ESLint Report Analysis
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
Check warning on line 625 in fork/react-bootstrap/src/Dropdown.test.js
github-actions / ESLint Report Analysis
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