Skip to content

chore(deps): Update npm dependencies #2338

chore(deps): Update npm dependencies

chore(deps): Update npm dependencies #2338

Triggered via pull request August 14, 2026 04:17
Status Success
Total duration 1m 8s
Artifacts

lint.yml

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

Annotations

10 warnings
unicorn(no-new-array): src/components/atoms/AudioVisualizer/index.tsx#L35
Do not use `new Array(singleArgument)`.
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.
next(no-img-element): src/components/atoms/SoundPinIcon/SvgIcon.tsx#L39
Using `<img>` could result in slower LCP and higher bandwidth.
react-hooks(exhaustive-deps): src/components/molecules/WaveformPlayer/useWaveformPlayer.ts#L529
The ref's value `.current` is accessed directly in the effect cleanup function.
jsx-a11y(prefer-tag-over-role): src/components/organisms/PWAInstallPrompt/index.tsx#L249
Prefer `button` over `role` attribute `button`.
jsx-a11y(no-static-element-interactions): src/components/organisms/PWAInstallPrompt/index.tsx#L92
Static HTML elements with event handlers require a role.