fix(deps): update dependency tailwind-merge to ^2.5.5 - autoclosed #25
Annotations
23 errors and 4 warnings
format
@acme/thid-party-website#format: command (/home/runner/work/nextjs-zoid/nextjs-zoid/apps/third-party-website) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
@acme/nextjs#format: command (/home/runner/work/nextjs-zoid/nextjs-zoid/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run format --cache --cache-location node_modules/.cache/.prettiercache exited (1)
|
format
Process completed with exit code 1.
|
typecheck
Parameter 'x' implicitly has an 'any' type.
|
typecheck
Variable 'hasRequiredZoid' implicitly has type 'any' in some locations where its type cannot be determined.
|
typecheck
Variable 'hasRequiredZoid' implicitly has an 'any' type.
|
typecheck
@acme/nextjs#typecheck: command (/home/runner/work/nextjs-zoid/nextjs-zoid/apps/nextjs) /home/runner/setup-pnpm/node_modules/.bin/pnpm run typecheck exited (2)
|
typecheck
An expression of type 'void' cannot be tested for truthiness.
|
typecheck
Parameter 'moduleId' implicitly has an 'any' type.
|
typecheck
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
|
typecheck
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
|
typecheck
Element implicitly has an 'any' type because expression of type 'any' can't be used to index type '{}'.
|
typecheck
Object is possibly 'undefined'.
|
lint:
apps/nextjs/src/app/zoid-advanced/_components/web-view.tsx#L7
'useRef' is defined but never used. Allowed unused vars must match /^_/u
|
lint:
apps/nextjs/src/app/zoid-advanced/_components/web-view.tsx#L51
Unsafe call of an `any` typed value
|
lint:
apps/nextjs/src/types/zoid.d.ts#L100
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L126
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L162
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L206
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L223
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
|
lint:
apps/nextjs/src/types/zoid.d.ts#L223
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L223
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L226
Unexpected any. Specify a different type
|
lint:
apps/nextjs/src/types/zoid.d.ts#L251
All imports in the declaration are only used as types. Use `import type`
|
lint:
apps/nextjs/src/types/zoid.d.ts#L252
All imports in the declaration are only used as types. Use `import type`
|
lint
All imports in the declaration are only used as types. Use `import type`
|
lint
All imports in the declaration are only used as types. Use `import type`
|