@alexlit/config-stylelint 34.0.0 → 34.2.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.
Files changed (2) hide show
  1. package/.stylelintrc.js +10 -1
  2. package/package.json +6 -6
package/.stylelintrc.js CHANGED
@@ -66,7 +66,16 @@ module.exports = {
66
66
 
67
67
  'custom-property-pattern': '^_?[a-z]+([a-z0-9-]+[a-z0-9]+)?$',
68
68
  'declaration-block-no-redundant-longhand-properties': null,
69
- 'declaration-property-value-no-unknown': true,
69
+
70
+ 'declaration-property-value-no-unknown': [
71
+ true,
72
+ {
73
+ ignoreProperties: {
74
+ '/.+/': /^v-(bind|deep|global|slotted)|\$/,
75
+ },
76
+ },
77
+ ],
78
+
70
79
  'font-family-name-quotes': 'always-unless-keyword',
71
80
  'function-no-unknown': null, // delegate to scss/function-no-unknown
72
81
  'function-url-quotes': 'always',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "34.0.0",
3
+ "version": "34.2.0",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -39,26 +39,26 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@double-great/stylelint-a11y": "^2.0.2",
42
- "postcss": "^8.4.23",
42
+ "postcss": "^8.4.24",
43
43
  "postcss-html": "^1.5.0",
44
44
  "prettier": "^2.8.8",
45
- "stylelint": "^15.6.1",
45
+ "stylelint": "^15.8.0",
46
46
  "stylelint-at-rule-no-children": "^0.3.1",
47
47
  "stylelint-color-format": "^1.1.0",
48
48
  "stylelint-config-recommended-vue": "^1.4.0",
49
49
  "stylelint-config-standard": "^33.0.0",
50
50
  "stylelint-config-standard-scss": "^9.0.0",
51
51
  "stylelint-declaration-block-no-ignored-properties": "^2.7.0",
52
- "stylelint-gamut": "^1.3.1",
52
+ "stylelint-gamut": "^1.3.3",
53
53
  "stylelint-high-performance-animation": "^1.8.0",
54
54
  "stylelint-no-indistinguishable-colors": "^1.3.2",
55
55
  "stylelint-no-nested-media": "^0.1.0",
56
56
  "stylelint-no-unresolved-module": "^2.1.0",
57
57
  "stylelint-no-unsupported-browser-features": "^6.1.0",
58
58
  "stylelint-order": "^6.0.3",
59
- "stylelint-plugin-logical-css": "^0.9.1",
59
+ "stylelint-plugin-logical-css": "^0.12.0",
60
60
  "stylelint-prettier": "^3.0.0",
61
- "stylelint-scss": "^5.0.0",
61
+ "stylelint-scss": "^5.0.1",
62
62
  "stylelint-selector-no-empty": "^1.0.9",
63
63
  "stylelint-use-logical-spec": "^5.0.0",
64
64
  "stylelint-use-nesting": "^4.1.0"