@alexlit/lint-kit 136.0.0 → 136.2.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": "136.0.0",
3
+ "version": "136.2.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": [
@@ -6,12 +6,12 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/cli/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.6_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
16
+ exec node "$basedir/../../../../node_modules/.pnpm/@commitlint+cli@19.6.1_@types+node@22.10.7_typescript@5.7.3/node_modules/@commitlint/cli/cli.js" "$@"
17
17
  fi
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "101.0.0",
3
+ "version": "101.1.0",
4
4
  "private": false,
5
5
  "description": "Eslint config",
6
6
  "keywords": [
@@ -41,16 +41,16 @@
41
41
  "@eslint/js": "^9.18.0",
42
42
  "@intlify/eslint-plugin-vue-i18n": "^3.2.0",
43
43
  "@stylistic/eslint-plugin": "^2.13.0",
44
- "@tanstack/eslint-plugin-query": "^5.62.16",
45
- "@unocss/eslint-config": "^65.4.0",
44
+ "@tanstack/eslint-plugin-query": "^5.64.2",
45
+ "@unocss/eslint-config": "^65.4.2",
46
46
  "eslint": "9.18.0",
47
47
  "eslint-config-prettier": "^10.0.1",
48
- "eslint-plugin-jsdoc": "^50.6.1",
48
+ "eslint-plugin-jsdoc": "^50.6.2",
49
49
  "eslint-plugin-perfectionist": "^4.6.0",
50
- "eslint-plugin-prettier": "^5.2.2",
50
+ "eslint-plugin-prettier": "^5.2.3",
51
51
  "eslint-plugin-regexp": "^2.7.0",
52
52
  "eslint-plugin-sonarjs": "^3.0.1",
53
- "eslint-plugin-tailwindcss": "^3.17.5",
53
+ "eslint-plugin-tailwindcss": "^3.18.0",
54
54
  "eslint-plugin-unicorn": "^56.0.1",
55
55
  "eslint-plugin-vitest": "^0.5.4",
56
56
  "eslint-plugin-vue": "^9.32.0",
@@ -67,7 +67,7 @@ export const vue = [
67
67
  'warn',
68
68
  { script: 500, skipBlankLines: true, style: 500, template: 500 },
69
69
  ],
70
- 'vue/new-line-between-multi-line-property': ['error'],
70
+ 'vue/new-line-between-multi-line-property': 'off',
71
71
  'vue/next-tick-style': ['error', 'promise'],
72
72
  'vue/no-child-content': ['error'],
73
73
  'vue/no-console': ['error'],
@@ -98,13 +98,14 @@ export const vue = [
98
98
  'vue/no-restricted-component-options': ['error'],
99
99
  'vue/no-restricted-props': ['error'],
100
100
  'vue/no-root-v-if': ['error'],
101
- 'vue/no-setup-props-reactivity-loss': 'off',
101
+ 'vue/no-setup-props-reactivity-loss': ['error'],
102
102
  'vue/no-static-inline-styles': ['error', { allowBinding: true }],
103
103
  'vue/no-this-in-before-route-enter': ['error'],
104
+ 'vue/no-undef-components': ['error'],
104
105
  'vue/no-unsupported-features': ['error'],
105
106
  'vue/no-unused-components': ['error'],
106
107
  'vue/no-unused-emit-declarations': ['error'],
107
- 'vue/no-unused-refs': 'off',
108
+ 'vue/no-unused-refs': ['error'],
108
109
  'vue/no-use-computed-property-like-method': ['error'],
109
110
  'vue/no-use-v-else-with-v-for': ['warn'],
110
111
  'vue/no-use-v-if-with-v-for': [
@@ -6,12 +6,12 @@ case `uname` in
6
6
  esac
7
7
 
8
8
  if [ -z "$NODE_PATH" ]; then
9
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
9
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
10
10
  else
11
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.3.0/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
11
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/lint-staged@15.4.1/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
12
12
  fi
13
13
  if [ -x "$basedir/node" ]; then
14
- exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/bin/lint-staged.js" "$@"
14
+ exec "$basedir/node" "$basedir/../../../../node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/bin/lint-staged.js" "$@"
15
15
  else
16
- exec node "$basedir/../../../../node_modules/.pnpm/lint-staged@15.3.0/node_modules/lint-staged/bin/lint-staged.js" "$@"
16
+ exec node "$basedir/../../../../node_modules/.pnpm/lint-staged@15.4.1/node_modules/lint-staged/bin/lint-staged.js" "$@"
17
17
  fi
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-hooks",
3
- "version": "4.3.0",
3
+ "version": "4.4.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": "^15.3.0"
39
+ "lint-staged": "^15.4.1"
40
40
  },
41
41
  "engines": {
42
42
  "node": ">=18.18"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-markdownlint",
3
- "version": "2.14.4",
3
+ "version": "2.14.5",
4
4
  "private": false,
5
5
  "description": "markdownlint config",
6
6
  "keywords": [
@@ -34,7 +34,7 @@
34
34
  "up": "../../scripts/up.sh --local"
35
35
  },
36
36
  "dependencies": {
37
- "markdownlint": "^0.37.3",
37
+ "markdownlint": "^0.37.4",
38
38
  "markdownlint-cli": "^0.43.0"
39
39
  },
40
40
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-prettier",
3
- "version": "20.2.3",
3
+ "version": "20.2.5",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -35,19 +35,19 @@
35
35
  "up": "../../scripts/up.sh --local"
36
36
  },
37
37
  "dependencies": {
38
- "@prettier/plugin-php": "^0.22.2",
38
+ "@prettier/plugin-php": "^0.22.3",
39
39
  "@prettier/plugin-pug": "^3.2.0",
40
40
  "@prettier/plugin-ruby": "^4.0.4",
41
41
  "@prettier/plugin-xml": "^3.4.1",
42
42
  "prettier": "^3.4.2",
43
43
  "prettier-plugin-eruby": "^0.0.3",
44
44
  "prettier-plugin-jsdoc": "^1.3.2",
45
- "prettier-plugin-packagejson": "^2.5.7",
45
+ "prettier-plugin-packagejson": "^2.5.8",
46
46
  "prettier-plugin-sh": "^0.14.0",
47
47
  "prettier-plugin-solidity": "^1.4.2",
48
48
  "prettier-plugin-sort-json": "^4.1.1",
49
49
  "prettier-plugin-sql": "^0.18.1",
50
- "prettier-plugin-tailwindcss": "^0.6.9",
50
+ "prettier-plugin-tailwindcss": "^0.6.10",
51
51
  "radash": "^12.1.0"
52
52
  },
53
53
  "engines": {
@@ -87,6 +87,7 @@ const createConfig = (plugins = {}, options = {}) => ({
87
87
  ignoreAtRules: ['else'],
88
88
  },
89
89
  ],
90
+ 'at-rule-no-deprecated': [true, { ignoreAtRules: ['apply', 'tailwind'] }],
90
91
  'at-rule-no-unknown': null,
91
92
  'at-rule-no-vendor-prefix': true,
92
93
  'block-no-empty': null,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "48.1.0",
3
+ "version": "48.1.2",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "up": "../../scripts/up.sh --local"
37
37
  },
38
38
  "dependencies": {
39
- "@double-great/stylelint-a11y": "^3.0.2",
39
+ "@double-great/stylelint-a11y": "^3.0.3",
40
40
  "postcss": "^8.5.1",
41
41
  "postcss-html": "^1.8.0",
42
42
  "prettier": "^3.4.2",
@@ -55,7 +55,7 @@
55
55
  "stylelint-order": "^6.0.4",
56
56
  "stylelint-plugin-logical-css": "^1.2.1",
57
57
  "stylelint-prettier": "^5.0.2",
58
- "stylelint-scss": "^6.10.0",
58
+ "stylelint-scss": "^6.10.1",
59
59
  "stylelint-selector-no-empty": "^1.0.9",
60
60
  "stylelint-use-nesting": "^6.0.0"
61
61
  },
@@ -1,7 +1,7 @@
1
1
  import { createConfig } from '@alexlit/config-stylelint';
2
2
 
3
3
  export default createConfig({
4
- a11y: false,
4
+ a11y: true,
5
5
  gamut: true,
6
6
  'logical-css': true,
7
7
  'no-indistinguishable-colors': false,