Skip to content

Commit ef8f95b

Browse files
Bump the development-dependencies group across 1 directory with 12 updates (#1611)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Menke <[email protected]>
1 parent f89dd47 commit ef8f95b

33 files changed

Lines changed: 1016 additions & 1305 deletions

package-lock.json

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

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,23 +27,23 @@
2727
],
2828
"devDependencies": {
2929
"@babel/core": "^7.27.1",
30-
"@babel/preset-env": "^7.27.1",
31-
"@eslint/js": "^9.26.0",
32-
"@microsoft/api-documenter": "^7.26.26",
33-
"@microsoft/api-extractor": "^7.52.7",
30+
"@babel/preset-env": "^7.27.2",
31+
"@eslint/js": "^9.27.0",
32+
"@microsoft/api-documenter": "^7.26.27",
33+
"@microsoft/api-extractor": "^7.52.8",
3434
"@rollup/plugin-babel": "^6.0.3",
3535
"@rollup/plugin-commonjs": "^28.0.3",
3636
"@rollup/plugin-node-resolve": "^16.0.1",
3737
"@rollup/plugin-terser": "^0.4.3",
3838
"@rollup/plugin-typescript": "^12.1.2",
39-
"@stryker-mutator/core": "^8.7.0",
40-
"eslint": "^9.26.0",
41-
"globals": "^16.0.0",
42-
"knip": "^5.53.0",
43-
"rollup": "^4.40.1",
39+
"@stryker-mutator/core": "^9.0.1",
40+
"eslint": "^9.27.0",
41+
"globals": "^16.1.0",
42+
"knip": "^5.56.0",
43+
"rollup": "^4.41.0",
4444
"tslib": "^2.8.0",
4545
"typescript": "^5.8.3",
46-
"typescript-eslint": "^8.31.1"
46+
"typescript-eslint": "^8.32.1"
4747
},
4848
"scripts": {
4949
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",

packages/css-calc/dist/index.cjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

packages/css-calc/dist/index.mjs

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

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 [`v6.21.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.21.0)
6+
37
### 1.0.11
48

59
_April 22, 2025_

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"cy": "<length-percentage>",
219219
"display": "[ <display-outside> || <display-inside> ] | <display-listitem> | <display-internal> | <display-box> | <display-legacy> | <display-outside> | <-non-standard-display> || [ <display-inside> | math ]",
220220
"dominant-baseline": "auto | text-bottom | text-top | use-script | no-change | reset-size | ideographic | alphabetic | hanging | mathematical | central | middle | text-after-edge | text-before-edge",
221-
"dynamic-range-limit": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
221+
"dynamic-range-limit": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
222222
"fill-break": "bounding-box | slice | clone",
223223
"fill-color": "<color>",
224224
"fill-image": "<paint>#",
@@ -456,6 +456,7 @@
456456
"view-timeline-name": "[ none | <dashed-ident> ]#",
457457
"view-transition-class": "none | <custom-ident>+",
458458
"view-transition-group": "normal | contain | nearest | <custom-ident>",
459+
"visibility": "visible | hidden | force-hidden | collapse",
459460
"voice-duration": "auto | <time [0s,∞]>",
460461
"voice-pitch": "<frequency [0Hz,∞]> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]",
461462
"voice-range": "<frequency [0Hz,∞]> && absolute | [ [ x-low | low | medium | high | x-high ] || [ <frequency> | <semitones> | <percentage> ] ]",
@@ -542,7 +543,7 @@
542543
"control-value()": "control-value( <type>? )",
543544
"coord-box": "<paint-box> | view-box",
544545
"coordinate-pair": "<length-percentage>{2}",
545-
"corner-shape-value": "round | scoop | bevel | notch | straight | squircle | superellipse( <number [0,∞]> | infinity )",
546+
"corner-shape-value": "round | scoop | bevel | notch | square | squircle | superellipse( <number [-∞,∞]> | infinity | -infinity )",
546547
"counter-style": "<counter-style-name> | <symbols()>",
547548
"counter-style-name": "| decimal | decimal-leading-zero | arabic-indic | armenian | upper-armenian | lower-armenian | bengali | cambodian | khmer | cjk-decimal | devanagari | georgian | gujarati | gurmukhi | hebrew | kannada | lao | malayalam | mongolian | myanmar | oriya | persian | lower-roman | upper-roman | tamil | telugu | thai | tibetan | lower-alpha | lower-latin | upper-alpha | upper-latin | lower-greek | hiragana | hiragana-iroha | katakana | katakana-iroha | disc | circle | square | disclosure-open | disclosure-closed | cjk-earthly-branch | cjk-heavenly-stem | japanese-informal | japanese-formal | korean-hangul-formal | korean-hanja-informal | korean-hanja-formal | ethiopic-numeric",
548549
"cross-fade()": "cross-fade( <cf-image># )",
@@ -729,7 +730,7 @@
729730
"stripes()": "stripes( <color-stripe># )",
730731
"style-in-parens": "( <style-query> ) | ( <style-feature> ) | <general-enclosed>",
731732
"style-query": "not <style-in-parens> | <style-in-parens> [ [ and <style-in-parens> ]* | [ or <style-in-parens> ]* ] | <style-feature>",
732-
"superellipse()": "superellipse( <number> | infinity )",
733+
"superellipse()": "superellipse( <number> | infinity | -infinity )",
733734
"supports-feature": "<supports-selector-fn> | <supports-font-tech-fn> | <supports-font-format-fn> | <supports-decl>",
734735
"supports-font-format-fn": "font-format( <font-format> )",
735736
"supports-font-tech-fn": "font-tech( <font-tech> )",
@@ -758,6 +759,7 @@
758759
"url-set-option": "[ <url> | <string> ] [ <resolution> || type( <string> ) ]?",
759760
"url-set()": "url-set( <url-set-option># )",
760761
"url()": "url( <string> <url-modifier>* ) | <url-token>",
762+
"var-args": "var( <declaration-value> , <declaration-value>? )",
761763
"vertical-line-command": "vline [ to [ <length-percentage> | top | center | bottom | y-start | y-end ] | by <length-percentage> ]",
762764
"wcag2": "wcag2 | wcag2( [ <number> | [ aa | aaa ] && large? ] )",
763765
"xyz": "xyz | xyz-d50 | xyz-d65",

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.20.9",
42+
"@webref/css": "^6.21.0",
4343
"css-tree": "^3.1.0"
4444
},
4545
"scripts": {

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2393,8 +2393,8 @@
23932393
"type": "added",
23942394
"comment": "",
23952395
"syntax-b": "",
2396-
"syntax-a": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
2397-
"syntax-m": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
2396+
"syntax-a": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
2397+
"syntax-m": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
23982398
"tests": {
23992399
"passing": [],
24002400
"failing": []
@@ -5360,6 +5360,17 @@
53605360
"failing": []
53615361
}
53625362
},
5363+
"visibility": {
5364+
"type": "modified",
5365+
"comment": "",
5366+
"syntax-b": "visible | hidden | collapse",
5367+
"syntax-a": "visible | hidden | force-hidden | collapse",
5368+
"syntax-m": "visible | hidden | force-hidden | collapse",
5369+
"tests": {
5370+
"passing": [],
5371+
"failing": []
5372+
}
5373+
},
53635374
"voice-duration": {
53645375
"type": "modified",
53655376
"comment": "",

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

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,8 +1155,8 @@
11551155
"type": "added",
11561156
"comment": "",
11571157
"syntax-b": "",
1158-
"syntax-a": "round | scoop | bevel | notch | straight | squircle | superellipse( <number [0,∞]> | infinity )",
1159-
"syntax-m": "round | scoop | bevel | notch | straight | squircle | superellipse( <number [0,∞]> | infinity )",
1158+
"syntax-a": "round | scoop | bevel | notch | square | squircle | superellipse( <number [-∞,∞]> | infinity | -infinity )",
1159+
"syntax-m": "round | scoop | bevel | notch | square | squircle | superellipse( <number [-∞,∞]> | infinity | -infinity )",
11601160
"tests": {
11611161
"passing": [],
11621162
"failing": []
@@ -4070,8 +4070,8 @@
40704070
"type": "added",
40714071
"comment": "",
40724072
"syntax-b": "",
4073-
"syntax-a": "superellipse( <number> | infinity )",
4074-
"syntax-m": "superellipse( <number> | infinity )",
4073+
"syntax-a": "superellipse( <number> | infinity | -infinity )",
4074+
"syntax-m": "superellipse( <number> | infinity | -infinity )",
40754075
"tests": {
40764076
"passing": [],
40774077
"failing": []
@@ -4481,6 +4481,17 @@
44814481
]
44824482
}
44834483
},
4484+
"var-args": {
4485+
"type": "added",
4486+
"comment": "",
4487+
"syntax-b": "",
4488+
"syntax-a": "var( <declaration-value> , <declaration-value>? )",
4489+
"syntax-m": "var( <declaration-value> , <declaration-value>? )",
4490+
"tests": {
4491+
"passing": [],
4492+
"failing": []
4493+
}
4494+
},
44844495
"vertical-line-command": {
44854496
"type": "added",
44864497
"comment": "",

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@
932932
"dynamic-range-limit": {
933933
"type": "added",
934934
"syntax-b": "",
935-
"syntax-a": "standard | no-limit | constrained-high | <dynamic-range-limit-mix()>",
935+
"syntax-a": "standard | no-limit | constrained | <dynamic-range-limit-mix()>",
936936
"comment": ""
937937
},
938938
"field-sizing": {
@@ -2441,6 +2441,12 @@
24412441
"syntax-a": "normal | contain | nearest | <custom-ident>",
24422442
"comment": ""
24432443
},
2444+
"visibility": {
2445+
"type": "modified",
2446+
"syntax-b": "visible | hidden | collapse",
2447+
"syntax-a": "visible | hidden | force-hidden | collapse",
2448+
"comment": ""
2449+
},
24442450
"voice-duration": {
24452451
"type": "modified",
24462452
"syntax-b": "auto | <time>",

0 commit comments

Comments
 (0)