@lincy/eslint-config 6.5.2 → 7.1.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,7 +1,7 @@
1
1
  {
2
2
  "name": "@lincy/eslint-config",
3
3
  "type": "module",
4
- "version": "6.5.2",
4
+ "version": "7.1.0",
5
5
  "description": "LinCenYing's ESLint config",
6
6
  "author": "LinCenYing <lincenying@gmail.com> (https://github.com/lincenying/)",
7
7
  "license": "MIT",
@@ -11,8 +11,8 @@
11
11
  ],
12
12
  "exports": {
13
13
  ".": {
14
- "require": "./dist/index.cjs",
15
- "import": "./dist/index.mjs"
14
+ "import": "./dist/index.mjs",
15
+ "require": "./dist/index.cjs"
16
16
  },
17
17
  "./package.json": "./package.json"
18
18
  },
@@ -23,11 +23,11 @@
23
23
  "dist"
24
24
  ],
25
25
  "peerDependencies": {
26
- "@eslint-react/eslint-plugin": "^2.3.5",
26
+ "@eslint-react/eslint-plugin": "^3.0.0",
27
27
  "@next/eslint-plugin-next": ">=15.0.0",
28
28
  "@prettier/plugin-xml": "^3.4.1",
29
29
  "@unocss/eslint-plugin": ">=0.50.0",
30
- "eslint": "^10.0.0",
30
+ "eslint": "^9.10.0 || ^10.0.0",
31
31
  "eslint-plugin-format": ">=0.1.0",
32
32
  "eslint-plugin-react-hooks": "^7.0.0",
33
33
  "eslint-plugin-react-refresh": "^0.4.19"
@@ -57,34 +57,35 @@
57
57
  },
58
58
  "dependencies": {
59
59
  "@antfu/install-pkg": "^1.1.0",
60
- "@clack/prompts": "^1.0.1",
61
- "@eslint-community/eslint-plugin-eslint-comments": "^4.6.0",
62
- "@eslint/markdown": "^7.5.1",
63
- "@stylistic/eslint-plugin": "^5.9.0",
64
- "@typescript-eslint/eslint-plugin": "^8.56.1",
65
- "@typescript-eslint/parser": "^8.56.1",
66
- "@vitest/eslint-plugin": "^1.6.9",
67
- "eslint-config-flat-gitignore": "^2.2.1",
68
- "eslint-flat-config-utils": "^3.0.1",
60
+ "@clack/prompts": "^1.2.0",
61
+ "@e18e/eslint-plugin": "^0.3.0",
62
+ "@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
63
+ "@eslint/markdown": "^8.0.1",
64
+ "@stylistic/eslint-plugin": "^5.10.0",
65
+ "@typescript-eslint/eslint-plugin": "^8.59.0",
66
+ "@typescript-eslint/parser": "^8.59.0",
67
+ "@vitest/eslint-plugin": "^1.6.16",
68
+ "eslint-config-flat-gitignore": "^2.3.0",
69
+ "eslint-flat-config-utils": "^3.1.0",
69
70
  "eslint-merge-processors": "^2.0.0",
70
71
  "eslint-parser-plain": "^0.1.1",
71
72
  "eslint-plugin-antfu": "^3.2.2",
72
73
  "eslint-plugin-erasable-syntax-only": "^0.4.0",
73
- "eslint-plugin-import-lite": "^0.5.2",
74
- "eslint-plugin-jsdoc": "^62.7.1",
75
- "eslint-plugin-jsonc": "^3.1.1",
74
+ "eslint-plugin-import-lite": "^0.6.0",
75
+ "eslint-plugin-jsdoc": "^62.9.0",
76
+ "eslint-plugin-jsonc": "^3.1.2",
76
77
  "eslint-plugin-n": "^17.24.0",
77
78
  "eslint-plugin-no-only-tests": "^3.3.0",
78
- "eslint-plugin-perfectionist": "^5.6.0",
79
+ "eslint-plugin-perfectionist": "^5.9.0",
79
80
  "eslint-plugin-pnpm": "^1.6.0",
80
- "eslint-plugin-regexp": "^3.0.0",
81
- "eslint-plugin-toml": "^1.3.0",
82
- "eslint-plugin-unicorn": "^63.0.0",
81
+ "eslint-plugin-regexp": "^3.1.0",
82
+ "eslint-plugin-toml": "^1.3.1",
83
+ "eslint-plugin-unicorn": "^64.0.0",
83
84
  "eslint-plugin-unused-imports": "^4.4.1",
84
- "eslint-plugin-vue": "^10.8.0",
85
- "eslint-plugin-yml": "^3.3.0",
85
+ "eslint-plugin-vue": "^10.9.0",
86
+ "eslint-plugin-yml": "^3.3.1",
86
87
  "eslint-processor-vue-blocks": "^2.0.0",
87
- "globals": "^17.3.0",
88
+ "globals": "^17.5.0",
88
89
  "jsonc-eslint-parser": "^3.1.0",
89
90
  "local-pkg": "^1.1.2",
90
91
  "toml-eslint-parser": "^1.0.3",
@@ -92,34 +93,34 @@
92
93
  "yaml-eslint-parser": "^2.0.0"
93
94
  },
