Skip to content

Commit 13737ba

Browse files
Release 16.26.0 (#8842)
Co-authored-by: jeddy3 <808227+jeddy3@users.noreply.github.com> Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
1 parent a5c75d3 commit 13737ba

File tree

6 files changed

+11
-18
lines changed

6 files changed

+11
-18
lines changed

.changeset/brown-olives-sort.md

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

.changeset/chubby-donkeys-remain.md

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

.changeset/good-apples-sleep.md

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

CHANGELOG.md

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

3+
## 16.26.0 - 2025-11-21
4+
5+
It adds 1 feature and fixes 2 bugs.
6+
7+
- Added: support for `customSyntax` with function export ([#8834](https://github.com/stylelint/stylelint/pull/8834)) ([@silverwind](https://github.com/silverwind)).
8+
- Fixed: `custom-property-no-missing-var-function` false positives for style query in `if()` function ([#8813](https://github.com/stylelint/stylelint/pull/8813)) ([@sajdakabir](https://github.com/sajdakabir)).
9+
- Fixed: `media-feature-range-notation` false positives for multiple queries and `except: exact-value` ([#8832](https://github.com/stylelint/stylelint/pull/8832)) ([@jeddy3](https://github.com/jeddy3)).
10+
311
## 16.25.0 - 2025-10-03
412

513
It adds 3 new features, including experimental support for bulk suppressions. It's also our first [immutable release](https://github.blog/changelog/2025-08-26-releases-now-support-immutability-in-public-preview/), with the package published to npm using [trusted publishing](https://github.blog/changelog/2025-07-31-npm-trusted-publishing-with-oidc-is-generally-available/) and our dependencies updated on a [cool down](https://github.blog/changelog/2025-07-01-dependabot-supports-configuration-of-a-minimum-package-age/) for improved supply chain security.

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.25.0",
3+
"version": "16.26.0",
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)