From 57c07263e79e81efc8c18b866cd0107a92eed1df Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 13 Dec 2022 12:24:53 +0000 Subject: [PATCH] Prepare release 15.0.0 --- .changeset/early-penguins-know.md | 5 ----- .changeset/great-queens-peel.md | 5 ----- .changeset/grumpy-scissors-watch.md | 5 ----- .changeset/hot-gifts-compete.md | 5 ----- .changeset/nervous-insects-design.md | 5 ----- .changeset/red-coins-rescue.md | 5 ----- .changeset/strong-hounds-exercise.md | 5 ----- CHANGELOG.md | 10 ++++++++++ 8 files changed, 10 insertions(+), 35 deletions(-) delete mode 100644 .changeset/early-penguins-know.md delete mode 100644 .changeset/great-queens-peel.md delete mode 100644 .changeset/grumpy-scissors-watch.md delete mode 100644 .changeset/hot-gifts-compete.md delete mode 100644 .changeset/nervous-insects-design.md delete mode 100644 .changeset/red-coins-rescue.md delete mode 100644 .changeset/strong-hounds-exercise.md diff --git a/.changeset/early-penguins-know.md b/.changeset/early-penguins-know.md deleted file mode 100644 index b6427022f8..0000000000 --- a/.changeset/early-penguins-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": major ---- - -Changed: type names to be more consistent diff --git a/.changeset/great-queens-peel.md b/.changeset/great-queens-peel.md deleted file mode 100644 index 25ab05a815..0000000000 --- a/.changeset/great-queens-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": major ---- - -Removed: Node.js 12 support diff --git a/.changeset/grumpy-scissors-watch.md b/.changeset/grumpy-scissors-watch.md deleted file mode 100644 index c38703f610..0000000000 --- a/.changeset/grumpy-scissors-watch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": major ---- - -Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour diff --git a/.changeset/hot-gifts-compete.md b/.changeset/hot-gifts-compete.md deleted file mode 100644 index e40fb4dc5d..0000000000 --- a/.changeset/hot-gifts-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": major ---- - -Removed: support for processors diff --git a/.changeset/nervous-insects-design.md b/.changeset/nervous-insects-design.md deleted file mode 100644 index 9b73afb4fc..0000000000 --- a/.changeset/nervous-insects-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": major ---- - -Removed: `syntax` option diff --git a/.changeset/red-coins-rescue.md b/.changeset/red-coins-rescue.md deleted file mode 100644 index 0ae88f7ff0..0000000000 --- a/.changeset/red-coins-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"stylelint": minor ---- - -Deprecated: stylistic rules handled by Prettier 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..b305266f63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 15.0.0 + +- Removed: `syntax` option ([#6420](https://github.com/stylelint/stylelint/pull/6420)) ([@fpetrakov](https://github.com/fpetrakov)). (BREAKING) +- Removed: Node.js 12 support ([#6477](https://github.com/stylelint/stylelint/pull/6477)) ([@ybiquitous](https://github.com/ybiquitous)). (BREAKING) +- Removed: support for processors ([#6479](https://github.com/stylelint/stylelint/pull/6479)) ([@ybiquitous](https://github.com/ybiquitous)). (BREAKING) +- Changed: `extends` in `overrides` to merge to be consistent with `plugins` behaviour ([#6380](https://github.com/stylelint/stylelint/pull/6380)) ([@jasikpark](https://github.com/jasikpark)). (BREAKING) +- Changed: type names to be more consistent ([#6503](https://github.com/stylelint/stylelint/pull/6503)) ([@ybiquitous](https://github.com/ybiquitous)). (BREAKING) +- Deprecated: stylistic rules handled by Prettier ([#6504](https://github.com/stylelint/stylelint/pull/6504)) ([@ybiquitous](https://github.com/ybiquitous)). +- Fixed: `value-keyword-case` false positives for mixed case `ignoreFunctions` option ([#6517](https://github.com/stylelint/stylelint/pull/6517)) ([@kimulaco](https://github.com/kimulaco)). + ## 14.16.0 - Added: `media-feature-range-notation` rule ([#6497](https://github.com/stylelint/stylelint/pull/6497)) ([@jeddy3](https://github.com/jeddy3)).