Skip to content

Commit e26c5fd

Browse files
committed
v5.0.0 changelog
1 parent 32360e6 commit e26c5fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 5.0.0 (2023-12-10)
4+
5+
Increase the minimum required versions of `stylelint`and `node`. Stylelint v16
6+
has converted its codebase to esm and has [deprecated its commonjs apis](https://github.com/stylelint/stylelint/blob/16.0.0/docs/migration-guide/to-16.md#deprecated-commonjs-api). We've followed their suggested migration guide and `stylelint-prettier` is now an esm-only package. This has required dropping support for v15 at the same time.
7+
8+
- Minimum stylelint version is now v16 (drop support for v15.x)
9+
- Minimum node requirements is now >=18.12.0 (drop support for v14.x and v16.x)
10+
311
## 4.1.0 (2023-11-24)
412

513
- Added end indexes for violations - the squiggly line in vscode will now cover more than one character. (#341)

0 commit comments

Comments
 (0)