Bump sass from 1.77.6 to 1.79.4 #2693
Annotations
10 warnings
Lint (functions):
functions/src/rollbar-logger.ts#L36
Unexpected any. Specify a different type
|
Lint (functions):
functions/src/rollbar-logger.ts#L37
Unexpected any. Specify a different type
|
Lint (functions):
functions/src/rollbar-logger.ts#L38
Unexpected any. Specify a different type
|
Lint:
src/components/app.tsx#L81
'setPersistenceError' is assigned a value but never used
|
Lint:
src/components/file-upload/index.tsx#L164
React Hook useEffect has missing dependencies: 'item', 'onSaved', and 'onUploaded'. Either include them or remove the dependency array. If 'onUploaded' changes too often, find the parent component that defines it and wrap that definition in useCallback
|
Lint:
src/components/image-modal/index.tsx#L31
React Hook useEffect has a missing dependency: 'keydownHandler'. Either include it or remove the dependency array
|
Lint:
src/routes/foodwords/index.tsx#L596
React Hook useEffect has a missing dependency: 'functionURL'. Either include it or remove the dependency array
|
Lint:
src/routes/list/new-item-form.tsx#L164
React Hook useEffect has missing dependencies: 'disableDefaultSuggestions', 'mostPopularMap', and 'mostPopularTexts'. Either include them or remove the dependency array
|
Lint:
src/routes/list/organize-groups.tsx#L115
React Hook useEffect has a missing dependency: 'saveNewOrders'. Either include it or remove the dependency array
|
Lint:
src/tests/headless.spec.ts#L24
Test has no assertions
|
Loading