Skip to content

Conversation

@michalsnik
Copy link
Member

@michalsnik michalsnik commented Nov 6, 2019

This PR addresses: #920

It:

  • bumps few packages to ensure Eslint v6 compatibility
  • updates required Node.js version, as in ESLint v6 support for Node.js@6 has been dropped
  • removes ESLint v5 compatibility build from our CircleCI config

It looks however we might still need to get vue-eslint-parser updated, as its current peerDependencies list include only ESLint ^5.0.0 - cc @mysticatea

@michalsnik michalsnik self-assigned this Nov 6, 2019
@michalsnik michalsnik merged commit 6d48d11 into master Nov 6, 2019
@michalsnik michalsnik deleted the chore/update-packages-to-support-eslint-6 branch November 6, 2019 15:58
"node": ">=8.10"
},
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can chanege ^6.0.0 ?

scq pushed a commit to totara/eslint-plugin-vue that referenced this pull request Jun 22, 2022
* Update packages to support ESlint 6

* Update Node.js requirement to 8.10 and above

* Remove Eslint@5 compatibility check from CircleCI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants