- Increase the minimum required Node.js version to v18.12.0 matching long-term support releases (#31270). Learn more about Node.js releases.
- Change the required major version of Prettier from v2 to v3 (#54775).
- Fix doc for extending the prettier config in
.prettierrc
config file. - Add step to extend the prettier config in
.prettierrc.js
config file.
- Increase the minimum Node.js version to 14 (#43141).
- Packages: Replace
is-plain-obj
with native functionality (#43511).
- Add additional configuration for CSS styles to better align with CSS Coding Standards (#40479).
- Ensure that the config can work with both
prettier
andwp-prettier
without reporting warnings (#40479).
- Increase the minimum Node.js version to 12 (#27934).
- The config was extracted from
@wordpress/scripts
package (#20026).