Skip to content

Merge remote-tracking branch 'origin/main' #890

Merge remote-tracking branch 'origin/main'

Merge remote-tracking branch 'origin/main' #890

Triggered via push December 5, 2024 12:04
Status Failure
Total duration 2m 14s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

25 errors and 14 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/graphql-server#format: command (/home/runner/work/RealmsWorld/RealmsWorld/packages/graphql-server) /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/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/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/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/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: packages/constants/src/GamesOld.ts#L40
Unsafe assignment of an error typed value
lint: packages/constants/src/GamesOld.ts#L40
Unsafe member access .BIBLIO_DAO on an `error` typed value
lint: packages/constants/src/GamesOld.ts#L63
Unsafe assignment of an error typed value
lint: packages/constants/src/GamesOld.ts#L63
Unsafe member access .PAVED_STUDIO on an `error` typed value
lint: packages/constants/src/GamesOld.ts#L86
Unsafe assignment of an error typed value
lint: packages/constants/src/GamesOld.ts#L86
Unsafe member access .BIBLIO_DAO on an `error` typed value
lint: packages/constants/src/GamesOld.ts#L111
Unsafe assignment of an error typed value
lint: packages/constants/src/GamesOld.ts#L111
Unsafe member access .BIBLIO_DAO on an `error` typed value
lint: packages/constants/src/GamesOld.ts#L135
Unsafe assignment of an error typed value
lint: packages/constants/src/GamesOld.ts#L135
Unsafe member access .UNDERWARE on an `error` typed value
knip
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
typecheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint: apps/nextjs/src/app/(app)/account/assets/Portfolio.tsx#L86
React Hook useEffect has a missing dependency: 'isFetchingNextPage'. Either include it or remove the dependency array
lint: apps/nextjs/src/app/(app)/collection/[id]/(list)/L2ERC721Table.tsx#L22
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/app/(app)/collection/[id]/(list)/RealmResources.tsx#L2
All imports in the declaration are only used as types. Use `import type`
lint: apps/nextjs/src/app/_components/CopyButton.tsx#L6
Imports "ButtonProps" are only used as type
lint: apps/nextjs/src/app/_components/ProfilePicture.tsx#L33
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint: apps/nextjs/src/app/_components/ProfilePicture.tsx#L42
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
lint: apps/nextjs/src/app/_components/modal/StarknetLoginModal.tsx#L111
React Hook useCallback has a missing dependency: 'getConnectorDiscovery'. Either include it or remove the dependency array
lint: apps/nextjs/src/app/_components/modal/StarknetLoginModal.tsx#L148
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
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