chore: remove postinstall script #55411
Annotations
20 warnings
Cache for NodeJS dependencies - host OS
The `save-state` 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/
|
Cache for NodeJS dependencies - host OS
The `save-state` 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/
|
Cache for NodeJS dependencies - host OS
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/
|
Cache for NodeJS dependencies - host OS
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/
|
Cache for generated files
The `save-state` 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/
|
Cache for generated files
The `save-state` 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/
|
Cache for generated files
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/
|
Cache for generated files
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/
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, island-is/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: island-is/[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/
|
Linting:
apps/consultation-portal/components/DebouncedSearch/DebouncedSearch.tsx#L41
React Hook useEffect has missing dependencies: 'filters?.searchQuery' and 'isSubscriptions'. Either include them or remove the dependency array. If 'setValue' needs the current value of 'filters.searchQuery', you can also switch to useReducer instead of useState and read 'filters.searchQuery' in the reducer
|
Linting:
apps/consultation-portal/components/PageLoader/PageLoader.tsx#L26
React Hook useEffect has a missing dependency: 'router.events'. Either include it or remove the dependency array
|
Linting:
apps/consultation-portal/graphql/client.ts#L15
Expected a function expression
|
Linting:
apps/consultation-portal/graphql/client.ts#L15
Unexpected any. Specify a different type
|
Linting:
apps/consultation-portal/graphql/client.ts#L33
Unexpected any. Specify a different type
|
Linting:
apps/consultation-portal/graphql/retryLink.ts#L4
Assign instance to a variable before exporting as module default
|
Linting:
apps/consultation-portal/hooks/useAdviceFilters.ts#L31
React Hook useEffect has a missing dependency: 'filters'. Either include it or remove the dependency array
|
Linting:
apps/consultation-portal/hooks/useDebounce.ts#L16
React Hook useMemo has a missing dependency: 'delay'. Either include it or remove the dependency array
|
Linting:
apps/consultation-portal/hooks/useFrontPageFilters.ts#L106
React Hook useEffect has a missing dependency: 'filters'. Either include it or remove the dependency array
|
Linting:
apps/consultation-portal/hooks/useFrontPageFilters.ts#L114
React Hook useEffect has a missing dependency: 'filters'. Either include it or remove the dependency array
|
Loading