New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

stylelint

Package Overview
Dependencies
Maintainers
3
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Versions

13
25

16.7.0

Diff

Changelog

Source

16.7.0

  • Changed: tap formatter to support TAP14 (#7759) (@Mouvedia).
  • Added: url secondary option (#7743) (@emmacharp).
  • Fixed: at-rule-no-unknown false positives for @historical-forms and @font-palette-values (#7774) (@Mouvedia).
  • Fixed: at-rule-no-unknown false positives for @view-transition (#7753) (@sebdanielsson).
  • Fixed: at-rule-no-vendor-prefix false negatives for @-moz-document and @-webkit-viewport (#7772) (@Mouvedia).
  • Fixed: comment-whitespace-inside end positions (#7744) (@Mouvedia).
  • Fixed: declaration-block-no-duplicate-properties reported ranges (#7758) (@Mouvedia).
  • Fixed: declaration-block-no-redundant-longhand-properties/declaration-block-no-shorthand-property-overrides false negatives for font-variant (#7734) (@Bilie).
  • Fixed: font-family-name-quotes false negatives for -moz-*/-webkit-* keywords (#7777) (@Mouvedia).
  • Fixed: font-family-no-missing-generic-family-keyword false negatives for font families which names match a CSS3 font-variant keyword (#7823) (@Mouvedia).
  • Fixed: function-name-case end positions (#7747) (@Mouvedia).
  • Fixed: function-no-unknown performance by reducing file read count (#7801) (@ybiquitous).
  • Fixed: media-feature-name-no-vendor-prefix autofix (#7770) (@Mouvedia).
  • Fixed: no-invalid-double-slash-comments reported ranges (#7768) (@Mouvedia).
  • Fixed: property-no-unknown false positives for navigation and miscellaneous legacy properties (#7764) (@Mouvedia).
  • Fixed: quietDeprecationWarnings to suppress stylelint:003 warning (#7837) (@ybiquitous).
  • Fixed: selector-no-vendor-prefix autofix (#7763) (@Mouvedia).
  • Fixed: selector-not-notation end positions when new lines are part of the selector (#7755) (@Mouvedia).
  • Fixed: selector-type-case end positions (#7752) (@Mouvedia).
  • Fixed: shorthand-property-no-redundant-values false negatives for logical properties, overflow, overscroll-behavior, scroll-margin and scroll-padding (#7808) (@Mouvedia).
  • Fixed: string-no-newline false positives for escaped multi-line (#7818) (@romainmenke).
  • Fixed: value-keyword-case end positions (#7760) (@Mouvedia).
  • Fixed: stylelint.utils.checkAgainstRule() for Promise-based rules (#7821) (@aaronccasanova).
  • Fixed: stylelint.utils.checkAgainstRule() to use result.stylelint if present (#7833) (@ybiquitous).
  • Fixed: YAML diagnostic block end marker line of the tap formatter (#7759) (@Mouvedia).
  • Fixed: autofix of incorrectly implemented plugins when unscoped stylelint commands are present (#7733) (@romainmenke).
ybiquitous
published 16.6.1 •

Changelog

Source

16.6.1

  • Fixed: no-descending-specificity false positives for nested selectors (#7724) (@romainmenke).
  • Fixed: selector-type-no-unknown false positive for model (#7718) (@Mouvedia).
ybiquitous
published 16.6.0 •

Changelog

Source

16.6.0

ybiquitous
published 16.5.0 •

Changelog

Source

16.5.0

ybiquitous
published 16.4.0 •

Changelog

Source

16.4.0

  • Added: no-unknown-custom-media (#7594) (@fpetrakov).
  • Added: ignoreLonghands: [] to declaration-block-no-redundant-longhand-properties (#7611) (@Mouvedia).
  • Added: ignore: ["keyframe-selectors"] to rule-selector-property-disallowed-list (#7572) (@emmacharp).
  • Added: experimental support for post processors (#7568) (@YuanboXue-Amber).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix conflicts (#7626) (@Mouvedia).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for text-decoration (#7611) (@Mouvedia).
  • Fixed: declaration-block-no-shorthand-property-overrides false negatives for border (#7585) (@fpetrakov).
  • Fixed: declaration-block-no-shorthand-property-overrides false negatives for font and border (#7606) (@Mouvedia).
  • Fixed: function-calc-no-unspaced-operator false negatives for some math functions (#7619) (@Mouvedia).
  • Fixed: function-no-unknown false positives for anchor, anchor-size and palette-mix (#7607 & #7640) (@Mouvedia).
  • Fixed: selector-max-attribute end positions (#7592) (@romainmenke).
  • Fixed: selector-max-class end positions (#7590) (@romainmenke).
  • Fixed: selector-max-combinators end positions (#7596) (@romainmenke).
  • Fixed: selector-max-compound-selectors end positions (#7599) (@romainmenke).
  • Fixed: selector-max-pseudo-class end positions (#7598) (@romainmenke).
  • Fixed: selector-max-universal end positions (#7597) (@romainmenke).
  • Fixed: selector-type-no-unknown false positives for experimental and deprecated HTML tags (#7612) (@Mouvedia).
ybiquitous
published 16.3.1 •

Changelog

Source

16.3.1

ybiquitous
published 16.3.0 •

Changelog

Source

16.3.0

  • Added: ignoreSelectors: [] to selector-max-compound-selectors (#7544) (@FloEdelmann).
  • Added: tally of fixable problems to string and verbose formatters (#7539) (@m-allanson).
  • Added: support for *-deprecation command-line flags of Node.js (#7550) (@fpetrakov).
  • Fixed: false positive CJS deprecation warning for dual-package plugins (#7532) (@JounQin).
  • Fixed: rule-selector-property-disallowed-list false positives for nesting selectors (#7558) (@romainmenke).
  • Fixed: selector-pseudo-*-allowed-list false positives for vendor prefixes (#7525) (@carlosjeurissen).
  • Fixed: report() for index/endIndex zero values (#7565) (@romainmenke).
  • Fixed: selector-max-type end positions (#7518) (@romainmenke).
ybiquitous
published 16.2.1 •

Changelog

Source

16.2.1

  • Fixed: report flags not reporting on subsequent runs when cache is used (#7483) (@ybiquitous).
  • Fixed: custom-property-no-missing-var-function false positives for properties that can contain author-defined identifiers (#7478) (@ybiquitous).
  • Fixed: selector-pseudo-class-no-unknown false positives for :seeking, the media loading state and sound state pseudo-classes (#7490) (@Mouvedia).
  • Fixed: selector-max-specificity false positives with ignoreSelectors option for of <selector> syntax (#7475) (@ybiquitous).
  • Fixed: function-calc-no-unspaced-operator performance (#7505) (@ybiquitous).
  • Fixed: validateOptions to report when secondary option object is an empty object or null (#7476) (@ybiquitous).
  • Fixed: report() error message responsibility for a missing node or line number (#7474) (@ybiquitous).
ybiquitous
published 16.2.0 •

Changelog

Source

16.2.0

  • Added: media-query-no-invalid specific problem messages (#7462) (@romainmenke).
  • Added: checkContextFunctionalPseudoClasses: [] to selector-max-id (#7380) (@brigitamaria).
  • Fixed: declaration-property-value-no-unknown false negatives for @starting-style (#7461) (@fpetrakov).
  • Fixed: function-no-unknown|value-keyword-case false positives for template literals with line breaks (#7443) (@Sh031224).
  • Fixed: allowEmptyInput option ignored in configuration object regression (#7446) (@ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @starting-style (#7438) (@fpetrakov).
  • Fixed: ERR_UNSUPPORTED_ESM_URL_SCHEME for --custom-formatter on Windows (#7432) (@JounQin).
  • Fixed: Error: Could not find <package> message clarity (#7456) (@jeddy3).
  • Fixed: overrides.files negated pattern regression introduced in 15.0.0 (#7468) (@ybiquitous).
ybiquitous
published 16.1.0 •

Changelog

Source

16.1.0

  • Added: lightness-notation rule (#7366) (@fpetrakov).
  • Added: ignore: ["keyframe-selectors"] to selector-disallowed-list (#7417) (@mattxwang).
  • Fixed: selector-pseudo-class-no-unknown false positive for :popover-open (#7425) (@mattxwang).
  • Fixed: declaration-property-value-no-unknown and other false positives for multiline SCSS interpolation. (#7406) (@FloEdelmann).
  • Fixed: function-url-quotes false positives for SCSS variable and @ character (#7416) (@mattxwang).
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc