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

stylelint

Package Overview
Dependencies
Maintainers
0
Versions
246
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Versions

1
25

4.4.0

Diff

Changelog

Source

4.4.0

  • Added: ignore: "relative" option for font-weight-notation.
  • Fixed: declaration-colon-space/newline-before/after rules now ignore scss maps.
  • Fixed: selector-list-comma-newline-after allows // comments after the comma.
jeddy3
published 4.3.6 •

Changelog

Source

4.3.6

  • Fixed: removed console.log()s in property-unit-whitelist.
jeddy3
published 4.3.5 •

Changelog

Source

4.3.5

  • Fixed: removed console.log()s in rule-properties-order.
davidtheclark
published 4.3.4 •

Changelog

Source

4.3.4

  • Fixed: option normalization for rules with primary options that are arrays of objects, like rule-properties-order.
  • Fixed: accuracy of warning positions are // comments when using SCSS parser.
  • Fixed: no-unknown-animations ignores variables.
  • Fixed: no-unknown-animations does not erroneously flag functions like steps() and cubic-bezier().
  • Fixed: clarified error message in time-no-imperceptible.
  • Fixed: font-family-name-quotes and font-weight-notation ignore variables.
  • Fixed: media-feature-no-missing-punctuation handles space-padded media features.
  • Fixed: regression causing CLI --config relatives paths that don't start with ./ to be rejected.
davidtheclark
published 4.3.3 •

Changelog

Source

4.3.3

  • Fixed: again removed stylelint.utils.ruleTester because its dependencies broke things.
jeddy3
published 4.3.2 •

Changelog

Source

4.3.2

  • Fixed: move tape to dependencies to support testUtils.
jeddy3
published 4.3.1 •

Changelog

Source

4.3.1

  • Fixed: include testUtils in npm package whitelist.
jeddy3
published 4.3.0 •

Changelog

Source

4.3.0

  • Added: font-family-name-quotes rule.
  • Added: font-weight-notation rule.
  • Added: media-feature-no-missing-punctuation rule.
  • Added: no-duplicate-selectors rule.
  • Added: no-invalid-double-slash-comments rule.
  • Added: no-unknown-animations rule.
  • Added: property-value-blacklist rule.
  • Added: property-value-whitelist rule.
  • Added: time-no-imperceptible rule.
  • Added: ignore: "descendant" and ignore: "compounded" options for selector-no-type.
  • Added: support for regular expression property identification in property-blacklist, property-unit-blacklist, property-unit-whitelist, property-value-blacklist, and property-whitelist.
  • Added: better handling of vendor prefixes in property-unit-blacklist and property-unit-whitelist, e.g. if you enter animation it now also checks -webkit-animation.
  • Added: support for using names of modules for the CLI's --config argument, not just paths.
  • Added: codeFilename option to Node.js API.
  • Added: exposed rules at stylelint.rules to make Stylelint even more extensible.
  • Added: brought stylelint-rule-tester into this repo, and exposed it at stylelint.utils.ruleTester.
  • Fixed: bug in rule-properties-order empty line detection when the two newlines were separated by some other whitespace.
  • Fixed: option parsing bug that caused problems when using the "alphabetical" primary option with rule-properties-order.
  • Fixed: regard an empty string as a valid CSS code.
  • Fixed: ignoreFiles handling of absolute paths.
  • Fixed: ignoreFiles uses the configBasedir option to interpret relative paths.
davidtheclark
published 4.2.0 •

Changelog

Source

4.2.0

  • Added: support for custom messages with a message secondary property on any rule.
  • Fixed: CLI always ignores contents of node_modules and bower_components directories.
  • Fixed: bug preventing CLI from understanding absolute paths in --config argument.
  • Fixed: bug causing indentation to stumble over declarations with semicolons on their own lines.
jeddy3
published 4.1.0 •

Changelog

Source

4.1.0

  • Added: helpful option validation message when object is expected but non-object provided.
  • Fixed: selector-no-id no longer warns about Sass interpolation when multiple interpolations are used in a selector.
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