@alexlit/lint-kit 183.2.0 → 183.4.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": "183.2.0",
3
+ "version": "183.4.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-commitlint",
3
- "version": "13.4.1",
3
+ "version": "13.5.0",
4
4
  "private": false,
5
5
  "description": "Commitlint config",
6
6
  "keywords": [
@@ -34,8 +34,8 @@
34
34
  "up": "../../scripts/up.sh"
35
35
  },
36
36
  "dependencies": {
37
- "@commitlint/cli": "^20.4.3",
38
- "@commitlint/config-conventional": "^20.4.3",
37
+ "@commitlint/cli": "^20.5.0",
38
+ "@commitlint/config-conventional": "^20.5.0",
39
39
  "conventional-changelog-cli": "^5.0.0"
40
40
  },
41
41
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-eslint",
3
- "version": "136.4.1",
3
+ "version": "136.5.1",
4
4
  "private": false,
5
5
  "description": "Sharable ESLint configuration",
6
6
  "keywords": [
@@ -45,10 +45,10 @@
45
45
  "@stylistic/eslint-plugin": "^5.10.0",
46
46
  "@tanstack/eslint-plugin-query": "^5.91.4",
47
47
  "@unocss/eslint-config": "^66.6.6",
48
- "@vitest/eslint-plugin": "^1.6.10",
48
+ "@vitest/eslint-plugin": "^1.6.12",
49
49
  "eslint": "^10.0.3",
50
50
  "eslint-config-prettier": "^10.1.8",
51
- "eslint-plugin-jsdoc": "^62.7.1",
51
+ "eslint-plugin-jsdoc": "^62.8.0",
52
52
  "eslint-plugin-perfectionist": "^5.6.0",
53
53
  "eslint-plugin-prettier": "^5.5.5",
54
54
  "eslint-plugin-regexp": "^3.1.0",
@@ -60,7 +60,7 @@
60
60
  "globals": "^17.4.0",
61
61
  "jsonc-eslint-parser": "^3.1.0",
62
62
  "typescript": "^5.9.3",
63
- "typescript-eslint": "^8.57.0",
63
+ "typescript-eslint": "^8.57.1",
64
64
  "yaml-eslint-parser": "^2.0.0"
65
65
  },
66
66
  "publishConfig": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-hooks",
3
- "version": "5.3.2",
3
+ "version": "5.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": "^16.3.3"
39
+ "lint-staged": "^16.4.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.1.0",
3
+ "version": "22.1.1",
4
4
  "private": false,
5
5
  "description": "prettier config",
6
6
  "keywords": [
@@ -44,7 +44,7 @@
44
44
  "prettier-plugin-jsdoc": "^1.8.0",
45
45
  "prettier-plugin-packagejson": "^3.0.2",
46
46
  "prettier-plugin-sh": "^0.18.0",
47
- "prettier-plugin-solidity": "^2.3.0",
47
+ "prettier-plugin-solidity": "^2.3.1",
48
48
  "prettier-plugin-sort-json": "^4.2.0",
49
49
  "prettier-plugin-sql": "^0.19.2",
50
50
  "prettier-plugin-tailwindcss": "^0.7.2",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexlit/config-stylelint",
3
- "version": "60.1.0",
3
+ "version": "60.2.0",
4
4
  "private": false,
5
5
  "description": "Stylelint config",
6
6
  "keywords": [
@@ -36,7 +36,7 @@
36
36
  "up": "../../scripts/up.sh"
37
37
  },
38
38
  "dependencies": {
39
- "@double-great/stylelint-a11y": "^3.4.5",
39
+ "@double-great/stylelint-a11y": "^3.4.6",
40
40
  "@morev/stylelint-plugin": "^0.5.0",
41
41
  "postcss": "^8.5.8",
42
42
  "postcss-html": "^1.8.1",
@@ -54,7 +54,7 @@
54
54
  "stylelint-no-nested-media": "^0.1.0",
55
55
  "stylelint-no-unresolved-module": "^2.5.2",
56
56
  "stylelint-no-unsupported-browser-features": "^8.1.1",
57
- "stylelint-order": "^8.0.0",
57
+ "stylelint-order": "^8.1.1",
58
58
  "stylelint-plugin-logical-css": "^2.0.2",
59
59
  "stylelint-prettier": "^5.0.3",
60
60
  "stylelint-scss": "^7.0.0",
@@ -6,6 +6,7 @@
6
6
  export default {
7
7
  plugins: ['stylelint-order'],
8
8
  rules: {
9
+ 'order/custom-properties-alphabetical-order': true,
9
10
  'order/order': [
10
11
  // SASS variables
11
12
  'dollar-variables',