@alexlit/lint-kit 108.0.0 → 108.1.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": "@alexlit/lint-kit",
3
- "version": "108.0.0",
3
+ "version": "108.1.0",
4
4
  "private": false,
5
5
  "description": "Preset of configuration files and dependencies for linting web applications (designed for Vue.js with TypeScript)",
6
6
  "keywords": [
@@ -66,6 +66,6 @@
66
66
  },
67
67
  "devDependencies": {
68
68
  "changelogen": "latest",
69
- "typescript": "^5.3.2"
69
+ "typescript": "^5.4.2"
70
70
  }
71
71
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "76.5.0",
3
+ "version": "76.6.0",
4
4
  "private": false,
5
5
  "description": "Eslint config",
6
6
  "keywords": [
@@ -50,7 +50,7 @@
50
50
  "eslint-plugin-ext": "^0.1.0",
51
51
  "eslint-plugin-filenames": "^1.3.2",
52
52
  "eslint-plugin-import": "^2.29.1",
53
- "eslint-plugin-jsdoc": "^48.2.0",
53
+ "eslint-plugin-jsdoc": "^48.2.1",
54
54
  "eslint-plugin-jsx-a11y": "^6.8.0",
55
55
  "eslint-plugin-lit": "^1.11.0",
56
56
  "eslint-plugin-lit-a11y": "^4.1.2",
@@ -64,7 +64,7 @@
64
64
  "eslint-plugin-node": "^11.1.0",
65
65
  "eslint-plugin-prettier": "^5.1.3",
66
66
  "eslint-plugin-promise": "^6.1.1",
67
- "eslint-plugin-regexp": "^2.2.0",
67
+ "eslint-plugin-regexp": "^2.3.0",
68
68
  "eslint-plugin-security": "^2.1.1",
69
69
  "eslint-plugin-simple-import-sort": "^10.0.0",
70
70
  "eslint-plugin-sonarjs": "^0.24.0",
@@ -77,11 +77,11 @@
77
77
  "eslint-plugin-typescript-sort-keys": "^3.2.0",
78
78
  "eslint-plugin-unicorn": "^51.0.1",
79
79
  "eslint-plugin-unused-imports": "^3.1.0",
80
- "eslint-plugin-vitest": "^0.3.22",
80
+ "eslint-plugin-vitest": "^0.3.25",
81
81
  "eslint-plugin-vue": "^9.22.0",
82
82
  "eslint-plugin-vuejs-accessibility": "^2.2.1",
83
83
  "eslint-plugin-wc": "^2.0.4",
84
84
  "eslint-plugin-write-good-comments": "^0.2.0",
85
- "typescript": "^5.3.3"
85
+ "typescript": "^5.4.2"
86
86
  }
87
87
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-prettier",
3
- "version": "16.6.3",
3
+ "version": "16.6.4",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -45,7 +45,7 @@
45
45
  "prettier-plugin-sort-json": "^3.1.0",
46
46
  "prettier-plugin-sql": "^0.18.0",
47
47
  "prettier-plugin-svelte": "^3.2.2",
48
- "prettier-plugin-tailwindcss": "^0.5.11"
48
+ "prettier-plugin-tailwindcss": "^0.5.12"
49
49
  },
50
50
  "engines": {
51
51
  "node": ">=18.12.0"
@@ -69,7 +69,7 @@ export default {
69
69
  true,
70
70
  {
71
71
  ignoreProperties: {
72
- '/.+/': /^(v-(bind|deep|global|slotted)|view)|\$/,
72
+ '/.+/': /^(v-(bind|deep|global|slotted)|theme|view)|\$/,
73
73
  },
74
74
  },
75
75
  ],
@@ -88,7 +88,11 @@ export default {
88
88
  },
89
89
  ],
90
90
 
91
- 'media-feature-name-no-unknown': [true, { ignoreMediaFeatureNames: [] }],
91
+ 'media-feature-name-no-unknown': [
92
+ true,
93
+ { ignoreMediaFeatureNames: ['screen'] },
94
+ ],
95
+
92
96
  'media-feature-name-no-vendor-prefix': true,
93
97
  'no-descending-specificity': null,
94
98
  'no-empty-source': null,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "42.4.4",
3
+ "version": "44.0.3",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -53,9 +53,9 @@
53
53
  "stylelint-order": "^6.0.4",
54
54
  "stylelint-plugin-logical-css": "^1.0.0",
55
55
  "stylelint-prettier": "^5.0.0",
56
- "stylelint-scss": "^6.1.0",
56
+ "stylelint-scss": "^6.2.1",
57
57
  "stylelint-selector-no-empty": "^1.0.9",
58
- "stylelint-use-nesting": "^4.1.0"
58
+ "stylelint-use-nesting": "^5.1.1"
59
59
  },
60
60
  "engines": {
61
61
  "node": ">=18.12.0"
@@ -5,7 +5,7 @@ export default {
5
5
  rules: {
6
6
  'aditayvm/at-rule-no-children': [
7
7
  {
8
- ignore: ['for', 'each', 'mixin', 'while'],
8
+ ignore: ['for', 'each', 'layer', 'mixin', 'while'],
9
9
  severity: 'error',
10
10
  },
11
11
  ],
@@ -71,6 +71,8 @@ export default {
71
71
  true,
72
72
  {
73
73
  ignoreFunctions: [
74
+ 'format',
75
+ 'url',
74
76
  // vue
75
77
  'v-bind',
76
78
  // tailwind