From a7050d2ed83dd804571e42b475ca03c08e0eeb8d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 18 Sep 2022 08:49:44 +0000 Subject: [PATCH] Prepare release --- .changeset/big-crabs-tap.md | 5 ----- .changeset/cool-zebras-sparkle.md | 5 ----- .changeset/famous-cobras-clean.md | 5 ----- .changeset/fast-papayas-dress.md | 5 ----- .changeset/nice-lemons-reflect.md | 5 ----- .changeset/old-tools-care.md | 5 ----- .changeset/real-items-wait.md | 5 ----- .changeset/rotten-onions-occur.md | 5 ----- .changeset/silver-baboons-dress.md | 5 ----- .changeset/spicy-toes-rule.md | 5 ----- .changeset/tiny-flowers-destroy.md | 5 ----- .changeset/unlucky-dolphins-fetch.md | 5 ----- CHANGELOG.md | 15 +++++++++++++++ 13 files changed, 15 insertions(+), 60 deletions(-) delete mode 100644 .changeset/big-crabs-tap.md delete mode 100644 .changeset/cool-zebras-sparkle.md delete mode 100644 .changeset/famous-cobras-clean.md delete mode 100644 .changeset/fast-papayas-dress.md delete mode 100644 .changeset/nice-lemons-reflect.md delete mode 100644 .changeset/old-tools-care.md delete mode 100644 .changeset/real-items-wait.md delete mode 100644 .changeset/rotten-onions-occur.md delete mode 100644 .changeset/silver-baboons-dress.md delete mode 100644 .changeset/spicy-toes-rule.md delete mode 100644 .changeset/tiny-flowers-destroy.md delete mode 100644 .changeset/unlucky-dolphins-fetch.md diff --git a/.changeset/big-crabs-tap.md b/.changeset/big-crabs-tap.md deleted file mode 100644 index 2e25a998ff..0000000000 --- a/.changeset/big-crabs-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support for `ignorePseudoClasses` option of `selector-pseudo-class-no-unknown` diff --git a/.changeset/cool-zebras-sparkle.md b/.changeset/cool-zebras-sparkle.md deleted file mode 100644 index b20dc71741..0000000000 --- a/.changeset/cool-zebras-sparkle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `font-weight-notation` autofix diff --git a/.changeset/famous-cobras-clean.md b/.changeset/famous-cobras-clean.md deleted file mode 100644 index bb52239a8c..0000000000 --- a/.changeset/famous-cobras-clean.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `font-family-name-quotes` false positives for interpolation and shorthand diff --git a/.changeset/fast-papayas-dress.md b/.changeset/fast-papayas-dress.md deleted file mode 100644 index b5b0ab90a3..0000000000 --- a/.changeset/fast-papayas-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support for `ignoreTypes` option of `selector-type-case` diff --git a/.changeset/nice-lemons-reflect.md b/.changeset/nice-lemons-reflect.md deleted file mode 100644 index 6f75e4c2c8..0000000000 --- a/.changeset/nice-lemons-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `declaration-block-no-duplicate-properties` autofix diff --git a/.changeset/old-tools-care.md b/.changeset/old-tools-care.md deleted file mode 100644 index a366f50729..0000000000 --- a/.changeset/old-tools-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `time-min-milliseconds` incorrect location for matching violating times diff --git a/.changeset/real-items-wait.md b/.changeset/real-items-wait.md deleted file mode 100644 index 599dfeeb69..0000000000 --- a/.changeset/real-items-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: support for multiple `--ignore-path` flags diff --git a/.changeset/rotten-onions-occur.md b/.changeset/rotten-onions-occur.md deleted file mode 100644 index 4459c0d91c..0000000000 --- a/.changeset/rotten-onions-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support for `ignoreSelectors` option of `selector-no-vendor-prefix` diff --git a/.changeset/silver-baboons-dress.md b/.changeset/silver-baboons-dress.md deleted file mode 100644 index dfd5423f35..0000000000 --- a/.changeset/silver-baboons-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support for `ignorePseudoElements` option of `selector-pseudo-element-no-unknown` diff --git a/.changeset/spicy-toes-rule.md b/.changeset/spicy-toes-rule.md deleted file mode 100644 index dcb2edbebd..0000000000 --- a/.changeset/spicy-toes-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `*-no-unknown` false positives for container queries diff --git a/.changeset/tiny-flowers-destroy.md b/.changeset/tiny-flowers-destroy.md deleted file mode 100644 index 21c2bb8a53..0000000000 --- a/.changeset/tiny-flowers-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: experimental support for custom message arguments diff --git a/.changeset/unlucky-dolphins-fetch.md b/.changeset/unlucky-dolphins-fetch.md deleted file mode 100644 index b21872e6de..0000000000 --- a/.changeset/unlucky-dolphins-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `ignore: ["inside-block"]` and `splitList` to `selector-disallowed-list` diff --git a/CHANGELOG.md b/CHANGELOG.md index d957c5985e..cf8ed5121d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## 14.12.0 + +- Added: `declaration-block-no-duplicate-properties` autofix ([#6296](https://github.com/stylelint/stylelint/pull/6296)) ([@fpetrakov](https://github.com/fpetrakov)). +- Added: `font-weight-notation` autofix ([#6347](https://github.com/stylelint/stylelint/pull/6347)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: `ignore: ["inside-block"]` and `splitList` to `selector-disallowed-list` ([#6334](https://github.com/stylelint/stylelint/pull/6334)) ([@mattmanuel90](https://github.com/mattmanuel90)). +- Added: experimental support for custom message arguments ([#6312](https://github.com/stylelint/stylelint/pull/6312)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: regex support for `ignorePseudoClasses` option of `selector-pseudo-class-no-unknown` ([#6316](https://github.com/stylelint/stylelint/pull/6316)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: regex support for `ignorePseudoElements` option of `selector-pseudo-element-no-unknown` ([#6317](https://github.com/stylelint/stylelint/pull/6317)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: regex support for `ignoreSelectors` option of `selector-no-vendor-prefix` ([#6327](https://github.com/stylelint/stylelint/pull/6327)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: regex support for `ignoreTypes` option of `selector-type-case` ([#6326](https://github.com/stylelint/stylelint/pull/6326)) ([@ybiquitous](https://github.com/ybiquitous)). +- Added: support for multiple `--ignore-path` flags ([#6345](https://github.com/stylelint/stylelint/pull/6345)) ([@kimulaco](https://github.com/kimulaco)). +- Fixed: `*-no-unknown` false positives for container queries ([#6318](https://github.com/stylelint/stylelint/pull/6318)) ([@fpetrakov](https://github.com/fpetrakov)). +- Fixed: `font-family-name-quotes` false positives for interpolation and shorthand ([#6335](https://github.com/stylelint/stylelint/pull/6335)) ([@kimulaco](https://github.com/kimulaco)). +- Fixed: `time-min-milliseconds` incorrect location for matching violating times ([#6319](https://github.com/stylelint/stylelint/pull/6319)) ([@kawaguchi1102](https://github.com/kawaguchi1102)). + ## 14.11.0 - Added: `ignoreAfterCombinators: []` to `selector-max-universal` ([#6275](https://github.com/stylelint/stylelint/pull/6275)).