Skip to content

chore(ARCH-482): bump react 18 #1686

chore(ARCH-482): bump react 18

chore(ARCH-482): bump react 18 #1686

Triggered via pull request October 23, 2023 09:01
Status Success
Total duration 5m 10s
Artifacts

yarn-deduplicate.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

17 warnings
Deduplicate
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
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.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