From 086c08283433096af79d34b533d40da5bad362e0 Mon Sep 17 00:00:00 2001 From: Jon Surrell Date: Mon, 13 May 2024 17:15:35 +0200 Subject: [PATCH] Add eslint-plugin changelog --- packages/eslint-plugin/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 877d2de9d45aef..66d9bd9742b053 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +### Breaking Changes + +- `@wordpress/is-gutenberg-plugin` rule has been replaced by `@wordpress/wp-global-usage` ([#61486](https://github.com/WordPress/gutenberg/pull/61486)). +- `@wordpress/wp-process-env` rule has been added and included in the recommended configurations ([#61486](https://github.com/WordPress/gutenberg/pull/61486)). + ### Internal - Replaced `classnames` package with the faster and smaller `clsx` package ([#61138](https://github.com/WordPress/gutenberg/pull/61138)).