Skip to content

Commit a6efacb

Browse files
github-actions[bot]jeddy3ybiquitous
authored
Release 16.25.0 (#8796)
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com> Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
1 parent 9c623fb commit a6efacb

File tree

5 files changed

+64
-79
lines changed

5 files changed

+64
-79
lines changed

.changeset/moody-parrots-report.md

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

.changeset/violet-beds-care.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.25.0 - 2025-10-03
4+
5+
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.
6+
7+
- Added: support for bulk suppressions ([#8564](https://github.com/stylelint/stylelint/pull/8564)) ([@ryo-manba](https://github.com/ryo-manba)).
8+
- Added: `ignoreAtRules: []` to `no-invalid-position-declaration` ([#8781](https://github.com/stylelint/stylelint/pull/8781)) ([@jrmlt](https://github.com/jrmlt)).
9+
- Added: rule name to custom messages ([#8774](https://github.com/stylelint/stylelint/pull/8774)) ([@jhae-de](https://github.com/jhae-de)).
10+
311
## 16.24.0 - 2025-09-07
412

513
It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.

package-lock.json

Lines changed: 55 additions & 68 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.24.0",
3+
"version": "16.25.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)