Skip to content

Merge pull request #74362 from software-mansion-labs/@zfurtak/fix-pad… #318

Merge pull request #74362 from software-mansion-labs/@zfurtak/fix-pad…

Merge pull request #74362 from software-mansion-labs/@zfurtak/fix-pad… #318

Triggered via push November 11, 2025 18:01
Status Failure
Total duration 45m 51s
Artifacts

preDeploy.yml

on: push
Matrix: test / jest
prettier  /  Prettier check
1m 44s
prettier / Prettier check
confirmPassingBuild
8s
confirmPassingBuild
chooseDeployActions
0s
chooseDeployActions
createNewVersion  /  createNewVersion
createNewVersion / createNewVersion
skipDeploy
0s
skipDeploy
updateStaging  /  updateProtectedBranch
updateStaging / updateProtectedBranch
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 10 warnings
typecheck / typecheck
Process completed with exit code 2.
typecheck / typecheck: src/libs/actions/IOU.ts#L14009
Argument of type '{ onyxMethod: "merge"; key: `report_${string}`; value: ({ avatarUrl?: string; created?: string; chatType?: ValueOf<typeof CONST.REPORT.CHAT_TYPE>; hasOutstandingChildRequest?: boolean; hasOutstandingChildTask?: boolean; ... 52 more ...; welcomeMessage?: string; } & OfflineFeedback<...>) | undefined; }' is not assignable to parameter of type 'OnyxUpdate'.
test / test (job 3)
Process completed with exit code 1.
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 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 2)
Process completed with exit code 1.
confirmPassingBuild
Process completed with exit code 1.
lint / ESLint check: src/libs/NextStepUtils.ts#L54
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
lint / ESLint check: src/libs/NextStepUtils.ts#L41
Onyx.connect() is deprecated. Use useOnyx() hook instead and pass the data as parameters to a pure function
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/ModifiedExpenseMessage.ts#L22
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/components/MoneyRequestConfirmationList.tsx#L944
React Hook useCallback has a missing dependency: 'policyTagLists'. Either include it or remove the dependency array