fix(deps): change peer dependency ranges to patch range #1238
Triggered via pull request
December 13, 2024 15:42
HaakonSvane
opened
#701
Status
Failure
Total duration
2m 37s
Artifacts
–
lint-pr.yml
on: pull_request_target
🛂 Lint PR title
4s
👁️ Validate code
2m 27s
Annotations
5 errors and 10 warnings
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundary.tsx#L3
FallbackProps not found in 'react-error-boundary'
|
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundary.tsx#L5
ErrorBoundaryProps not found in 'react-error-boundary'
|
👁️ Validate code:
packages/components/src/components/ErrorBoundary/ErrorBoundaryScreen.tsx#L2
FallbackProps not found in 'react-error-boundary'
|
👁️ Validate code
@equinor/mad-components#lint: command (/home/runner/work/mad/mad/packages/components) /tmp/xfs-8c474e2f/yarn run lint --fix exited (1)
|
👁️ Validate code
Process completed with exit code 1.
|
👁️ Validate code
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
👁️ Validate code:
packages/auth/src/Expo-AuthSession/hooks/useAuthenticate.ts#L64
React Hook useEffect has missing dependencies: 'config', 'enableAutomaticAuthentication', and 'withAuthenticationPromiseHandler'. Either include them or remove the dependency array
|
👁️ Validate code:
packages/skia-draw/src/premades/ImageMarkup/EDSControlPanel/EDSControlPanel.tsx#L1
'KeyboardAvoidingView' is defined but never used
|
👁️ Validate code:
packages/core/src/store/mad-config/mad-config.ts#L36
React Hook useMemo has an unnecessary dependency: 'config.currentEnvironment'. Either exclude it or remove the dependency array
|
👁️ Validate code:
packages/components/src/components/Menu/Menu.tsx#L3
'useEffect' is defined but never used
|
👁️ Validate code:
packages/components/src/components/Progress/ProgressItem/ProgressItem.tsx#L88
'_' is defined but never used
|
👁️ Validate code:
packages/components/src/components/SelectionControls/SmallSwitch.tsx#L55
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
|
👁️ Validate code:
packages/components/src/components/SelectionControls/Switch.tsx#L72
React Hook useEffect has missing dependencies: 'activeKnobAnimation' and 'inactiveKnobAnimation'. Either include them or remove the dependency array
|
👁️ Validate code:
packages/components/src/components/SelectionControls/Switch.tsx#L132
'backgroundColor' is assigned a value but never used
|
👁️ Validate code:
packages/components/src/components/_internal/PopInContainer.tsx#L19
React Hook useEffect has a missing dependency: 'popInAnimation'. Either include it or remove the dependency array
|