Skip to content

Commit 288e9f7

Browse files
update @webref/css (#1715)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e29dbe3 commit 288e9f7

18 files changed

+2651
-1981
lines changed

package-lock.json

Lines changed: 6 additions & 6 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

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

510
_October 30, 2025_

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

Lines changed: 160 additions & 94 deletions
Large diffs are not rendered by default.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"dist"
3737
],
3838
"devDependencies": {
39-
"@webref/css": "6.22.0",
39+
"@webref/css": "8.0.1",
4040
"css-tree": "^3.1.0",
41-
"postcss": "^8.4.0"
41+
"postcss": "^8.4"
4242
},
4343
"scripts": {
4444
"build": "node ./scripts/index.mjs",

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

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -300,83 +300,6 @@
300300
},
301301
"font-feature-values": {
302302
"descriptors": {
303-
"@annotation": {
304-
"type": "added",
305-
"comment": "",
306-
"syntax-b": "",
307-
"syntax-a": "@annotation { <declaration-list> }",
308-
"syntax-m": "@annotation { <declaration-list> }",
309-
"tests": {
310-
"passing": [],
311-
"failing": []
312-
}
313-
},
314-
"@character-variant": {
315-
"type": "added",
316-
"comment": "",
317-
"syntax-b": "",
318-
"syntax-a": "@character-variant { <declaration-list> }",
319-
"syntax-m": "@character-variant { <declaration-list> }",
320-
"tests": {
321-
"passing": [],
322-
"failing": []
323-
}
324-
},
325-
"@historical-forms": {
326-
"type": "added",
327-
"comment": "",
328-
"syntax-b": "",
329-
"syntax-a": "@historical-forms { <declaration-list> }",
330-
"syntax-m": "@historical-forms { <declaration-list> }",
331-
"tests": {
332-
"passing": [],
333-
"failing": []
334-
}
335-
},
336-
"@ornaments": {
337-
"type": "added",
338-
"comment": "",
339-
"syntax-b": "",
340-
"syntax-a": "@ornaments { <declaration-list> }",
341-
"syntax-m": "@ornaments { <declaration-list> }",
342-
"tests": {
343-
"passing": [],
344-
"failing": []
345-
}
346-
},
347-
"@styleset": {
348-
"type": "added",
349-
"comment": "",
350-
"syntax-b": "",
351-
"syntax-a": "@styleset { <declaration-list> }",
352-
"syntax-m": "@styleset { <declaration-list> }",
353-
"tests": {
354-
"passing": [],
355-
"failing": []
356-
}
357-
},
358-
"@stylistic": {
359-
"type": "added",
360-
"comment": "",
361-
"syntax-b": "",
362-
"syntax-a": "@stylistic { <declaration-list> }",
363-
"syntax-m": "@stylistic { <declaration-list> }",
364-
"tests": {
365-
"passing": [],
366-
"failing": []
367-
}
368-
},
369-
"@swash": {
370-
"type": "added",
371-
"comment": "",
372-
"syntax-b": "",
373-
"syntax-a": "@swash { <declaration-list> }",
374-
"syntax-m": "@swash { <declaration-list> }",
375-
"tests": {
376-
"passing": [],
377-
"failing": []
378-
}
379-
},
380303
"font-display": {
381304
"type": "added",
382305
"comment": "",

0 commit comments

Comments
 (0)