Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
603 changes: 308 additions & 295 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"@stryker-mutator/core": "^9.0.1",
"eslint": "^9.28.0",
"globals": "^16.2.0",
"knip": "^5.59.1",
"rollup": "^4.41.1",
"knip": "^5.60.2",
"rollup": "^4.42.0",
"tslib": "^2.8.0",
"typescript": "^5.8.3",
"typescript-eslint": "^8.33.0"
"typescript-eslint": "^8.33.1"
},
"scripts": {
"everything": "npm run lint && npm run knip && npm run build && npm run docs && npm run test",
Expand Down
4 changes: 4 additions & 0 deletions packages/css-syntax-patches-for-csstree/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes to CSS Syntax Patches For CSSTree

### Unreleased (patch)

- Update `@webref/css` to [`v6.22.0`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%406.22.0)

### 1.0.13

_June 2, 2025_
Expand Down
8 changes: 2 additions & 6 deletions packages/css-syntax-patches-for-csstree/dist/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"contain-intrinsic-width": "auto? [ none | <length [0,∞]> ]",
"container-type": "normal | [ [ size | inline-size ] || scroll-state ]",
"content": "normal | none | [ <content-replacement> | <content-list> ] [ / [ <string> | <counter> | <attr()> ]+ ]? | <element()>",
"continue": "auto | discard | -webkit-discard | overflow | paginate | fragments",
"continue": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
"copy-into": "none | [ [ <custom-ident> <content-level> ] [, <custom-ident> <content-level> ]* ]?",
"corner-block-end-shape": "<corner-shape-value>",
"corner-block-start-shape": "<corner-shape-value>",
Expand Down Expand Up @@ -259,10 +259,6 @@
"initial-letter-align": "[ border-box? [ alphabetic | ideographic | hanging | leading ]? ]!",
"initial-letter-wrap": "none | first | all | grid | <length-percentage>",
"inline-sizing": "normal | stretch",
"inset-block-end": "auto | <length-percentage>",
"inset-block-start": "auto | <length-percentage>",
"inset-inline-end": "auto | <length-percentage>",
"inset-inline-start": "auto | <length-percentage>",
"interactivity": "auto | inert",
"isolation": "<isolation-mode>",
"item-cross": "[ auto | nowrap | wrap ] || [ normal | reverse ] | wrap-reverse",
Expand All @@ -276,7 +272,7 @@
"justify-self": "| anchor-center",
"left": "| <anchor()> | <anchor-size()>",
"lighting-color": "<color>",
"line-clamp": "none | <integer [1,∞]> || <'block-ellipsis'>",
"line-clamp": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?",
"-webkit-line-clamp": "none | <integer [1,∞]>",
"line-fit-edge": "leading | <text-edge>",
"line-grid": "match-parent | create",
Expand Down
2 changes: 1 addition & 1 deletion packages/css-syntax-patches-for-csstree/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"postcss": "^8.4"
},
"devDependencies": {
"@webref/css": "^6.21.2",
"@webref/css": "^6.22.0",
"css-tree": "^3.1.0"
},
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2092,8 +2092,8 @@
"type": "added",
"comment": "",
"syntax-b": "",
"syntax-a": "auto | discard | -webkit-discard | overflow | paginate | fragments",
"syntax-m": "auto | discard | -webkit-discard | overflow | paginate | fragments",
"syntax-a": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
"syntax-m": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
"tests": {
"passing": [],
"failing": []
Expand Down Expand Up @@ -2867,7 +2867,7 @@
"comment": "",
"syntax-b": "<'top'>",
"syntax-a": "auto | <length-percentage>",
"syntax-m": "auto | <length-percentage>",
"syntax-m": "<'top'>",
"tests": {
"passing": [],
"failing": []
Expand All @@ -2878,7 +2878,7 @@
"comment": "",
"syntax-b": "<'top'>",
"syntax-a": "auto | <length-percentage>",
"syntax-m": "auto | <length-percentage>",
"syntax-m": "<'top'>",
"tests": {
"passing": [],
"failing": []
Expand All @@ -2889,7 +2889,7 @@
"comment": "",
"syntax-b": "<'top'>",
"syntax-a": "auto | <length-percentage>",
"syntax-m": "auto | <length-percentage>",
"syntax-m": "<'top'>",
"tests": {
"passing": [],
"failing": []
Expand All @@ -2900,7 +2900,7 @@
"comment": "",
"syntax-b": "<'top'>",
"syntax-a": "auto | <length-percentage>",
"syntax-m": "auto | <length-percentage>",
"syntax-m": "<'top'>",
"tests": {
"passing": [],
"failing": []
Expand Down Expand Up @@ -3083,8 +3083,8 @@
"type": "modified",
"comment": "",
"syntax-b": "none | <integer>",
"syntax-a": "none | <integer [1,∞]> || <'block-ellipsis'>",
"syntax-m": "none | <integer [1,∞]> || <'block-ellipsis'>",
"syntax-a": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?",
"syntax-m": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?",
"tests": {
"passing": [],
"failing": []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@
"continue": {
"type": "added",
"syntax-b": "",
"syntax-a": "auto | discard | -webkit-discard | overflow | paginate | fragments",
"syntax-a": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments",
"comment": ""
},
"copy-into": {
Expand Down Expand Up @@ -1292,7 +1292,7 @@
"line-clamp": {
"type": "modified",
"syntax-b": "none | <integer>",
"syntax-a": "none | <integer [1,∞]> || <'block-ellipsis'>",
"syntax-a": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?",
"comment": ""
},
"-webkit-line-clamp": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@
"syntax": "none | [ fill | fill-opacity | stroke | stroke-opacity ]#"
},
"continue": {
"syntax": "auto | discard | -webkit-discard | overflow | paginate | fragments"
"syntax": "auto | discard | collapse | -webkit-legacy | overflow | paginate | fragments"
},
"-moz-control-character-visibility": {
"syntax": "visible | hidden"
Expand Down Expand Up @@ -1266,7 +1266,7 @@
"syntax": "auto | loose | normal | strict | anywhere"
},
"line-clamp": {
"syntax": "none | <integer [1,∞]> || <'block-ellipsis'>"
"syntax": "none | [ <integer [1,∞]> || <'block-ellipsis'> ] -webkit-legacy?"
},
"-webkit-line-clamp": {
"syntax": "none | <integer [1,∞]>"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function maybe_override(spec_name, name, definition) {
}

if (override['syntax-b'] !== definition) {
throw new Error(`Override is obsolete: '${spec_name}' - '${name}'`);
throw new Error(`Override is obsolete: '${spec_name}' - '${name}': ${override['syntax-b']} !== ${definition}`);
}

return override['syntax-a'];
Expand Down
2 changes: 1 addition & 1 deletion plugin-packs/postcss-preset-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"devDependencies": {
"@csstools/postcss-bundler": "*",
"@csstools/postcss-tape": "*",
"@webref/css": "^6.21.2"
"@webref/css": "^6.22.0"
},
"scripts": {
"prebuild": "node ./scripts/generate-plugins-data.mjs && eslint --fix ./src/plugins/*.mjs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
-moz-border-image: none;
-o-border-image: none;
border-image: none;
-moz-border-radius: 0;
border-radius: 0;
border-radius: 0;
border-spacing: 0;
bottom: auto;
-webkit-box-shadow: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,7 @@ h1.test-custom-selectors:not(.does-not-exist), h2.test-custom-selectors:not(.doe
-moz-border-image: none;
-o-border-image: none;
border-image: none;
-moz-border-radius: 0;
border-radius: 0;
border-radius: 0;
border-spacing: 0;
bottom: auto;
-webkit-box-shadow: none;
Expand Down
3 changes: 1 addition & 2 deletions plugin-packs/postcss-preset-env/test/layers-basic.expect.css
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
-moz-border-image: none;
-o-border-image: none;
border-image: none;
-moz-border-radius: 0;
border-radius: 0;
border-radius: 0;
border-spacing: 0;
bottom: auto;
-webkit-box-shadow: none;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,7 @@ h1.test-custom-selectors:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#):n
-moz-border-image: none;
-o-border-image: none;
border-image: none;
-moz-border-radius: 0;
border-radius: 0;
border-radius: 0;
border-spacing: 0;
bottom: auto;
-webkit-box-shadow: none;
Expand Down