Bump vite from 4.5.1 to 4.5.2 #21
Annotations
8 errors and 8 warnings
Lint:
src/api/common/apiClient.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/features/auth/hooks/useLogin.ts#L12
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/features/auth/utils/clearAuthLocalStorageState.ts#L6
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/hooks/common/useLocalStorage.tsx#L11
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/login/sagas/AuthSaga.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/market/reducers/OrderBookReducer.ts#L9
Unable to resolve path to module '@/packages/localStorage'
|
Lint:
src/redux/market/reducers/StatementsReducer.ts#L8
Unable to resolve path to module '@/packages/localStorage'
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/api/common/apiClient.ts#L8
`@/packages/localStorage` import should occur after import of `./apiHelpers`
|
Lint:
src/features/auth/hooks/useLogin.ts#L12
`@/packages/localStorage` import should occur after import of `../utils/calculateRevalidateJwtTimeout`
|
|
Lint:
src/hooks/common/table/useInitialTableState.ts#L10
`../useLocalStorage` import should occur before type import of `@/packages/localStorage`
|
Lint:
src/redux/login/sagas/AuthSaga.ts#L9
`@/packages/localStorage` import should occur after import of `../actions`
|
Lint:
src/redux/market/reducers/OrderBookReducer.ts#L10
`../actions` import should occur before import of `@/packages/localStorage`
|
Lint:
src/redux/market/reducers/StatementsReducer.ts#L9
`../actions` import should occur before import of `@/packages/localStorage`
|
The logs for this run have expired and are no longer available.
Loading