From c6ea97faebaa017a28368b05d51ff6ecc74a4257 Mon Sep 17 00:00:00 2001 From: "Samuel T." Date: Thu, 19 Sep 2024 16:44:14 -0400 Subject: [PATCH] Misnamed `no-deprecation`/`no-deprecated` in CHANGELOG.md Same in the release description for https://github.com/typescript-eslint/typescript-eslint/releases/tag/v8.3.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6bbc3751139..ce3126e8adb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,7 +71,7 @@ You can read about our [versioning strategy](https://main--typescript-eslint.net ### 🚀 Features -- **eslint-plugin:** [no-deprecation] add rule ([#9783](https://github.com/typescript-eslint/typescript-eslint/pull/9783)) +- **eslint-plugin:** [no-deprecated] add rule ([#9783](https://github.com/typescript-eslint/typescript-eslint/pull/9783)) - **typescript-estree:** replace `globby` w/ `fast-glob` ([#9518](https://github.com/typescript-eslint/typescript-eslint/pull/9518)) - **typescript-estree:** reload project service once when file config isn't found ([#9853](https://github.com/typescript-eslint/typescript-eslint/pull/9853))