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

Added 1

v5.5.0

  • Support for non-js languages like css for @eslint/css and json for @eslint/json
Changed 2

v5.5.6

  • Bump all dependencies and dev dependencies

v5.5.5

  • Bump prettier-linter-helpers dependency to v1.0.1
Fixed 5

v5.5.5

  • Bump synckit to fix yarn PnP ESM issue

v5.5.4

  • Add 'oxc', 'oxc-ts' and 'hermes' parsers to parserBlocklist
  • Disallow extra properties in rule options

v5.5.1

  • use prettierRcOptions directly for prettier 3.6+

v5.4.1

  • 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
Patch Changes

View originalPermalink

v5.5.5
Patch Changes

View originalPermalink

v5.5.4
Patch Changes

View originalPermalink

v5.5.3
v5.5.2
v5.5.1
Patch Changes
  • #748 bfd1e95 Thanks @JounQin! - fix: use prettierRcOptions directly for prettier 3.6+

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.5.0...v5.5.1

View originalPermalink

v5.5.0
Minor Changes
  • #743 92f2c9c Thanks @dotcarmen! - feat: support non-js languages like css for @eslint/css and json for @eslint/json
New Contributors

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.1...v5.5.0

View originalPermalink

v5.4.1
Patch Changes
  • #740 c21521f Thanks @JounQin! - fix(deps): bump synckit to v0.11.7 to fix potential TypeError: Cannot read properties of undefined (reading 'message') error

Full Changelog: https://github.com/prettier/eslint-plugin-prettier/compare/v5.4.0...v5.4.1

View originalPermalink