Merge pull request #76096 from nkdengineer/revert-76041-revert-75410-… #374
preDeploy.yml
on: push
Matrix: test / jest
typecheck
/
typecheck
8m 57s
lint
/
ESLint check
25m 42s
test
/
Storybook tests
5m 10s
prettier
/
Prettier check
3m 13s
skipDeploy
0s
updateStaging
/
updateProtectedBranch
Annotations
9 errors and 33 warnings
|
test / test (job 1)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 5)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 6)
Process completed with exit code 1.
|
|
test / test (job 2)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 8)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 4)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
test / test (job 3)
Process completed with exit code 1.
|
|
test / test (job 7)
Authentication error with environment variables: you must set either 1) OP_SERVICE_ACCOUNT_TOKEN, or 2) both OP_CONNECT_HOST and OP_CONNECT_TOKEN.
|
|
confirmPassingBuild
Process completed with exit code 1.
|
|
prettier / Prettier check
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / Storybook tests
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
test / Storybook tests
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 1)
Cache not found for keys: Linux-jest
|
|
test / test (job 1)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 5)
Cache not found for keys: Linux-jest
|
|
test / test (job 5)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 6)
Cache not found for keys: Linux-jest
|
|
test / test (job 6)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 2)
Cache not found for keys: Linux-jest
|
|
test / test (job 2)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 8)
Cache not found for keys: Linux-jest
|
|
test / test (job 8)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 4)
Cache not found for keys: Linux-jest
|
|
test / test (job 4)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 3)
Cache not found for keys: Linux-jest
|
|
test / test (job 3)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
typecheck / typecheck
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
typecheck / typecheck
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
test / test (job 7)
Cache not found for keys: Linux-jest
|
|
test / test (job 7)
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|
|
lint / ESLint check
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
|
lint / ESLint check:
src/libs/Navigation/helpers/getAdaptedStateFromPath.ts#L23
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/Middleware/Pagination.ts#L57
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/Middleware/Pagination.ts#L50
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/LocalePhoneNumber.ts#L8
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/libs/CurrencyUtils.ts#L11
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
|
|
lint / ESLint check:
src/hooks/useTransactionViolationOfWorkspace.tsx#L15
The 'transactionIDSet' object construction makes the dependencies of useCallback Hook (at line 47) change on every render. To fix this, wrap the initialization of 'transactionIDSet' in its own useMemo() Hook
|
|
lint / ESLint check:
src/hooks/useSearchSelector.base.ts#L275
React Hook useMemo has a missing dependency: 'includeCurrentUser'. Either include it or remove the dependency array
|
|
lint / ESLint check:
src/components/Navigation/NavigationTabBar/index.tsx#L214
React Hook useCallback has a missing dependency: 'lastSearchParams.queryJSON'. Either include it or remove the dependency array
|
|
lint / ESLint check:
src/components/MigratedUserWelcomeModal.tsx#L62
React Hook useMemo has an unnecessary dependency: 'illustrations.ExpensifyMobileApp'. Either exclude it or remove the dependency array
|
|
lint / ESLint check:
src/components/ImportSpreadsheetConfirmModal.tsx#L39
React Hook useEffect has a missing dependency: 'spreadsheet'. Either include it or remove the dependency array
|
|
lint / ESLint check
Cache not found for keys: Linux-node-modules-98a4c7f334207a21578d38812156cb2132a2a159d2e47aaa4232d08ccca6218a
|