Skip to content

Commit 0b46ad9

Browse files
committed
update dependencies
1 parent e26015f commit 0b46ad9

16 files changed

Lines changed: 115 additions & 23 deletions

File tree

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

3+
### Unreleased (patch)
4+
5+
- Update `@webref/css` to [`v8.7.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.7.1)
6+
37
### 1.1.7
48

59
_July 22, 2026_

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

Lines changed: 5 additions & 1 deletion
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.7.0",
44+
"@webref/css": "^8.7.1",
4545
"css-tree": "^3.2.1",
4646
"postcss": "^8.5"
4747
},

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,39 @@
110110
"failing": []
111111
}
112112
},
113+
"animation-delay": {
114+
"type": "modified",
115+
"comment": "",
116+
"syntax-b": "<time>#",
117+
"syntax-a": "[ <'animation-delay-start'> <'animation-delay-end'>? ]#",
118+
"syntax-m": "[ <'animation-delay-start'> <'animation-delay-end'>? ]#",
119+
"tests": {
120+
"passing": [],
121+
"failing": []
122+
}
123+
},
124+
"animation-delay-end": {
125+
"type": "added",
126+
"comment": "",
127+
"syntax-b": "",
128+
"syntax-a": "<time [0s,∞]>#",
129+
"syntax-m": "<time [0s,∞]>#",
130+
"tests": {
131+
"passing": [],
132+
"failing": []
133+
}
134+
},
135+
"animation-delay-start": {
136+
"type": "added",
137+
"comment": "",
138+
"syntax-b": "",
139+
"syntax-a": "<time>#",
140+
"syntax-m": "<time>#",
141+
"tests": {
142+
"passing": [],
143+
"failing": []
144+
}
145+
},
113146
"animation-range-center": {
114147
"type": "added",
115148
"comment": "",

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

Lines changed: 14 additions & 3 deletions
Large diffs are not rendered by default.

packages/css-syntax-patches-for-csstree/raw-data/webref-over-csstree-properties.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,24 @@
3535
"syntax-a": "none | all | <anchor-name>#",
3636
"comment": ""
3737
},
38+
"animation-delay": {
39+
"type": "modified",
40+
"syntax-b": "<time>#",
41+
"syntax-a": "[ <'animation-delay-start'> <'animation-delay-end'>? ]#",
42+
"comment": ""
43+
},
44+
"animation-delay-end": {
45+
"type": "added",
46+
"syntax-b": "",
47+
"syntax-a": "<time [0s,∞]>#",
48+
"comment": ""
49+
},
50+
"animation-delay-start": {
51+
"type": "added",
52+
"syntax-b": "",
53+
"syntax-a": "<time>#",
54+
"comment": ""
55+
},
3856
"animation-range-center": {
3957
"type": "added",
4058
"syntax-b": "",

packages/css-syntax-patches-for-csstree/raw-data/webref-over-csstree-types.json

Lines changed: 8 additions & 2 deletions
Large diffs are not rendered by default.

packages/css-syntax-patches-for-csstree/raw-data/webref-properties.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
"syntax": "<single-animation-composition>#"
4040
},
4141
"animation-delay": {
42+
"syntax": "[ <'animation-delay-start'> <'animation-delay-end'>? ]#"
43+
},
44+
"animation-delay-end": {
45+
"syntax": "<time [0s,∞]>#"
46+
},
47+
"animation-delay-start": {
4248
"syntax": "<time>#"
4349
},
4450
"animation-direction": {

packages/css-syntax-patches-for-csstree/raw-data/webref-types.json

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

0 commit comments

Comments
 (0)