@ntnyq/eslint-config 3.2.1 → 3.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 CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "3.2.1",
5
- "packageManager": "pnpm@9.12.3",
4
+ "version": "3.3.0",
5
+ "packageManager": "pnpm@9.14.2",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [
8
8
  "eslint",
@@ -56,44 +56,47 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
59
- "@eslint/js": "^9.14.0",
59
+ "@eslint/js": "^9.15.0",
60
60
  "@eslint/markdown": "^6.2.1",
61
- "@unocss/eslint-plugin": "^0.64.0",
62
- "@vitest/eslint-plugin": "^1.1.8",
61
+ "@unocss/eslint-plugin": "^0.64.1",
62
+ "@vitest/eslint-plugin": "^1.1.10",
63
63
  "eslint-config-flat-gitignore": "^0.3.0",
64
64
  "eslint-flat-config-utils": "^0.4.0",
65
65
  "eslint-merge-processors": "^0.1.0",
66
66
  "eslint-plugin-antfu": "^2.7.0",
67
67
  "eslint-plugin-command": "^0.2.6",
68
- "eslint-plugin-import-x": "^4.4.2",
68
+ "eslint-plugin-format": "^0.1.2",
69
+ "eslint-plugin-github-action": "^0.0.1",
70
+ "eslint-plugin-import-x": "^4.4.3",
69
71
  "eslint-plugin-jsdoc": "^50.5.0",
70
- "eslint-plugin-jsonc": "^2.18.1",
71
- "eslint-plugin-n": "^17.13.1",
72
- "eslint-plugin-ntnyq": "^0.5.0",
73
- "eslint-plugin-perfectionist": "^3.9.1",
72
+ "eslint-plugin-jsonc": "^2.18.2",
73
+ "eslint-plugin-n": "^17.13.2",
74
+ "eslint-plugin-ntnyq": "^0.6.0",
75
+ "eslint-plugin-perfectionist": "^4.0.3",
74
76
  "eslint-plugin-prettier": "^5.2.1",
75
- "eslint-plugin-regexp": "^2.6.0",
77
+ "eslint-plugin-regexp": "^2.7.0",
76
78
  "eslint-plugin-toml": "^0.11.1",
77
- "eslint-plugin-unicorn": "^56.0.0",
79
+ "eslint-plugin-unicorn": "^56.0.1",
78
80
  "eslint-plugin-unused-imports": "^4.1.4",
79
81
  "eslint-plugin-vue": "^9.31.0",
80
82
  "eslint-plugin-yml": "^1.15.0",
83
+ "eslint-processor-vue-blocks": "^0.1.2",
81
84
  "globals": "^15.12.0",
82
85
  "jsonc-eslint-parser": "^2.4.0",
83
- "local-pkg": "^0.5.0",
86
+ "local-pkg": "^0.5.1",
84
87
  "prettier": "^3.3.3",
85
88
  "toml-eslint-parser": "^0.10.0",
86
- "typescript-eslint": "^8.14.0",
89
+ "typescript-eslint": "^8.15.0",
87
90
  "vue-eslint-parser": "^9.4.3",
88
91
  "yaml-eslint-parser": "^1.2.3"
89
92
  },
90
93
  "devDependencies": {
91
94
  "@ntnyq/prettier-config": "^1.21.3",
92
- "@types/node": "^22.9.0",
95
+ "@types/node": "^22.9.1",
93
96
  "bumpp": "^9.8.1",
94
- "eslint": "^9.14.0",
97
+ "eslint": "^9.15.0",
95
98
  "eslint-typegen": "^0.3.2",
96
- "husky": "^9.1.6",
99
+ "husky": "^9.1.7",
97
100
  "jiti": "^2.4.0",
98
101
  "nano-staged": "^0.8.0",
99
102
  "npm-run-all2": "^7.0.1",
@@ -101,11 +104,16 @@
101
104
  "tsup": "^8.3.5",
102
105
  "tsx": "^4.19.2",
103
106
  "typescript": "^5.6.3",
104
- "zx": "^8.2.1"
107
+ "zx": "^8.2.2"
105
108
  },
106
109
  "engines": {
107
110
  "node": ">=18.18.0"
108
111
  },
112
+ "pnpm": {
113
+ "patchedDependencies": {
114
+ "@vitest/eslint-plugin": "patches/@vitest__eslint-plugin.patch"
115
+ }
116
+ },
109
117
  "prettier": "@ntnyq/prettier-config",
110
118
  "nano-staged": {
111
119
  "*.{js,ts,mjs,cjs,json,jsonc,md,yaml,yml}": "eslint --flag unstable_ts_config --fix"