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

feat: Updates for v8 EOL #643

Merged
merged 2 commits into from
Oct 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/_includes/layouts/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
</g>
</g>
</svg>
ESLint v8.x end-of-life is 2024-10-05 and will not be maintained after that. <a href="/docs/latest/use/migrate-to-9.0.0"> Upgrade </a>
ESLint v8.x reached end-of-life on 2024-10-05 and is no longer maintained. <a href="/docs/latest/use/migrate-to-9.0.0"> Upgrade </a>
or consider <a href="/version-support/"> long-term support options </a> </div>
<a href="#main" class="c-btn c-btn--primary" id="skip-link">{{ site.shared.skip_to_content }}</a>

Expand Down
2 changes: 1 addition & 1 deletion src/content/pages/version-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ESLint major release lines are designated by the level of support they receive f
| **Release Line** | **Status** | **First Release** | **Last Release** | **EOL Start** | **Commercial Support** |
|-------------------|------------|-------------------|-----------------|---------------|------------------------|
| v9.x | Current | 2024-04-05 | TBD | TBD | [Tidelift][tidelift] |
| v8.x | Maintenance | 2021-10-09 | TBD | 2024-10-05 | [Tidelift][tidelift] |
| v8.0.0-v8.57.1 | EOL | 2021-10-09 | 2024-09-16 | 2024-10-05 | [HeroDevs][herodevs] |
| v7.0.0-v7.32.0 | EOL | 2020-05-08 | 2021-07-30 | 2022-04-09 | [HeroDevs][herodevs] |
| v6.0.0-v6.8.0 | EOL | 2019-06-21 | 2019-12-20 | 2020-11-08 | [HeroDevs][herodevs] |
| v5.0.0-v5.16.0 | EOL | 2018-06-22 | 2019-03-29 | 2019-12-21 | [HeroDevs][herodevs] |
Expand Down