It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.
Added: except: ["exact-value"] to media-feature-range-notation (#8675) (@immitsu).
Fixed: declaration-block-no-duplicate-properties false negatives for named colors with ignore: ['consecutive-duplicates-with-different-syntaxes'] (#8665) (@sw1tch3roo).
Fixed: unexpected change of syntax in computed EditInfo (#8638) (@romainmenke).
Fixed: function-linear-gradient-no-nonstandard-direction false positives for CSS variables' names containing a direction substring (#8643) (@Solomon-mithra).
Fixed: media-feature-range-notation autofix for exact values (#8651) (@romainmenke).
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the syntax-string-no-invalid and layer-name-pattern ones from recent releases, in our standard config.
It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.
It adds 1 new rule, a languageOptions configuration property for configuring some of the new rules added in 16.13.0, regex support to 1 option and support for computing EditInfo to 6 rules. It fixes 9 bugs, including 2 with the tap reporter.
It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.
It also adds new rule options, a feature to display how long rules take, lax autofix and support for messageArgs in more rules. It fixes 7 bugs.
Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.
Deprecated: ambiguous position arguments passed to utils.report() (#8244) (@romainmenke).
Added: lax/strict values to the fix Node.js API option and CLI flag (#8106) (@ryo-manba).
Added: support for profiling rule performance via the TIMING environment variable (#8108) (@ryo-manba).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Release Notes
stylelint/stylelint (stylelint)v16.26.1
Compare Source
It fixes numerous false positive bugs, including many in the declaration-property-value-no-unknown rule for the latest CSS specifications.
v16.26.0
Compare Source
It adds 1 feature and fixes 2 bugs.
v16.25.0
Compare Source
It adds 3 new features, including experimental support for bulk suppressions. It's also our first immutable release, with the package published to npm using trusted publishing and our dependencies updated on a cool down for improved supply chain security.
v16.24.0
Compare Source
It adds 1 new rule, adds 1 option to a rule and fixes 2 bugs.
v16.23.1
Compare Source
It fixes 7 bugs.
v16.23.0
Compare Source
It adds 5 new rules, 1 option to a rule and fixes 3 bugs. We've turned on the new rules in our standard config.
v16.22.0
Compare Source
It adds 3 rule features and fixes 2 bugs.
v16.21.1
Compare Source
It fixes 3 bugs.
v16.21.0
Compare Source
It rounds out the message secondary option and marks it as stable, adds 1 new option to a rule, and fixes 4 bugs.
v16.20.0
Compare Source
It fixes 2 bugs with the built-in rules.
v16.19.1
Compare Source
It fixes 1 bug with the no-empty-source rule.
v16.19.0
Compare Source
It adds 2 options to 2 rules and fixes 3 bugs.
v16.18.0
Compare Source
It adds 2 new rules and fixes 2 bugs. We've turned on these rules, and the syntax-string-no-invalid and layer-name-pattern ones from recent releases, in our standard config.
v16.17.0
Compare Source
It adds 1 new rule, support for languageOptions to 2 rules, 1 option to a rule, the --compute-edit-info CLI flag (along with support for EditInfo in 3 rules), and fixes 1 bug. EditInfo is useful for automated fixing tools and editor integrations.
v16.16.0
Compare Source
It adds support for computing EditInfo to 22 more rules and reverts a change that added context.lexer to our public API in the previous release.
v16.15.0
Compare Source
It adds 1 new rule, a languageOptions configuration property for configuring some of the new rules added in 16.13.0, regex support to 1 option and support for computing EditInfo to 6 rules. It fixes 9 bugs, including 2 with the tap reporter.
v16.14.1
Compare Source
It fixes a bug with caching.
v16.14.0
Compare Source
It fixes 8 bugs and adds features to our Warning type.
v16.13.2
Compare Source
It fixes a regression bug with --fix.
v16.13.1
Compare Source
It fixes one bug due to an upstream change in our ignore dependency.
v16.13.0
Compare Source
It adds 3 rules to help you write error-free at-rules and 2 rules to warn you about deprecated CSS features. We've turned these rules on in our standard config.
It also adds new rule options, a feature to display how long rules take, lax autofix and support for messageArgs in more rules. It fixes 7 bugs.
Lastly, we've made a deprecation that may affect some plugins. We've updated our docs for plugin authors and end users on how to silence deprecation warnings.
v16.12.0
Compare Source
v16.11.0
Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.