dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.9.0
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(about 1 month ago)
(about 1 month ago)
vanvianen
Bumps stylelint from 16.26.1 to 17.9.0.
Release notes
Sourced from stylelint's releases.
17.9.0
It adds 3 new features. Adding the
referenceFilesproperty to your configuration object makes theno-unknown-animations,no-unknown-custom-mediaandno-unknown-custom-propertiesrules more useful.
- Added: experimental
referenceFilesto configuration object (#9179) (@jeddy3).- Added: experimental
abortSignaloption to Node.js API for cancellation support (#9213) (@adalinesimonian).- Added:
maxWarningsto configuration object (#9181) (@mrginglymus).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).
... (truncated)
Changelog
Sourced from stylelint's changelog.
17.9.0 - 2026-04-23
It adds 3 new features. Adding the
referenceFilesproperty to your configuration object makes theno-unknown-animations,no-unknown-custom-mediaandno-unknown-custom-propertiesrules more useful.
- Added: experimental
referenceFilesto configuration object (#9179) (@jeddy3).- Added: experimental
abortSignaloption to Node.js API for cancellation support (#9213) (@adalinesimonian).- Added:
maxWarningsto configuration object (#9181) (@mrginglymus).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
... (truncated)
Commits
cee404bRelease 17.9.0 (#9242)b0af5aeBump prettier from 3.8.1 to 3.8.3 (#9240)e2c2c43Bump eslint-plugin-jest from 29.15.1 to 29.15.2 in the eslint group (#9239)68d008eBump@csstools/css-syntax-patches-for-csstreefrom 1.1.2 to 1.1.3 in the csst...5ad7ffbBump@csstools/css-calcfrom 3.1.1 to 3.2.0 in the csstools-parser group (#9237)f16ef5eBump actions/upload-artifact from 7.0.0 to 7.0.1 (#9235)a0b3c5aBump actions/github-script from 8.0.0 to 9.0.0 (#9236)fb2efecAddabortSignaloption to Node.js API for cancellation support (#9213)84f2c6bDocument Netlify hosting badge (#9218)5b45245AddmaxWarningsto configuration object (#9181)- Additional commits viewable in compare view
Install script changes
This version modifies prepare script that runs during installation. Review the package contents before updating.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Technical Details
| ID: | 15512028 |
| UUID: | 4330161815 |
| Node ID: | PR_kwDOMkNMuc7VsBuI |
| Host: | GitHub |
| Repository: | stylescape/example-react |