File tree Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Expand file tree Collapse file tree 4 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 77 strategy :
88 matrix :
99 node-version :
10- - 18 .x
10+ - 20 .x
1111 - 22.x
1212 - latest
1313 steps :
Original file line number Diff line number Diff line change 11faucet-pipeline-css version history
22===================================
33
4+
5+ v0.4.0
6+ ------
7+
8+ _ TBD_
9+
10+ Maintenance release to update dependencies
11+
12+ * bumped Node requirement to v20 or later, dropping support for obsolete versions
13+
14+
415v0.3.0
516------
617
Original file line number Diff line number Diff line change 11{
22 "name" : " faucet-pipeline-css" ,
3- "version" : " 0.3 .0" ,
3+ "version" : " 0.4 .0" ,
44 "description" : " CSS for faucet-pipeline" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
2222 "node" : " >= 18"
2323 },
2424 "dependencies" : {
25- "faucet-pipeline-core" : " ^2.0.0 || ^ 3.0.0" ,
26- "postcss" : " ~8.4.12 " ,
27- "postcss-discard-comments" : " ~5.1.0 " ,
28- "postcss-import" : " ~15 .1.0" ,
25+ "faucet-pipeline-core" : " ^3.0.0" ,
26+ "postcss" : " ~8.5.3 " ,
27+ "postcss-discard-comments" : " ~7.0.3 " ,
28+ "postcss-import" : " ~16 .1.0" ,
2929 "postcss-message-helpers" : " ~2.0.0" ,
30- "postcss-normalize-whitespace" : " ~5.1 .0"
30+ "postcss-normalize-whitespace" : " ~7.0 .0"
3131 },
3232 "devDependencies" : {
3333 "eslint-config-fnd" : " ^1.13.0" ,
3434 "faucet-pipeline-static" : " ^2.1.0" ,
35- "json-diff" : " ^1.0.0 " ,
35+ "json-diff" : " ^1.0.6 " ,
3636 "npm-run-all" : " ^4.1.5" ,
3737 "release-util-fnd" : " ^3.0.0"
3838 }
Original file line number Diff line number Diff line change 11body : before {
2- content : "\26a0 CSS Error: src/index.css:2:2: Unknown word" ;
2+ content : "\26a0 CSS Error: src/index.css:2:2: Unknown word color " ;
33 font-weight : bold;
44 display : block;
55 border : 5px solid red;
You can’t perform that action at this time.
0 commit comments