@tomjs/stylelint 2.4.0 → 2.5.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tomjs/stylelint",
3
- "version": "2.4.0",
3
+ "version": "2.5.0",
4
4
  "description": "stylelint config for tomjs",
5
5
  "keywords": [
6
6
  "stylelint",
@@ -32,29 +32,28 @@
32
32
  "exports": {
33
33
  ".": {
34
34
  "require": "./lib/index.js",
35
- "import": "./es/index.js",
36
- "types": "./es/index.d.ts"
35
+ "import": "./es/index.js"
37
36
  }
38
37
  },
39
38
  "dependencies": {
40
- "postcss": "^8.4.33",
41
- "postcss-html": "^1.6.0",
39
+ "postcss": "^8.4.38",
40
+ "postcss-html": "^1.7.0",
42
41
  "postcss-less": "^6.0.0",
43
42
  "postcss-scss": "^4.0.9",
44
43
  "stylelint-config-property-sort-order-smacss": "^10.0.0",
45
44
  "stylelint-config-recommended": "^14.0.0",
46
45
  "stylelint-config-recommended-vue": "^1.5.0",
47
46
  "stylelint-config-standard": "^36.0.0",
48
- "stylelint-config-standard-scss": "^13.0.0",
47
+ "stylelint-config-standard-scss": "^13.1.0",
49
48
  "stylelint-order": "^6.0.4",
50
49
  "stylelint-prettier": "^5.0.0"
51
50
  },
52
51
  "peerDependencies": {
53
- "prettier": ">=3.0.0",
54
- "stylelint": "^16.1.0"
52
+ "prettier": "^3.0.0",
53
+ "stylelint": "^16.3.1"
55
54
  },
56
55
  "engines": {
57
- "node": ">=18.2.0"
56
+ "node": ">=18.12.0"
58
57
  },
59
58
  "scripts": {
60
59
  "build": "npm run clean && vite build",
package/es/index.d.ts DELETED
@@ -1,59 +0,0 @@
1
- declare const _default: {
2
- plugins: string[];
3
- extends: string[];
4
- overrides: ({
5
- files: string[];
6
- customSyntax: string;
7
- extends?: undefined;
8
- rule?: undefined;
9
- } | {
10
- files: string[];
11
- customSyntax: string;
12
- extends: string[];
13
- rule?: undefined;
14
- } | {
15
- files: string[];
16
- customSyntax: string;
17
- extends: string[];
18
- rule: {
19
- 'scss/percent-placeholder-pattern': null;
20
- };
21
- })[];
22
- rules: {
23
- 'alpha-value-notation': string;
24
- 'at-rule-no-unknown': (boolean | {
25
- ignoreAtRules: string[];
26
- })[];
27
- 'color-function-notation': null;
28
- 'font-family-no-missing-generic-family-keyword': null;
29
- 'function-no-unknown': null;
30
- 'import-notation': null;
31
- 'media-feature-range-notation': string;
32
- 'named-grid-areas-no-invalid': null;
33
- 'no-descending-specificity': null;
34
- 'no-duplicate-selectors': null;
35
- 'no-empty-source': null;
36
- 'order/order': ((string | {
37
- name: string;
38
- type: string;
39
- })[] | {
40
- severity: string;
41
- })[];
42
- 'rule-empty-line-before': (string | {
43
- ignore: string[];
44
- })[];
45
- 'selector-class-pattern': null;
46
- 'selector-not-notation': null;
47
- 'selector-pseudo-class-no-unknown': (boolean | {
48
- ignorePseudoClasses: string[];
49
- })[];
50
- 'selector-pseudo-element-no-unknown': (boolean | {
51
- ignorePseudoElements: string[];
52
- })[];
53
- 'unit-no-unknown': (boolean | {
54
- ignoreUnits: string[];
55
- })[];
56
- };
57
- ignoreFiles: string[];
58
- };
59
- export default _default;
package/lib/index.d.ts DELETED
@@ -1,59 +0,0 @@
1
- declare const _default: {
2
- plugins: string[];
3
- extends: string[];
4
- overrides: ({
5
- files: string[];
6
- customSyntax: string;
7
- extends?: undefined;
8
- rule?: undefined;
9
- } | {
10
- files: string[];
11
- customSyntax: string;
12
- extends: string[];
13
- rule?: undefined;
14
- } | {
15
- files: string[];
16
- customSyntax: string;
17
- extends: string[];
18
- rule: {
19
- 'scss/percent-placeholder-pattern': null;
20
- };
21
- })[];
22
- rules: {
23
- 'alpha-value-notation': string;
24
- 'at-rule-no-unknown': (boolean | {
25
- ignoreAtRules: string[];
26
- })[];
27
- 'color-function-notation': null;
28
- 'font-family-no-missing-generic-family-keyword': null;
29
- 'function-no-unknown': null;
30
- 'import-notation': null;
31
- 'media-feature-range-notation': string;
32
- 'named-grid-areas-no-invalid': null;
33
- 'no-descending-specificity': null;
34
- 'no-duplicate-selectors': null;
35
- 'no-empty-source': null;
36
- 'order/order': ((string | {
37
- name: string;
38
- type: string;
39
- })[] | {
40
- severity: string;
41
- })[];
42
- 'rule-empty-line-before': (string | {
43
- ignore: string[];
44
- })[];
45
- 'selector-class-pattern': null;
46
- 'selector-not-notation': null;
47
- 'selector-pseudo-class-no-unknown': (boolean | {
48
- ignorePseudoClasses: string[];
49
- })[];
50
- 'selector-pseudo-element-no-unknown': (boolean | {
51
- ignorePseudoElements: string[];
52
- })[];
53
- 'unit-no-unknown': (boolean | {
54
- ignoreUnits: string[];
55
- })[];
56
- };
57
- ignoreFiles: string[];
58
- };
59
- export default _default;