What changed in eslint-plugin-prettier from 4 to 5
8 releases numbered after v4.2.5 up to and including v5.5.6, stable releases only. v4.2.5 and v5.5.6 are the newest stable releases of 4 and 5 we track; this page follows them as new ones ship.
8 changes across 8 releases
- Support for non-js languages like css for @eslint/css and json for @eslint/json
- Bump synckit to fix yarn PnP ESM issue
- Add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist
- Disallow extra properties in rule options
- use prettierRcOptions directly for prettier 3.6+
- bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error
2 releases in the range carry no categorized changes yet: v5.5.3v5.5.2. Their original notes, where the vendor published any, are below.
Original release notes, newest first
The list above is our reading of these notes; the originals from Prettier are here, one fold per release.
v5.5.6
v5.5.5
v5.5.4
Patch Changes
v5.5.3
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.2...v5.5.3
v5.5.2
republish the latest version
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.1...v5.5.2
v5.5.1
Patch Changes
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1
v5.5.0
Minor Changes
- #743
92f2c9cThanks @dotcarmen! - feat: support non-js languages likecssfor@eslint/cssandjsonfor@eslint/json
New Contributors
- @dotcarmen made their first contribution in https://github.com/prettier/eslint-plugin-prettier/pull/743
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0
v5.4.1
Patch Changes
- #740
c21521fThanks @JounQin! - fix(deps): bumpsynckitto v0.11.7 to fix potentialTypeError: Cannot read properties of undefined (reading 'message')error
Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1