@alexlit/lint-kit 149.7.1 → 149.8.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": "149.7.1",
3
+ "version": "149.8.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": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "109.10.2",
3
+ "version": "109.11.0",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -42,15 +42,15 @@
42
42
  "@eslint/js": "^9.28.0",
43
43
  "@eslint/json": "^0.12.0",
44
44
  "@intlify/eslint-plugin-vue-i18n": "^4.0.1",
45
- "@stylistic/eslint-plugin": "^4.4.0",
45
+ "@stylistic/eslint-plugin": "^4.4.1",
46
46
  "@tanstack/eslint-plugin-query": "^5.78.0",
47
47
  "@unocss/eslint-config": "^66.1.3",
48
48
  "eslint": "9.28.0",
49
49
  "eslint-config-prettier": "^10.1.5",
50
50
  "eslint-plugin-jsdoc": "^50.7.1",
51
- "eslint-plugin-perfectionist": "^4.13.0",
51
+ "eslint-plugin-perfectionist": "^4.14.0",
52
52
  "eslint-plugin-prettier": "^5.4.1",
53
- "eslint-plugin-regexp": "^2.7.0",
53
+ "eslint-plugin-regexp": "^2.8.0",
54
54
  "eslint-plugin-sonarjs": "^3.0.2",
55
55
  "eslint-plugin-tailwindcss": "^3.18.0",
56
56
  "eslint-plugin-unicorn": "^59.0.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "53.1.0",
3
+ "version": "53.1.1",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -86,9 +86,9 @@ export default {
86
86
  { name: 'container', type: 'at-rule' },
87
87
  { name: 'supports', type: 'at-rule' },
88
88
  { name: 'document', type: 'at-rule' },
89
+ { name: 'page', type: 'at-rule' },
89
90
 
90
91
  // Nested
91
- { name: 'page', type: 'at-rule' },
92
92
  { name: 'font-face', type: 'at-rule' },
93
93
  { name: 'keyframes', type: 'at-rule' },
94
94
  { name: 'viewport', type: 'at-rule' },
@@ -103,6 +103,10 @@ export default {
103
103
  { name: 'styleset', type: 'at-rule' },
104
104
  { name: 'character-variant', type: 'at-rule' },
105
105
 
106
+ // Transition
107
+ { name: 'starting-style', type: 'at-rule' },
108
+ { name: 'view-transition', type: 'at-rule' },
109
+
106
110
  'at-rules',
107
111
 
108
112
  // Linguistic pseudo-classes