feat(deps): update vue plugins
Update vue plugins to unblock upgrade of Vue.js to 2.7 on GitLab.com:
-
eslint-plugin-vuefrom8.5.0to9.3.0BREAKING CHANGES: Dropped support for Node.js 12. There are some other breaking changes but they do not affect us. -
vue-eslint-parserfrom8.0.1to9.0.3BREAKING CHANGES: Dropped support for Node.js 12. There are some other breaking changes but they do not affect us.
Given the fact these updates do not have any breaking I suggest to commit them as I was wrong:chore rather than feat which will bump the major version of our ESLint package.
TypeError: utils.getComponentProps is not a function
Occurred while linting /home/vitaly/Development/gitlab/gitlab-development-kit/gitlab/app/assets/javascripts/access_tokens/components/access_token_table_app.vue:11
This error occurs on running eslint in GL repo.
Edited by Vitaly Slobodin