Skip to content

Move to more recent packages #6923

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
crystalfp opened this issue Jan 11, 2022 · 1 comment
Closed

Move to more recent packages #6923

crystalfp opened this issue Jan 11, 2022 · 1 comment

Comments

@crystalfp
Copy link

crystalfp commented Jan 11, 2022

What problem does this feature solve?

Updating packages, especially typescript, reduce the risk of running ncu -u and have plenty of errors (as happened to me), removes the attention sign from the dependencies panel in vue ui and, for typescript, makes available the most recent functionalities.

For example, with the current version of typescript I cannot do arrayOne.push(...arrayTwo) because typescript complains that tslib is outdated.

What does the proposed API look like?

The current and most recent packages versions (from npm outdated) are:

@typescript-eslint/eslint-plugin          4.33.0   5.9.0  
@typescript-eslint/parser                 4.33.0   5.9.0  
@vue/eslint-config-typescript              7.0.0  10.0.0
eslint                                     6.8.0   8.6.0
eslint-plugin-vue                         7.20.0   8.2.0  
sass-loader                                8.0.2  12.4.0
typescript                                 4.1.6   4.5.4

Thanks!
mario

@crystalfp
Copy link
Author

Moved to vite and no more problems.

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

No branches or pull requests

1 participant