Skip to content

Commit

Permalink
Prepare release 15.0.0 (#6555)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 9, 2023
1 parent aa0e5db commit c82b560
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 100 deletions.
5 changes: 0 additions & 5 deletions .changeset/chilly-ties-trade.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-penguins-know.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-goats-count.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/few-monkeys-fold.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-llamas-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-queens-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/grumpy-scissors-watch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hot-gifts-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nervous-insects-design.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-ligers-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-suits-unite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-adults-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/red-coins-rescue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rude-dryers-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-papayas-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-ladybugs-bathe.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-dots-hug.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-lobsters-roll.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-baboons-train.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-cups-bow.md

This file was deleted.

23 changes: 23 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,28 @@
# 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 definitions to reorganize ([#6510](https://github.com/stylelint/stylelint/pull/6510)) ([@ybiquitous](https://github.com/ybiquitous)). (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)).
- Added: `function-url-quotes` autofix ([#6558](https://github.com/stylelint/stylelint/pull/6558)) ([@mattxwang](https://github.com/mattxwang)).
- Added: `ignore: ["custom-elements"]` to `selector-max-type` ([#6588](https://github.com/stylelint/stylelint/pull/6588)) ([@muddv](https://github.com/muddv)).
- Added: `ignoreFunctions: []` to `unit-disallowed-list` ([#6592](https://github.com/stylelint/stylelint/pull/6592)) ([@mattxwang](https://github.com/mattxwang)).
- Added: `media-feature-name-unit-allowed-list` rule ([#6550](https://github.com/stylelint/stylelint/pull/6550)) ([@mattxwang](https://github.com/mattxwang)).
- Added: deprecated rule warnings ([#6561](https://github.com/stylelint/stylelint/pull/6561)) ([@ybiquitous](https://github.com/ybiquitous)).
- Added: message arguments to `declaration-property-unit-allowed-list` ([#6570](https://github.com/stylelint/stylelint/pull/6570)) ([@mattxwang](https://github.com/mattxwang)).
- Fixed: `at-rule-no-unknown` false positives for `@scroll-timeline` ([#6554](https://github.com/stylelint/stylelint/pull/6554)) ([@mattxwang](https://github.com/mattxwang)).
- Fixed: `function-no-unknown` false positives for interpolation and backticks in CSS-in-JS ([#6565](https://github.com/stylelint/stylelint/pull/6565)) ([@hudochenkov](https://github.com/hudochenkov)).
- Fixed: `keyframe-selector-notation` false positives for named timeline ranges ([#6605](https://github.com/stylelint/stylelint/pull/6605)) ([@kimulaco](https://github.com/kimulaco)).
- Fixed: `overrides.files` in config to allow basename glob patterns ([#6547](https://github.com/stylelint/stylelint/pull/6547)) ([@ybiquitous](https://github.com/ybiquitous)).
- Fixed: `property-no-unknown` false negatives for newer custom syntaxes ([#6553](https://github.com/stylelint/stylelint/pull/6553)) ([@43081j](https://github.com/43081j)).
- Fixed: `selector-attribute-quotes` false positives for "never" ([#6571](https://github.com/stylelint/stylelint/pull/6571)) ([@mattxwang](https://github.com/mattxwang)).
- Fixed: `selector-not-notation` autofix for "simple" option ([#6608](https://github.com/stylelint/stylelint/pull/6608)) ([@Mouvedia](https://github.com/Mouvedia)).

## 14.16.1

- Fixed: `customSyntax` resolution with `configBasedir` ([#6536](https://github.com/stylelint/stylelint/pull/6536)) ([@ybiquitous](https://github.com/ybiquitous)).
Expand Down

0 comments on commit c82b560

Please sign in to comment.