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/[email protected]
- Update to
actions/[email protected]
- Update to
actions/[email protected]
- Update to
- Update dependencies:
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
[email protected]
- Update to
Full Changelog: v3.2.1...v4.0.0