Skip to content

Commit 52cb83f

Browse files
Prepare 16.2.1 (#7479)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 328544d commit 52cb83f

File tree

8 files changed

+10
-35
lines changed

8 files changed

+10
-35
lines changed

.changeset/afraid-cobras-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/curly-seals-confess.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/friendly-poems-taste.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/gold-donkeys-lie.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/heavy-toys-wave.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/olive-experts-breathe.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/weak-maps-tease.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 16.2.1
4+
5+
- Fixed: report flags not reporting on subsequent runs when cache is used ([#7483](https://github.com/stylelint/stylelint/pull/7483)) ([@ybiquitous](https://github.com/ybiquitous)).
6+
- Fixed: `custom-property-no-missing-var-function` false positives for properties that can contain author-defined identifiers ([#7478](https://github.com/stylelint/stylelint/pull/7478)) ([@ybiquitous](https://github.com/ybiquitous)).
7+
- Fixed: `selector-pseudo-class-no-unknown` false positives for `:seeking`, the media loading state and sound state pseudo-classes ([#7490](https://github.com/stylelint/stylelint/pull/7490)) ([@Mouvedia](https://github.com/Mouvedia)).
8+
- Fixed: `selector-max-specificity` false positives with `ignoreSelectors` option for `of <selector>` syntax ([#7475](https://github.com/stylelint/stylelint/pull/7475)) ([@ybiquitous](https://github.com/ybiquitous)).
9+
- Fixed: `function-calc-no-unspaced-operator` performance ([#7505](https://github.com/stylelint/stylelint/pull/7505)) ([@ybiquitous](https://github.com/ybiquitous)).
10+
- Fixed: `validateOptions` to report when secondary option object is an empty object or null ([#7476](https://github.com/stylelint/stylelint/pull/7476)) ([@ybiquitous](https://github.com/ybiquitous)).
11+
- Fixed: `report()` error message responsibility for a missing node or line number ([#7474](https://github.com/stylelint/stylelint/pull/7474)) ([@ybiquitous](https://github.com/ybiquitous)).
12+
313
## 16.2.0
414

515
- Added: `media-query-no-invalid` specific problem messages ([#7462](https://github.com/stylelint/stylelint/pull/7462)) ([@romainmenke](https://github.com/romainmenke)).

0 commit comments

Comments
 (0)