Skip to content

Update dependency styled-components to v6 #7554

Update dependency styled-components to v6

Update dependency styled-components to v6 #7554

Triggered via pull request August 15, 2026 16:51
Status Failure
Total duration 1m 25s
Artifacts

ci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint
Process completed with exit code 2.
lint: src/styles/theme/ThemeProvider.tsx#L376
Parameter 'props' implicitly has an 'any' type.
lint: src/styles/theme/ThemeProvider.tsx#L358
Parameter 'props' implicitly has an 'any' type.
lint: src/styles/theme/ThemeProvider.tsx#L346
Parameter 'props' implicitly has an 'any' type.
lint: src/styles/theme/ThemeProvider.tsx#L281
Parameter 'props' implicitly has an 'any' type.
lint: src/app/pages/ParaTimesPage/ParaTimeSelection/index.tsx#L21
Argument of type 'Context<DefaultTheme | undefined>' is not assignable to parameter of type 'Context<ThemeType>'.
lint: src/app/components/Toolbar/Features/Account/Account.tsx#L92
Parameter 'e' implicitly has an 'any' type.
lint: src/app/components/FatalErrorHandler/index.tsx#L125
Argument of type 'DefaultTheme | undefined' is not assignable to parameter of type 'object'.
lint: src/app/components/AlertBox/index.tsx#L49
Argument of type 'DefaultTheme | undefined' is not assignable to parameter of type 'object'.
lint
Process completed with exit code 1.
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/