Closed
Description
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
Metadata
Metadata
Assignees
Labels
No labels