stylelint
Advanced tools
Comparing version 16.4.0 to 16.5.0
{ | ||
"name": "stylelint", | ||
"version": "16.4.0", | ||
"version": "16.5.0", | ||
"description": "A mighty CSS linter that helps you avoid errors and enforce conventions.", | ||
@@ -114,13 +114,3 @@ "keywords": [ | ||
"plugins": [ | ||
"@stylelint/remark-preset", | ||
[ | ||
"remark-lint-no-undefined-references", | ||
{ | ||
"allow": [ | ||
"!NOTE", | ||
"!IMPORTANT", | ||
"!WARNING" | ||
] | ||
} | ||
] | ||
"@stylelint/remark-preset" | ||
] | ||
@@ -210,3 +200,3 @@ }, | ||
"@stylelint/prettier-config": "^3.0.0", | ||
"@stylelint/remark-preset": "^5.0.0", | ||
"@stylelint/remark-preset": "^5.1.0", | ||
"@types/balanced-match": "^1.0.4", | ||
@@ -246,4 +236,4 @@ "@types/css-tree": "^2.3.7", | ||
"postcss-scss": "^4.0.9", | ||
"remark-cli": "^12.0.0", | ||
"rollup": "^4.16.3", | ||
"remark-cli": "^12.0.1", | ||
"rollup": "^4.17.2", | ||
"sugarss": "^4.0.1", | ||
@@ -250,0 +240,0 @@ "typescript": "^5.4.5" |
import type * as PostCSS from 'postcss'; | ||
import type { GlobbyOptions } from 'globby'; | ||
import type * as Cosmiconfig from 'cosmiconfig'; | ||
import type { cosmiconfig, TransformSync as CosmiconfigTransformSync } from 'cosmiconfig'; | ||
@@ -132,3 +132,5 @@ type ConfigExtends = string | string[]; | ||
/** @internal */ | ||
export type CosmiconfigResult = Cosmiconfig.CosmiconfigResult<Config>; | ||
export type CosmiconfigResult = | ||
| (ReturnType<CosmiconfigTransformSync> & { config: Config }) | ||
| null; | ||
@@ -772,3 +774,3 @@ /** @internal */ | ||
_options: LinterOptions & { cwd: string }; | ||
_extendExplorer: Cosmiconfig.PublicExplorer; | ||
_extendExplorer: ReturnType<typeof cosmiconfig>; | ||
_specifiedConfigCache: Map<Config, Promise<CosmiconfigResult>>; | ||
@@ -775,0 +777,0 @@ _postcssResultCache: Map<string, PostCSS.Result>; |
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
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1434990
607
44106