Skip to content

Commit c00f504

Browse files
committed
Release 0.4.0
in the process, updated dependencies and tweaked change log for consistency
1 parent 490a6f5 commit c00f504

File tree

4 files changed

+22
-11
lines changed

4 files changed

+22
-11
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
node-version:
10-
- 18.x
10+
- 20.x
1111
- 22.x
1212
- latest
1313
steps:

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,31 @@
11
faucet-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+
415
v0.3.0
516
------
617

718
_2023-01-12_
819

9-
Maintenance release to update dependencies; no significant changes
20+
maintenance release to update dependencies; no significant changes
1021

1122

1223
v0.2.1
1324
------
1425

1526
_2022-02-18_
1627

17-
Maintenance release to update dependencies; no significant changes
28+
maintenance release to update dependencies; no significant changes
1829

1930

2031
v0.2.0

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -19,20 +19,20 @@
1919
},
2020
"homepage": "https://www.faucet-pipeline.org",
2121
"engines": {
22-
"node": ">= 18"
22+
"node": ">= 20"
2323
},
2424
"dependencies": {
2525
"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",
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
}

test/test_error/expected.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
body: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;

0 commit comments

Comments
 (0)