Skip to content

Bump react-router from 6.30.1 to 6.30.3 in /frontend in the npm_and_yarn group across 1 directory#21

Merged
OneFineStarstuff merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm_and_yarn-631d35f54d
Feb 2, 2026
Merged

Bump react-router from 6.30.1 to 6.30.3 in /frontend in the npm_and_yarn group across 1 directory#21
OneFineStarstuff merged 1 commit into
mainfrom
dependabot/npm_and_yarn/frontend/npm_and_yarn-631d35f54d

Bump react-router

a4cd23c
Select commit
Loading
Failed to load commit list.
Codeac.io / Codeac Code Quality succeeded Feb 2, 2026 in 23d 16h 32m 41s

Codeac Code Quality

This PR contains 22 errors and 188 warnings.

Annotations

Check warning on line 489 in frontend/src/crypto/cryptoManager.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 491 in frontend/src/crypto/cryptoManager.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 273 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-string-literal

object access via string literals is disallowed

Check warning on line 18 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unused-import

Unused File imported from fastapi

Check warning on line 25 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

wrong-import-position

Import "from fastapi.security import OAuth2PasswordBearer" should be placed at the top of the module

Check warning on line 21 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unused-import

Unused matplotlib.pyplot imported as plt

Check warning on line 60 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 26 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

wrong-import-position

Import "import speech_recognition as sr" should be placed at the top of the module

Check warning on line 22 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unused-import

Unused seaborn imported as sns

Check warning on line 64 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 27 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

wrong-import-position

Import "import pyttsx3" should be placed at the top of the module

Check warning on line 11 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 16 in main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

wrong-import-order

standard import "import io" should be placed before "import torch"

Check warning on line 219 in frontend/src/App.tsx

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 76 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 48 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

broad-exception-caught

Catching too general exception Exception

Check warning on line 131 in main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

consider-using-alias

'typing.List' will be deprecated with PY39, consider using 'list' instead. Add 'from __future__ import annotations' as well

Check warning on line 45 in frontend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 221 in frontend/src/App.tsx

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 108 in frontend/src/store/authStore.ts

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 49 in agi-pipeline.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

logging-fstring-interpolation

Use lazy % formatting in logging functions

Check warning on line 4 in main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unused-import

Unused import time

Check warning on line 15 in backend/Dockerfile

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

DL3018

Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`

Check warning on line 283 in frontend/src/App.tsx

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

no-trailing-whitespace

trailing whitespace

Check warning on line 9 in main.py

See this annotation in the file changed.

@codeac-io codeac-io / Codeac Code Quality

unused-import

Unused Request imported from fastapi