Skip to content

chore(web): bump deps #529

chore(web): bump deps

chore(web): bump deps #529

Triggered via push June 14, 2026 17:17
Status Failure
Total duration 32s
Artifacts

lint-web.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
eslint / ESLint
Process completed with exit code 1.
eslint / ESLint: web/src/features/mentors/selectors.ts#L116
`localeCompare` constructs an `Intl.Collator` on every call. Hoist `const collator = new Intl.Collator(...)` outside the callback and use `collator.compare(a, b)`