Skip to content

chore(deps): Update npm dependencies #2318

chore(deps): Update npm dependencies

chore(deps): Update npm dependencies #2318

Triggered via pull request August 9, 2026 17:25
Status Success
Total duration 1m 16s
Artifacts

lint.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L544
The ref's value `.current` is accessed directly in the effect cleanup function.
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L539
The ref's value `.current` is accessed directly in the effect cleanup function.
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L537
The ref's value `.current` is accessed directly in the effect cleanup function.
react-hooks(exhaustive-deps): src/components/organisms/SoundPinMarkers/index.tsx#L534
The ref's value `.current` is accessed directly in the effect cleanup function.
jsx-a11y(prefer-tag-over-role): src/components/atoms/CompassIcon/index.tsx#L163
Prefer `img` over `role` attribute `img`.
next(no-img-element): src/components/atoms/SoundPinIcon/SvgIcon.tsx#L39
Using `<img>` could result in slower LCP and higher bandwidth.
unicorn(no-new-array): src/components/atoms/AudioVisualizer/index.tsx#L41
Do not use `new Array(singleArgument)`.
unicorn(no-new-array): src/components/atoms/AudioVisualizer/index.tsx#L35
Do not use `new Array(singleArgument)`.
react-hooks(exhaustive-deps): src/components/atoms/AIAnalysisOrb/index.tsx#L215
React Hook useEffect has missing dependencies: 'frag', and 'vert'