@tofrankie/eslint 0.2.2 → 0.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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## eslint@0.3.0 (2026-05-12)
4
+
5
+ ### Breaking changes
6
+
7
+ - Update `@antfu/eslint-config` to `v9.0.0`
8
+ - Update `@eslint-react/eslint-plugin` to `v5.7.6` ([Release](https://github.com/Rel1cx/eslint-react/releases/tag/v5.6.0))
9
+
10
+ ### Rules changes 🚨
11
+
12
+ > Details: [antfu/eslint-config#839](https://github.com/antfu/eslint-config/pull/839/changes#diff-399d91c5730fe8c956a45beb380a60404c1fcea16640f3a5f58b82e052aebfda)
13
+
14
+ - Rename `react-dom/*` to `react/dom-*`
15
+ - Rename `react-rsc/*` to `react/rsc-*`
16
+ - Rename `react-web-api/*` to `react/web-api-*`
17
+ - Rename `react-naming-convention/*` to `react/naming-convention-*`
18
+
3
19
  ## eslint@0.2.2 (2026-05-12)
4
20
 
5
21
  - Update `@antfu/eslint-config` to `v8.3.0`
package/README.md CHANGED
@@ -12,8 +12,8 @@ Shared [ESLint](https://eslint.org/) configuration built on [@antfu/eslint-confi
12
12
  > [!NOTE]
13
13
  >
14
14
  > - Node.js: 22.0.0
15
- > - ESLint: 10.0.0
16
- > - TypeScript: 5.0.0
15
+ > - ESLint: 10.2.1
16
+ > - TypeScript: 6.0.3
17
17
 
18
18
  Install dependencies:
19
19
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tofrankie/eslint",
3
3
  "type": "module",
4
- "version": "0.2.2",
4
+ "version": "0.3.0",
5
5
  "description": "Shared ESLint configuration",
6
6
  "author": "Frankie <1426203851@qq.com>",
7
7
  "license": "MIT",
@@ -49,14 +49,14 @@
49
49
  "node": "^22.0.0 || ^24.0.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "eslint": "^10.0.0"
52
+ "eslint": "^10.2.1"
53
53
  },
54
54
  "dependencies": {
55
55
  "@angular-eslint/eslint-plugin": "^21.3.1",
56
56
  "@angular-eslint/eslint-plugin-template": "^21.3.1",
57
57
  "@angular-eslint/template-parser": "^21.3.1",
58
- "@antfu/eslint-config": "^8.3.0",
59
- "@eslint-react/eslint-plugin": "^3.0.0",
58
+ "@antfu/eslint-config": "^9.0.0",
59
+ "@eslint-react/eslint-plugin": "^5.7.6",
60
60
  "@next/eslint-plugin-next": "^16.2.6",
61
61
  "@prettier/plugin-xml": "^3.4.2",
62
62
  "@unocss/eslint-plugin": "^66.6.8",