File tree Expand file tree Collapse file tree 3 files changed +19
-8
lines changed
packages/stylelint-config-ali Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.3.0 - 2025-08-14
4
+
5
+ - feat: restrict Node.js version to 20.8 or above
6
+
3
7
## 2.2.0 - 2025-08-11
4
8
5
- - Changed license to MPL-2.0
9
+ - feat: changed license to MPL-2.0
Original file line number Diff line number Diff line change 1
1
# 更新日志
2
2
3
+ ## 1.5.0 - 2025-08-14
4
+
5
+ - feat: 限制 Node.js 版本为 20.8 以上
6
+
3
7
## 2.2.0 - 2025-08-11
4
8
5
- - 更改许可协议为 MPL-2.0
9
+ - feat: 更改许可协议为 MPL-2.0
6
10
7
11
## 2.1.2 - 2025-02-26
8
12
9
- - 修复 yarn 安装依赖解析 postcss-less 失败
13
+ - fix: 修复 yarn 安装依赖解析 postcss-less 失败
10
14
11
15
## 2.1.1 - 2024-02-07
12
16
13
- - 更新依赖,解决版本冲突
17
+ - fix: 更新依赖,解决版本冲突
14
18
15
19
## 2.1.0 (2023-12-18)
16
20
17
- - 将 postcss 从 peerDependencies 改为 dependencies
21
+ - feat: 将 postcss 从 peerDependencies 改为 dependencies
18
22
19
23
## 2.0.0 (2023-12-15)
20
24
21
25
** 破坏性变更:**
22
26
23
- - 更新 stylelint 15.x 到 16.x
24
- - 更新 stylelint-scss 5.x 到 6.x
25
- - 更新 stylelint-less 2.x 到 3.x
27
+ - feat!: 更新 stylelint 15.x 到 16.x
28
+ - feat!: 更新 stylelint-scss 5.x 到 6.x
29
+ - feat!: 更新 stylelint-less 2.x 到 3.x
26
30
27
31
## 1.1.0 (2023-10-11)
28
32
Original file line number Diff line number Diff line change 49
49
},
50
50
"devDependencies" : {
51
51
"stylelint" : " ^16.2.1"
52
+ },
53
+ "engines" : {
54
+ "node" : " >=20.8.0"
52
55
}
53
56
}
You can’t perform that action at this time.
0 commit comments