diff --git a/packages/admin-e2e-tests/CHANGELOG.md b/packages/admin-e2e-tests/CHANGELOG.md index bbd38184ba3..4582f96d88c 100644 --- a/packages/admin-e2e-tests/CHANGELOG.md +++ b/packages/admin-e2e-tests/CHANGELOG.md @@ -14,6 +14,12 @@ - Update all js packages with minor/patch version changes. #8392 +## Breaking changes + +- The peer dependency constraint for `@typescript-eslint/eslint-plugin` has been updated to ^5. + - eslint-plugin: ban-types no longer reports object by default. + + # 0.1.2 - Add Customers to analytics pages tested #7573 diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 427d9181bb8..3cbdb7f8f11 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -4,10 +4,12 @@ ## Breaking changes -- The peer dependency constraint for ESLint has been updated from to ^8. #8475 -- The peer dependency constraint for eslint-plugin-testing-library has been updated from to v5. #8475 +- ESLint has been updated from v7 to ^8. #8475 +- `eslint-plugin-testing-library` has been updated from v3 to v5. #8475 - `no-unnecessary-act` is now enabled by default. - `no-wait-for-multiple-assertions` is now enabled by default. +- `@wordpress/eslint-plugin` has been updated from v8 to v11. #8475 +- `@typescript-eslint/parser` has been updated from v4 to v5. #8475 - Drop support for Node v10. Required node version is now ^12.22.0 || ^14.17.0 || >=16.0.0. #8475