@alexlit/lint-kit 114.1.1 → 114.3.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-commitlint/package.json +4 -4
- package/packages/config-eslint/index.js +1 -2
- package/packages/config-eslint/package.json +9 -9
- package/packages/config-eslint/plugins/import.js +5 -2
- package/packages/config-prettier/package.json +4 -4
- package/scripts/up.sh +1 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-commitlint",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Commitlint config",
|
|
6
6
|
"keywords": [
|
|
@@ -33,11 +33,11 @@
|
|
|
33
33
|
"up": "../../scripts/up.sh"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@commitlint/cli": "^19.2.
|
|
37
|
-
"@commitlint/config-conventional": "^19.
|
|
36
|
+
"@commitlint/cli": "^19.2.2",
|
|
37
|
+
"@commitlint/config-conventional": "^19.2.2",
|
|
38
38
|
"conventional-changelog-cli": "^4.1.0"
|
|
39
39
|
},
|
|
40
40
|
"engines": {
|
|
41
41
|
"node": ">=18"
|
|
42
42
|
}
|
|
43
|
-
}
|
|
43
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
/* eslint-disable sonarjs/no-duplicate-string, import/order */
|
|
1
|
+
/* eslint-disable sonarjs/no-duplicate-string, import/order, no-undef */
|
|
3
2
|
|
|
4
3
|
const { defineConfig } = require('eslint-define-config');
|
|
5
4
|
const { extendSpellChecker } = require('./utils/extend-spell-checker');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "81.
|
|
3
|
+
"version": "81.2.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Eslint config",
|
|
6
6
|
"keywords": [
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
|
|
40
40
|
"@tanstack/eslint-plugin-query": "^5.28.11",
|
|
41
|
-
"@typescript-eslint/eslint-plugin": "^7.
|
|
42
|
-
"@typescript-eslint/parser": "^7.
|
|
41
|
+
"@typescript-eslint/eslint-plugin": "^7.7.0",
|
|
42
|
+
"@typescript-eslint/parser": "^7.7.0",
|
|
43
43
|
"eslint": "^8.57.0",
|
|
44
44
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
45
45
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -62,27 +62,27 @@
|
|
|
62
62
|
"eslint-plugin-no-constructor-bind": "^2.0.4",
|
|
63
63
|
"eslint-plugin-no-explicit-type-exports": "^0.12.1",
|
|
64
64
|
"eslint-plugin-no-loops": "^0.3.0",
|
|
65
|
-
"eslint-plugin-no-secrets": "^0.
|
|
65
|
+
"eslint-plugin-no-secrets": "^0.9.1",
|
|
66
66
|
"eslint-plugin-no-use-extend-native": "^0.5.0",
|
|
67
67
|
"eslint-plugin-node": "^11.1.0",
|
|
68
68
|
"eslint-plugin-prettier": "^5.1.3",
|
|
69
69
|
"eslint-plugin-promise": "^6.1.1",
|
|
70
70
|
"eslint-plugin-regexp": "^2.5.0",
|
|
71
71
|
"eslint-plugin-security": "^3.0.0",
|
|
72
|
-
"eslint-plugin-simple-import-sort": "^12.
|
|
72
|
+
"eslint-plugin-simple-import-sort": "^12.1.0",
|
|
73
73
|
"eslint-plugin-sonarjs": "^0.25.1",
|
|
74
74
|
"eslint-plugin-sort-class-members": "^1.20.0",
|
|
75
75
|
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
76
76
|
"eslint-plugin-sort-keys-fix": "^1.1.2",
|
|
77
77
|
"eslint-plugin-spellcheck": "^0.0.20",
|
|
78
78
|
"eslint-plugin-sql": "^2.5.0",
|
|
79
|
-
"eslint-plugin-testing-library": "^6.2.
|
|
79
|
+
"eslint-plugin-testing-library": "^6.2.2",
|
|
80
80
|
"eslint-plugin-typescript-sort-keys": "^3.2.0",
|
|
81
81
|
"eslint-plugin-unicorn": "^52.0.0",
|
|
82
82
|
"eslint-plugin-unused-imports": "^3.1.0",
|
|
83
83
|
"eslint-plugin-vitest": "^0.4.1",
|
|
84
|
-
"eslint-plugin-vue": "^9.
|
|
85
|
-
"eslint-plugin-vuejs-accessibility": "^2.
|
|
84
|
+
"eslint-plugin-vue": "^9.25.0",
|
|
85
|
+
"eslint-plugin-vuejs-accessibility": "^2.3.0",
|
|
86
86
|
"eslint-plugin-wc": "^2.1.0",
|
|
87
87
|
"eslint-plugin-write-good-comments": "^0.2.0",
|
|
88
88
|
"typescript": "^5.4.5"
|
|
@@ -95,4 +95,4 @@
|
|
|
95
95
|
"eslint-plugin-array-func": "^4.0.0",
|
|
96
96
|
"eslint-plugin-vitest": "^0.4.1"
|
|
97
97
|
}
|
|
98
|
-
}
|
|
98
|
+
}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* eslint-disable no-undef */
|
|
1
2
|
module.exports = {
|
|
2
3
|
extends: [
|
|
3
4
|
'plugin:import/errors',
|
|
@@ -57,8 +58,10 @@ module.exports = {
|
|
|
57
58
|
'newlines-between': 'always',
|
|
58
59
|
|
|
59
60
|
pathGroups: [
|
|
60
|
-
|
|
61
|
-
{ group: 'internal', pattern: '
|
|
61
|
+
// Nuxt
|
|
62
|
+
{ group: 'internal', pattern: '#**', position: 'after' },
|
|
63
|
+
// Structure
|
|
64
|
+
{ group: 'internal', pattern: '{@,~}/**', position: 'after' },
|
|
62
65
|
// FSD
|
|
63
66
|
{
|
|
64
67
|
group: 'internal',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "18.3.
|
|
3
|
+
"version": "18.3.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"prettier-plugin-solidity": "^1.3.1",
|
|
46
46
|
"prettier-plugin-sort-json": "^4.0.0",
|
|
47
47
|
"prettier-plugin-sql": "^0.18.0",
|
|
48
|
-
"prettier-plugin-svelte": "^3.2.
|
|
49
|
-
"prettier-plugin-tailwindcss": "^0.5.
|
|
48
|
+
"prettier-plugin-svelte": "^3.2.3",
|
|
49
|
+
"prettier-plugin-tailwindcss": "^0.5.14",
|
|
50
50
|
"radash": "^12.1.0"
|
|
51
51
|
},
|
|
52
52
|
"engines": {
|
|
53
53
|
"node": ">=18"
|
|
54
54
|
}
|
|
55
|
-
}
|
|
55
|
+
}
|
package/scripts/up.sh
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
# Обновляет зависимости до указанной версии (latest, newest, greatest, minor, patch)
|
|
2
2
|
|
|
3
|
-
echo "$PWD"
|
|
4
|
-
|
|
5
3
|
source "$(dirname $0)"/.config.sh
|
|
6
4
|
|
|
7
5
|
VERSION=${1:-minor}
|
|
@@ -9,7 +7,7 @@ VERSION=${1:-minor}
|
|
|
9
7
|
echo -e "${YELLOW}Обновляю зависимости пакета ${GREEN}${CURRENT_DIR}${YELLOW} до версии ${GREEN}${VERSION}${YELLOW}...${WHITE}"
|
|
10
8
|
|
|
11
9
|
if [ ${SKIPED_PACKAGES} != '' ]; then
|
|
12
|
-
echo -e "${BLUE}--reject ${
|
|
10
|
+
echo -e "${BLUE}--reject ${GREY}${SKIPED_PACKAGES}"
|
|
13
11
|
fi
|
|
14
12
|
|
|
15
13
|
# root
|