Skip to content

Update dependency autoprefixer to v10.4.20 - autoclosed #1108

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Update dependency autoprefixer to v10.4.20

c3a65d8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Update dependency autoprefixer to v10.4.20 - autoclosed #1108

Update dependency autoprefixer to v10.4.20
c3a65d8
Select commit
Loading
Failed to load commit list.
GitHub Actions / ESLint succeeded Feb 22, 2025 in 0s

13 warnings

ESLint found 13 warnings

Annotations

Check warning on line 31 in components/ContentRenderer/components/Attachment/Attachment.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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)

Check warning on line 117 in modules/CookieConsent/components/VanillaCookieConsent/VanillaCookieConsent.tsx

See this annotation in the file changed.

@github-actions 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)

Check warning on line 125 in modules/CookieConsent/components/VanillaCookieConsent/VanillaCookieConsent.tsx

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / ESLint

modules/SubscribeForm/ui/SubscribeForm.tsx#L140

'custom_privacy_policy_link' is deprecated. Please use `policies.privacy_policy.link` instead (deprecation/deprecation)