@dword-design/stylelint-config 5.0.0 → 5.0.2

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.
package/dist/index.d.ts CHANGED
@@ -12,9 +12,11 @@ declare const _default: {
12
12
  'csstools/use-nesting': (string | {
13
13
  except: RegExp;
14
14
  })[];
15
+ 'no-descending-specificity': null;
15
16
  'no-empty-source': null;
16
17
  'plugin/declaration-block-no-ignored-properties': boolean;
17
18
  'scss/no-global-function-names': null;
19
+ 'scss/operator-no-newline-after': null;
18
20
  'selector-pseudo-class-no-unknown': (boolean | {
19
21
  ignorePseudoClasses: string[];
20
22
  })[];
package/dist/index.js CHANGED
@@ -13,11 +13,15 @@ export default {
13
13
  "csstools/use-nesting": ["always", {
14
14
  except: /&:(hover|focus)/
15
15
  }],
16
+ "no-descending-specificity": null,
17
+ // TODO: See specificity test and https://github.com/stylelint/stylelint/issues?q=is%3Aissue%20state%3Aopen%20no-descending-specificity
16
18
  "no-empty-source": null,
17
19
  "plugin/declaration-block-no-ignored-properties": true,
18
20
  "scss/no-global-function-names": null,
21
+ "scss/operator-no-newline-after": null,
19
22
  "selector-pseudo-class-no-unknown": [true, {
20
23
  ignorePseudoClasses: ["global"]
21
24
  }]
25
+ // TODO: Prettier breaks this but I think the rule makes sense
22
26
  }
23
27
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/stylelint-config",
3
- "version": "5.0.0",
3
+ "version": "5.0.2",
4
4
  "repository": "dword-design/stylelint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",
@@ -29,24 +29,24 @@
29
29
  "verify": "base verify"
30
30
  },
31
31
  "dependencies": {
32
- "depcheck-package-name": "^4.0.1",
32
+ "depcheck-package-name": "^5.0.0",
33
33
  "postcss-html": "^1.8.0",
34
- "stylelint-config-hudochenkov": "^11.0.0",
34
+ "stylelint-config-hudochenkov": "^12.0.0",
35
35
  "stylelint-config-recommended-vue": "^1.6.1",
36
- "stylelint-config-standard-scss": "^14.0.0",
36
+ "stylelint-config-standard-scss": "^16.0.0",
37
37
  "stylelint-config-tailwindcss": "^1.0.0",
38
38
  "stylelint-declaration-block-no-ignored-properties": "^2.8.0",
39
- "stylelint-order": "^6.0.4",
39
+ "stylelint-order": "^7.0.1",
40
40
  "stylelint-prettier": "^5.0.3",
41
- "stylelint-use-nesting": "^6.0.0"
41
+ "stylelint-use-nesting": "^6.0.1"
42
42
  },
43
43
  "devDependencies": {
44
- "@dword-design/base": "^16.1.0",
44
+ "@dword-design/base": "^16.1.6",
45
45
  "@playwright/test": "^1.57.0",
46
46
  "@types/fs-extra": "^11.0.4",
47
47
  "endent": "npm:@dword-design/endent@^1.4.7",
48
48
  "execa": "^9.6.1",
49
- "fs-extra": "^11.3.2",
49
+ "fs-extra": "^11.3.3",
50
50
  "stylelint": "^16.26.1"
51
51
  },
52
52
  "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac",