Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed Mar 17, 2022
1 parent 2528aed commit 201b934
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/admin-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions packages/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 201b934

Please sign in to comment.