Skip to content

tree-sitter installed in different version #5022

@DaSchTour

Description

@DaSchTour

While fighting with some renovate issues that lead to missing tree-sitter in package-lock I discovered that installation of @swagger-api/[email protected] leads to different version of tree-sitter being installed.

The complete tree looks like this.

└─┬ [email protected]
  └─┬ [email protected]
    └─┬ @swagger-api/[email protected]
      ├─┬ @swagger-api/[email protected]
      │ ├─┬ [email protected]
      │ │ └── [email protected] deduped
      │ └── [email protected]
      └─┬ @swagger-api/[email protected]
        ├─┬ @tree-sitter-grammars/[email protected]
        │ └── [email protected] deduped
        └── [email protected]

Although I'm not sure if it will solve my renovate issues I would like to suggest to align the tree-sitter version between the different sub-packages.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions