Bump debug from 4.1.1 to 4.3.4 in /codemods #1532
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
19 warnings
Tests (14.18)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Tests (14.18)
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/
|
Tests (14.18):
src/autocomplete/src/Autocomplete.js#L109
'allowOtherValues' is assigned a value but never used
|
Tests (14.18):
src/autocomplete/src/Autocomplete.js#L148
'getRootProps' is defined but never used
|
Tests (14.18):
src/buttons/src/TextDropdownButton.js#L13
'appearance' is assigned a value but never used
|
Tests (14.18):
src/colors/stories/Swatch.js#L35
'property' is assigned a value but never used
|
Tests (14.18):
src/hooks/use-force-update.js#L5
'_' is assigned a value but never used
|
Tests (14.18):
src/overlay/src/Overlay.js#L94
'props' is defined but never used
|
Tests (14.18):
src/popover/src/Popover.js#L90
React Hook useCallback has an unnecessary dependency: 'popoverNode.current'. Either exclude it or remove the dependency array. Mutable values like 'popoverNode.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Tests (14.18):
src/popover/src/Popover.js#L110
React Hook useCallback has unnecessary dependencies: 'popoverNode.current' and 'targetRef.current'. Either exclude them or remove the dependency array. Mutable values like 'popoverNode.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Tests (14.18):
src/popover/src/Popover.js#L152
React Hook useEffect has missing dependencies: 'close' and 'open'. Either include them or remove the dependency array
|
Tests (14.18):
src/popover/src/Popover.js#L198
React Hook useCallback has unnecessary dependencies: 'popoverNode.current' and 'targetRef.current'. Either exclude them or remove the dependency array. Mutable values like 'targetRef.current' aren't valid dependencies because mutating them doesn't re-render the component
|
Tests (14.18):
docs/lib/component-docs.ts#L8
Unexpected any. Specify a different type
|
Tests (14.18):
docs/pages/components/[id]/props/index.tsx#L18
Unexpected any. Specify a different type
|
Tests (14.18):
docs/pages/foundations/[id]/props/index.tsx#L18
Unexpected any. Specify a different type
|
Tests (14.18):
docs/pages/foundations/[id]/props/index.tsx#L87
Unexpected any. Specify a different type
|
Tests (14.18):
docs/pages/patterns/[id]/props/index.tsx#L17
Unexpected any. Specify a different type
|
Tests (14.18):
docs/pages/patterns/[id]/props/index.tsx#L84
Unexpected any. Specify a different type
|
Tests (14.18):
docs/types/@lottiefiles/lottie-player.d.ts#L3
Unexpected any. Specify a different type
|