From ea23c30e0a9127281c9fa0170c25c72762e6bc9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renato=20B=C3=B6hler?= Date: Fri, 21 Jul 2023 04:01:45 -0300 Subject: [PATCH] Fix `property-no-unknown` false positives for scroll-driven animations (#7090) --- .changeset/popular-fishes-behave.md | 5 +++++ package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 .changeset/popular-fishes-behave.md diff --git a/.changeset/popular-fishes-behave.md b/.changeset/popular-fishes-behave.md new file mode 100644 index 0000000000..7f3f5dcd5f --- /dev/null +++ b/.changeset/popular-fishes-behave.md @@ -0,0 +1,5 @@ +--- +"stylelint": patch +--- + +Fixed: `property-no-unknown` false positives for scroll-driven animations diff --git a/package-lock.json b/package-lock.json index b85a8269d5..724e09ac68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.27.0", + "known-css-properties": "^0.28.0", "mathml-tag-names": "^2.1.3", "meow": "^10.1.5", "micromatch": "^4.0.5", @@ -9917,9 +9917,9 @@ } }, "node_modules/known-css-properties": { - "version": "0.27.0", - "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.27.0.tgz", - "integrity": "sha512-uMCj6+hZYDoffuvAJjFAPz56E9uoowFHmTkqRtRq5WyC5Q6Cu/fTZKNQpX/RbzChBYLLl3lo8CjFZBAZXq9qFg==" + "version": "0.28.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.28.0.tgz", + "integrity": "sha512-9pSL5XB4J+ifHP0e0jmmC98OGC1nL8/JjS+fi6mnTlIf//yt/MfVLtKg7S6nCtj/8KTcWX7nRlY0XywoYY1ISQ==" }, "node_modules/latest-version": { "version": "7.0.0", diff --git a/package.json b/package.json index 5ca9018f27..1f0dc8fc8b 100644 --- a/package.json +++ b/package.json @@ -153,7 +153,7 @@ "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.27.0", + "known-css-properties": "^0.28.0", "mathml-tag-names": "^2.1.3", "meow": "^10.1.5", "micromatch": "^4.0.5",