@alexlit/lint-kit 149.5.0 → 149.6.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": "149.5.0",
3
+ "version": "149.6.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": [
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "109.9.0",
3
+ "version": "109.9.1",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -49,7 +49,7 @@
49
49
  "eslint-config-prettier": "^10.1.5",
50
50
  "eslint-plugin-jsdoc": "^50.6.17",
51
51
  "eslint-plugin-perfectionist": "^4.13.0",
52
- "eslint-plugin-prettier": "^5.4.0",
52
+ "eslint-plugin-prettier": "^5.4.1",
53
53
  "eslint-plugin-regexp": "^2.7.0",
54
54
  "eslint-plugin-sonarjs": "^3.0.2",
55
55
  "eslint-plugin-tailwindcss": "^3.18.0",
@@ -104,7 +104,7 @@ const createConfig = (plugins = {}, options = {}) => ({
104
104
  true,
105
105
  {
106
106
  ignoreProperties: {
107
- '/.+/': /(v-(bind|deep|global|slotted)|theme|view)|\$/,
107
+ '/.+/': /(v-(bind|deep|global|slotted)|calc-size|theme|view)|\$/,
108
108
  },
109
109
  },
110
110
  ],
@@ -10,9 +10,9 @@ case `uname` in
10
10
  esac
11
11
 
12
12
  if [ -z "$NODE_PATH" ]; then
13
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
13
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules"
14
14
  else
15
- export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.19.1_typescript@5.8.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
15
+ export NODE_PATH="/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules/stylelint/bin/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules/stylelint/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/stylelint@16.20.0_typescript@5.8.3/node_modules:/home/alexlit/Work/@alexlit/lint-kit/node_modules/.pnpm/node_modules:$NODE_PATH"
16
16
  fi
17
17
  if [ -x "$basedir/node" ]; then
18
18
  exec "$basedir/node" "$basedir/../stylelint/bin/stylelint.mjs" "$@"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "53.0.2",
3
+ "version": "53.1.0",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -40,7 +40,7 @@
40
40
  "postcss": "^8.5.4",
41
41
  "postcss-html": "^1.8.0",
42
42
  "prettier": "^3.5.3",
43
- "stylelint": "16.19.1",
43
+ "stylelint": "16.20.0",
44
44
  "stylelint-color-format": "^1.1.0",
45
45
  "stylelint-config-recommended-vue": "^1.6.0",
46
46
  "stylelint-config-standard": "^38.0.0",