From 8b4beb900a17302e64bd1477548430e995c5faf0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 06:49:42 +0000 Subject: [PATCH] Prepare 16.5.0 (#7653) Co-authored-by: github-actions[bot] Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com> --- .changeset/cuddly-spies-impress.md | 5 ----- .changeset/famous-deers-build.md | 5 ----- .changeset/hungry-teachers-bow.md | 5 ----- .changeset/little-mirrors-deny.md | 5 ----- .changeset/serious-bees-burn.md | 5 ----- CHANGELOG.md | 7 +++++++ 6 files changed, 7 insertions(+), 25 deletions(-) delete mode 100644 .changeset/cuddly-spies-impress.md delete mode 100644 .changeset/famous-deers-build.md delete mode 100644 .changeset/hungry-teachers-bow.md delete mode 100644 .changeset/little-mirrors-deny.md delete mode 100644 .changeset/serious-bees-burn.md diff --git a/.changeset/cuddly-spies-impress.md b/.changeset/cuddly-spies-impress.md deleted file mode 100644 index 45ae24bd37..0000000000 --- a/.changeset/cuddly-spies-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Added: regex support to `ignoreValues` for `value-no-vendor-prefix` diff --git a/.changeset/famous-deers-build.md b/.changeset/famous-deers-build.md deleted file mode 100644 index 260e1856bc..0000000000 --- a/.changeset/famous-deers-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `shorthand-property-no-redundant-values` false negatives for functions diff --git a/.changeset/hungry-teachers-bow.md b/.changeset/hungry-teachers-bow.md deleted file mode 100644 index 39d2133344..0000000000 --- a/.changeset/hungry-teachers-bow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `value-no-vendor-prefix` false negatives/positives diff --git a/.changeset/little-mirrors-deny.md b/.changeset/little-mirrors-deny.md deleted file mode 100644 index 6daa3eeb23..0000000000 --- a/.changeset/little-mirrors-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": patch ---- - -Fixed: `CosmiconfigResult` type error diff --git a/.changeset/serious-bees-burn.md b/.changeset/serious-bees-burn.md deleted file mode 100644 index 8a9e0d3cde..0000000000 --- a/.changeset/serious-bees-burn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Fixed: `value-no-vendor-prefix` false negatives diff --git a/CHANGELOG.md b/CHANGELOG.md index 511d460b34..459778e609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 16.5.0 + +- Added: regex support to `ignoreValues` for `value-no-vendor-prefix` ([#7650](https://github.com/stylelint/stylelint/pull/7650)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `shorthand-property-no-redundant-values` false negatives for functions ([#7657](https://github.com/stylelint/stylelint/pull/7657)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `value-no-vendor-prefix` false negatives/positives ([#7654](https://github.com/stylelint/stylelint/pull/7654) & [#7658](https://github.com/stylelint/stylelint/pull/7658)) ([@Mouvedia](https://github.com/Mouvedia)). +- Fixed: `CosmiconfigResult` type error ([#7661](https://github.com/stylelint/stylelint/pull/7661)) ([@ybiquitous](https://github.com/ybiquitous)). + ## 16.4.0 - Added: `no-unknown-custom-media` ([#7594](https://github.com/stylelint/stylelint/pull/7594)) ([@fpetrakov](https://github.com/fpetrakov)).