-
Notifications
You must be signed in to change notification settings - Fork 62
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
chore: add tests for ESLint 8 #195
Conversation
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
b089a6c
to
06986ac
Compare
d31bd98
to
a026d64
Compare
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
a026d64
to
bce80e1
Compare
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
bce80e1
to
ee1c7cb
Compare
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
1 similar comment
Hi @MichaelDeBoey!, thanks for the Pull Request The first commit message isn't properly formatted. We ask that you update the message to match this format, as we use it to generate changelogs and automate releases.
Read more about contributing to ESLint here |
ee1c7cb
to
9aa752f
Compare
Wow, thanks! There are a lot of good improvements in here. While we wait for any remaining dev dependencies to be ready for ESLint 8, would you mind splitting out some smaller changes that can be merged right away? Some ideas for sub-PRs:
|
Thank you for splitting those out so we could merge as much as possible already. Where does that leave this PR now? Are we just waiting for dependencies to be updated so we can add v8 to the matrix build? |
9aa752f
to
16f19bf
Compare
@btmills This can be merged as is, as all tests are green for ESLint 8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! It's good to see the tests explicitly confirming this all works across 6, 7, and 8. Thanks for making this happen!
ESLint v8.0.0 is released 🎉
devDependency compatibility with ESLint 8:
eslint-config-eslint
eslint-plugin-jsdoc
(Support ESLint 8.x gajus/eslint-plugin-jsdoc#791)v37.0.0
eslint-plugin-node
(Support ESLint 8.x mysticatea/eslint-plugin-node#294)Closes #194