dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.8.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(about 2 months ago)
(about 1 month ago)
vanvianen
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps stylelint from 16.26.1 to 17.8.0.
Release notes
Sourced from stylelint's releases.
17.8.0
It adds 3 new rules and 1 configuration property.
- Added:
languageOptions.directionalityconfiguration property (#8687) (@sw1tch3roo).- Added:
property-layout-mappingsrule (#8687) (@sw1tch3roo).- Added:
relative-selector-nesting-notationrule (#8730) (@sw1tch3roo).- Added:
selector-no-deprecatedrule (#8694) (@immitsu).17.7.0
It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released
1.0.0of create-stylelint to help with first-time Stylelint setup.
- Fixed: clarity of problem messages (#9199) (
@jeddy3).- Fixed:
--print-configCLI flag to hide internal properties (#9194) (@ybiquitous).- Fixed:
function-url-quotesfalse positives when URLs have modifiers (#8702) (@immitsu).- Fixed:
selector-no-qualifying-typefalse positives for:has()(#9182) (@romainmenke).17.6.0
It adds support for extending units in
languageOptions, which then apply to rules likedeclaration-property-value-no-unknown, and fixes 2 bugs.
- Added: support for extending units to
languageOptions(#9166) (@jeddy3).- Fixed: missing
ruleMetadatawhen linting multiple files with overrides (#9154) (@kovsu).- Fixed:
custom-property-no-missing-var-functionfalse positives fortimeline-scopeandanimation-timeline(#9164) (@splincode).17.5.0
It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released
2.1.0of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.
- Deprecated:
*syntaxoptions fromdeclaration-property-value-no-unknown(#9102) (@ragini-pandey).- Added:
ignoreMediaFeatureNameValues: {}tomedia-feature-name-value-no-unknown(#8976) (@kovsu).- Fixed:
node_modulesnot ignored when usingcodeFilenamein Node.js API (#9130) (@adalinesimonian).- Fixed:
Error TS7016for importedcss-treetypes (#9133) (@ragini-pandey).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for function arguments (#9116) (@ragini-pandey).- Fixed:
declaration-property-value-no-unknownfalse positives forcalc-size()containingsizekeyword (#9105) (@hriztam).- Fixed:
no-descending-specificity&no-duplicate-selectorsfalse negatives for equivalent compound selectors (#8977) (@kovsu).- Fixed:
no-invalid-position-declarationfalse positives for@mixinand@scope(#9120) (@ragini-pandey).- Fixed:
property-no-unknownfalse negatives fortypes(#9117) (@Mouvedia).17.4.0
It adds 2 options to the rules and fixes 7 bugs.
- Added:
ignoreAtRules: []toat-rule-no-vendor-prefix(#9096) (@theacrat).- Added:
ignoreMediaFeatureNames: []tomedia-feature-name-no-vendor-prefix(#9097) (@theacrat).- Fixed: performance of selector cloning rules (#9089) (
@jeddy3).- Fixed:
*-empty-line-beforeperformance (#9092) (@jeddy3).- Fixed:
declaration-property-value-no-unknownperformance (#9090) (@jeddy3).- Fixed:
no-irregular-whitespaceperformance (#9091) (@jeddy3).- Fixed:
property-no-unknownfalse negatives for at-rule descriptors (#9109) (@jeddy3).- Fixed:
property-no-unknownfalse positives forcorner-shape(#9099) (@jeddy3).- Fixed:
property-no-unknownfalse positives for double-slashed properties (#9099) (@jeddy3).17.3.0
... (truncated)
Changelog
Sourced from stylelint's changelog.
17.8.0 - 2026-04-15
It adds 3 new rules and 1 configuration property.
- Added:
languageOptions.directionalityconfiguration property (#8687) (@sw1tch3roo).- Added:
property-layout-mappingsrule (#8687) (@sw1tch3roo).- Added:
relative-selector-nesting-notationrule (#8730) (@sw1tch3roo).- Added:
selector-no-deprecatedrule (#8694) (@immitsu).17.7.0 - 2026-04-12
It fixes 4 bugs, including clearer problem messages by removing filler words and leading with the problem. We've also released
1.0.0of create-stylelint to help with first-time Stylelint setup.
- Fixed: clarity of problem messages (#9199) (
@jeddy3).- Fixed:
--print-configCLI flag to hide internal properties (#9194) (@ybiquitous).- Fixed:
function-url-quotesfalse positives when URLs have modifiers (#8702) (@immitsu).- Fixed:
selector-no-qualifying-typefalse positives for:has()(#9182) (@romainmenke).17.6.0 - 2026-03-26
It adds support for extending units in
languageOptions, which then apply to rules likedeclaration-property-value-no-unknown, and fixes 2 bugs.
- Added: support for extending units to
languageOptions(#9166) (@jeddy3).- Fixed: missing
ruleMetadatawhen linting multiple files with overrides (#9154) (@kovsu).- Fixed:
custom-property-no-missing-var-functionfalse positives fortimeline-scopeandanimation-timeline(#9164) (@splincode).17.5.0 - 2026-03-19
It deprecates two rule options, adds 1 rule option and fixes 7 bugs. We've also released
2.1.0of our VS Code extension, which adds 8 new requested features, and our first release of the Stylelint Language Server.
- Deprecated:
*syntaxoptions fromdeclaration-property-value-no-unknown(#9102) (@ragini-pandey).- Added:
ignoreMediaFeatureNameValues: {}tomedia-feature-name-value-no-unknown(#8976) (@kovsu).- Fixed:
node_modulesnot ignored when usingcodeFilenamein Node.js API (#9130) (@adalinesimonian).- Fixed:
Error TS7016for importedcss-treetypes (#9133) (@ragini-pandey).- Fixed:
declaration-property-value-keyword-no-deprecatedfalse positives for function arguments (#9116) (@ragini-pandey).- Fixed:
declaration-property-value-no-unknownfalse positives forcalc-size()containingsizekeyword (#9105) (@hriztam).- Fixed:
no-descending-specificity&no-duplicate-selectorsfalse negatives for equivalent compound selectors (#8977) (@kovsu).- Fixed:
no-invalid-position-declarationfalse positives for@mixinand@scope(#9120) (@ragini-pandey).- Fixed:
property-no-unknownfalse negatives fortypes(#9117) (@Mouvedia).17.4.0 - 2026-02-25
It adds 2 options to the rules and fixes 7 bugs.
- Added:
ignoreAtRules: []toat-rule-no-vendor-prefix(#9096) (@theacrat).- Added:
ignoreMediaFeatureNames: []tomedia-feature-name-no-vendor-prefix(#9097) (@theacrat).- Fixed: performance of selector cloning rules (#9089) (
@jeddy3).- Fixed:
*-empty-line-beforeperformance (#9092) (@jeddy3).- Fixed:
declaration-property-value-no-unknownperformance (#9090) (@jeddy3).- Fixed:
no-irregular-whitespaceperformance (#9091) (@jeddy3).
... (truncated)
Commits
b329c6fRelease 17.8.0 (#9217)e9a4877Bump postcss from 8.5.8 to 8.5.9 in the postcss group (#9216)0dc0d02Bump eslint from 10.1.0 to 10.2.0 in the eslint group (#9215)4978eafDocumentselector-no-deprecatednot yet in config (#9211)9ca941eAddrelative-selector-nesting-notationrule (#8730)06807ceAddselector-no-deprecatedrule (#8694)16a6090Addproperty-layout-mappingsrule (#8687)0b9b48bRelease 17.7.0 (#9210)d0c992eFixfunction-url-quotesfalse positives when URLs have modifiers (#8702)64d07a8Fix clarity of problem messages (#9199)- Additional commits viewable in compare view
Install script changes
This version modifies prepare script that runs during installation. Review the package contents before updating.
Package Dependencies
Technical Details
| ID: | 15393428 |
| UUID: | 4290076675 |
| Node ID: | PR_kwDOMkNMuc7TrVlt |
| Host: | GitHub |
| Repository: | stylescape/example-react |