Update dependency autoprefixer to v10.4.20 - autoclosed #1108
13 warnings
ESLint found 13 warnings
Annotations
Check warning on line 31 in components/ContentRenderer/components/Attachment/Attachment.tsx
github-actions / ESLint
components/ContentRenderer/components/Attachment/Attachment.tsx#L31
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
Check warning on line 98 in components/SocialShare/SocialShare.tsx
github-actions / ESLint
components/SocialShare/SocialShare.tsx#L98
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
Check warning on line 131 in components/SocialShare/SocialShare.tsx
github-actions / ESLint
components/SocialShare/SocialShare.tsx#L131
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
Check warning on line 28 in modules/Analytics/useAnalytics.ts
github-actions / ESLint
modules/Analytics/useAnalytics.ts#L28
React Hook useEffect has missing dependencies: 'consent', 'google.analyticsId', 'meta', 'plausible.isEnabled', 'plausible.siteId', 'segment.writeKey', and 'trackingPolicy'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 23 in modules/CookieConsent/components/OneTrustCookie/OneTrustManager.ts
github-actions / ESLint
modules/CookieConsent/components/OneTrustCookie/OneTrustManager.ts#L23
Unexpected console statement (no-console)
Check warning on line 66 in modules/CookieConsent/components/OneTrustCookie/OneTrustManager.ts
github-actions / ESLint
modules/CookieConsent/components/OneTrustCookie/OneTrustManager.ts#L66
React Hook useEffect has missing dependencies: 'category', 'registerUpdatePreferencesCallback', and 'setConsent'. Either include them or remove the dependency array (react-hooks/exhaustive-deps)
github-actions / ESLint
modules/CookieConsent/components/VanillaCookieConsent/VanillaCookieConsent.tsx#L117
React Hook useEffect has a missing dependency: 'policyLinksHtml'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
github-actions / ESLint
modules/CookieConsent/components/VanillaCookieConsent/VanillaCookieConsent.tsx#L125
React Hook useEffect has a missing dependency: 'setConsent'. Either include it or remove the dependency array (react-hooks/exhaustive-deps)
Check warning on line 20 in modules/Story/Share/utils/copyStoryText.ts
github-actions / ESLint
modules/Story/Share/utils/copyStoryText.ts#L20
Object Literal Property name `text/html` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)
Check warning on line 21 in modules/Story/Share/utils/copyStoryText.ts
github-actions / ESLint
modules/Story/Share/utils/copyStoryText.ts#L21
Object Literal Property name `text/plain` must match one of the following formats: snake_case, strictCamelCase, StrictPascalCase, UPPER_CASE (@typescript-eslint/naming-convention)
Check warning on line 17 in modules/SubscribeForm/SubscribeForm.tsx
github-actions / ESLint
modules/SubscribeForm/SubscribeForm.tsx#L17
'custom_privacy_policy_link' is deprecated. Please use `policies.privacy_policy.link` instead (deprecation/deprecation)
Check warning on line 138 in modules/SubscribeForm/ui/SubscribeForm.tsx
github-actions / ESLint
modules/SubscribeForm/ui/SubscribeForm.tsx#L138
A control must be associated with a text label (jsx-a11y/control-has-associated-label)
Check warning on line 140 in modules/SubscribeForm/ui/SubscribeForm.tsx
github-actions / ESLint
modules/SubscribeForm/ui/SubscribeForm.tsx#L140
'custom_privacy_policy_link' is deprecated. Please use `policies.privacy_policy.link` instead (deprecation/deprecation)