Skip to content
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

V9 Planned Changes #381

Open
bmish opened this issue Jun 28, 2023 · 6 comments
Open

V9 Planned Changes #381

bmish opened this issue Jun 28, 2023 · 6 comments
Labels

Comments

@bmish
Copy link
Collaborator

bmish commented Jun 28, 2023

Expected changes:

Let's ensure that both V8 and V9 are fully compatible with ESLint v8 and ESLint v9.

For reference, V8 was release 2023-06 (CHANGELOG, discussion in #222).

@bmish bmish added the breaking label Jun 28, 2023
@jaswilli
Copy link

Hi,

I'd like to propose that require-expect be removed from the recommended set of rules. I think it's odd that we'd actually recommend against using assert.expect in tests as using it consistently makes test suites more robust and forbidding its use seems like a case of removing a set of guardrails because, "trust me, I know what I'm doing," which is sort of antithetical to the spirit of a linting tool.

I think #222 (comment) was perhaps a mischaracterization of assert-expect--I don't believe it's no longer needed nor redundant.

My actual preference would be to revert back to recommending except-simple, however, I realize that's unlikely to happen at this point 😄

@bmish
Copy link
Collaborator Author

bmish commented Jun 28, 2023

@jaswilli that's a fair point, although I'm not yet sure I agree. Can you open up a new issue for us to discuss that?

@platinumazure
Copy link
Owner

platinumazure commented Feb 11, 2024

Okay, I've gone through the open PRs and merged everything I could.

There are 3 upgrades that drop support for Node 16, so I labeled them as "breaking" for now. I think they could presumably be added to the V9 list. (I also merged an upgrade of the globals library without seeing that the library also dropped support for Node 16, but CI did pass, so... Worst case, I'll downgrade that dependency and cut a patch release if I absolutely have to.)

With all the changes done, we do have one new "feature" out since 8.0.1: A flat config version of our recommended config.

Do we think that's worth releasing in a minor release? I lean towards yes or at least maybe, but I'd like to know what others think.

Other than that, I wouldn't mind doing a major release soon just to get the Node 16 support out of the way and modernize our dependencies fully. We do have a few "help wanted" issues on the issue list, but none of those seem critical to include before or in a V9.

@bmish Let me know what you're thinking.

@bmish
Copy link
Collaborator Author

bmish commented Feb 11, 2024

Yes definitely let's get a minor version out first.

@bmish
Copy link
Collaborator Author

bmish commented Feb 11, 2024

We could optionally hold off on releasing v9 until ESLint v9 is out so that we can ensure that both v8 and v9 are compatible with it first.

@platinumazure
Copy link
Owner

@bmish Let's do that (since the other main compelling reason to do this, dropping support for old Node versions, is already months out of date). Thanks!

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

No branches or pull requests

3 participants