dependabot-npm(deps-dev): bump stylelint from 16.26.1 to 17.12.0
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(15 days ago)
(1 day ago)
(1 day ago)
vanvianen
Bumps stylelint from 16.26.1 to 17.12.0.
Release notes
Sourced from stylelint's releases.
17.12.0
It fixes 3 bugs, including a false negative one.
- Fixed:
block-no-emptyreported range when using comments (#9294) (@romainmenke).- Fixed:
declaration-property-value-no-unknownfalse negatives for custom properties defined in reference files (#9292) (@romainmenke).- Fixed:
value-keyword-layout-mappingsfalse positives forcaption-side(#9293) (@romainmenke).17.11.1
It fixes 2 bugs.
- Fixed:
node_modulesignore forcodeFilenamepaths containing a dot-prefixed directory (#9282) (@tuhtah).- Fixed:
declaration-block-no-redundant-longhand-propertiesrange for contiguous redundant longhand properties (#9273) (@pamelalozano16).17.11.0
It adds 2 features, including a
loaderproperty toreferenceFiles: {}for when the order of appearance in the reference styles matters.
- Added:
loaderto experimentalreferenceFiles: {}(#9251) (@romainmenke).- Added:
autofixedto the result object (#8771) (@Rob--W).17.10.0
It adds 3 rules and fixes 4 bugs. You can use the
*-layout-mappingsrules to enforce logical or physical properties, units and keywords.
- Added:
selector-no-invalidrule (#9232) (@jeddy3).- Added:
unit-layout-mappingsrule (#9229) (@jeddy3).- Added:
value-keyword-layout-mappingsrule (#9233) (@jeddy3).- Fixed: inconsistent error messages when module is not found (#9260) (
@ybiquitous).- Fixed:
property-layout-mappingsfalse negatives for property names in declaration values (#9222) (@jeddy3).- Fixed:
property-layout-mappingsfalse positives for@pageproperties (#9223) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse positives for nestedwebkit-scrollbarpart (#9259) (@rkdfx).17.9.1
It fixes 4 bugs. We also documented the
messageArgseach rule provides to themessageconfiguration property.
- Fixed:
ConfigurationErrorregression for custom syntaxes (#9245) (@jeddy3).- Fixed: MD5 hash algorithm to SHA256 for caching (#9241) (
@rkdfx).- Fixed:
property-no-deprecatedautofix forpage-break-*: always(#9214) (@rkdfx).- Fixed:
selector-no-deprecatedfalse positives for::part()(#9227) (@SaekiTominaga).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).
... (truncated)
Changelog
Sourced from stylelint's changelog.
17.12.0 - 2026-05-20
It fixes 3 bugs, including a false negative one.
- Fixed:
block-no-emptyreported range when using comments (#9294) (@romainmenke).- Fixed:
declaration-property-value-no-unknownfalse negatives for custom properties defined in reference files (#9292) (@romainmenke).- Fixed:
value-keyword-layout-mappingsfalse positives forcaption-side(#9293) (@romainmenke).17.11.1 - 2026-05-14
It fixes 2 bugs.
- Fixed:
node_modulesignore forcodeFilenamepaths containing a dot-prefixed directory (#9282) (@tuhtah).- Fixed:
declaration-block-no-redundant-longhand-propertiesrange for contiguous redundant longhand properties (#9273) (@pamelalozano16).17.11.0 - 2026-05-05
It adds 2 features, including a
loaderproperty toreferenceFiles: {}for when the order of appearance in the reference styles matters.
- Added:
loaderto experimentalreferenceFiles: {}(#9251) (@romainmenke).- Added:
autofixedto the result object (#8771) (@Rob--W).17.10.0 - 2026-05-03
It adds 3 rules and fixes 4 bugs. You can use the
*-layout-mappingsrules to enforce logical or physical properties, units and keywords.
- Added:
selector-no-invalidrule (#9232) (@jeddy3).- Added:
unit-layout-mappingsrule (#9229) (@jeddy3).- Added:
value-keyword-layout-mappingsrule (#9233) (@jeddy3).- Fixed: inconsistent error messages when module is not found (#9260) (
@ybiquitous).- Fixed:
property-layout-mappingsfalse negatives for property names in declaration values (#9222) (@jeddy3).- Fixed:
property-layout-mappingsfalse positives for@pageproperties (#9223) (@jeddy3).- Fixed:
selector-pseudo-class-no-unknownfalse positives for nestedwebkit-scrollbarpart (#9259) (@rkdfx).17.9.1 - 2026-04-27
It fixes 4 bugs. We also documented the
messageArgseach rule provides to themessageconfiguration property.
- Fixed:
ConfigurationErrorregression for custom syntaxes (#9245) (@jeddy3).- Fixed: MD5 hash algorithm to SHA256 for caching (#9241) (
@rkdfx).- Fixed:
property-no-deprecatedautofix forpage-break-*: always(#9214) (@rkdfx).- Fixed:
selector-no-deprecatedfalse positives for::part()(#9227) (@SaekiTominaga).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).
... (truncated)
Commits
5830fbaRelease 17.12.0 (#9304)49ed06fBump file-entry-cache from 11.1.2 to 11.1.3 (#9302)d120212Bump lint-staged from 16.4.0 to 17.0.4 (#9301)d332784Bump the jest group with 2 updates (#9300)d2d4a53Fixdeclaration-property-value-no-unknownfalse negatives for custom proper...05088f1Fixblock-no-emptyreported range when using comments (#9294)757bbcbFix Yarn PnP system test with Node.js v24.15.0 (#9295)b06204eFixvalue-keyword-layout-mappingsfalse positives forcaption-side(#9293)e7a3d19Release 17.11.1 (#9290)63c5992Fixnode_modulesignore forcodeFilenamepaths containing a dot-prefixed ...- 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: | 16008627 |
| UUID: | 4510673419 |
| Node ID: | PR_kwDOMkNMuc7evG4s |
| Host: | GitHub |
| Repository: | stylescape/example-react |