File tree 4 files changed +432
-408
lines changed
4 files changed +432
-408
lines changed Original file line number Diff line number Diff line change 3
3
"ecmaVersion": 2018
4
4
},
5
5
"env": {
6
- "node": true,
7
6
"es6": true,
7
+ "node": true,
8
8
"jest": true
9
9
},
10
- "extends": "eslint:recommended"
10
+ "extends": [ "eslint:recommended", "prettier"]
11
11
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
+ ## [ 5.0.0] - 2020-10-12
7
+
8
+ ### BREAKING CHANGE
9
+
10
+ - minimum supported ` postcss ` version is ` ^8.1.0 `
11
+
12
+ ### Fixes
13
+
14
+ - minimum supported ` Node.js ` version is ` ^10 || ^12 || >= 14 `
15
+ - compatibility with PostCSS 8
16
+
6
17
## [ 5.0.0-rc.0] - 2020-09-21
7
18
8
19
### BREAKING CHANGE
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " icss-utils" ,
3
- "version" : " 5.0.0-rc.0 " ,
3
+ "version" : " 5.0.0" ,
4
4
"description" : " ICSS utils for postcss ast" ,
5
5
"main" : " src/index.js" ,
6
6
"engines" : {
7
- "node" : " >= 10.13.0 || >= 12.13.0 || >= 14"
7
+ "node" : " ^10 || ^12 || >= 14"
8
8
},
9
9
"files" : [
10
10
" src"
39
39
"devDependencies" : {
40
40
"coveralls" : " ^3.1.0" ,
41
41
"eslint" : " ^7.9.0" ,
42
+ "eslint-config-prettier" : " ^6.12.0" ,
42
43
"husky" : " ^4.3.0" ,
43
44
"jest" : " ^26.4.2" ,
44
45
"lint-staged" : " ^10.4.0" ,
45
- "postcss" : " ^8.0.7 " ,
46
+ "postcss" : " ^8.1.0 " ,
46
47
"prettier" : " ^2.1.2"
47
48
},
48
49
"peerDependencies" : {
49
- "postcss" : " ^8.0 .0"
50
+ "postcss" : " ^8.1 .0"
50
51
}
51
52
}
You can’t perform that action at this time.
0 commit comments