v4.0.0
Breaking Changes
- Require Stylelint 16.0.0 or newer.
- Require Node.js 18.12.0 or newer.
- This package is now pure ESM. It cannot be
require()'d from CommonJS. This means you have the following choices:- Use ESM yourself. (preferred)
Useimport formatter from 'stylelint-formatter-pretty'instead ofconst formatter = require('stylelint-formatter-pretty')to import the package. - If you cannot move to ESM yet, do not upgrade to this version.
- Use ESM yourself. (preferred)
Updates
- Update actions:
- Update to
actions/checkout@4.0.0 - Update to
actions/setup-node@4.0.0 - Update to
actions/stale@9.0.0
- Update to
- Update dependencies:
- Update to
ansi-escapes@6.2.0 - Update to
ava@6.0.1 - Update to
lint-staged@15.2.0 - Update to
log-symbols@6.0.0 - Update to
plur@5.1.0 - Update to
string-width@7.0.0 - Update to
xo@0.56.0
- Update to
Full Changelog: v3.2.1...v4.0.0