Skip to content

fix(Menu): allow scrolling inside #927

fix(Menu): allow scrolling inside

fix(Menu): allow scrolling inside #927

Triggered via pull request August 11, 2023 07:35
Status Success
Total duration 2m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

Annotations

22 warnings
Build & canary release
The following actions uses node12 which is deprecated and will be forced to run on node16: JS-DevTools/npm-publish@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build & canary release
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/
Build & canary release
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/
Build & canary release
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/
Build & canary release
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/
Build & canary release
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/
Build & canary release
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/
Prepare Docs for the Review
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, South-Paw/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Prepare Docs for the Review
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/
Prepare Docs for the Review
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/
Prepare Storybook for review & tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests & lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Tests & lint: src/_internal/hooks/use-chained-callback.ts#L4
Unexpected any. Specify a different type
Tests & lint: src/_internal/hooks/use-chained-callback.ts#L4
Unexpected any. Specify a different type
Tests & lint: src/_internal/hooks/use-chained-callback.ts#L6
Unexpected any. Specify a different type
Tests & lint: src/_internal/hooks/use-deprecation-warning.ts#L15
React Hook useEffect has a missing dependency: 'args'. Either include it or remove the dependency array
Tests & lint: src/_internal/hooks/use-deprecation-warning.ts#L15
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
Tests & lint: src/_internal/hooks/use-event.ts#L19
React Hook useCallback has a missing dependency: 'callbackRef'. Either include it or remove the dependency array
Tests & lint: src/_internal/hooks/use-timer/use-timer.ts#L39
React Hook useEffect has a missing dependency: 'timer'. Either include it or remove the dependency array
Tests & lint: src/_internal/hooks/use-timer/use-timer.ts#L49
React Hook useEffect has missing dependencies: 'callbackEvent' and 'timer'. Either include them or remove the dependency array
Tests & lint: src/components/GridProvider.tsx#L54
React Hook useCallback has unnecessary dependencies: 'columns' and 'gap'. Either exclude them or remove the dependency array
Tests & lint: src/components/GridProvider.tsx#L76
React Hook useEffect has missing dependencies: 'forcedWidth' and 'ref'. Either include them or remove the dependency array