Skip to content

Commit 0e3b1f4

Browse files
Bump the development-dependencies group with 7 updates (#1541)
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 0f07226 commit 0e3b1f4

File tree

24 files changed

+1170
-362
lines changed

24 files changed

+1170
-362
lines changed

package-lock.json

+218-287
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"@rollup/plugin-typescript": "^12.1.2",
3939
"@stryker-mutator/core": "^8.7.0",
4040
"eslint": "^9.15.0",
41-
"globals": "^15.13.0",
42-
"knip": "^5.39.2",
43-
"rollup": "^4.28.1",
41+
"globals": "^15.14.0",
42+
"knip": "^5.41.1",
43+
"rollup": "^4.29.1",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.7.2",
46-
"typescript-eslint": "^8.17.0"
46+
"typescript-eslint": "^8.18.1"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

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

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# Changes to CSS Syntax Patches For CSSTree
22

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

59
_December 13, 2024_
610

7-
- Update `@webref/css` to [`v6.17.6`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.6)
11+
- Update `@webref/css` to [`v6.17.6`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.6)
812

913
### 1.0.6
1014

@@ -17,26 +21,26 @@ _December 9, 2024_
1721

1822
_November 30, 2024_
1923

20-
- Update `@webref/css` to [`v6.17.4`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.4)
24+
- Update `@webref/css` to [`v6.17.4`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.4)
2125

2226
### 1.0.4
2327

2428
_November 17, 2024_
2529

26-
- Update `@webref/css` to [`v6.17.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.2)
30+
- Update `@webref/css` to [`v6.17.2`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.2)
2731

2832
### 1.0.3
2933

3034
_November 5, 2024_
3135

32-
- Update `@webref/css` to [`v6.17.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.1)
36+
- Update `@webref/css` to [`v6.17.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.1)
3337

3438
### 1.0.2
3539

3640
_November 4, 2024_
3741

3842
- Update `csstree` to [`v3.0.1`](https://github.com/csstree/csstree/releases/tag/v3.0.1)
39-
- Update `@webref/css` to [`v6.17.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fraw-css%406.17.0)
43+
- Update `@webref/css` to [`v6.17.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.17.0)
4044

4145
### 1.0.1
4246

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

+44-6
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,12 @@
166166
"column-count": "auto | <integer [1,∞]>",
167167
"column-fill": "| balance-all",
168168
"column-gap": "normal | <length-percentage [0,∞]>",
169-
"column-rule-style": "<line-style>",
170-
"column-rule-width": "<line-width>",
169+
"column-rule": "<gap-rule-list> | <auto-gap-rule-list>",
170+
"column-rule-break": "intersection | spanning-item | none",
171+
"column-rule-color": "<line-color-list> | <auto-line-color-list>",
172+
"column-rule-outset": "<length-percentage>",
173+
"column-rule-style": "<line-style-list> | <auto-line-style-list>",
174+
"column-rule-width": "<line-width-list> | <auto-line-width-list>",
171175
"column-span": "| <integer [1,∞]> | auto",
172176
"column-width": "auto | <length [0,∞]> | min-content | max-content | fit-content( <length-percentage> )",
173177
"contain": "none | strict | content | [ [ size | inline-size ] || layout || style || paint ]",
@@ -211,6 +215,13 @@
211215
"font-width": "normal | <percentage [0,∞]> | ultra-condensed | extra-condensed | condensed | semi-condensed | semi-expanded | expanded | extra-expanded | ultra-expanded",
212216
"footnote-display": "block | inline | compact",
213217
"footnote-policy": "auto | line | block",
218+
"gap-rule": "<'column-rule'>",
219+
"gap-rule-break": "<'column-rule-break'>",
220+
"gap-rule-color": "<'column-rule-color'>",
221+
"gap-rule-outset": "<'column-rule-outset'>",
222+
"gap-rule-paint-order": "row-over-column | column-over-row",
223+
"gap-rule-style": "<'column-rule-style'>",
224+
"gap-rule-width": "<'column-rule-width'>",
214225
"glyph-orientation-vertical": "auto | 0deg | 90deg | 0 | 90",
215226
"grid-auto-flow": "[ row | column | row-reverse | column-reverse ] || dense || wrap-reverse",
216227
"grid-template-columns": "| masonry",
@@ -322,10 +333,17 @@
322333
"rest-before": "<time [0s,∞]> | none | x-weak | weak | medium | strong | x-strong",
323334
"right": "| <anchor()> | <anchor-size()>",
324335
"row-gap": "normal | <length-percentage [0,∞]>",
336+
"row-rule": "<gap-rule-list> | <auto-gap-rule-list>",
337+
"row-rule-break": "intersection | spanning-item | none",
338+
"row-rule-color": "<line-color-list> | <auto-line-color-list>",
339+
"row-rule-outset": "<length-percentage>",
340+
"row-rule-style": "<line-style-list> | <auto-line-style-list>",
341+
"row-rule-width": "<line-width-list> | <auto-line-width-list>",
325342
"ruby-merge": "separate | merge | auto",
326343
"ruby-overhang": "auto | none",
327344
"rx": "<length-percentage> | auto",
328345
"ry": "<length-percentage> | auto",
346+
"scroll-initial-target": "none | nearest",
329347
"scroll-marker-group": "none | before | after",
330348
"scroll-padding": "[ auto | <length-percentage [0,∞]> ]{1,4}",
331349
"scroll-padding-block": "[ auto | <length-percentage [0,∞]> ]{1,2}",
@@ -338,7 +356,6 @@
338356
"scroll-padding-left": "auto | <length-percentage [0,∞]>",
339357
"scroll-padding-right": "auto | <length-percentage [0,∞]>",
340358
"scroll-padding-top": "auto | <length-percentage [0,∞]>",
341-
"scroll-start-target": "none | auto",
342359
"scroll-timeline": "[ <'scroll-timeline-name'> <'scroll-timeline-axis'>? ]#",
343360
"shape-image-threshold": "<opacity-value>",
344361
"shape-inside": "auto | outside-shape | [ <basic-shape> || shape-box ] | <image> | display",
@@ -436,10 +453,18 @@
436453
"arc-command": "arc [ <command-end-point> && [ of <coordinate-pair> ] && <arc-sweep>? && <arc-size>? && [ rotate <angle> ]? ]",
437454
"arc-size": "large | small",
438455
"arc-sweep": "cw | ccw",
439-
"attr-name": "[ [ <ident-token> '|' ]? <ident-token> ]",
456+
"attr-name": "[ [ <ident-token>? '|' ]? <ident-token> ]",
440457
"attr-type": "type( <syntax> ) | string | <attr-unit>",
441458
"attr-unit": "'%' | em | ex | cap | ch | ic | rem | lh | rlh | vw | vh | vi | vb | vmin | vmax | cm | mm | q | in | pc | pt | px | deg | grad | rad | turn | s | ms | hz | khz | fr",
442459
"attr()": "attr( <attr-name> <attr-type>? , <declaration-value>? )",
460+
"auto-gap-rule-list": "[ [ <gap-rule-or-repeat> ] / ]* <auto-repeat-gap-rule> [ / [ <gap-rule-or-repeat> ] ]*",
461+
"auto-line-color-list": "[ <line-color-or-repeat> ]* <auto-repeat-line-color> [ <line-color-or-repeat> ]*",
462+
"auto-line-style-list": "[ <line-style-or-repeat> ]* <auto-repeat-line-style> [ <line-style-or-repeat> ]*",
463+
"auto-line-width-list": "[ <line-width-or-repeat> ]* <auto-repeat-line-width> [ <line-width-or-repeat> ]*",
464+
"auto-repeat-gap-rule": "repeat( auto , [ <gap-rule> ]# )",
465+
"auto-repeat-line-color": "repeat( auto , [ <color> ]+ )",
466+
"auto-repeat-line-style": "repeat( auto , [ <line-style> ]+ )",
467+
"auto-repeat-line-width": "repeat( auto , [ <line-width> ]+ )",
443468
"autospace": "no-autospace | [ ideograph-alpha || ideograph-numeric || punctuation ] || [ insert | replace ]",
444469
"baseline-position": "[ first | last ]? && baseline",
445470
"basic-shape": "inset( <length-percentage>{1,4} [ round <'border-radius'> ]? ) | xywh( <length-percentage>{2} <length-percentage [0,∞]>{2} [ round <'border-radius'> ]? ) | rect( [ <length-percentage> | auto ]{4} [ round <'border-radius'> ]? ) | circle( <radial-size>? [ at <position> ]? ) | ellipse( [ <radial-size>{2} ]? [ at <position> ]? ) | polygon( <'fill-rule'>? [ round <length> ]? , [ <length-percentage> <length-percentage> ]# ) | path( <'fill-rule'>? , <string> )",
@@ -494,7 +519,7 @@
494519
"custom-params": "<dashed-ident> [ <number> | <percentage> | none ]+",
495520
"dasharray": "[ [ <length-percentage> | <number> ]+ ]#",
496521
"deprecated-color": "ActiveBorder | ActiveCaption | AppWorkspace | Background | ButtonHighlight | ButtonShadow | CaptionText | InactiveBorder | InactiveCaption | InactiveCaptionText | InfoBackground | InfoText | Menu | MenuText | Scrollbar | ThreeDDarkShadow | ThreeDFace | ThreeDHighlight | ThreeDLightShadow | ThreeDShadow | Window | WindowFrame | WindowText",
497-
"dynamic-range-limit-mix()": "dynamic-range-limit-mix( [ <ident> && <percentage [0,100]> ]+ )",
522+
"dynamic-range-limit-mix()": "dynamic-range-limit-mix( [ <ident> && <percentage [0,100]> ]# )",
498523
"easing-function": "<linear-easing-function> | <cubic-bezier-easing-function> | <step-easing-function>",
499524
"element()": "element( <id-selector> )",
500525
"env()": "env( <custom-ident> <integer [0,∞]>* , <declaration-value>? )",
@@ -515,6 +540,9 @@
515540
"function-name": "<dashed-ident>",
516541
"function-parameter": "<custom-property-name> <css-type>? [ : <declaration-value> ]?",
517542
"function-parameter-list": "<function-parameter>#",
543+
"gap-rule": "[ <line-width> || <line-style> || <color> ]",
544+
"gap-rule-list": "<gap-rule-or-repeat> [ / <gap-rule-or-repeat> ]*",
545+
"gap-rule-or-repeat": "[ <gap-rule> | <repeat-gap-rule> ]",
518546
"gradient": "[ <linear-gradient()> | <repeating-linear-gradient()> | <radial-gradient()> | <repeating-radial-gradient()> | <conic-gradient()> | <repeating-conic-gradient()> | <-legacy-gradient> ]",
519547
"grid-line": "auto | <custom-ident> | [ [ <integer [-∞,-1]> | <integer [1,∞]> ] && <custom-ident>? ] | [ span && [ <integer [1,∞]> || <custom-ident> ] ]",
520548
"horizontal-line-command": "hline [ to [ <length-percentage> | left | center | right | x-start | x-end ] | by <length-percentage> ]",
@@ -544,8 +572,14 @@
544572
"legacy-rgb-syntax": "rgb( <percentage>#{3} , <alpha-value>? ) | rgb( <number>#{3} , <alpha-value>? )",
545573
"legacy-rgba-syntax": "rgba( <percentage>#{3} , <alpha-value>? ) | rgba( <number>#{3} , <alpha-value>? )",
546574
"length-percentage": "[ <length> | <percentage> ]",
575+
"line-color-list": "[ <line-color-or-repeat> ]+",
576+
"line-color-or-repeat": "[ <color> | <repeat-line-color> ]",
547577
"line-command": "line <command-end-point>",
578+
"line-style-list": "[ <line-style-or-repeat> ]+",
579+
"line-style-or-repeat": "[ <line-style> | <repeat-line-style> ]",
548580
"line-width": "<length [0,∞]> | thin | medium | thick",
581+
"line-width-list": "[ <line-width-or-repeat> ]+",
582+
"line-width-or-repeat": "[ <line-width> | <repeat-line-width> ]",
549583
"linear-easing-function": "linear | <linear()>",
550584
"linear-gradient-syntax": "[ [ <angle> | to <side-or-corner> ] || <color-interpolation-method> ]? , <color-stop-list>",
551585
"linear-gradient()": "linear-gradient( [ <linear-gradient-syntax> ] )",
@@ -610,6 +644,10 @@
610644
"ray()": "ray( [ <angle> && <ray-size>? && contain? && [ at <position> ]? ] )",
611645
"referrerpolicy-modifier": "referrerpolicy( no-referrer | no-referrer-when-downgrade | same-origin | origin | strict-origin | origin-when-cross-origin | strict-origin-when-cross-origin | unsafe-url )",
612646
"relative-control-point": "<coordinate-pair> [ from [ start | end | origin ] ]?",
647+
"repeat-gap-rule": "repeat( [ <integer [1,∞]> ] , [ <gap-rule> ]# )",
648+
"repeat-line-color": "repeat( [ <integer [1,∞]> ] , [ <color> ]+ )",
649+
"repeat-line-style": "repeat( [ <integer [1,∞]> ] , [ <line-style> ]+ )",
650+
"repeat-line-width": "repeat( [ <integer [1,∞]> ] , [ <line-width> ]+ )",
613651
"repeat-style": "repeat-x | repeat-y | <repetition>{1,2}",
614652
"repeating-conic-gradient()": "repeating-conic-gradient( [ <conic-gradient-syntax> ] )",
615653
"repeating-linear-gradient()": "repeating-linear-gradient( [ <linear-gradient-syntax> ] )",
@@ -659,7 +697,7 @@
659697
"syntax-string": "<string>",
660698
"syntax-type-name": "angle | color | custom-ident | image | integer | length | length-percentage | number | percentage | resolution | string | time | url | transform-function",
661699
"target-contrast": "<wcag2>",
662-
"text-edge": "[ text | cap | ex | ideographic | ideographic-ink ] [ text | alphabetic | ideographic | ideographic-ink ]?",
700+
"text-edge": "[ text | ideographic | ideographic-ink ] | [ text | ideographic | ideographic-ink | cap | ex ] [ text | ideographic | ideographic-ink | alphabetic ]",
663701
"time-percentage": "[ <time> | <percentage> ]",
664702
"toggle()": "toggle( <any-value># )",
665703
"top": "<length-percentage> | auto",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"postcss": "^8.4"
4040
},
4141
"devDependencies": {
42-
"@webref/css": "^6.17.5",
42+
"@webref/css": "^6.18.0",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

0 commit comments

Comments
 (0)