2022-03-08 02:11:12 +00:00
|
|
|
# Unreleased
|
|
|
|
|
2022-03-22 08:08:06 +00:00
|
|
|
# 2.0.0
|
|
|
|
|
2022-03-08 02:11:12 +00:00
|
|
|
- Update all js packages with minor/patch version changes. #8392
|
|
|
|
|
2022-03-18 11:45:14 +00:00
|
|
|
## Breaking changes
|
|
|
|
|
|
|
|
- Update ESLint from v7 to ^8. #8475
|
|
|
|
- Update `eslint-plugin-testing-library` from v3 to v5. #8475
|
|
|
|
- `no-unnecessary-act` is now enabled by default.
|
|
|
|
- `no-wait-for-multiple-assertions` is now enabled by default.
|
|
|
|
- Update `@wordpress/eslint-plugin` from v8 to v11. #8475
|
|
|
|
- Update `@typescript-eslint/parser` 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
|
2022-03-29 02:46:06 +00:00
|
|
|
- Update recommended eslint rules for @woocommerce/* packages, please see `recommended.js` for details.
|
2022-03-18 11:45:14 +00:00
|
|
|
|
2021-05-13 15:42:04 +00:00
|
|
|
# 1.2.0
|
2021-03-10 15:11:37 +00:00
|
|
|
|
|
|
|
- Updated `dependency-group` rule to have imports starting with `~/` labeled as local. #6517
|
|
|
|
|
2021-01-26 00:24:28 +00:00
|
|
|
# 1.1.0
|
|
|
|
|
|
|
|
- Updated `@wordpress/eslint-plugin` dependency to latest version.
|
|
|
|
- `jsdoc` linting is configured to allow typescript style jsdocs.
|
|
|
|
|
2020-08-04 03:10:36 +00:00
|
|
|
# 1.0.0
|
|
|
|
|
|
|
|
- Released package
|