Socket
Socket
Sign inDemoInstall

stylelint

Package Overview
Dependencies
Maintainers
6
Versions
239
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

stylelint - npm Package Compare versions

Comparing version 16.9.0 to 16.10.0

lib/utils/getFormatter.cjs

31

package.json
{
"name": "stylelint",
"version": "16.9.0",
"version": "16.10.0",
"description": "A mighty CSS linter that helps you avoid errors and enforce conventions.",

@@ -169,8 +169,8 @@ "keywords": [

"cosmiconfig": "^9.0.0",
"css-functions-list": "^3.2.2",
"css-tree": "^2.3.1",
"debug": "^4.3.6",
"css-functions-list": "^3.2.3",
"css-tree": "^3.0.0",
"debug": "^4.3.7",
"fast-glob": "^3.3.2",
"fastest-levenshtein": "^1.0.16",
"file-entry-cache": "^9.0.0",
"file-entry-cache": "^9.1.0",
"global-modules": "^2.0.0",

@@ -180,3 +180,3 @@ "globby": "^11.1.0",

"html-tags": "^3.3.1",
"ignore": "^5.3.2",
"ignore": "^6.0.2",
"imurmurhash": "^0.1.4",

@@ -190,5 +190,5 @@ "is-plain-object": "^5.0.0",

"picocolors": "^1.0.1",
"postcss": "^8.4.41",
"postcss": "^8.4.47",
"postcss-resolve-nested-selector": "^0.1.6",
"postcss-safe-parser": "^7.0.0",
"postcss-safe-parser": "^7.0.1",
"postcss-selector-parser": "^6.1.2",

@@ -198,3 +198,2 @@ "postcss-value-parser": "^4.2.0",

"string-width": "^4.2.3",
"strip-ansi": "^7.1.0",
"supports-hyperlinks": "^3.1.0",

@@ -206,3 +205,3 @@ "svg-tags": "^1.0.0",

"devDependencies": {
"@changesets/cli": "^2.27.7",
"@changesets/cli": "^2.27.9",
"@changesets/get-github-info": "^0.6.0",

@@ -231,9 +230,9 @@ "@jest/globals": "^29.7.0",

"eslint-config-stylelint": "^22.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.8.0",
"husky": "^9.1.5",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jest": "^28.8.3",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jest-preset-stylelint": "^7.1.0",
"jest-watch-typeahead": "^2.2.2",
"lint-staged": "^15.2.9",
"lint-staged": "^15.2.10",
"np": "^10.0.7",

@@ -248,5 +247,5 @@ "npm-run-all": "^4.1.5",

"remark-cli": "^12.0.1",
"rollup": "^4.21.0",
"rollup": "^4.24.0",
"sugarss": "^4.0.1",
"typescript": "^5.5.4"
"typescript": "^5.6.3"
},

@@ -253,0 +252,0 @@ "engines": {

@@ -82,2 +82,6 @@ # Stylelint

### Alumni
We'd like to thank all past members for their invaluable contributions, including two of Stylelint's co-creators [@davidtheclark](https://github.com/davidtheclark) and [@MoOx](https://github.com/MoOx).
### Sponsors

@@ -84,0 +88,0 @@

@@ -112,2 +112,3 @@ import type * as PostCSS from 'postcss';

quiet?: boolean;
formatter?: FormatterType | Formatter;
defaultSeverity?: Severity;

@@ -127,2 +128,3 @@ ignoreDisables?: boolean;

fix?: boolean;
validate?: boolean;
};

@@ -376,3 +378,3 @@

ignoreShorthands: OneOrMany<StringOrRegex>;
ignoreLonghands: string[];
ignoreLonghands: OneOrMany<string>;
}

@@ -630,3 +632,3 @@ >;

>;
'value-no-vendor-prefix': CoreRule<true, { ignoreValues: Array<StringOrRegex> }>;
'value-no-vendor-prefix': CoreRule<true, { ignoreValues: OneOrMany<StringOrRegex> }>;
};

@@ -675,2 +677,4 @@

customSyntax?: CustomSyntax;
/** @internal */
_defaultFormatter?: FormatterType;
formatter?: FormatterType | Formatter;

@@ -682,2 +686,3 @@ disableDefaultIgnores?: boolean;

quietDeprecationWarnings?: boolean;
validate?: boolean;
};

@@ -1019,3 +1024,3 @@

_extendExplorer: ReturnType<typeof cosmiconfig>;
_specifiedConfigCache: Map<Config, Promise<CosmiconfigResult>>;
_specifiedConfigCache: Map<Config, Map<string, CosmiconfigResult>>;
_postcssResultCache: Map<string, PostCSS.Result>;

@@ -1022,0 +1027,0 @@ _fileCache: FileCache;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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