@alexlit/lint-kit 198.1.0 → 198.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-eslint/package.json +5 -5
- package/packages/config-eslint/plugins/sonar.js +1 -1
- package/packages/config-eslint/plugins/unicorn.js +1 -1
- package/packages/config-hooks/package.json +2 -2
- package/packages/config-prettier/package.json +2 -2
- package/packages/config-stylelint/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-eslint",
|
|
3
|
-
"version": "151.
|
|
3
|
+
"version": "151.3.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Sharable ESLint configuration",
|
|
6
6
|
"keywords": [
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@eslint/json": "^2.0.1",
|
|
44
44
|
"@intlify/eslint-plugin-vue-i18n": "^4.5.1",
|
|
45
45
|
"@stylistic/eslint-plugin": "^5.10.0",
|
|
46
|
-
"@tanstack/eslint-plugin-query": "^5.101.
|
|
46
|
+
"@tanstack/eslint-plugin-query": "^5.101.3",
|
|
47
47
|
"@unocss/eslint-config": "^66.7.5",
|
|
48
48
|
"@vitest/eslint-plugin": "^1.6.23",
|
|
49
49
|
"eslint": "^10.7.0",
|
|
50
50
|
"eslint-config-prettier": "^10.1.8",
|
|
51
|
-
"eslint-plugin-jsdoc": "^63.
|
|
51
|
+
"eslint-plugin-jsdoc": "^63.2.0",
|
|
52
52
|
"eslint-plugin-perfectionist": "^5.10.0",
|
|
53
53
|
"eslint-plugin-pinia": "^0.4.2",
|
|
54
54
|
"eslint-plugin-prettier": "^5.5.6",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"eslint-plugin-sonarjs": "^4.2.0",
|
|
57
57
|
"eslint-plugin-tailwindcss": "^4.2.0",
|
|
58
58
|
"eslint-plugin-unicorn": "^72.0.0",
|
|
59
|
-
"eslint-plugin-vue": "^10.
|
|
59
|
+
"eslint-plugin-vue": "^10.10.0",
|
|
60
60
|
"eslint-plugin-vuejs-accessibility": "^2.5.0",
|
|
61
61
|
"eslint-plugin-zod": "^4.8.0",
|
|
62
62
|
"globals": "^17.7.0",
|
|
63
63
|
"jsonc-eslint-parser": "^3.1.0",
|
|
64
64
|
"typescript": "^6.0.3",
|
|
65
|
-
"typescript-eslint": "^8.
|
|
65
|
+
"typescript-eslint": "^8.65.0",
|
|
66
66
|
"yaml-eslint-parser": "^2.1.0"
|
|
67
67
|
},
|
|
68
68
|
"publishConfig": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-hooks",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Hooks config",
|
|
6
6
|
"keywords": [
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"husky": "^9.1.7",
|
|
39
|
-
"lint-staged": "^17.0
|
|
39
|
+
"lint-staged": "^17.1.0"
|
|
40
40
|
},
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-prettier",
|
|
3
|
-
"version": "22.6.
|
|
3
|
+
"version": "22.6.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "prettier config",
|
|
6
6
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@prettier/plugin-pug": "^3.4.2",
|
|
40
40
|
"@prettier/plugin-ruby": "^4.0.4",
|
|
41
41
|
"@prettier/plugin-xml": "^3.4.2",
|
|
42
|
-
"prettier": "^3.9.
|
|
42
|
+
"prettier": "^3.9.6",
|
|
43
43
|
"prettier-plugin-eruby": "^0.0.3",
|
|
44
44
|
"prettier-plugin-jsdoc": "^1.8.1",
|
|
45
45
|
"prettier-plugin-packagejson": "^3.0.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@alexlit/config-stylelint",
|
|
3
|
-
"version": "60.19.
|
|
3
|
+
"version": "60.19.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Stylelint config",
|
|
6
6
|
"keywords": [
|
|
@@ -38,10 +38,10 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@double-great/stylelint-a11y": "^3.5.0",
|
|
40
40
|
"@morev/stylelint-plugin": "^0.6.1",
|
|
41
|
-
"postcss": "^8.5.
|
|
41
|
+
"postcss": "^8.5.20",
|
|
42
42
|
"postcss-html": "^1.8.1",
|
|
43
43
|
"prettier": "^3.9.5",
|
|
44
|
-
"stylelint": "17.14.
|
|
44
|
+
"stylelint": "17.14.1",
|
|
45
45
|
"stylelint-config-recommended-vue": "^1.6.1",
|
|
46
46
|
"stylelint-config-standard": "^40.0.0",
|
|
47
47
|
"stylelint-config-standard-scss": "^17.0.0",
|