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/apidom-reference@1.0.0-beta.50 leads to different version of tree-sitter being installed.

The complete tree looks like this.

└─┬ swagger-ui@5.29.3
  └─┬ swagger-client@3.35.7
    └─┬ @swagger-api/apidom-reference@1.0.0-beta.50
      ├─┬ @swagger-api/apidom-parser-adapter-json@1.0.0-beta.50
      │ ├─┬ tree-sitter-json@0.24.8
      │ │ └── tree-sitter@0.21.1 deduped
      │ └── tree-sitter@0.21.1
      └─┬ @swagger-api/apidom-parser-adapter-yaml-1-2@1.0.0-beta.50
        ├─┬ @tree-sitter-grammars/tree-sitter-yaml@0.7.1
        │ └── tree-sitter@0.22.4 deduped
        └── tree-sitter@0.22.4

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