Skip to content

Commit 0eec1c2

Browse files
Bump the development-dependencies group with 5 updates (#1615)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <romainmenke@gmail.com>
1 parent 53c3bbc commit 0eec1c2

File tree

22 files changed

+284
-307
lines changed

22 files changed

+284
-307
lines changed

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@stryker-mutator/core": "^9.0.1",
4040
"eslint": "^9.27.0",
41-
"globals": "^16.1.0",
42-
"knip": "^5.56.0",
43-
"rollup": "^4.41.0",
41+
"globals": "^16.2.0",
42+
"knip": "^5.58.0",
43+
"rollup": "^4.41.1",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.8.3",
4646
"typescript-eslint": "^8.32.1"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Unreleased (patch)
44

5-
- Update `@webref/css` to [`v6.21.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.0)
5+
- Update `@webref/css` to [`v6.21.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.1)
66

77
### 1.0.11
88

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@
513513
"calc-keyword": "e | pi | infinity | -infinity | NaN",
514514
"calc-mix()": "calc-mix( <progress> , <calc-sum> , <calc-sum> )",
515515
"calc-product": "<calc-value> [ [ '*' | / ] <calc-value> ]*",
516-
"calc-size-basis": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]",
516+
"calc-size-basis": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]",
517517
"calc-size()": "calc-size( <calc-size-basis> , <calc-sum> )",
518518
"calc-value": "<number> | <dimension> | <percentage> | <calc-keyword> | ( <calc-sum> )",
519519
"cf-image": "[ <image> | <color> ] && <percentage [0,100]>?",
@@ -522,6 +522,7 @@
522522
"color-font-tech": "[ color-COLRv0 | color-COLRv1 | color-SVG | color-sbix | color-CBDT ]",
523523
"color-function": "<rgb()> | <rgba()> | <hsl()> | <hsla()> | <hwb()> | <lab()> | <lch()> | <oklab()> | <oklch()> | <ictcp()> | <jzazbz()> | <jzczhz()> | <color()>",
524524
"color-layers()": "color-layers( [ <blend-mode> , ]? <color># )",
525+
"color-mix()": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]# )",
525526
"color-stop-angle": "[ <angle-percentage> | <zero> ]{1,2}",
526527
"color-stop-list": "<linear-color-stop> , [ <linear-color-hint>? , <linear-color-stop> ]#?",
527528
"color-stripe": "<color> && [ <length-percentage> | <flex> ]?",
@@ -533,7 +534,6 @@
533534
"conic-gradient-syntax": "[ [ [ from [ <angle> | <zero> ] ]? [ at <position> ]? ] || <color-interpolation-method> ]? , <angular-color-stop-list>",
534535
"conic-gradient()": "conic-gradient( [ <conic-gradient-syntax> ] )",
535536
"container-condition": "[ <container-name>? <container-query>? ]!",
536-
"container-progress()": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )",
537537
"container-query": "not <query-in-parens> | <query-in-parens> [ [ and <query-in-parens> ]* | [ or <query-in-parens> ]* ]",
538538
"content-level": "element | content | text | <attr()> | <counter>",
539539
"content-list": "[ <string> | <image> | <attr()> | contents | <quote> | <leader()> | <target> | <string()> | <content()> | <counter> | <counter()> | <counters()> ]+",
@@ -606,7 +606,6 @@
606606
"inherit-args": "inherit( <declaration-value> , <declaration-value>? )",
607607
"inherit()": "inherit( <custom-property-name> , <declaration-value>? )",
608608
"integrity-modifier": "integrity( <string> )",
609-
"intrinsic-size-keyword": "auto | max-content | min-content | stretch",
610609
"isolation-mode": "auto | isolate",
611610
"jzazbz()": "jzazbz( [ from <color> ]? [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ / [ <alpha-value> | none ] ]? )",
612611
"jzczhz()": "jzczhz( [ from <color> ]? [ <percentage> | <number> | none ] [ <percentage> | <number> | none ] [ <hue> | none ] [ / [ <alpha-value> | none ] ]? )",
@@ -639,7 +638,6 @@
639638
"media-condition": "<media-not> | <media-in-parens> [ <media-and>* | <media-or>* ]",
640639
"media-condition-without-or": "<media-not> | <media-in-parens> <media-and>*",
641640
"media-or": "or <media-in-parens>",
642-
"media-progress()": "media-progress( <mf-name> , <calc-sum> , <calc-sum> )",
643641
"media()": "media( [ <mf-plain> | <mf-boolean> | <mf-range> ] )",
644642
"mf-comparison": "<mf-lt> | <mf-gt> | <mf-eq>",
645643
"mf-eq": "'='",
@@ -717,6 +715,7 @@
717715
"single-animation-iteration-count": "infinite | <number [0,∞]>",
718716
"single-animation-trigger": "<single-animation-trigger-type> || [ none | auto | [ [ <dashed-ident> | <scroll()> | <view()> ] [ normal | <length-percentage> | <timeline-range-name> <length-percentage>? ]{0,4} ] ]",
719717
"single-animation-trigger-type": "once | repeat | alternate | state",
718+
"size-keyword": "auto | max-content | min-content | stretch",
720719
"smooth-command": "smooth [ [ to <position> [ with <control-point> ]? ] | [ by <coordinate-pair> [ with <relative-control-point> ]? ] ]",
721720
"source-size": "<media-condition> <source-size-value> | auto",
722721
"source-size-list": "<source-size>#? , <source-size-value>",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postcss": "^8.4"
4040
},
4141
"devDependencies": {
42-
"@webref/css": "^6.21.0",
42+
"@webref/css": "^6.21.1",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

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

Lines changed: 24 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -652,8 +652,8 @@
652652
"type": "added",
653653
"comment": "",
654654
"syntax-b": "",
655-
"syntax-a": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]",
656-
"syntax-m": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]",
655+
"syntax-a": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]",
656+
"syntax-m": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]",
657657
"tests": {
658658
"passing": [],
659659
"failing": []
@@ -771,6 +771,17 @@
771771
"failing": []
772772
}
773773
},
774+
"color-mix()": {
775+
"type": "modified",
776+
"comment": "",
777+
"syntax-b": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2} )",
778+
"syntax-a": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]# )",
779+
"syntax-m": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]# )",
780+
"tests": {
781+
"passing": [],
782+
"failing": []
783+
}
784+
},
774785
"color-stop-angle": {
775786
"type": "modified",
776787
"comment": "",
@@ -970,17 +981,6 @@
970981
"failing": []
971982
}
972983
},
973-
"container-progress()": {
974-
"type": "added",
975-
"comment": "",
976-
"syntax-b": "",
977-
"syntax-a": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )",
978-
"syntax-m": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )",
979-
"tests": {
980-
"passing": [],
981-
"failing": []
982-
}
983-
},
984984
"container-query": {
985985
"type": "added",
986986
"comment": "",
@@ -1990,17 +1990,6 @@
19901990
"failing": []
19911991
}
19921992
},
1993-
"intrinsic-size-keyword": {
1994-
"type": "added",
1995-
"comment": "This list is incomplete",
1996-
"syntax-b": "",
1997-
"syntax-a": "auto | max-content | min-content | stretch",
1998-
"syntax-m": "auto | max-content | min-content | stretch",
1999-
"tests": {
2000-
"passing": [],
2001-
"failing": []
2002-
}
2003-
},
20041993
"isolation-mode": {
20051994
"type": "added",
20061995
"comment": "",
@@ -2601,17 +2590,6 @@
26012590
"failing": []
26022591
}
26032592
},
2604-
"media-progress()": {
2605-
"type": "added",
2606-
"comment": "",
2607-
"syntax-b": "",
2608-
"syntax-a": "media-progress( <mf-name> , <calc-sum> , <calc-sum> )",
2609-
"syntax-m": "media-progress( <mf-name> , <calc-sum> , <calc-sum> )",
2610-
"tests": {
2611-
"passing": [],
2612-
"failing": []
2613-
}
2614-
},
26152593
"media()": {
26162594
"type": "added",
26172595
"comment": "",
@@ -3896,6 +3874,17 @@
38963874
"failing": []
38973875
}
38983876
},
3877+
"size-keyword": {
3878+
"type": "added",
3879+
"comment": "",
3880+
"syntax-b": "",
3881+
"syntax-a": "auto | max-content | min-content | stretch",
3882+
"syntax-m": "auto | max-content | min-content | stretch",
3883+
"tests": {
3884+
"passing": [],
3885+
"failing": []
3886+
}
3887+
},
38993888
"smooth-command": {
39003889
"type": "added",
39013890
"comment": "",

packages/css-syntax-patches-for-csstree/raw-data/intrinsic-size-keywords.json renamed to packages/css-syntax-patches-for-csstree/raw-data/size-keywords.json

File renamed without changes.

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

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"calc-size-basis": {
219219
"type": "added",
220220
"syntax-b": "",
221-
"syntax-a": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]",
221+
"syntax-a": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]",
222222
"comment": ""
223223
},
224224
"calc-size()": {
@@ -269,6 +269,12 @@
269269
"syntax-a": "color-layers( [ <blend-mode> , ]? <color># )",
270270
"comment": ""
271271
},
272+
"color-mix()": {
273+
"type": "modified",
274+
"syntax-b": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2} )",
275+
"syntax-a": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]# )",
276+
"comment": ""
277+
},
272278
"color-stop-angle": {
273279
"type": "modified",
274280
"syntax-b": "<angle-percentage>{1,2}",
@@ -341,12 +347,6 @@
341347
"syntax-a": "[ <container-name>? <container-query>? ]!",
342348
"comment": ""
343349
},
344-
"container-progress()": {
345-
"type": "added",
346-
"syntax-b": "",
347-
"syntax-a": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )",
348-
"comment": ""
349-
},
350350
"container-query": {
351351
"type": "added",
352352
"syntax-b": "",
@@ -809,12 +809,6 @@
809809
"syntax-a": "integrity( <string> )",
810810
"comment": ""
811811
},
812-
"intrinsic-size-keyword": {
813-
"type": "added",
814-
"syntax-b": "",
815-
"syntax-a": "auto | max-content | min-content | stretch",
816-
"comment": ""
817-
},
818812
"isolation-mode": {
819813
"type": "added",
820814
"syntax-b": "",
@@ -1007,12 +1001,6 @@
10071001
"syntax-a": "or <media-in-parens>",
10081002
"comment": ""
10091003
},
1010-
"media-progress()": {
1011-
"type": "added",
1012-
"syntax-b": "",
1013-
"syntax-a": "media-progress( <mf-name> , <calc-sum> , <calc-sum> )",
1014-
"comment": ""
1015-
},
10161004
"media()": {
10171005
"type": "added",
10181006
"syntax-b": "",
@@ -1481,6 +1469,12 @@
14811469
"syntax-a": "once | repeat | alternate | state",
14821470
"comment": ""
14831471
},
1472+
"size-keyword": {
1473+
"type": "added",
1474+
"syntax-b": "",
1475+
"syntax-a": "auto | max-content | min-content | stretch",
1476+
"comment": ""
1477+
},
14841478
"smooth-command": {
14851479
"type": "added",
14861480
"syntax-b": "",

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

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
"syntax": "<calc-value> [ [ '*' | / ] <calc-value> ]*"
190190
},
191191
"calc-size-basis": {
192-
"syntax": "[ <intrinsic-size-keyword> | <calc-size()> | any | <calc-sum> ]"
192+
"syntax": "[ <size-keyword> | <calc-size()> | any | <calc-sum> ]"
193193
},
194194
"calc-size()": {
195195
"syntax": "calc-size( <calc-size-basis> , <calc-sum> )"
@@ -249,7 +249,7 @@
249249
"syntax": "color-layers( [ <blend-mode> , ]? <color># )"
250250
},
251251
"color-mix()": {
252-
"syntax": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]#{2} )"
252+
"syntax": "color-mix( <color-interpolation-method> , [ <color> && <percentage [0,100]>? ]# )"
253253
},
254254
"color-space": {
255255
"syntax": "<rectangular-color-space> | <polar-color-space> | <custom-color-space>"
@@ -332,9 +332,6 @@
332332
"container-name": {
333333
"syntax": "<custom-ident>"
334334
},
335-
"container-progress()": {
336-
"syntax": "container-progress( <mf-name> [ of <container-name> ]? , <calc-sum> , <calc-sum> )"
337-
},
338335
"container-query": {
339336
"syntax": "not <query-in-parens> | <query-in-parens> [ [ and <query-in-parens> ]* | [ or <query-in-parens> ]* ]"
340337
},
@@ -797,9 +794,6 @@
797794
"integrity-modifier": {
798795
"syntax": "integrity( <string> )"
799796
},
800-
"intrinsic-size-keyword": {
801-
"syntax": "auto | max-content | min-content | stretch"
802-
},
803797
"invert()": {
804798
"syntax": "invert( <number-percentage> )"
805799
},
@@ -986,9 +980,6 @@
986980
"media-or": {
987981
"syntax": "or <media-in-parens>"
988982
},
989-
"media-progress()": {
990-
"syntax": "media-progress( <mf-name> , <calc-sum> , <calc-sum> )"
991-
},
992983
"media-query": {
993984
"syntax": "<media-condition> | [ not | only ]? <media-type> [ and <media-condition-without-or> ]?"
994985
},
@@ -1511,6 +1502,9 @@
15111502
"size-feature": {
15121503
"syntax": "<mf-plain> | <mf-boolean> | <mf-range>"
15131504
},
1505+
"size-keyword": {
1506+
"syntax": "auto | max-content | min-content | stretch"
1507+
},
15141508
"skew()": {
15151509
"syntax": "skew( [ <angle> | <zero> ] , [ <angle> | <zero> ]? )"
15161510
},

packages/css-syntax-patches-for-csstree/scripts/generate-webref-sets.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ export async function generate_webref_sets() {
568568
{
569569
values['attr-unit'] = JSON.parse(await fs.readFile(path.join('raw-data', 'units.json'))).join(' | ');
570570

571-
values['intrinsic-size-keyword'] = JSON.parse(await fs.readFile(path.join('raw-data', 'intrinsic-size-keywords.json'))).join(' | ');
571+
values['size-keyword'] = JSON.parse(await fs.readFile(path.join('raw-data', 'size-keywords.json'))).join(' | ');
572572

573573
// https://github.com/w3c/csswg-drafts/issues/11127
574574
values['scroll-state-feature'] = '<ident> : <ident>';

0 commit comments

Comments
 (0)