From 6ecb8b00ac4034548a8d12682b25d6547df1a97b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 06:30:34 +0000 Subject: [PATCH 1/2] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [cssdb](https://github.com/csstools/cssdb). Updates `autoprefixer` from 10.4.23 to 10.4.24 - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/10.4.23...10.4.24) Updates `cssdb` from 8.7.0 to 8.7.1 - [Release notes](https://github.com/csstools/cssdb/releases) - [Changelog](https://github.com/csstools/cssdb/blob/main/CHANGELOG.md) - [Commits](https://github.com/csstools/cssdb/compare/v8.7.0...v8.7.1) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: cssdb dependency-version: 8.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 +++++++++---------- plugin-packs/postcss-preset-env/package.json | 4 +-- .../package.json | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 73f83fa4b..2b10d4041 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4882,9 +4882,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.23", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.23.tgz", - "integrity": "sha512-YYTXSFulfwytnjAPlw8QHncHJmlvFKtczb8InXaAx9Q0LbfDnfEYDE55omerIJKihhmU61Ft+cAOSzQVaBUmeA==", + "version": "10.4.24", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.24.tgz", + "integrity": "sha512-uHZg7N9ULTVbutaIsDRoUkoS8/h3bdsmVJYZ5l3wv8Cp/6UIIoRDm90hZ+BwxUj/hGBEzLxdHNSKuFpn8WOyZw==", "funding": [ { "type": "opencollective", @@ -4902,7 +4902,7 @@ "license": "MIT", "dependencies": { "browserslist": "^4.28.1", - "caniuse-lite": "^1.0.30001760", + "caniuse-lite": "^1.0.30001766", "fraction.js": "^5.3.4", "picocolors": "^1.1.1", "postcss-value-parser": "^4.2.0" @@ -5237,9 +5237,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001764", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001764.tgz", - "integrity": "sha512-9JGuzl2M+vPL+pz70gtMF9sHdMFbY9FJaQBi186cHKH3pSzDvzoUJUPV6fqiKIMyXbud9ZLg4F3Yza1vJ1+93g==", + "version": "1.0.30001769", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001769.tgz", + "integrity": "sha512-BCfFL1sHijQlBGWBMuJyhZUhzo7wer5sVj9hqekB/7xn0Ypy+pER/edCYQm4exbXj4WiySGp40P8UuTh6w1srg==", "funding": [ { "type": "opencollective", @@ -5562,9 +5562,9 @@ "license": "CC0-1.0" }, "node_modules/cssdb": { - "version": "8.7.0", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.7.0.tgz", - "integrity": "sha512-UxiWVpV953ENHqAKjKRPZHNDfRo3uOymvO5Ef7MFCWlenaohkYj7PTO7WCBdjZm8z/aDZd6rXyUIlwZ0AjyFSg==", + "version": "8.7.1", + "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-8.7.1.tgz", + "integrity": "sha512-+F6LKx48RrdGOtE4DT5jz7Uo+VeyKXpK797FAevIkzjV8bMHz6xTO5F7gNDcRCHmPgD5jj2g6QCsY9zmVrh38A==", "funding": [ { "type": "opencollective", @@ -10228,12 +10228,12 @@ "@csstools/postcss-text-decoration-shorthand": "^5.0.2", "@csstools/postcss-trigonometric-functions": "^5.0.0", "@csstools/postcss-unset-value": "^5.0.0", - "autoprefixer": "^10.4.23", + "autoprefixer": "^10.4.24", "browserslist": "^4.28.1", "css-blank-pseudo": "^8.0.1", "css-has-pseudo": "^8.0.0", "css-prefers-color-scheme": "^11.0.0", - "cssdb": "^8.7.0", + "cssdb": "^8.7.1", "postcss-attribute-case-insensitive": "^8.0.0", "postcss-clamp": "^4.1.0", "postcss-color-functional-notation": "^8.0.1", @@ -12438,7 +12438,7 @@ }, "devDependencies": { "@csstools/postcss-tape": "*", - "autoprefixer": "^10.4.23" + "autoprefixer": "^10.4.24" }, "engines": { "node": ">=20.19.0" diff --git a/plugin-packs/postcss-preset-env/package.json b/plugin-packs/postcss-preset-env/package.json index 750ef4063..ab5267a4a 100644 --- a/plugin-packs/postcss-preset-env/package.json +++ b/plugin-packs/postcss-preset-env/package.json @@ -86,12 +86,12 @@ "@csstools/postcss-text-decoration-shorthand": "^5.0.2", "@csstools/postcss-trigonometric-functions": "^5.0.0", "@csstools/postcss-unset-value": "^5.0.0", - "autoprefixer": "^10.4.23", + "autoprefixer": "^10.4.24", "browserslist": "^4.28.1", "css-blank-pseudo": "^8.0.1", "css-has-pseudo": "^8.0.0", "css-prefers-color-scheme": "^11.0.0", - "cssdb": "^8.7.0", + "cssdb": "^8.7.1", "postcss-attribute-case-insensitive": "^8.0.0", "postcss-clamp": "^4.1.0", "postcss-color-functional-notation": "^8.0.1", diff --git a/plugins/postcss-text-decoration-shorthand/package.json b/plugins/postcss-text-decoration-shorthand/package.json index 94a5bd7cf..4c316c736 100644 --- a/plugins/postcss-text-decoration-shorthand/package.json +++ b/plugins/postcss-text-decoration-shorthand/package.json @@ -49,7 +49,7 @@ }, "devDependencies": { "@csstools/postcss-tape": "*", - "autoprefixer": "^10.4.23" + "autoprefixer": "^10.4.24" }, "scripts": { "build": "rollup -c ../../rollup/default.mjs", From 6e7ab571405482f196ad6cf87386c7d8c5858a30 Mon Sep 17 00:00:00 2001 From: Romain Menke Date: Mon, 9 Feb 2026 07:38:21 +0100 Subject: [PATCH 2/2] update expects --- plugin-packs/postcss-preset-env/test/basic.ch126.expect.css | 1 - plugin-packs/postcss-preset-env/test/basic.ch130.expect.css | 1 - .../postcss-preset-env/test/basic.supports-query.expect.css | 2 +- .../postcss-preset-env/test/basic.vendors-3.expect.css | 3 ++- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/plugin-packs/postcss-preset-env/test/basic.ch126.expect.css b/plugin-packs/postcss-preset-env/test/basic.ch126.expect.css index eab4ba26f..c496e5e76 100644 --- a/plugin-packs/postcss-preset-env/test/basic.ch126.expect.css +++ b/plugin-packs/postcss-preset-env/test/basic.ch126.expect.css @@ -108,7 +108,6 @@ } .test-font-variant-property { - font-feature-settings: "smcp"; font-variant-caps: small-caps; order: 19; } diff --git a/plugin-packs/postcss-preset-env/test/basic.ch130.expect.css b/plugin-packs/postcss-preset-env/test/basic.ch130.expect.css index 4f212ae82..c77ad6a2c 100644 --- a/plugin-packs/postcss-preset-env/test/basic.ch130.expect.css +++ b/plugin-packs/postcss-preset-env/test/basic.ch130.expect.css @@ -108,7 +108,6 @@ } .test-font-variant-property { - font-feature-settings: "smcp"; font-variant-caps: small-caps; order: 19; } diff --git a/plugin-packs/postcss-preset-env/test/basic.supports-query.expect.css b/plugin-packs/postcss-preset-env/test/basic.supports-query.expect.css index e4917595d..e8c845448 100644 --- a/plugin-packs/postcss-preset-env/test/basic.supports-query.expect.css +++ b/plugin-packs/postcss-preset-env/test/basic.supports-query.expect.css @@ -217,7 +217,7 @@ font-style: normal; font-weight: 300; font-display: swap; - src: url(a) format("woff2"); + src: url(a) format(woff2); } .block-flow { diff --git a/plugin-packs/postcss-preset-env/test/basic.vendors-3.expect.css b/plugin-packs/postcss-preset-env/test/basic.vendors-3.expect.css index 9cf81bb25..30e666a4f 100644 --- a/plugin-packs/postcss-preset-env/test/basic.vendors-3.expect.css +++ b/plugin-packs/postcss-preset-env/test/basic.vendors-3.expect.css @@ -131,6 +131,7 @@ } .test-font-variant-property { + font-feature-settings: "smcp"; font-variant-caps: small-caps; order: 19; } @@ -328,7 +329,7 @@ font-style: normal; font-weight: 300; font-display: swap; - src: url(a) format(woff2); + src: url(a) format("woff2"); } .block-flow {