@alexlit/lint-kit 121.0.1 → 121.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/config-eslint",
|
|
3
|
-
"version": "88.0
|
|
3
|
+
"version": "88.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@babel/eslint-parser": "^7.24.8",
|
|
42
42
|
"@eslint/eslintrc": "^3.1.0",
|
|
43
43
|
"@intlify/eslint-plugin-vue-i18n": "^3.0.0",
|
|
44
|
-
"@tanstack/eslint-plugin-query": "^5.51.
|
|
44
|
+
"@tanstack/eslint-plugin-query": "^5.51.12",
|
|
45
45
|
"@typescript-eslint/eslint-plugin": "^7.16.1",
|
|
46
46
|
"@typescript-eslint/parser": "^7.16.1",
|
|
47
47
|
"eslint": "^8.57.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-ext": "^0.1.0",
|
|
58
58
|
"eslint-plugin-filenames": "^1.3.2",
|
|
59
59
|
"eslint-plugin-import": "^2.29.1",
|
|
60
|
-
"eslint-plugin-jsdoc": "^48.
|
|
60
|
+
"eslint-plugin-jsdoc": "^48.8.3",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.9.0",
|
|
62
62
|
"eslint-plugin-lit": "^1.14.0",
|
|
63
63
|
"eslint-plugin-lit-a11y": "^4.1.4",
|
|
@@ -69,8 +69,8 @@
|
|
|
69
69
|
"eslint-plugin-no-secrets": "^1.0.2",
|
|
70
70
|
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
71
71
|
"eslint-plugin-node": "^11.1.0",
|
|
72
|
-
"eslint-plugin-prettier": "^5.1
|
|
73
|
-
"eslint-plugin-promise": "^6.
|
|
72
|
+
"eslint-plugin-prettier": "^5.2.1",
|
|
73
|
+
"eslint-plugin-promise": "^6.6.0",
|
|
74
74
|
"eslint-plugin-regexp": "^2.6.0",
|
|
75
75
|
"eslint-plugin-security": "^3.0.1",
|
|
76
76
|
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"eslint-plugin-unused-imports": "^4.0.0",
|
|
87
87
|
"eslint-plugin-vitest": "^0.5.4",
|
|
88
88
|
"eslint-plugin-vue": "^9.27.0",
|
|
89
|
-
"eslint-plugin-vuejs-accessibility": "^2.
|
|
89
|
+
"eslint-plugin-vuejs-accessibility": "^2.4.0",
|
|
90
90
|
"eslint-plugin-wc": "^2.1.0",
|
|
91
91
|
"eslint-plugin-write-good-comments": "^0.2.0",
|
|
92
92
|
"typescript": "^5.5.3"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-hooks",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hooks config",
|
|
6
6
|
"keywords": [
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"up": "../../scripts/up.sh"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"husky": "^9.
|
|
37
|
+
"husky": "^9.1.1",
|
|
38
38
|
"lint-staged": "^15.2.7"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"@prettier/plugin-xml": "^3.4.1",
|
|
41
41
|
"prettier": "^3.3.3",
|
|
42
42
|
"prettier-plugin-jsdoc": "^1.3.0",
|
|
43
|
-
"prettier-plugin-packagejson": "^2.5.
|
|
43
|
+
"prettier-plugin-packagejson": "^2.5.1",
|
|
44
44
|
"prettier-plugin-sh": "^0.14.0",
|
|
45
45
|
"prettier-plugin-solidity": "^1.3.1",
|
|
46
46
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
47
47
|
"prettier-plugin-sql": "^0.18.1",
|
|
48
|
-
"prettier-plugin-svelte": "^3.2.
|
|
48
|
+
"prettier-plugin-svelte": "^3.2.6",
|
|
49
49
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
50
50
|
"radash": "^12.1.0"
|
|
51
51
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "45.11.
|
|
3
|
+
"version": "45.11.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"stylelint-no-unsupported-browser-features": "^8.0.1",
|
|
54
54
|
"stylelint-order": "^6.0.4",
|
|
55
55
|
"stylelint-plugin-logical-css": "^1.2.1",
|
|
56
|
-
"stylelint-prettier": "^5.0.
|
|
56
|
+
"stylelint-prettier": "^5.0.2",
|
|
57
57
|
"stylelint-scss": "^6.4.1",
|
|
58
58
|
"stylelint-selector-no-empty": "^1.0.9",
|
|
59
59
|
"stylelint-use-nesting": "^5.1.1"
|