@alextheman/eslint-plugin 5.12.0 → 5.13.1

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": "@alextheman/eslint-plugin",
3
- "version": "5.12.0",
3
+ "version": "5.13.1",
4
4
  "description": "A package to provide custom ESLint rules and configs.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,12 +34,12 @@
34
34
  "dist"
35
35
  ],
36
36
  "dependencies": {
37
- "@alextheman/utility": "5.9.0",
38
- "@eslint/compat": "2.0.4",
39
- "@typescript-eslint/types": "8.58.0",
40
- "@typescript-eslint/utils": "8.58.0",
37
+ "@alextheman/utility": "5.13.1",
38
+ "@eslint/compat": "2.0.5",
39
+ "@typescript-eslint/types": "8.58.2",
40
+ "@typescript-eslint/utils": "8.58.2",
41
41
  "common-tags": "1.8.2",
42
- "prettier": "3.8.1",
42
+ "prettier": "3.8.3",
43
43
  "zod": "4.3.6"
44
44
  },
45
45
  "devDependencies": {
@@ -47,47 +47,47 @@
47
47
  "@types/common-tags": "1.8.4",
48
48
  "@types/eslint": "9.6.1",
49
49
  "@types/eslint-plugin-jsx-a11y": "6.10.1",
50
- "@types/node": "25.5.2",
51
- "@typescript-eslint/rule-tester": "8.58.0",
52
- "alex-c-line": "2.5.0",
50
+ "@types/node": "25.6.0",
51
+ "@typescript-eslint/rule-tester": "8.58.2",
52
+ "alex-c-line": "2.7.0",
53
53
  "dotenv-cli": "11.0.0",
54
- "eslint": "10.2.0",
54
+ "eslint": "10.2.1",
55
55
  "eslint-config-prettier": "10.1.8",
56
56
  "eslint-import-resolver-typescript": "4.4.4",
57
- "eslint-plugin-import": "2.32.0",
57
+ "eslint-plugin-import-x": "4.16.2",
58
58
  "eslint-plugin-jsdoc": "62.9.0",
59
59
  "eslint-plugin-jsx-a11y": "6.10.2",
60
+ "eslint-plugin-markdownlint": "0.9.0",
60
61
  "eslint-plugin-n": "17.24.0",
61
62
  "eslint-plugin-package-json": "0.91.1",
62
63
  "eslint-plugin-perfectionist": "5.8.0",
63
64
  "eslint-plugin-prettier": "5.5.5",
64
65
  "eslint-plugin-react": "7.37.5",
65
- "eslint-plugin-react-hooks": "7.0.1",
66
+ "eslint-plugin-react-hooks": "7.1.1",
66
67
  "eslint-plugin-react-refresh": "0.5.2",
67
68
  "eslint-vitest-rule-tester": "3.1.0",
68
69
  "execa": "9.6.1",
69
- "globals": "17.4.0",
70
+ "globals": "17.5.0",
70
71
  "husky": "9.1.7",
71
- "jsdom": "29.0.1",
72
+ "jsdom": "29.0.2",
73
+ "markdownlint-cli2": "0.22.0",
72
74
  "tempy": "3.2.0",
73
- "tsdown": "0.20.3",
75
+ "tsdown": "0.21.9",
74
76
  "tsx": "4.21.0",
75
- "typedoc": "0.28.18",
76
- "typedoc-plugin-markdown": "4.11.0",
77
- "typedoc-rhineai-theme": "1.2.0",
78
- "typescript": "6.0.2",
79
- "typescript-eslint": "8.58.0",
80
- "vite": "8.0.3",
81
- "vitest": "4.1.2"
77
+ "typescript": "6.0.3",
78
+ "typescript-eslint": "8.58.2",
79
+ "vite": "8.0.8",
80
+ "vitest": "4.1.4"
82
81
  },
