-
Notifications
You must be signed in to change notification settings - Fork 122
Outdated typescript dependency #557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Pinned minor version was due to various type errors encountered cause of some Vue types with oldest Typescript versions, but I guess it's pretty safe to bump it to latest. I didn't plan any updates soon so I'd stick with I may update it later on. |
Also, not sure what would be the workaround with |
@rchl Could you please show how you worked around the issue with |
@kevinmarrec why are you insisting on keeping old version pinned? Having such an old version in the project causes type issues. |
If you are afraid of breaking existing setups then you can create a new major release. If you are still not planning to update it then I'll probably have to create a fork and publish as a separate packge. (And please don't suggest using bridge instead since it's a can of worms in Nuxt 2) @pi0 and @danielroe for visibility |
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 oftypescript
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
frompackage.json
.Expected behavior
No errors after installing new version of
typescript
in the projector
don't pin old version of typescript in dependencies
Additional context
This issue can be worked around by using yarn
resolutions
.The text was updated successfully, but these errors were encountered: