Skip to content

Conversation

Pixel998
Copy link
Contributor

@Pixel998 Pixel998 commented Sep 30, 2025

Prerequisites checklist

What is the purpose of this pull request? (put an "X" next to an item)

[x] Documentation update
[ ] Bug fix (template)
[ ] New rule (template)
[ ] Changes an existing rule (template)
[ ] Add autofix to a rule
[ ] Add a CLI option
[ ] Add something to the core
[ ] Other, please explain:

What changes did you make? (Give an overview)

  • Updated rules_meta.json to reflect the new removal version (v11.0.0) for deprecated formatting rules.
  • Switched <b> to <strong> for semantic emphasis in the deprecation banner.
  • Updated the documentation layout template so that the deprecation banner now displays the availableUntil version when present, e.g.:

This rule was deprecated in ESLint v8.53.0. It will be removed in v11.0.0. Please use the corresponding rule in @stylistic/eslint-plugin.

Closes #20165

Is there anything you'd like reviewers to focus on?

@Pixel998 Pixel998 requested a review from a team as a code owner September 30, 2025 11:40
@github-project-automation github-project-automation bot moved this to Needs Triage in Triage Sep 30, 2025
@eslint-github-bot eslint-github-bot bot added the documentation Relates to ESLint's documentation label Sep 30, 2025
Copy link

netlify bot commented Sep 30, 2025

Deploy Preview for docs-eslint ready!

Name Link
🔨 Latest commit a42ac9b
🔍 Latest deploy log https://app.netlify.com/projects/docs-eslint/deploys/68dbdc8b630b100008ae3f59
😎 Deploy Preview https://deploy-preview-20170--docs-eslint.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mdjermanovic mdjermanovic added accepted There is consensus among the team that this change meets the criteria for inclusion contributor pool labels Sep 30, 2025
@mdjermanovic mdjermanovic moved this from Needs Triage to Implementing in Triage Sep 30, 2025
Copy link
Member

@kecrily kecrily left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@mdjermanovic mdjermanovic left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

@mdjermanovic mdjermanovic merged commit 5c97a04 into eslint:main Sep 30, 2025
31 checks passed
@github-project-automation github-project-automation bot moved this from Implementing to Complete in Triage Sep 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted There is consensus among the team that this change meets the criteria for inclusion contributor pool documentation Relates to ESLint's documentation
Projects
Status: Complete
Development

Successfully merging this pull request may close these issues.

Docs: Show availableUntil in deprecated rule banner on rule pages
3 participants