94
95
  "devDependencies": {
95
- "@antfu/ni": "^28.2.0",
96
- "@eslint-react/eslint-plugin": "^2.13.0",
97
- "@eslint/config-inspector": "^1.4.2",
98
- "@next/eslint-plugin-next": "^16.1.6",
96
+ "@antfu/ni": "^30.0.0",
97
+ "@eslint-react/eslint-plugin": "^3.0.0",
98
+ "@eslint/config-inspector": "^1.5.0",
99
+ "@next/eslint-plugin-next": "^16.2.4",
99
100
  "@prettier/plugin-xml": "^3.4.2",
100
101
  "@stylistic/eslint-plugin-migrate": "^4.4.1",
101
- "@types/node": "^25.3.2",
102
+ "@types/node": "^25.6.0",
102
103
  "@types/react": "^19.2.14",
103
- "@unocss/eslint-plugin": "^66.6.2",
104
- "bumpp": "^10.4.1",
105
- "eslint": "^10.0.2",
104
+ "@unocss/eslint-plugin": "^66.6.8",
105
+ "bumpp": "^11.0.1",
106
+ "eslint": "^10.2.1",
106
107
  "eslint-plugin-format": "^2.0.1",
107
- "eslint-plugin-react-hooks": "^7.0.1",
108
+ "eslint-plugin-react-hooks": "^7.1.1",
108
109
  "eslint-plugin-react-refresh": "^0.5.2",
109
110
  "eslint-typegen": "^2.3.1",
110
111
  "esno": "^4.8.0",
111
112
  "execa": "^9.6.1",
112
113
  "find-up-simple": "^1.0.1",
113
- "lint-staged": "^16.2.7",
114
- "prettier": "^3.8.1",
115
- "react": "^19.2.4",
114
+ "lint-staged": "^16.4.0",
115
+ "prettier": "^3.8.3",
116
+ "react": "^19.2.5",
116
117
  "simple-open-url": "^3.0.1",
117
- "tinyglobby": "^0.2.15",
118
- "tsdown": "^0.18.4",
119
- "typescript": "^5.9.3",
120
- "vitest": "^4.0.18",
121
- "vue": "^3.5.29",
122
- "@lincy/eslint-config": "6.5.2"
118
+ "tinyglobby": "^0.2.16",
119
+ "tsdown": "^0.21.9",
120
+ "typescript": "^6.0.3",
121
+ "vitest": "^4.1.5",
122
+ "vue": "^3.5.32",
123
+ "@lincy/eslint-config": "7.1.0"
123
124
  },
124
125
  "resolutions": {
125
126
  "@eslint-community/eslint-utils": "catalog:peer",
@@ -133,6 +134,9 @@
133
134
  "lint-staged[-del]": {
134
135
  "*.{[jt]s?(x),vue,md}": "eslint --fix"
135
136
  },
137
+ "inlinedDependencies": {
138
+ "find-up-simple": "1.0.1"
139
+ },
136
140
  "publishConfig": {
137
141
  "registry": "https://registry.npmjs.org/"
138
142
  },