chore(deps-dev): bump typescript-eslint from 8.60.1 to 8.63.0 #425
ci.yml
on: pull_request
Lint, Types & Test
22s
PR Checks
23s
Dependency Audit
18s
Build
0s
Annotations
5 errors
|
Lint, Types & Test
Process completed with exit code 2.
|
|
Lint, Types & Test:
src/components/layout/Navbar/Navbar.tsx#L6
Cannot find module './NavbarMenu' or its corresponding type declarations.
|
|
Lint, Types & Test:
src/components/layout/Navbar/Navbar.tsx#L5
Module '"@/shared/ui"' has no exported member 'Logo'.
|
|
Lint, Types & Test:
src/components/layout/Navbar/Navbar.tsx#L3
Cannot find module '@/assets/icons' or its corresponding type declarations.
|
|
Lint, Types & Test:
src/App.tsx#L225
Type '{ isMobileMenuOpen: boolean; setIsMobileMenuOpen: Dispatch<SetStateAction<boolean>>; session: Session | null; isAuthenticated: boolean; signOut: () => Promise<...>; ... 5 more ...; handleSignOut: () => Promise<...>; }' is missing the following properties from type 'NavbarProps': isDesktopDropdownOpen, setIsDesktopDropdownOpen
|