Socket
Socket
Sign inDemoInstall

stylelint

Package Overview
Dependencies
Maintainers
6
Versions
238
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Versions

1
24

15.6.2

Diff

Changelog

Source

15.6.2

  • Fixed: alpha-value-notation false negatives for oklab(), oklch(), and color() (#6844) (@romainmenke).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix with cubic-bezier() (#6841) (@romainmenke).
  • Fixed: function-no-unknown false positives for unspaced operators against nested brackets (#6842) (@romainmenke).
  • Fixed: function-url-quotes false positives for SCSS with() construct (#6847) (@ybiquitous).
  • Fixed: media-feature-name-no-unknown false positives for not and or (#6838) (@romainmenke).
mattxwang
published 15.6.1 •

Changelog

Source

15.6.1

  • Fixed: declaration-block-no-redundant-longhand-properties autofix for transition (#6815) (@mattxwang).
  • Fixed: github formatter for missing final newline (#6822) (@konomae).
  • Fixed: selector-pseudo-class-no-unknown false positive for :modal (#6811) (@Yasir761).
ybiquitous
published 15.6.0 •

Changelog

Source

15.6.0

  • Added: allowEmptyInput, cache, fix options to configuration object (#6778) (@mattxwang).
  • Added: ignore: ["with-var-inside"] to color-function-notation (#6802) (@mattxwang).
  • Fixed: declaration-block-no-duplicate-properties autofix for 3 or more duplicates (#6801) (@mattxwang).
  • Fixed: declaration-block-no-duplicate-properties false positives with option ignore: ["consecutive-duplicates-with-different-syntaxes"] (#6797) (@romainmenke).
  • Fixed: declaration-block-no-duplicate-properties syntax error (#6792) (@yoyo837).
  • Fixed: declaration-block-no-redundant-longhand-properties autofix for grid-template (#6777) (@mattxwang).
  • Fixed: function-url-quotes autofix for comments in SCSS function (#6800) (@ybiquitous).
ybiquitous
published 15.5.0 •

Changelog

Source

15.5.0

  • Added: ignore: ["consecutive-duplicates-with-different-syntaxes"] to declaration-block-no-duplicate-properties (#6772) (@kimulaco).
  • Added: ignoreProperties: [] to declaration-block-no-duplicate-custom-properties (#6773) (@mattxwang).
  • Added: raw regex support to ignoreProperties for declaration-block-no-duplicate-properties (#6764) (@ybiquitous).
  • Fixed: block-no-empty false positives with non-whitespace characters (#6782) (@ybiquitous).
  • Fixed: color-function-notation false positives for namespaced imports (#6774) (@mattxwang).
  • Fixed: custom-property-empty-line-before false positives for CSS-in-JS (#6767) (@ybiquitous).
  • Fixed: media-feature-range-notation parse error (#6760) (@fpetrakov).
  • Fixed: CLI help improvements (#6783) (@ybiquitous).
mattxwang
published 15.4.0 •

Changelog

Source

15.4.0

jeddy3
published 15.3.0 •

Changelog

Source

15.3.0

jeddy3
published 15.2.0 •

Changelog

Source

15.2.0

  • Added: messageArgs to 76 rules (#6589) (@kizu).
  • Fixed: TypeScript error to export Plugin and RuleContext (#6664) (@henryruhs).
  • Fixed: overrides.extends order when including same rules (#6660) (@kuoruan).
  • Fixed: annotation-no-unknown false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
  • Fixed: declaration-property-value-no-unknown false positives for at-rule descriptors (#6669) (@FloEdelmann).
  • Fixed: declaration-property-value-no-unknown parse error for alpha(opacity=n) to report as violation (#6650) (@romainmenke).
  • Fixed: function-name-case false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
  • Fixed: function-no-unknown false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
  • Fixed: unit-no-unknown false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
  • Fixed: value-keyword-case false positives for CSS-in-JS template literals (#6666) (@hudochenkov).
ybiquitous
published 15.1.0 •

Changelog

Source

15.1.0

  • Added: declaration-block-no-redundant-longhand-properties autofix (#6580) (@mattxwang).
  • Fixed: declaration-property-value-no-unknown false positives for env() (#6646) (@romainmenke).
  • Fixed: function-calc-no-unspaced-operator TypeError on empty calc() (#6634) (@romainmenke).
  • Fixed: inaccurate customSyntax inference (#6645) (@ybiquitous).
jeddy3
published 15.0.0 •

Changelog

Source

15.0.0

Migrating to 15.0.0 guide.

  • Removed: Node.js 12 support (#6477) (@ybiquitous). (BREAKING)
  • Removed: support for processors (#6479) (@ybiquitous). (BREAKING)
  • Removed: syntax option (#6420) (@fpetrakov). (BREAKING)
  • Changed: extends in overrides to merge to be consistent with plugins behaviour (#6380) (@jasikpark). (BREAKING)
  • Changed: type definitions to reorganize (#6510) (@ybiquitous). (BREAKING)
  • Changed: type names to be more consistent (#6503) (@ybiquitous). (BREAKING)
  • Deprecated: stylistic rules handled by Prettier (#6504) (@ybiquitous).
  • Added: declaration-property-value-no-unknown rule (#6511) (@jeddy3).
  • Added: media-feature-name-unit-allowed-list rule (#6550) (@mattxwang).
  • Added: function-url-quotes autofix (#6558) (@mattxwang).
  • Added: ignore: ["custom-elements"] to selector-max-type (#6588) (@muddv).
  • Added: ignoreFunctions: [] to unit-disallowed-list (#6592) (@mattxwang).
  • Added: deprecated rule warnings (#6561) (@ybiquitous).
  • Added: message arguments to declaration-property-unit-allowed-list (#6570) (@mattxwang).
  • Fixed: overrides.files in config to allow basename glob patterns (#6547) (@ybiquitous).
  • Fixed: at-rule-no-unknown false positives for @scroll-timeline (#6554) (@mattxwang).
  • Fixed: function-no-unknown false positives for interpolation and backticks in CSS-in-JS (#6565) (@hudochenkov).
  • Fixed: keyframe-selector-notation false positives for named timeline ranges (#6605) (@kimulaco).
  • Fixed: property-no-unknown false negatives for newer custom syntaxes (#6553) (@43081j).
  • Fixed: selector-attribute-quotes false positives for "never" (#6571) (@mattxwang).
  • Fixed: selector-not-notation autofix for "simple" option (#6608) (@Mouvedia).
ybiquitous
published 14.16.1 •

Changelog

Source

14.16.1

  • Fixed: customSyntax resolution with configBasedir (#6536) (@ybiquitous).
  • Fixed: declaration-block-no-duplicate-properties autofix for !important (#6528) (@sidx1024).
  • Fixed: function-no-unknown false positives for scroll, -webkit-gradient, color-stop, from, and to (#6539) (@Mouvedia).
  • Fixed: value-keyword-case false positives for mixed case ignoreFunctions option (#6517) (@kimulaco).
  • Fixed: unexpected output in Node.js API lint result when any rule contains disableFix: true (#6543) (@adrianjost).
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