-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat: What's coming blog post #597
Conversation
✅ Deploy Preview for new-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for fr-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for zh-hans-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for hi-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for pt-br-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for es-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ja-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for de-eslint ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Possible typos.
- Announcements | ||
--- | ||
|
||
When we [released ESLint v9.0.0](https://eslint.org/blog/2024/04/eslint-v9.0.0-released/) in April, it was the first major release in over 18 months and formally introduced the [new](https://eslint.org/blog/2022/08/new-config-system-part-1/) [configuration](https://eslint.org/blog/2022/08/new-config-system-part-2/) [system](https://eslint.org/blog/2022/08/new-config-system-part-3/). ESLint v9.0.0 also made some [rule API changes](https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/) to prepare the core for what's coming next. After the release, we spent a lot of time [creating compatibility utilities](https://eslint.org/blog/2024/05/eslint-compatibility-utilities/), a [configuration migration tool](https://eslint.org/blog/2024/05/eslint-configuration-migrator/), and a [rule API transform utility](https://github.com/eslint/eslint-transforms) to help the ecosystem move to ESLint v9.0.0. All of that work was necessary for us to move on to the next significant changes coming to ESLint. |
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.
v8.0.0 was released on October 9, 2021 so this is more like ~30 months.
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.
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.
Yes, that's intentional.
Co-authored-by: Milos Djermanovic <[email protected]>
Co-authored-by: Milos Djermanovic <[email protected]>
Co-authored-by: Milos Djermanovic <[email protected]>
Co-authored-by: Milos Djermanovic <[email protected]>
Co-authored-by: Strek <[email protected]>
Co-authored-by: Strek <[email protected]>
Co-authored-by: Strek <[email protected]>
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.
LGTM, thanks!
Leaving open for @nzakas to merge when appropriate.
Will merge tomorrow. 👍 |
* feat: What's coming blog post * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Milos Djermanovic <[email protected]> * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Milos Djermanovic <[email protected]> * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Milos Djermanovic <[email protected]> * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Milos Djermanovic <[email protected]> * Fix major release date * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Strek <[email protected]> * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Strek <[email protected]> * Update src/content/blog/2024-07-05-whats-coming-next-for-eslint.md Co-authored-by: Strek <[email protected]> --------- Co-authored-by: Milos Djermanovic <[email protected]> Co-authored-by: Strek <[email protected]>
Prerequisites checklist
What is the purpose of this pull request?
What changes did you make? (Give an overview)
Created a blog post explaining what's coming next in ESLint
Related Issues
Is there anything you'd like reviewers to focus on?