Skip to content

Commit ff0dd77

Browse files
committed
update dependencies
1 parent 86cc2fe commit ff0dd77

19 files changed

Lines changed: 1296 additions & 801 deletions

File tree

package-lock.json

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

packages/css-syntax-patches-for-csstree/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

3+
### Unreleased (patch)
4+
5+
- Update `@webref/css` to [`v8.5.4`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.5.4)
6+
7+
38
### 1.1.3
49

510
_April 12, 2026_
611

712
- Update `@webref/css` to [`v8.5.3`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.5.3)
813

9-
1014
### 1.1.2
1115

1216
_March 26, 2026_

packages/css-syntax-patches-for-csstree/dist/index.json

Lines changed: 63 additions & 38 deletions
Large diffs are not rendered by default.

packages/css-syntax-patches-for-csstree/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
}
4242
},
4343
"devDependencies": {
44-
"@webref/css": "8.5.3",
44+
"@webref/css": "8.5.4",
4545
"css-tree": "^3.2.1",
4646
"postcss": "^8.5"
4747
},

packages/css-syntax-patches-for-csstree/patches/webref-over-csstree-atrules.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,17 @@
7474
"failing": []
7575
}
7676
},
77+
"font-family": {
78+
"type": "modified",
79+
"comment": "",
80+
"syntax-b": "<family-name>",
81+
"syntax-a": "<font-family-name>",
82+
"syntax-m": "<font-family-name>",
83+
"tests": {
84+
"passing": [],
85+
"failing": []
86+
}
87+
},
7788
"font-language-override": {
7889
"type": "added",
7990
"comment": "",
@@ -276,6 +287,21 @@
276287
}
277288
}
278289
},
290+
"font-palette-values": {
291+
"descriptors": {
292+
"font-family": {
293+
"type": "modified",
294+
"comment": "",
295+
"syntax-b": "<family-name>#",
296+
"syntax-a": "<font-family-name>#",
297+
"syntax-m": "<font-family-name>#",
298+
"tests": {
299+
"passing": [],
300+
"failing": []
301+
}
302+
}
303+
}
304+
},
279305
"function": {
280306
"descriptors": {
281307
"result": {

0 commit comments

Comments
 (0)