From 493f5624cea2767717630ea14c12e31221db2c45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 15:39:44 +0900 Subject: [PATCH] Prepare release (#6518) Co-authored-by: github-actions[bot] --- .changeset/fifty-donuts-arrive.md | 5 ----- .changeset/itchy-seas-care.md | 5 ----- .changeset/lemon-cheetahs-complain.md | 5 ----- .changeset/rude-hornets-begin.md | 5 ----- .changeset/strong-hounds-exercise.md | 5 ----- CHANGELOG.md | 8 ++++++++ 6 files changed, 8 insertions(+), 25 deletions(-) delete mode 100644 .changeset/fifty-donuts-arrive.md delete mode 100644 .changeset/itchy-seas-care.md delete mode 100644 .changeset/lemon-cheetahs-complain.md delete mode 100644 .changeset/rude-hornets-begin.md delete mode 100644 .changeset/strong-hounds-exercise.md diff --git a/.changeset/fifty-donuts-arrive.md b/.changeset/fifty-donuts-arrive.md deleted file mode 100644 index d93636f78c..0000000000 --- a/.changeset/fifty-donuts-arrive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `customSyntax` resolution with `configBasedir` diff --git a/.changeset/itchy-seas-care.md b/.changeset/itchy-seas-care.md deleted file mode 100644 index dacfed0db0..0000000000 --- a/.changeset/itchy-seas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `function-no-unknown` false positives for `scroll`, `-webkit-gradient`, `color-stop`, `from`, and `to` diff --git a/.changeset/lemon-cheetahs-complain.md b/.changeset/lemon-cheetahs-complain.md deleted file mode 100644 index 8b547262fd..0000000000 --- a/.changeset/lemon-cheetahs-complain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: unexpected `output` in Node.js API lint result when any rule contains `disableFix: true` diff --git a/.changeset/rude-hornets-begin.md b/.changeset/rude-hornets-begin.md deleted file mode 100644 index d1aaf43d77..0000000000 --- a/.changeset/rude-hornets-begin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `declaration-block-no-duplicate-properties` autofix for `!important` diff --git a/.changeset/strong-hounds-exercise.md b/.changeset/strong-hounds-exercise.md deleted file mode 100644 index 1ee0481b98..0000000000 --- a/.changeset/strong-hounds-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option diff --git a/CHANGELOG.md b/CHANGELOG.md index c34ce14ef9..57e2837d69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 14.16.1 + +- Fixed: `customSyntax` resolution with `configBasedir` ([#6536](https://github.com/stylelint/stylelint/pull/6536)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `declaration-block-no-duplicate-properties` autofix for `!important` ([#6528](https://github.com/stylelint/stylelint/pull/6528)) ([@sidx1024](https://github.com/sidx1024)). +- Fixed: `function-no-unknown` false positives for `scroll`, `-webkit-gradient`, `color-stop`, `from`, and `to` ([#6539](https://github.com/stylelint/stylelint/pull/6539)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option ([#6517](https://github.com/stylelint/stylelint/pull/6517)) ([@kimulaco](https://github.com/kimulaco)). +- Fixed: unexpected `output` in Node.js API lint result when any rule contains `disableFix: true` ([#6543](https://github.com/stylelint/stylelint/pull/6543)) ([@adrianjost](https://github.com/adrianjost)). + ## 14.16.0 - Added: `media-feature-range-notation` rule ([#6497](https://github.com/stylelint/stylelint/pull/6497)) ([@jeddy3](https://github.com/jeddy3)).