Skip to content

Outdated typescript dependency #557

@rchl

Description

@rchl

Describe the bug
This package has typescript dependency pinned to ~4.2 which causes issues in projects that require new version of typescript. Installing later version of typescript in the project causes various weird errors due to two versions of typescript being present in the project. What's the reason for pinning old version?

To Reproduce
The issue can be reproduced on the https://github.com/rchl/lsp-log-parser/ project after removing resolutions from package.json.

Expected behavior
No errors after installing new version of typescript in the project
or
don't pin old version of typescript in dependencies

Additional context
This issue can be worked around by using yarn resolutions.

Metadata

Metadata

Assignees

No one assigned

    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