Skip to content

Move typescript to peerDependencies #512

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

Closed
negezor opened this issue Jul 8, 2021 · 5 comments · Fixed by #563
Closed

Move typescript to peerDependencies #512

negezor opened this issue Jul 8, 2021 · 5 comments · Fixed by #563
Labels
feature request Feature request

Comments

@negezor
Copy link

negezor commented Jul 8, 2021

Is your feature request related to a problem? Please describe.
For codebases that use the monorepo approach, there are many problems with upgrading to a new version of TypeScript. Updates for this package are rolled out mostly just to bump the package version in dependencies.

Describe the solution you'd like
Move typescript to peerDependencies

Describe alternatives you've considered
Update the package more often :)

Additional context
At the moment, the package only supports the 4.2 version of TypeScript, and 4.3 was released two months ago

@negezor negezor added the feature request Feature request label Jul 8, 2021
@negezor
Copy link
Author

negezor commented Sep 1, 2021

Any updates? TypeScript 4.4 is released.

@maninak
Copy link

maninak commented Dec 18, 2021

Typescript v4.5 is released and we're stuck at v4.2.4 :(

@negezor
Copy link
Author

negezor commented Dec 18, 2021

@maninak one solution is to migrate to @nuxt/bridge

@maninak
Copy link

maninak commented Dec 18, 2021

Not possible right now, sadly (I've tried it twice). Something isn't playing along and I don't know what. Probably some of our nuxt plug-ins. I'm reducing our dependencies every week, targeting nuxt-bridge compatibility.

@homerjam
Copy link

Hmm, any chance we can get an updated typescript dependency? 😁

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Feature request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants