Skip to content

Bump tailwindcss from 3.4.17 to 4.0.14 #14695

Bump tailwindcss from 3.4.17 to 4.0.14

Bump tailwindcss from 3.4.17 to 4.0.14 #14695

Triggered via pull request March 21, 2025 11:53
Status Failure
Total duration 5m 12s
Artifacts

valid-pull-request.yml

on: pull_request
test  /  Kjør enhetstester
5m 6s
test / Kjør enhetstester
storybook-test  /  test
2m 22s
storybook-test / test
lint-tscheck-build  /  Lint, typescript-sjekk og bygg
2m 5s
lint-tscheck-build / Lint, typescript-sjekk og bygg
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 10 warnings
lint-tscheck-build / Lint, typescript-sjekk og bygg
Process completed with exit code 1.
storybook-test / test
Process completed with exit code 1.
test / Kjør enhetstester
Process completed with exit code 1.
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/BehandlingAnkeIndex.tsx#L105
React Hook useEffect has missing dependencies: 'addErrorMessage', 'behandlingEventHandler', 'behandlingId', 'henleggBehandling', 'hentBehandling', 'nyBehandlendeEnhet', 'setBehandling', 'setRequestPendingMessage', 'settBehandlingPaVent', and 'taBehandlingAvVent'. Either include them or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L161
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L164
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L167
React Hook useCallback received a function whose dependencies are unknown. Pass an inline function instead
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L210
React Hook useMemo has a missing dependency: 'data.aksjonspunkter'. Either include it or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L220
React Hook useCallback has a missing dependency: 'opneSokeside'. Either include it or remove the dependency array. If 'opneSokeside' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-anke/src/components/AnkeProsess.tsx#L228
React Hook useCallback has a missing dependency: 'opneSokeside'. Either include it or remove the dependency array. If 'opneSokeside' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/InngangsvilkarPanel.tsx#L64
React Hook useCallback has a missing dependency: 'oppdaterProsessStegOgFaktaPanelIUrl'. Either include it or remove the dependency array. If 'oppdaterProsessStegOgFaktaPanelIUrl' changes too often, find the parent component that defines it and wrap that definition in useCallback
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/InngangsvilkarPanel.tsx#L69
React Hook useMemo has a missing dependency: 'filteredPanels'. Either include it or remove the dependency array
lint-tscheck-build / Lint, typescript-sjekk og bygg: packages/behandling-felles/src/components/MargMarkering.tsx#L36
React Hook "useMemo" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?