@gooddata/stylelint-config 11.19.0-alpha.3 → 11.19.0-alpha.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/.stylelintrc +7 -2
  2. package/package.json +10 -10
  3. package/NOTICE +0 -9213
package/.stylelintrc CHANGED
@@ -6,7 +6,7 @@
6
6
  ],
7
7
  "customSyntax": "postcss-scss",
8
8
  "rules": {
9
- "declaration-block-no-duplicate-properties": true,
9
+ "declaration-block-no-duplicate-properties": null,
10
10
  "declaration-no-important": true,
11
11
  "function-url-quotes": "always",
12
12
  "max-nesting-depth": 3,
@@ -94,6 +94,11 @@
94
94
  "rule-empty-line-before": null,
95
95
  "at-rule-empty-line-before": null,
96
96
  "annotation-no-unknown": null,
97
- "import-notation": null
97
+ "import-notation": null,
98
+ "declaration-property-value-no-unknown": null,
99
+ "media-query-no-invalid": null,
100
+ "color-function-alias-notation": null,
101
+ "declaration-property-value-keyword-no-deprecated": null,
102
+ "at-rule-descriptor-value-no-unknown": null
98
103
  }
99
104
  }
package/package.json CHANGED
@@ -1,30 +1,30 @@
1
1
  {
2
2
  "name": "@gooddata/stylelint-config",
3
- "version": "11.19.0-alpha.3",
3
+ "version": "11.19.0-alpha.5",
4
4
  "description": "GoodData CSS Style Guide",
5
5
  "keywords": [
6
- "stylelint",
7
- "config"
6
+ "config",
7
+ "stylelint"
8
8
  ],
9
+ "license": "MIT",
10
+ "author": "GoodData Corporation",
9
11
  "repository": {
10
12
  "type": "git",
11
13
  "url": "https://github.com/gooddata/gooddata-ui-sdk.git",
12
14
  "directory": "sdk/tools/stylelint-config"
13
15
  },
14
- "license": "MIT",
15
- "author": "GoodData Corporation",
16
- "main": ".stylelintrc",
17
16
  "files": [
18
17
  ".stylelintrc",
19
- "NOTICE"
18
+ "LICENSE"
20
19
  ],
20
+ "main": ".stylelintrc",
21
21
  "dependencies": {
22
22
  "postcss": "^8.4.49",
23
23
  "postcss-scss": "^4.0.9",
24
- "stylelint": "^15.11.0",
25
- "stylelint-config-standard": "^32.0.0",
24
+ "stylelint": "^16.26.1",
25
+ "stylelint-config-standard": "^38.0.0",
26
26
  "stylelint-order": "^6.0.4",
27
- "stylelint-scss": "^5.3.2"
27
+ "stylelint-scss": "^6.12.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">= 18"