83
82
  "peerDependencies": {
84
83
  "@eslint/js": ">=9.0.0",
85
84
  "eslint": ">=9.0.0",
86
85
  "eslint-config-prettier": ">=10.0.0",
87
- "eslint-import-resolver-typescript": ">=4.0.0",
88
- "eslint-plugin-import": ">=2.0.0",
86
+ "eslint-import-resolver-typescript": "4.4.4",
87
+ "eslint-plugin-import-x": ">=4.16.2",
89
88
  "eslint-plugin-jsdoc": ">=61.5.0",
90
89
  "eslint-plugin-jsx-a11y": ">=6.0.0",
90
+ "eslint-plugin-markdownlint": "0.9.0",
91
91
  "eslint-plugin-n": ">=17.23.1",
92
92
  "eslint-plugin-package-json": ">=0.85.0",
93
93
  "eslint-plugin-perfectionist": ">=5.0.0",
@@ -95,26 +95,24 @@
95
95
  "eslint-plugin-react": ">=7.0.0",
96
96
  "eslint-plugin-react-hooks": ">=7.0.0",
97
97
  "eslint-plugin-react-refresh": ">=0.4.0",
98
- "typedoc": ">=0.28.15",
99
- "typedoc-plugin-markdown": ">=4.9.0",
100
- "typedoc-rhineai-theme": ">=1.2.0",
101
98
  "typescript-eslint": ">=8.0.0"
102
99
  },
103
100
  "scripts": {
104
101
  "build": "tsdown",
105
- "create-feature-docs": "typedoc",
106
102
  "create-local-package": "pnpm run build && rm -f alextheman-eslint-plugin-*.tgz && pnpm pack",
107
103
  "create-release-note": "bash -c 'git pull origin main && alex-c-line template release-note create $@' --",
108
- "format": "pnpm run format-prettier && pnpm run format-eslint",
104
+ "format": "pnpm run format-prettier && pnpm run format-eslint && pnpm run format-markdownlint",
109
105
  "format-and-build": "tsx src/utility/checkConfigChanges.ts || pnpm run build && pnpm run format",
110
106
  "format-eslint": "eslint --fix --suppress-all \"{src,tests}/**/*.ts\" \"package.json\" && rm -f eslint-suppressions.json",
107
+ "format-markdownlint": "markdownlint-cli2 --fix \"**/*.md\" \"!{node_modules,dist}/**\" | grep -v \"^Finding:\"",
111
108
  "format-prettier": "pnpm run format-prettier-typescript && pnpm run format-prettier-javascript && pnpm run format-prettier-yml",
112
109
  "format-prettier-javascript": "prettier --write \"./**/*.js\"",
113
110
  "format-prettier-typescript": "prettier --write --parser typescript \"./**/*.ts\"",
114
111
  "format-prettier-yml": "prettier --write \"./**/*.yml\"",
115
- "lint": "pnpm run lint-tsc && pnpm run lint-eslint && pnpm run lint-prettier && pnpm run lint-pre-release",
112
+ "lint": "pnpm run lint-tsc && pnpm run lint-eslint && pnpm run lint-markdownlint && pnpm run lint-prettier && pnpm run lint-pre-release",
116
113
  "lint-and-build": "tsx src/utility/checkConfigChanges.ts || pnpm run build && pnpm run lint",
117
114
  "lint-eslint": "eslint \"{src,tests}/**/*.ts\" \"package.json\"",
115
+ "lint-markdownlint": "bash -o pipefail -c 'pnpm exec markdownlint-cli2 \"**/*.md\" \"!{node_modules,dist}/**\" | grep -v \"^Finding:\"'",
118
116
  "lint-pre-release": "alex-c-line package-json check --rules no-pre-release-dependencies",
119
117
  "lint-prettier": "pnpm run lint-prettier-typescript && pnpm run lint-prettier-javascript && pnpm run lint-prettier-yml",
120
118
  "lint-prettier-javascript": "prettier --check \"./**/*.js\"",