You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
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
+
3
11
## 4.1.0 (2023-11-24)
4
12
5
13
- Added end indexes for violations - the squiggly line in vscode will now cover more than one character. (#341)
0 commit comments