@ntnyq/eslint-config 3.9.1 → 3.9.3

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/dist/index.js CHANGED
@@ -1767,7 +1767,9 @@ var specials = (options = {}) => [
1767
1767
  "error",
1768
1768
  {
1769
1769
  type: "alphabetical",
1770
- order: "asc"
1770
+ order: "asc",
1771
+ partitionByComment: true,
1772
+ groups: ["unknown", "method", "multiline"]
1771
1773
  }
1772
1774
  ],
1773
1775
  ...options.overridesConfigFileRules
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ntnyq/eslint-config",
3
3
  "type": "module",
4
- "version": "3.9.1",
4
+ "version": "3.9.3",
5
5
  "packageManager": "pnpm@9.15.0",
6
6
  "description": "An opinionated ESLint config preset of ntnyq",
7
7
  "keywords": [
@@ -57,25 +57,25 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
60
- "@eslint/js": "^9.16.0",
60
+ "@eslint/js": "^9.17.0",
61
61
  "@eslint/markdown": "^6.2.1",
62
- "@stylistic/eslint-plugin": "^2.11.0",
62
+ "@stylistic/eslint-plugin": "^2.12.1",
63
63
  "@unocss/eslint-plugin": "^0.65.1",
64
- "@vitest/eslint-plugin": "^1.1.14",
64
+ "@vitest/eslint-plugin": "^1.1.18",
65
65
  "eslint-config-flat-gitignore": "^0.3.0",
66
66
  "eslint-flat-config-utils": "^0.4.0",
67
67
  "eslint-merge-processors": "^0.1.0",
68
68
  "eslint-plugin-antfu": "^2.7.0",
69
- "eslint-plugin-command": "^0.2.6",
69
+ "eslint-plugin-command": "^0.2.7",
70
70
  "eslint-plugin-es-x": "^8.4.1",
71
71
  "eslint-plugin-format": "^0.1.3",
72
- "eslint-plugin-github-action": "^0.0.11",
73
- "eslint-plugin-import-x": "^4.5.0",
74
- "eslint-plugin-jsdoc": "^50.6.0",
72
+ "eslint-plugin-github-action": "^0.0.12",
73
+ "eslint-plugin-import-x": "^4.5.1",
74
+ "eslint-plugin-jsdoc": "^50.6.1",
75
75
  "eslint-plugin-jsonc": "^2.18.2",
76
- "eslint-plugin-n": "^17.14.0",
76
+ "eslint-plugin-n": "^17.15.0",
77
77
  "eslint-plugin-ntnyq": "^0.7.1",
78
- "eslint-plugin-perfectionist": "^4.2.0",
78
+ "eslint-plugin-perfectionist": "^4.3.0",
79
79
  "eslint-plugin-pinia": "^0.4.1",
80
80
  "eslint-plugin-prettier": "^5.2.1",
81
81
  "eslint-plugin-regexp": "^2.7.0",
@@ -85,30 +85,30 @@
85
85
  "eslint-plugin-vue": "^9.32.0",
86
86
  "eslint-plugin-yml": "^1.16.0",
87
87
  "eslint-processor-vue-blocks": "^0.1.2",
88
- "globals": "^15.13.0",
88
+ "globals": "^15.14.0",
89
89
  "jsonc-eslint-parser": "^2.4.0",
90
90
  "local-pkg": "^0.5.1",
91
91
  "prettier": "^3.4.2",
92
92
  "toml-eslint-parser": "^0.10.0",
93
- "typescript-eslint": "^8.17.0",
93
+ "typescript-eslint": "^8.18.1",
94
94
  "vue-eslint-parser": "^9.4.3",
95
95
  "yaml-eslint-parser": "^1.2.3"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@ntnyq/prettier-config": "^1.22.0",
99
- "@types/node": "^22.10.1",
100
- "bumpp": "^9.8.1",
101
- "eslint": "^9.16.0",
99
+ "@types/node": "^22.10.2",
100
+ "bumpp": "^9.9.1",
101
+ "eslint": "^9.17.0",
102
102
  "eslint-typegen": "^0.3.2",
103
103
  "husky": "^9.1.7",
104
- "jiti": "^2.4.1",
104
+ "jiti": "^2.4.2",
105
105
  "nano-staged": "^0.8.0",
106
- "npm-run-all2": "^7.0.1",
106
+ "npm-run-all2": "^7.0.2",
107
107
  "rimraf": "^6.0.1",
108
108
  "tsup": "^8.3.5",
109
109
  "tsx": "^4.19.2",
110
110
  "typescript": "^5.7.2",
111
- "vitest": "^2.1.8",
111
+ "vitest": "^3.0.0-beta.2",
112
112
  "zx": "^8.2.4"
113
113
  },
114
114
  "engines": {