From cffc39ba86a52d118bafb27cd81b4787522a9d42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 13 Oct 2022 08:45:06 +0000 Subject: [PATCH] Prepare release --- .changeset/fix-unused-type-import.md | 5 ----- .changeset/many-tools-build.md | 5 ----- .changeset/metal-pillows-report.md | 5 ----- .changeset/old-moles-sort.md | 5 ----- .changeset/poor-ducks-relate.md | 5 ----- .changeset/strong-lions-listen.md | 5 ----- CHANGELOG.md | 9 +++++++++ 7 files changed, 9 insertions(+), 30 deletions(-) delete mode 100644 .changeset/fix-unused-type-import.md delete mode 100644 .changeset/many-tools-build.md delete mode 100644 .changeset/metal-pillows-report.md delete mode 100644 .changeset/old-moles-sort.md delete mode 100644 .changeset/poor-ducks-relate.md delete mode 100644 .changeset/strong-lions-listen.md diff --git a/.changeset/fix-unused-type-import.md b/.changeset/fix-unused-type-import.md deleted file mode 100644 index 385955e386..0000000000 --- a/.changeset/fix-unused-type-import.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: TS compilation error due to needless `file-entry-cache` import diff --git a/.changeset/many-tools-build.md b/.changeset/many-tools-build.md deleted file mode 100644 index 4e41b0e7fe..0000000000 --- a/.changeset/many-tools-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: `*-pattern` custom message formatting diff --git a/.changeset/metal-pillows-report.md b/.changeset/metal-pillows-report.md deleted file mode 100644 index 4e217cb085..0000000000 --- a/.changeset/metal-pillows-report.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: false negatives on second run for cache and `severity` option diff --git a/.changeset/old-moles-sort.md b/.changeset/old-moles-sort.md deleted file mode 100644 index 2ad24946c2..0000000000 --- a/.changeset/old-moles-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `unit-no-unknown` false positives for font-relative length units diff --git a/.changeset/poor-ducks-relate.md b/.changeset/poor-ducks-relate.md deleted file mode 100644 index 4e07fdff9b..0000000000 --- a/.changeset/poor-ducks-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `block-no-empty` false positives for `reportNeedlessDisables` diff --git a/.changeset/strong-lions-listen.md b/.changeset/strong-lions-listen.md deleted file mode 100644 index 452fb0aed5..0000000000 --- a/.changeset/strong-lions-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `printf`-like formatting for custom messages diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1370ea19..85436c4e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 14.14.0 + +- Added: `*-pattern` custom message formatting ([#6391](https://github.com/stylelint/stylelint/pull/6391)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `block-no-empty` false positives for `reportNeedlessDisables` ([#6381](https://github.com/stylelint/stylelint/pull/6381)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `printf`-like formatting for custom messages ([#6389](https://github.com/stylelint/stylelint/pull/6389)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `unit-no-unknown` false positives for font-relative length units ([#6374](https://github.com/stylelint/stylelint/pull/6374)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: false negatives on second run for cache and `severity` option ([#6384](https://github.com/stylelint/stylelint/pull/6384)) ([@kimulaco](https://github.com/kimulaco)). +- Fixed: TS compilation error due to needless `file-entry-cache` import ([#6393](https://github.com/stylelint/stylelint/pull/6393)) ([@adidahiya](https://github.com/adidahiya)). + ## 14.13.0 - Added: `cacheStrategy` option ([#6357](https://github.com/stylelint/stylelint/pull/6357)) ([@kaorun343](https://github.com/kaorun343)).