Skip to content

H-2457: Improved ESLint configuration #8038

H-2457: Improved ESLint configuration

H-2457: Improved ESLint configuration #8038

Triggered via pull request July 19, 2024 21:22
Status Failure
Total duration 5m 22s
Artifacts

lint.yml

on: pull_request
Matrix: Package
Linting passed
4s
Linting passed
Fit to window
Zoom out
Zoom in

Annotations

408 errors
Package (@local/repo-chores)
@local/repo-chores#lint:eslint: command (/home/runner/work/hash/hash/libs/@local/repo-chores/node) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@local/repo-chores): libs/@local/repo-chores/node/scripts/check-license-in-workspaces.ts#L6
Please rename the variable `monorepoRootDirPath`. Suggested names are: `monorepoRootDirectionPath`, `monorepoRootDirectoryPath`. A more descriptive name will do too
Package (@local/repo-chores): libs/@local/repo-chores/node/scripts/check-license-in-workspaces.ts#L13
Please rename the variable `yarnWorkspaceDirPaths`. Suggested names are: `yarnWorkspaceDirectionPaths`, `yarnWorkspaceDirectoryPaths`. A more descriptive name will do too
Package (@local/repo-chores): libs/@local/repo-chores/node/scripts/check-license-in-workspaces.ts#L37
/^LICENSE(-[A-Z0-9]+)?(\.(md|txt))?$/ can be optimized to /^LICENSE(-[\dA-Z]+)?(\.(md|txt))?$/
Package (@local/repo-chores): libs/@local/repo-chores/node/scripts/check-license-in-workspaces.ts#L46
Please rename the variable `yarnWorkspaceDirPath`. Suggested names are: `yarnWorkspaceDirectionPath`, `yarnWorkspaceDirectoryPath`. A more descriptive name will do too
Package (@local/advanced-types): libs/@local/advanced-types/src/brand.ts#L5
Sentences must end with a period
Package (@local/advanced-types): libs/@local/advanced-types/src/brand.ts#L7
Sentences must end with a period
Package (@local/advanced-types): libs/@local/advanced-types/src/brand.ts#L10
Sentences must end with a period
Package (@local/advanced-types): libs/@local/advanced-types/src/distribute.ts#L4
Expected 1 lines after block description
Package (@local/advanced-types): libs/@local/advanced-types/src/typed-entries.ts#L27
Array type using 'ReadonlyArray<T>' is forbidden. Use 'readonly T[]' instead
Package (@local/advanced-types): libs/@local/advanced-types/src/typed-entries.ts#L34
Array type using 'ReadonlyArray<T>' is forbidden. Use 'readonly T[]' instead
Package (@blocks/embed): blocks/embed/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/embed): blocks/embed/src/app.tsx#L3
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/embed): blocks/embed/src/app.tsx#L10
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/embed): blocks/embed/src/app.tsx#L27
Use an `interface` instead of a `type`
Package (@blocks/embed): blocks/embed/src/app.tsx#L63
Missing braces in case clause
Package (@blocks/embed): blocks/embed/src/app.tsx#L69
Missing braces in case clause
Package (@blocks/embed): blocks/embed/src/app.tsx#L76
Missing braces in case clause
Package (@blocks/embed): blocks/embed/src/app.tsx#L153
Expected blank line before this statement
Package (@blocks/embed): blocks/embed/src/app.tsx#L192
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Package (@blocks/embed): blocks/embed/src/app.tsx#L195
Expected { after 'if' condition
Package (@local/status): libs/@local/status/typescript/pkg/src/main.ts#L6
There should be at least one empty line between import groups
Package (@local/status): libs/@local/status/typescript/pkg/src/main.ts#L22
Avoid the 'in' operator. In real-world scenarios there is rarely a need for this operator. For most usecases, basic property access is all you need. For every other case, use the Object.hasOwn() or the Object.prototype.hasOwnProperty() method. In the really niche cases where you actually need to check for the existence of a property both in the object itself AND in it's prototype chain, feel free to disable this rule with the inline eslint-disable syntax
Package (@local/status): libs/@local/status/typescript/pkg/src/main.ts#L25
Avoid the 'in' operator. In real-world scenarios there is rarely a need for this operator. For most usecases, basic property access is all you need. For every other case, use the Object.hasOwn() or the Object.prototype.hasOwnProperty() method. In the really niche cases where you actually need to check for the existence of a property both in the object itself AND in it's prototype chain, feel free to disable this rule with the inline eslint-disable syntax
Package (@local/status): libs/@local/status/typescript/pkg/src/main.ts#L26
Avoid the 'in' operator. In real-world scenarios there is rarely a need for this operator. For most usecases, basic property access is all you need. For every other case, use the Object.hasOwn() or the Object.prototype.hasOwnProperty() method. In the really niche cases where you actually need to check for the existence of a property both in the object itself AND in it's prototype chain, feel free to disable this rule with the inline eslint-disable syntax
Package (@local/status): libs/@local/status/typescript/pkg/src/status-code.ts#L45
Use `switch` instead of multiple `else-if`
Package (@local/status): libs/@local/status/typescript/pkg/src/status-code.ts#L93
Use `switch` instead of multiple `else-if`
Package (@local/status): libs/@local/status/typescript/pkg/src/status-code.ts#L122
Use `switch` instead of multiple `else-if`
Package (@local/status): libs/@local/status/typescript/scripts/codegen.ts#L1
Sentences must end with a period
Package (@local/status): libs/@local/status/typescript/scripts/codegen.ts#L1
tsdoc-undefined-tag: The TSDoc tag "@todo" is not defined in this configuration
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L4
Run autofix to sort these imports!
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L26
Move this optional parameter to a destructured parameter
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L29
Expected blank line before this statement
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L32
Expected blank line before this statement
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L35
Expected blank line before this statement
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen.ts#L38
Expected blank line before this statement
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen/compile/compile-schemas-to-typescript.ts#L6
'/home/runner/work/hash/hash/libs/@blockprotocol/type-system/typescript/dist/es-slim/main-slim.js' imported multiple times
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen/compile/compile-schemas-to-typescript.ts#L7
'/home/runner/work/hash/hash/libs/@blockprotocol/type-system/typescript/dist/es-slim/main-slim.js' imported multiple times
Package (@blockprotocol/graph): libs/@blockprotocol/graph/src/codegen/compile/compile-schemas-to-typescript.ts#L13
'/home/runner/work/hash/hash/libs/@blockprotocol/graph/src/codegen/shared.ts' imported multiple times
Package (@blocks/person)
@blocks/person#lint:eslint: command (/home/runner/work/hash/hash/blocks/person) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/person): blocks/person/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/person): blocks/person/src/app.tsx#L4
Import name `DOMPurify` must match one of the following formats: camelCase, StrictPascalCase
Package (@blocks/person): blocks/person/src/app.tsx#L5
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/person): blocks/person/src/app.tsx#L6
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/person): blocks/person/src/app.tsx#L11
Use an `interface` instead of a `type`
Package (@blocks/person): blocks/person/src/app.tsx#L43
Unexpected negated condition
Package (@blocks/person): blocks/person/src/app.tsx#L55
Need to wrap this literal in a JSX expression
Package (@blocks/person): blocks/person/src/app.tsx#L60
Refactor this code to not use nested template literals
Package (@blocks/person): blocks/person/src/app.tsx#L61
Need to wrap this literal in a JSX expression
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/common.ts#L37
tsdoc-characters-after-block-tag: The token "@todo" looks like a TSDoc tag but contains an invalid character ":"; if it is not a tag, use a backslash to escape the "@"
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/native/entity-type.ts#L9
tsdoc-param-tag-missing-hyphen: The @param block should be followed by a parameter name and then a hyphen
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/native/entity-type.ts#L9
tsdoc-param-tag-with-invalid-type: The @param block should not include a JSDoc-style '{type}'
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/native/entity-type.ts#L25
Avoid the 'in' operator. In real-world scenarios there is rarely a need for this operator. For most usecases, basic property access is all you need. For every other case, use the Object.hasOwn() or the Object.prototype.hasOwnProperty() method. In the really niche cases where you actually need to check for the existence of a property both in the object itself AND in it's prototype chain, feel free to disable this rule with the inline eslint-disable syntax
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/native/entity-type.ts#L38
tsdoc-undefined-tag: The TSDoc tag "@todo" is not defined in this configuration
Package (@blockprotocol/type-system): libs/@blockprotocol/type-system/typescript/src/native/entity-type.ts#L41
Avoid the 'in' operator. In real-world scenarios there is rarely a need for this operator. For most usecases, basic property access is all you need. For every other case, use the Object.hasOwn() or the Object.prototype.hasOwnProperty() method. In the really niche cases where you actually need to check for the existence of a property both in the object itself AND in it's prototype chain, feel free to disable this rule with the inline eslint-disable syntax
Package (@blocks/divider)
@blocks/divider#lint:eslint: command (/home/runner/work/hash/hash/blocks/divider) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/divider): blocks/divider/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/divider): blocks/divider/src/app.tsx#L1
'/home/runner/work/hash/hash/blocks/divider/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/divider): blocks/divider/src/app.tsx#L2
'/home/runner/work/hash/hash/blocks/divider/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/divider): blocks/divider/src/dev.tsx#L5
Run autofix to sort these imports!
Package (@blocks/divider): blocks/divider/src/dev.tsx#L9
There should be at least one empty line between import groups
Package (@blocks/divider): blocks/divider/src/dev.tsx#L10
There should be at least one empty line between import groups
Package (@blocks/divider): blocks/divider/src/dev.tsx#L10
`./index` import should occur after type import of `./types/generated/block-entity`
Package (@blocks/divider): blocks/divider/src/dev.tsx#L14
Prefer `.querySelector()` over `.getElementById()`
Package (@blocks/divider): blocks/divider/src/dev.tsx#L30
Fast refresh only works when a file has exports. Move your component(s) to a separate file
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L1
Run autofix to sort these imports!
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L6
Use an `interface` instead of a `type`
Package (@blocks/video)
@blocks/video#lint:eslint: command (/home/runner/work/hash/hash/blocks/video) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L14
Need to wrap this literal in a JSX expression
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L22
Need to wrap this literal in a JSX expression
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L23
Need to wrap this literal in a JSX expression
Package (@blocks/video): blocks/video/src/components/error-alert.tsx#L24
Callbacks must be listed after all other props
Package (@blocks/video): blocks/video/src/components/media-with-caption.tsx#L1
Run autofix to sort these imports!
Package (@blocks/video): blocks/video/src/components/media-with-caption.tsx#L4
There should be at least one empty line between import groups
Package (@blocks/video): blocks/video/src/components/media-with-caption.tsx#L37
Need to wrap this literal in a JSX expression
Package (@blocks/callout)
@blocks/callout#lint:eslint: command (/home/runner/work/hash/hash/blocks/callout) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/callout): blocks/callout/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/callout): blocks/callout/src/app.tsx#L1
'/home/runner/work/hash/hash/blocks/callout/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/callout): blocks/callout/src/app.tsx#L5
'/home/runner/work/hash/hash/blocks/callout/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/callout): blocks/callout/src/app.tsx#L68
Multiline props must be listed after all other props
Package (@blocks/callout): blocks/callout/src/app.tsx#L80
Callbacks must be listed after all other props
Package (@blocks/callout): blocks/callout/src/app.tsx#L84
Multiline props must be listed after all other props
Package (@blocks/callout): blocks/callout/src/dev.tsx#L5
Run autofix to sort these imports!
Package (@blocks/callout): blocks/callout/src/dev.tsx#L9
There should be at least one empty line between import groups
Package (@blocks/callout): blocks/callout/src/dev.tsx#L10
There should be at least one empty line between import groups
Package (@blocks/paragraph)
@blocks/paragraph#lint:eslint: command (/home/runner/work/hash/hash/blocks/paragraph) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/paragraph): blocks/paragraph/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/paragraph): blocks/paragraph/src/app.tsx#L1
'/home/runner/work/hash/hash/blocks/paragraph/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/paragraph): blocks/paragraph/src/app.tsx#L2
'/home/runner/work/hash/hash/blocks/paragraph/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/paragraph): blocks/paragraph/src/app.tsx#L25
Expected blank line before this statement
Package (@blocks/paragraph): blocks/paragraph/src/dev.tsx#L5
Run autofix to sort these imports!
Package (@blocks/paragraph): blocks/paragraph/src/dev.tsx#L9
There should be at least one empty line between import groups
Package (@blocks/paragraph): blocks/paragraph/src/dev.tsx#L10
There should be at least one empty line between import groups
Package (@blocks/paragraph): blocks/paragraph/src/dev.tsx#L10
`./index` import should occur after type import of `./types/generated/block-entity`
Package (@blocks/paragraph): blocks/paragraph/src/dev.tsx#L14
Prefer `.querySelector()` over `.getElementById()`
Package (@blocks/minesweeper): blocks/minesweeper/mine-sweeper-tag.d.ts#L2
Unallowed use of `class`. Use functions instead
Package (@blocks/minesweeper): blocks/minesweeper/mine-sweeper-tag.d.ts#L2
Class name `mine_sweeper` must match one of the following formats: PascalCase
Package (@blocks/minesweeper): blocks/minesweeper/src/app.ts#L1
Run autofix to sort these imports!
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L1
Run autofix to sort these imports!
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L5
There should be at least one empty line between import groups
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L6
There should be at least one empty line between import groups
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L7
`./types/generated/block-entity` type import should occur before import of `./index`
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L9
Prefer `.querySelector()` over `.getElementById()`
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L28
Sentences should start with an uppercase character
Package (@blocks/minesweeper): blocks/minesweeper/src/dev.tsx#L30
Sentences must end with a period
Package (@blocks/code): blocks/code/declarations.d.ts#L3
Expected blank line before this statement
Package (@blocks/code): blocks/code/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/code)
@blocks/code#lint:eslint: command (/home/runner/work/hash/hash/blocks/code) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/code): blocks/code/src/app.tsx#L1
'/home/runner/work/hash/hash/blocks/code/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/code): blocks/code/src/app.tsx#L5
'/home/runner/work/hash/hash/blocks/code/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/code): blocks/code/src/app.tsx#L13
'/home/runner/work/hash/hash/blocks/code/src/utils.ts' imported multiple times
Package (@blocks/code): blocks/code/src/app.tsx#L14
'/home/runner/work/hash/hash/blocks/code/src/utils.ts' imported multiple times
Package (@blocks/code): blocks/code/src/app.tsx#L42
useState call is not destructured into value + setter pair
Package (@blocks/code): blocks/code/src/app.tsx#L84
Expected blank line before this statement
Package (@blocks/code): blocks/code/src/app.tsx#L98
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Package (@blocks/heading)
@blocks/heading#lint:eslint: command (/home/runner/work/hash/hash/blocks/heading) /usr/local/bin/yarn run lint:eslint exited (1)
Package (@blocks/heading): blocks/heading/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/heading): blocks/heading/src/app.tsx#L1
'/home/runner/work/hash/hash/blocks/heading/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/heading): blocks/heading/src/app.tsx#L2
'/home/runner/work/hash/hash/blocks/heading/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/heading): blocks/heading/src/app.tsx#L43
Variable name `Header` must match one of the following formats: camelCase, UPPER_CASE
Package (@blocks/heading): blocks/heading/src/app.tsx#L48
Multiline props must be listed after all other props
Package (@blocks/heading): blocks/heading/src/dev.tsx#L5
Run autofix to sort these imports!
Package (@blocks/heading): blocks/heading/src/dev.tsx#L9
There should be at least one empty line between import groups
Package (@blocks/heading): blocks/heading/src/dev.tsx#L10
There should be at least one empty line between import groups
Package (@blocks/heading): blocks/heading/src/dev.tsx#L10
`./index` import should occur after type import of `./types/generated/block-entity`
Package (@hashintel/design-system)
@hashintel/design-system#lint:eslint: command (/home/runner/work/hash/hash/libs/@hashintel/design-system) /usr/local/bin/yarn run lint:eslint exited (2)
Package (@hashintel/design-system)
Process completed with exit code 2.
Package (@hashintel/type-editor)
@hashintel/type-editor#lint:eslint: command (/home/runner/work/hash/hash/libs/@hashintel/type-editor) /usr/local/bin/yarn run lint:eslint exited (2)
Package (@hashintel/type-editor)
Process completed with exit code 2.
Package (@blocks/timer): blocks/timer/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/timer): blocks/timer/src/app.tsx#L3
'/home/runner/work/hash/hash/blocks/timer/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/timer): blocks/timer/src/app.tsx#L7
'/home/runner/work/hash/hash/blocks/timer/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/timer): blocks/timer/src/app.tsx#L10
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/timer): blocks/timer/src/app.tsx#L11
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/timer): blocks/timer/src/app.tsx#L24
Use an `interface` instead of a `type`
Package (@blocks/timer): blocks/timer/src/app.tsx#L30
Use an `interface` instead of a `type`
Package (@blocks/timer): blocks/timer/src/app.tsx#L32
Sentences should start with an uppercase character
Package (@blocks/timer): blocks/timer/src/app.tsx#L32
Sentences must end with a period
Package (@blocks/timer): blocks/timer/src/app.tsx#L34
Sentences should start with an uppercase character
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L1
Run autofix to sort these imports!
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L5
'/home/runner/work/hash/hash/blocks/countdown/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L9
'/home/runner/work/hash/hash/blocks/countdown/node_modules/@blockprotocol/graph/dist/cjs/non-temporal/react.d.ts' imported multiple times
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L36
Unexpected negated condition
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L42
Unexpected negated condition
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L50
use `Boolean(displayTime)` instead
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L54
Move this optional parameter to a destructured parameter
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L96
Expected blank line before this statement
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L111
Need to wrap this literal in a JSX expression
Package (@blocks/countdown): blocks/countdown/src/app.tsx#L115
Callbacks must be listed after all other props
Package (@hashintel/query-editor)
@hashintel/query-editor#lint:eslint: command (/home/runner/work/hash/hash/libs/@hashintel/query-editor) /usr/local/bin/yarn run lint:eslint exited (2)
Package (@hashintel/query-editor)
Process completed with exit code 2.
Package (@local/hash-graph-types)
No overload matches this call.
Package (@local/hash-graph-types)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-types)
Process completed with exit code 1.
Package (@local/hash-graph-types)
No overload matches this call.
Package (@local/hash-graph-types)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-types)
Process completed with exit code 1.
Package (@local/hash-graph-types)
No overload matches this call.
Package (@local/hash-graph-types)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-types)
Process completed with exit code 1.
Package (@local/hash-subgraph)
No overload matches this call.
Package (@local/hash-subgraph)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-subgraph)
Process completed with exit code 1.
Package (@local/hash-subgraph)
No overload matches this call.
Package (@local/hash-subgraph)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-subgraph)
Process completed with exit code 1.
Package (@local/hash-subgraph)
No overload matches this call.
Package (@local/hash-subgraph)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-subgraph)
Process completed with exit code 1.
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L1
Run autofix to sort these imports!
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L6
Use an `interface` instead of a `type`
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L14
Need to wrap this literal in a JSX expression
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L22
Need to wrap this literal in a JSX expression
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L23
Need to wrap this literal in a JSX expression
Package (@blocks/image): blocks/image/src/components/error-alert.tsx#L24
Callbacks must be listed after all other props
Package (@blocks/image): blocks/image/src/components/media-with-caption.tsx#L1
Run autofix to sort these imports!
Package (@blocks/image): blocks/image/src/components/media-with-caption.tsx#L4
There should be at least one empty line between import groups
Package (@blocks/image): blocks/image/src/components/media-with-caption.tsx#L37
Need to wrap this literal in a JSX expression
Package (@local/hash-graph-sdk)
No overload matches this call.
Package (@blocks/image): blocks/image/src/components/media-with-caption.tsx#L39
Need to wrap this literal in a JSX expression
Package (@local/hash-graph-sdk)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-sdk)
Process completed with exit code 1.
Package (@local/hash-graph-sdk)
No overload matches this call.
Package (@local/hash-graph-sdk)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-sdk)
Process completed with exit code 1.
Package (@local/hash-graph-sdk)
No overload matches this call.
Package (@local/hash-graph-sdk)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-graph-sdk)
Process completed with exit code 1.
Package (@local/hash-isomorphic-utils)
No overload matches this call.
Package (@local/hash-isomorphic-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-isomorphic-utils)
Process completed with exit code 1.
Package (@local/hash-isomorphic-utils)
No overload matches this call.
Package (@local/hash-isomorphic-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-isomorphic-utils)
Process completed with exit code 1.
Package (@local/hash-isomorphic-utils)
No overload matches this call.
Package (@local/hash-isomorphic-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-isomorphic-utils)
Process completed with exit code 1.
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L1
Run autofix to sort these imports!
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L1
'/home/runner/work/hash/hash/node_modules/@dnd-kit/core/dist/index.d.ts' imported multiple times
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L10
'/home/runner/work/hash/hash/node_modules/@dnd-kit/core/dist/index.d.ts' imported multiple times
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L17
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L18
'React' is defined but never used. Allowed unused vars must match /^_/u
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L18
'/home/runner/work/hash/hash/node_modules/@types/react/index.d.ts' imported multiple times
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L21
There should be at least one empty line between import groups
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L25
Use an `interface` instead of a `type`
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L118
Returning a void expression from an arrow function shorthand is forbidden. Please add braces to the arrow function
Package (@blocks/shuffle): blocks/shuffle/src/components/item-list.tsx#L120
Multiline props must be listed after all other props
Package (@apps/hash-realtime)
No overload matches this call.
Package (@apps/hash-realtime)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-realtime)
Process completed with exit code 1.
Package (@apps/hash-realtime)
No overload matches this call.
Package (@apps/hash-realtime)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-realtime)
Process completed with exit code 1.
Package (@apps/hash-realtime)
No overload matches this call.
Package (@apps/hash-realtime)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-realtime)
Process completed with exit code 1.
Package (@apps/hashdotdev)
@apps/hashdotdev#lint:eslint: command (/home/runner/work/hash/hash/apps/hashdotdev) /usr/local/bin/yarn run lint:eslint exited (2)
Package (@apps/hashdotdev)
Process completed with exit code 2.
Package (@apps/hash-search-loader)
No overload matches this call.
Package (@apps/hash-search-loader)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-search-loader)
Process completed with exit code 1.
Package (@apps/hash-search-loader)
No overload matches this call.
Package (@apps/hash-search-loader)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-search-loader)
Process completed with exit code 1.
Package (@apps/hash-search-loader)
No overload matches this call.
Package (@apps/hash-search-loader)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-search-loader)
Process completed with exit code 1.
Package (@blocks/ai-text)
No overload matches this call.
Package (@blocks/ai-text)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-text)
Process completed with exit code 1.
Package (@blocks/ai-text)
No overload matches this call.
Package (@blocks/ai-text)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-text)
Process completed with exit code 1.
Package (@blocks/ai-text)
No overload matches this call.
Package (@blocks/ai-text)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-text)
Process completed with exit code 1.
Package (@local/hash-backend-utils)
No overload matches this call.
Package (@local/hash-backend-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-backend-utils)
Process completed with exit code 1.
Package (@local/hash-backend-utils)
No overload matches this call.
Package (@local/hash-backend-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-backend-utils)
Process completed with exit code 1.
Package (@local/hash-backend-utils)
No overload matches this call.
Package (@local/hash-backend-utils)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@local/hash-backend-utils)
Process completed with exit code 1.
Package (@apps/plugin-browser)
No overload matches this call.
Package (@apps/plugin-browser)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/plugin-browser)
Process completed with exit code 1.
Package (@apps/plugin-browser)
No overload matches this call.
Package (@apps/plugin-browser)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/plugin-browser)
Process completed with exit code 1.
Package (@apps/plugin-browser)
No overload matches this call.
Package (@apps/plugin-browser)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/plugin-browser)
Process completed with exit code 1.
Package (@blocks/how-to)
No overload matches this call.
Package (@blocks/how-to)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/how-to)
Process completed with exit code 1.
Package (@blocks/how-to)
No overload matches this call.
Package (@blocks/how-to)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/how-to)
Process completed with exit code 1.
Package (@blocks/how-to)
No overload matches this call.
Package (@blocks/how-to)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/how-to)
Process completed with exit code 1.
Package (@apps/hash-integration-worker)
No overload matches this call.
Package (@apps/hash-integration-worker)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-integration-worker)
Process completed with exit code 1.
Package (@apps/hash-integration-worker)
No overload matches this call.
Package (@apps/hash-integration-worker)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-integration-worker)
Process completed with exit code 1.
Package (@apps/hash-integration-worker)
No overload matches this call.
Package (@apps/hash-integration-worker)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-integration-worker)
Process completed with exit code 1.
Package (@blocks/chart)
No overload matches this call.
Package (@blocks/chart)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/chart)
Process completed with exit code 1.
Package (@blocks/chart)
No overload matches this call.
Package (@blocks/chart)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/chart)
Process completed with exit code 1.
Package (@blocks/chart)
No overload matches this call.
Package (@blocks/chart)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/chart)
Process completed with exit code 1.
Package (@hashintel/block-design-system)
No overload matches this call.
Package (@hashintel/block-design-system)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@hashintel/block-design-system)
Process completed with exit code 1.
Package (@hashintel/block-design-system)
No overload matches this call.
Package (@hashintel/block-design-system)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@hashintel/block-design-system)
Process completed with exit code 1.
Package (@hashintel/block-design-system)
No overload matches this call.
Package (@hashintel/block-design-system)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@hashintel/block-design-system)
Process completed with exit code 1.
Package (@apps/hash-api)
No overload matches this call.
Package (@apps/hash-api)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-api)
Process completed with exit code 1.
Package (@apps/hash-api)
No overload matches this call.
Package (@apps/hash-api)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-api)
Process completed with exit code 1.
Package (@apps/hash-api)
No overload matches this call.
Package (@apps/hash-api)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-api)
Process completed with exit code 1.
Package (@blocks/table)
No overload matches this call.
Package (@blocks/table)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/table)
Process completed with exit code 1.
Package (@blocks/table)
No overload matches this call.
Package (@blocks/table)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/table)
Process completed with exit code 1.
Package (@blocks/table)
No overload matches this call.
Package (@blocks/table)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/table)
Process completed with exit code 1.
Package (@apps/hashdotdesign)
No overload matches this call.
Package (@apps/hashdotdesign)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hashdotdesign)
Process completed with exit code 1.
Package (@blocks/ai-image)
No overload matches this call.
Package (@blocks/ai-image)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-image)
Process completed with exit code 1.
Package (@blocks/ai-image)
No overload matches this call.
Package (@blocks/ai-image)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-image)
Process completed with exit code 1.
Package (@blocks/ai-image)
No overload matches this call.
Package (@blocks/ai-image)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-image)
Process completed with exit code 1.
Package (@blocks/kanban-board)
No overload matches this call.
Package (@blocks/kanban-board)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/kanban-board)
Process completed with exit code 1.
Package (@blocks/kanban-board)
No overload matches this call.
Package (@blocks/kanban-board)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/kanban-board)
Process completed with exit code 1.
Package (@blocks/kanban-board)
No overload matches this call.
Package (@blocks/kanban-board)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/kanban-board)
Process completed with exit code 1.
Package (@blocks/ai-chat)
No overload matches this call.
Package (@blocks/ai-chat)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-chat)
Process completed with exit code 1.
Package (@blocks/ai-chat)
No overload matches this call.
Package (@blocks/ai-chat)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-chat)
Process completed with exit code 1.
Package (@blocks/ai-chat)
No overload matches this call.
Package (@blocks/ai-chat)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/ai-chat)
Process completed with exit code 1.
Package (@blocks/address)
No overload matches this call.
Package (@blocks/address)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/address)
Process completed with exit code 1.
Package (@blocks/address)
No overload matches this call.
Package (@blocks/address)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/address)
Process completed with exit code 1.
Package (@blocks/address)
No overload matches this call.
Package (@blocks/address)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/address)
Process completed with exit code 1.
Package (@blocks/faq)
No overload matches this call.
Package (@blocks/faq)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/faq)
Process completed with exit code 1.
Package (@blocks/faq)
No overload matches this call.
Package (@blocks/faq)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/faq)
Process completed with exit code 1.
Package (@blocks/faq)
No overload matches this call.
Package (@blocks/faq)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@blocks/faq)
Process completed with exit code 1.
Package (@apps/hash-ai-worker-ts)
No overload matches this call.
Package (@apps/hash-ai-worker-ts)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-ai-worker-ts)
Process completed with exit code 1.
Package (@apps/hash-ai-worker-ts)
No overload matches this call.
Package (@apps/hash-ai-worker-ts)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-ai-worker-ts)
Process completed with exit code 1.
Package (@apps/hash-ai-worker-ts)
No overload matches this call.
Package (@apps/hash-ai-worker-ts)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-ai-worker-ts)
Process completed with exit code 1.
Package (@apps/hash-frontend)
No overload matches this call.
Package (@apps/hash-frontend)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-frontend)
Process completed with exit code 1.
Package (@apps/hash-frontend)
No overload matches this call.
Package (@apps/hash-frontend)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-frontend)
Process completed with exit code 1.
Package (@apps/hash-frontend)
No overload matches this call.
Package (@apps/hash-frontend)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@apps/hash-frontend)
Process completed with exit code 1.
Package (@tests/hash-backend-integration)
No overload matches this call.
Package (@tests/hash-backend-integration)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-backend-integration)
Process completed with exit code 1.
Package (@tests/hash-backend-integration)
No overload matches this call.
Package (@tests/hash-backend-integration)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-backend-integration)
Process completed with exit code 1.
Package (@tests/hash-backend-integration)
No overload matches this call.
Package (@tests/hash-backend-integration)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-backend-integration)
Process completed with exit code 1.
Package (@tests/hash-playwright)
No overload matches this call.
Package (@tests/hash-playwright)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-playwright)
Process completed with exit code 1.
Package (@tests/hash-playwright)
No overload matches this call.
Package (@tests/hash-playwright)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-playwright)
Process completed with exit code 1.
Package (@tests/hash-playwright)
No overload matches this call.
Package (@tests/hash-playwright)
@local/hash-graph-client#build: command (/home/runner/work/hash/hash/libs/@local/hash-graph-client/typescript) /usr/local/bin/yarn run build exited (1)
Package (@tests/hash-playwright)
Process completed with exit code 1.
Linting passed
Process completed with exit code 1.