Skip to content

fix preview exit

fix preview exit #847

Triggered via push October 8, 2024 10:34
Status Failure
Total duration 2m 11s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 9 warnings
knip
Process completed with exit code 254.
typecheck
Cannot find module 'url' or its corresponding type declarations.
typecheck
Cannot find name 'URL'.
typecheck
Property 'url' does not exist on type 'ImportMeta'.
typecheck
@realms-world/prettier-config#typecheck: command (/home/runner/work/RealmsWorld/RealmsWorld/tooling/prettier) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
typecheck
Process completed with exit code 2.
format
@realms-world/auth-proxy#format: command (/home/runner/work/RealmsWorld/RealmsWorld/apps/auth-proxy) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/auth#format: command (/home/runner/work/RealmsWorld/RealmsWorld/packages/auth) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/eslint-config#format: command (/home/runner/work/RealmsWorld/RealmsWorld/tooling/eslint) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/api#format: command (/home/runner/work/RealmsWorld/RealmsWorld/packages/api) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/constants#format: command (/home/runner/work/RealmsWorld/RealmsWorld/packages/constants) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/ui#format: command (/home/runner/work/RealmsWorld/RealmsWorld/apps/ui) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/db#format: command (/home/runner/work/RealmsWorld/RealmsWorld/packages/db) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
@realms-world/nextjs#format: command (/home/runner/work/RealmsWorld/RealmsWorld/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location=.cache/.prettiercache --no-error-on-unmatched-pattern exited (1)
format
Process completed with exit code 1.
lint: tooling/tailwind/index.ts#L4
Unsafe member access .exports on an `error` typed value
lint: tooling/tailwind/index.ts#L121
Unsafe call of an `error` type typed value
lint: apps/auth-proxy/routes/[...auth].ts#L5
Unsafe call of an `error` type typed value
lint: apps/auth-proxy/routes/[...auth].ts#L7
Unsafe argument of type `any` assigned to a parameter of type `Request`
lint: apps/auth-proxy/routes/[...auth].ts#L7
Unsafe call of an `error` type typed value
lint: apps/auth-proxy/routes/[...auth].ts#L8
Unsafe assignment of an error typed value
lint: apps/auth-proxy/routes/[...auth].ts#L8
Unsafe member access .env on an `error` typed value
lint: apps/auth-proxy/routes/[...auth].ts#L9
Unsafe member access .env on an `error` typed value
lint: apps/auth-proxy/routes/[...auth].ts#L10
Unsafe assignment of an error typed value
lint: apps/auth-proxy/routes/[...auth].ts#L10
Unsafe member access .env on an `error` typed value
lint: apps/nextjs/src/app/(app)/account/assets/Portfolio.tsx#L90
React Hook useEffect has a missing dependency: 'isFetchingNextPage'. Either include it or remove the dependency array
lint: apps/nextjs/src/app/_components/wallet/WalletSheet.tsx#L52
React Hook useEffect has missing dependencies: 'previousAccountOpenState' and 'transactionState'. Either include them or remove the dependency array
lint: apps/nextjs/src/app/_components/wallet/transactions/TransactionList.tsx#L15
React Hook useEffect has a missing dependency: 'transactionState'. Either include it or remove the dependency array
lint: apps/nextjs/src/hooks/market/useTokenListing.tsx#L21
React Hook useEffect has a missing dependency: 'listings'. Either include it or remove the dependency array
lint: apps/nextjs/src/hooks/market/useTokenMetadata.tsx#L21
React Hook useEffect has a missing dependency: 'metadata'. Either include it or remove the dependency array
lint: apps/nextjs/src/hooks/market/useTokenPrice.tsx#L34
React Hook useEffect has a missing dependency: 'radix'. Either include it or remove the dependency array. If 'setPrice' needs the current value of 'radix', you can also switch to useReducer instead of useState and read 'radix' in the reducer
lint: apps/nextjs/src/hooks/useTransactions.ts#L17
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/hooks/useTransactions.ts#L98
React Hook useMemo has a missing dependency: 'l2Address'. Either include it or remove the dependency array
lint: apps/nextjs/src/providers/ModalProvider/modal-hooks.ts#L99
React Hook useCallback has missing dependencies: 'containerStyle' and 'steps'. Either include them or remove the dependency array