@alexlit/lint-kit 117.5.1 → 118.0.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 +1 -1
- package/packages/config-eslint/package.json +6 -6
- package/packages/config-eslint/plugins/no-await-in-promise.js +1 -1
- package/packages/config-eslint/plugins/unicorn.js +1 -0
- package/packages/config-hooks/package.json +2 -2
- package/packages/config-markdownlint/package.json +2 -2
- package/packages/config-stylelint/package.json +3 -3
- package/scripts/.config.sh +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "84.
|
|
3
|
+
"version": "84.6.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"up": "../../scripts/up.sh"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@babel/eslint-parser": "^7.24.
|
|
41
|
+
"@babel/eslint-parser": "^7.24.6",
|
|
42
42
|
"@eslint/eslintrc": "^3.1.0",
|
|
43
43
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
44
44
|
"@tanstack/eslint-plugin-query": "^5.35.6",
|
|
@@ -57,12 +57,12 @@
|
|
|
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.2.
|
|
60
|
+
"eslint-plugin-jsdoc": "^48.2.6",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
|
62
62
|
"eslint-plugin-lit": "^1.13.0",
|
|
63
63
|
"eslint-plugin-lit-a11y": "^4.1.2",
|
|
64
64
|
"eslint-plugin-more": "^1.0.5",
|
|
65
|
-
"eslint-plugin-no-await-in-promise": "^
|
|
65
|
+
"eslint-plugin-no-await-in-promise": "^2.0.1",
|
|
66
66
|
"eslint-plugin-no-constructor-bind": "^2.0.4",
|
|
67
67
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
68
68
|
"eslint-plugin-no-loops": "^0.3.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
71
71
|
"eslint-plugin-node": "^11.1.0",
|
|
72
72
|
"eslint-plugin-prettier": "^5.1.3",
|
|
73
|
-
"eslint-plugin-promise": "^6.
|
|
73
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
74
74
|
"eslint-plugin-regexp": "^2.6.0",
|
|
75
75
|
"eslint-plugin-security": "^3.0.0",
|
|
76
76
|
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"eslint-plugin-testing-library": "^6.2.2",
|
|
84
84
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
85
85
|
"eslint-plugin-unicorn": "^53.0.0",
|
|
86
|
-
"eslint-plugin-unused-imports": "^
|
|
86
|
+
"eslint-plugin-unused-imports": "^4.0.0",
|
|
87
87
|
"eslint-plugin-vitest": "^0.5.4",
|
|
88
88
|
"eslint-plugin-vue": "^9.26.0",
|
|
89
89
|
"eslint-plugin-vuejs-accessibility": "^2.3.0",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-hooks",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hooks config",
|
|
6
6
|
"keywords": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"husky": "^9.0.11",
|
|
38
|
-
"lint-staged": "^15.2.
|
|
38
|
+
"lint-staged": "^15.2.5"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-markdownlint",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "markdownlint config",
|
|
6
6
|
"keywords": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"markdownlint": "^0.34.0",
|
|
36
|
-
"markdownlint-cli": "^0.
|
|
36
|
+
"markdownlint-cli": "^0.41.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=18.18"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "45.
|
|
3
|
+
"version": "45.8.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"postcss": "^8.4.38",
|
|
39
39
|
"postcss-html": "^1.7.0",
|
|
40
40
|
"prettier": "^3.2.5",
|
|
41
|
-
"stylelint": "^16.
|
|
41
|
+
"stylelint": "^16.6.0",
|
|
42
42
|
"stylelint-at-rule-no-children": "^0.3.1",
|
|
43
43
|
"stylelint-color-format": "^1.1.0",
|
|
44
44
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"stylelint-no-unresolved-module": "^2.2.2",
|
|
53
53
|
"stylelint-no-unsupported-browser-features": "^8.0.1",
|
|
54
54
|
"stylelint-order": "^6.0.4",
|
|
55
|
-
"stylelint-plugin-logical-css": "^1.2.
|
|
55
|
+
"stylelint-plugin-logical-css": "^1.2.1",
|
|
56
56
|
"stylelint-prettier": "^5.0.0",
|
|
57
57
|
"stylelint-scss": "^6.3.0",
|
|
58
58
|
"stylelint-selector-no-empty": "^1.0.9",
|
package/scripts/.config.sh
CHANGED
|
@@ -11,4 +11,4 @@ export CURRENT_DIR=${PWD##*/}
|
|
|
11
11
|
export CURRENT_PACKAGE_NAME=$(node -p "require('./package.json').name")
|
|
12
12
|
export CURRENT_PACKAGE_VERSION=$(node -p "require('./package.json').version")
|
|
13
13
|
export MAIN_PACKAGE="@alexlit/lint-kit"
|
|
14
|
-
export SKIPED_PACKAGES='eslint,eslint-plugin-array-func,eslint-plugin-no-
|
|
14
|
+
export SKIPED_PACKAGES='eslint,eslint-plugin-array-func,eslint-plugin-no-use-extend-native'
|