Skip to content

Commit ec9f72a

Browse files
chore(release): 5.1.0
1 parent ac6e4e2 commit ec9f72a

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.1.0](https://github.com/webpack/stylelint-webpack-plugin/compare/v5.0.1...v5.1.0) (2026-02-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Minimum Node.js version is now 20.19.0
11+
12+
* fix: remove skipLibCheck
13+
14+
* fix: upgrade stylelint version
15+
16+
* fix: npm audit
17+
18+
* refactor: coverage and dead code
19+
20+
* ci: add stylelint 17.x
21+
22+
### Features
23+
24+
* add stylelint v17 support ([#377](https://github.com/webpack/stylelint-webpack-plugin/issues/377)) ([27d4787](https://github.com/webpack/stylelint-webpack-plugin/commit/27d478787b02a6bec2a010c37a907771feefa623)), closes [#376](https://github.com/webpack/stylelint-webpack-plugin/issues/376)
25+
526
### [5.0.1](https://github.com/webpack-contrib/stylelint-webpack-plugin/compare/v5.0.0...v5.0.1) (2024-05-24)
627

728

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint-webpack-plugin",
3-
"version": "5.0.1",
3+
"version": "5.1.0",
44
"description": "A Stylelint plugin for webpack",
55
"keywords": [
66
"stylelint",

0 commit comments

Comments
 (0)