From c6a937f547089b47943d91271b8365de142517ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 06:26:39 +0000 Subject: [PATCH 1/5] Bump @webref/css from 6.22.0 to 7.0.11 in the webref-css group Bumps the webref-css group with 1 update: [@webref/css](https://github.com/w3c/webref). Updates `@webref/css` from 6.22.0 to 7.0.11 - [Commits](https://github.com/w3c/webref/compare/@webref/css@6.22.0...@webref/css@7.0.11) --- updated-dependencies: - dependency-name: "@webref/css" dependency-version: 7.0.11 dependency-type: direct:development update-type: version-update:semver-major dependency-group: webref-css ... Signed-off-by: dependabot[bot] --- package-lock.json | 10 +++++----- packages/css-syntax-patches-for-csstree/package.json | 2 +- plugin-packs/postcss-preset-env/package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index acffc39c2..19658f748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4482,9 +4482,9 @@ } }, "node_modules/@webref/css": { - "version": "6.22.0", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-6.22.0.tgz", - "integrity": "sha512-GDY4aPOD+m9pntMfzpbXa1XEMc+wcXBuX1ok1OPrNhcdj1PcZrbZji8Y6wM4z6Dhdm4sjNHxzLS5zvrft4Lr4Q==", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-7.1.0.tgz", + "integrity": "sha512-a9XGQw4pYadCAIwRnREpy/+ZEL5E1oi/EARdTUK3evNGYJbec2MSpHeWorIBbtfITbDD0HPdSIatFMFQCPgJJg==", "dev": true, "license": "MIT", "peerDependencies": { @@ -9537,7 +9537,7 @@ ], "license": "MIT-0", "devDependencies": { - "@webref/css": "6.22.0", + "@webref/css": "7.1.0", "css-tree": "^3.1.0" }, "engines": { @@ -9843,7 +9843,7 @@ "@csstools/pack-test": "*", "@csstools/postcss-bundler": "*", "@csstools/postcss-tape": "*", - "@webref/css": "6.22.0" + "@webref/css": "7.1.0" }, "engines": { "node": ">=18" diff --git a/packages/css-syntax-patches-for-csstree/package.json b/packages/css-syntax-patches-for-csstree/package.json index c83dc5425..e046f0d51 100644 --- a/packages/css-syntax-patches-for-csstree/package.json +++ b/packages/css-syntax-patches-for-csstree/package.json @@ -39,7 +39,7 @@ "postcss": "^8.4" }, "devDependencies": { - "@webref/css": "6.22.0", + "@webref/css": "7.1.0", "css-tree": "^3.1.0" }, "scripts": { diff --git a/plugin-packs/postcss-preset-env/package.json b/plugin-packs/postcss-preset-env/package.json index 10d0c71ee..577229c20 100644 --- a/plugin-packs/postcss-preset-env/package.json +++ b/plugin-packs/postcss-preset-env/package.json @@ -127,7 +127,7 @@ "@csstools/pack-test": "*", "@csstools/postcss-bundler": "*", "@csstools/postcss-tape": "*", - "@webref/css": "6.22.0" + "@webref/css": "7.1.0" }, "scripts": { "prebuild": "node ./scripts/generate-plugins-data.mjs && eslint --fix ./src/plugins/*.mjs", From 26fcc9414d941768c45bc774caaac646a192b1c0 Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Tue, 11 Nov 2025 17:50:07 +0100 Subject: [PATCH 2/5] update webref/css --- package-lock.json | 10 +- .../CHANGELOG.md | 5 + .../dist/index.json | 256 ++-- .../package.json | 2 +- .../patches/webref-over-csstree-atrules.json | 77 -- .../webref-over-csstree-properties.json | 964 +++++++++----- .../patches/webref-over-csstree-types.json | 1150 ++++++++++------- .../raw-data/webref-atrules.json | 21 - .../raw-data/webref-over-csstree-atrules.json | 42 - .../webref-over-csstree-properties.json | 466 +++++-- .../raw-data/webref-over-csstree-types.json | 440 +++++-- .../raw-data/webref-properties.json | 261 ++-- .../raw-data/webref-types.json | 237 ++-- .../scripts/generate-webref-sets.mjs | 846 +++--------- .../scripts/index.mjs | 2 +- plugin-packs/postcss-preset-env/package.json | 2 +- .../update-logical-properties-test.mjs | 25 +- 17 files changed, 2623 insertions(+), 2183 deletions(-) diff --git a/package-lock.json b/package-lock.json index 19658f748..027fb5f30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4482,9 +4482,9 @@ } }, "node_modules/@webref/css": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/@webref/css/-/css-7.1.0.tgz", - "integrity": "sha512-a9XGQw4pYadCAIwRnREpy/+ZEL5E1oi/EARdTUK3evNGYJbec2MSpHeWorIBbtfITbDD0HPdSIatFMFQCPgJJg==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/@webref/css/-/css-8.0.1.tgz", + "integrity": "sha512-TxryLLjDGJnNbv55arQ1v3YAzmuniXARJ5RaBLMIA1Ijx/uICUQ0GCSvGem997K4LsMW+UztrXPpxmsop9JcdA==", "dev": true, "license": "MIT", "peerDependencies": { @@ -9537,7 +9537,7 @@ ], "license": "MIT-0", "devDependencies": { - "@webref/css": "7.1.0", + "@webref/css": "8.0.1", "css-tree": "^3.1.0" }, "engines": { @@ -9843,7 +9843,7 @@ "@csstools/pack-test": "*", "@csstools/postcss-bundler": "*", "@csstools/postcss-tape": "*", - "@webref/css": "7.1.0" + "@webref/css": "8.0.1" }, "engines": { "node": ">=18" diff --git a/packages/css-syntax-patches-for-csstree/CHANGELOG.md b/packages/css-syntax-patches-for-csstree/CHANGELOG.md index 1392dc8d0..cf420077c 100644 --- a/packages/css-syntax-patches-for-csstree/CHANGELOG.md +++ b/packages/css-syntax-patches-for-csstree/CHANGELOG.md @@ -1,5 +1,10 @@ # Changes to CSS Syntax Patches For CSSTree +### Unreleased (patch) + +- Update `@webref/css` to [`v8.0.1`](https://github.com/w3c/webref/releases/tag/%40webref%2Fcss%408.0.1) + + ### 1.0.14 _June 10, 2025_ diff --git a/packages/css-syntax-patches-for-csstree/dist/index.json b/packages/css-syntax-patches-for-csstree/dist/index.json index d221fe253..2a931e170 100644 --- a/packages/css-syntax-patches-for-csstree/dist/index.json +++ b/packages/css-syntax-patches-for-csstree/dist/index.json @@ -36,13 +36,6 @@ }, "font-feature-values": { "descriptors": { - "@annotation": "@annotation { }", - "@character-variant": "@character-variant { }", - "@historical-forms": "@historical-forms { }", - "@ornaments": "@ornaments { }", - "@styleset": "@styleset { }", - "@stylistic": "@stylistic { }", - "@swash": "@swash { }", "font-display": "auto | block | swap | fallback | optional" } }, @@ -69,20 +62,13 @@ } }, "properties": { - "align-items": "| anchor-center", - "align-self": "| anchor-center", + "align-items": "normal | stretch | | [ ? ] | anchor-center | dialog", + "align-self": "auto | normal | stretch | | ? | anchor-center | dialog", "alignment-baseline": "| text-bottom | text-top", "animation-duration": "[ auto |