Skip to content

Commit b968143

Browse files
Release 16.26.1 (#8857)
Co-authored-by: jeddy3 <808227+jeddy3@users.noreply.github.com> Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
1 parent 2b24b9c commit b968143

File tree

8 files changed

+13
-28
lines changed

8 files changed

+13
-28
lines changed

.changeset/brown-buses-refuse.md

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

.changeset/eight-cars-switch.md

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

.changeset/eight-garlics-complain.md

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

.changeset/rich-ties-lay.md

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

.changeset/serious-seals-rule.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.26.1 - 2025-11-28
4+
5+
It fixes numerous false positive bugs, including many in the `declaration-property-value-no-unknown` rule for the latest CSS specifications.
6+
7+
- Fixed: `*-no-unknown` false positives for latest specs by integrating `@csstools/css-syntax-patches-for-csstree` ([#8850](https://github.com/stylelint/stylelint/pull/8850)) ([@romainmenke](https://github.com/romainmenke)).
8+
- Fixed: `at-rule-no-unknown` false positives for `@function` ([#8851](https://github.com/stylelint/stylelint/pull/8851)) ([@jeddy3](https://github.com/jeddy3)).
9+
- Fixed: `declaration-property-value-no-unknown` false positives for `attr()`, `if()` and custom functions ([#8853](https://github.com/stylelint/stylelint/pull/8853)) ([@jeddy3](https://github.com/jeddy3)).
10+
- Fixed: `function-url-quotes` false positives when URLs require quoting ([#8804](https://github.com/stylelint/stylelint/pull/8804)) ([@taearls](https://github.com/taearls)).
11+
- Fixed: `selector-pseudo-element-no-unknown` false positives for `::scroll-button()` ([#8856](https://github.com/stylelint/stylelint/pull/8856)) ([@Mouvedia](https://github.com/Mouvedia)).
12+
313
## 16.26.0 - 2025-11-21
414

515
It adds 1 feature and fixes 2 bugs.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stylelint",
3-
"version": "16.26.0",
3+
"version": "16.26.1",
44
"description": "A mighty CSS linter that helps you avoid errors and enforce conventions.",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)