Skip to content

Repo: main branch build breaks locally #6144

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Suggestion

This started happening to my yarn / yarn builds on multiple dev machines after the 4.9 upgrade:

      nx run @typescript-eslint/visitor-keys:build
$ tsc -b tsconfig.build.json
       src/visitor-keys.ts(153,3): error TS2322: Type '{ AccessorProperty: readonly ["decorators", "key", "typeAnnotation", "value"]; ArrayPattern: ("decorators" | "typeAnnotation" | "elements")[]; ArrowFunctionExpression: readonly ["typeParameters", "params", "returnType", "body"]; ... 101 more ...; TSVoidKeyword: never[]; }' is not assignable to type 'AdditionalKeys'.
         Object literal may only specify known properties, and 'AccessorProperty' does not exist in type 'AdditionalKeys'.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

...merge conflict from something? Or maybe an issue with Nx caching?

Metadata

Metadata

Labels

accepting prsGo ahead, send a pull request that resolves this issuebugSomething isn't workingrepo maintenancethings to do with maintenance of the repo, and not with code/docs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions