@sushichan044/eslint-todo 0.3.1 → 0.3.2
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/README.md +2 -2
- package/dist/package.mjs +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -18,11 +18,11 @@ npm install --save-dev eslint @sushichan044/eslint-todo
|
|
|
18
18
|
Requires:
|
|
19
19
|
|
|
20
20
|
- **ES Module**
|
|
21
|
-
- ESLint: `^
|
|
21
|
+
- ESLint: `^9.0.0 || ^10.0.0`
|
|
22
22
|
- **Flat Config Required**
|
|
23
23
|
- If you are using legacy config, you must migrate into flat config first.
|
|
24
24
|
- Utilities like [@eslint/compat](https://github.com/eslint/rewrite/tree/main/packages/compat) can help you.
|
|
25
|
-
- Node.js: `^
|
|
25
|
+
- Node.js: `^22.0.0 || ^24.0.0 || >=25.0.0`
|
|
26
26
|
- May work in Deno, but not tested.
|
|
27
27
|
|
|
28
28
|
## Getting Started
|
package/dist/package.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sushichan044/eslint-todo",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "A simple tool to gradually resolve a large number of ESLint violations.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"comlink": "4.4.2",
|
|
40
40
|
"consola": "3.4.2",
|
|
41
41
|
"defu": "6.1.4",
|
|
42
|
-
"gunshi": "0.
|
|
42
|
+
"gunshi": "0.29.3",
|
|
43
43
|
"hookable": "6.0.1",
|
|
44
44
|
"jiti": "2.6.1",
|
|
45
45
|
"klona": "2.0.6",
|
|
46
46
|
"magicast": "0.5.2",
|
|
47
47
|
"pathe": "2.0.3",
|
|
48
|
-
"picomatch": "4.0.
|
|
48
|
+
"picomatch": "4.0.4",
|
|
49
49
|
"tinyexec": "1.0.2",
|
|
50
50
|
"typia": "11.0.3"
|
|
51
51
|
},
|
|
@@ -59,27 +59,27 @@
|
|
|
59
59
|
"@virtual-live-lab/prettier-config": "2.0.22",
|
|
60
60
|
"@virtual-live-lab/tsconfig": "2.1.21",
|
|
61
61
|
"@vitest/eslint-plugin": "1.6.6",
|
|
62
|
-
"eslint": "
|
|
62
|
+
"eslint": "10.1.0",
|
|
63
63
|
"eslint-plugin-import-access": "3.1.0",
|
|
64
64
|
"eslint-plugin-unicorn": "62.0.0",
|
|
65
65
|
"fs-extra": "11.3.3",
|
|
66
66
|
"globals": "17.3.0",
|
|
67
67
|
"oxfmt": "0.28.0",
|
|
68
|
-
"pkg-pr-new": "0.0.
|
|
68
|
+
"pkg-pr-new": "0.0.66",
|
|
69
69
|
"publint": "0.3.17",
|
|
70
70
|
"release-it": "19.2.4",
|
|
71
71
|
"release-it-pnpm": "4.6.6",
|
|
72
72
|
"ts-patch": "3.3.0",
|
|
73
73
|
"tsdown": "0.20.3",
|
|
74
74
|
"typescript": "5.9.3",
|
|
75
|
-
"typescript-eslint": "8.
|
|
75
|
+
"typescript-eslint": "8.58.0",
|
|
76
76
|
"unplugin-unused": "0.5.7",
|
|
77
77
|
"vite": "7.3.1",
|
|
78
78
|
"vite-node": "5.3.0",
|
|
79
79
|
"vitest": "4.0.18"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
|
-
"eslint": "^
|
|
82
|
+
"eslint": "^9.0.0 || ^10.0.0"
|
|
83
83
|
},
|
|
84
84
|
"engines": {
|
|
85
85
|
"node": "^22.0.0 || ^24.0.0 || >=25.0.0"
|