@sushichan044/eslint-todo 0.2.0 → 0.2.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 CHANGED
@@ -83,7 +83,7 @@ Use `npx eslint-todo --help` to see all available options.
83
83
  > [!WARNING]
84
84
  > If you specified any config via CLI flags, your config file will be ignored completely.
85
85
  >
86
- > Exceptionally, even when flags exclusive to these CLIs are passed, the config file will not be ignored.
86
+ > Exceptionally, these flags have no effect on this behavior:
87
87
  >
88
88
  > - `--correct`
89
89
  > - `--mcp`
@@ -2,7 +2,7 @@ import { defineCommand, runMain } from 'citty';
2
2
  import { createConsola } from 'consola';
3
3
  import { colorize } from 'consola/utils';
4
4
  import { relative } from 'pathe';
5
- import { d as defineAction, E as ESLintTodoMcpServer, v as version, n as name, r as readESLintConfig, c as createESLintConfigSubset, p as prepareAction, s as selectRulesToFixAction, a as deleteRuleAction } from '../shared/eslint-todo.D1ZPan3F.mjs';
5
+ import { d as defineAction, E as ESLintTodoMcpServer, v as version, n as name, r as readESLintConfig, c as createESLintConfigSubset, p as prepareAction, s as selectRulesToFixAction, a as deleteRuleAction } from '../shared/eslint-todo.Bu4JqEo1.mjs';
6
6
  import { T as TodoModuleSerializer, i as isNonEmptyString, c as configWithDefault, E as ESLintTodoCore } from '../shared/eslint-todo.C-RcjdWk.mjs';
7
7
  import { r as resolveFileConfig } from '../shared/eslint-todo.BGRR0_UN.mjs';
8
8
  import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
@@ -1,5 +1,5 @@
1
1
  import '@modelcontextprotocol/sdk/server/mcp.js';
2
- export { E as ESLintTodoMcpServer } from '../shared/eslint-todo.D1ZPan3F.mjs';
2
+ export { E as ESLintTodoMcpServer } from '../shared/eslint-todo.Bu4JqEo1.mjs';
3
3
  import 'zod';
4
4
  import '../shared/eslint-todo.C-RcjdWk.mjs';
5
5
  import 'eslint';
@@ -13,7 +13,7 @@ import picomatch from 'picomatch';
13
13
  import { mergeConfig } from '../config/index.mjs';
14
14
 
15
15
  const name = "@sushichan044/eslint-todo";
16
- const version = "0.1.5";
16
+ const version = "0.2.2";
17
17
 
18
18
  const defineAction = (action) => {
19
19
  return action;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sushichan044/eslint-todo",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "module": "./dist/index.mjs",
6
6
  "files": [
@@ -40,8 +40,8 @@
40
40
  "eslint": "^8.57.0 || ^9.0.0"
41
41
  },
42
42
  "dependencies": {
43
- "@modelcontextprotocol/sdk": "1.12.0",
44
- "@typescript-eslint/utils": "8.31.1",
43
+ "@modelcontextprotocol/sdk": "1.12.1",
44
+ "@typescript-eslint/utils": "8.34.0",
45
45
  "bundle-require": "5.1.0",
46
46
  "citty": "0.1.6",
47
47
  "comlink": "4.4.2",
@@ -58,40 +58,40 @@
58
58
  "pathe": "2.0.3",
59
59
  "picomatch": "4.0.2",
60
60
  "tinyexec": "1.0.1",
61
- "zod": "3.25.28"
61
+ "zod": "3.25.56"
62
62
  },
63
63
  "devDependencies": {
64
64
  "@ryoppippi/unplugin-typia": "2.6.4",
65
65
  "@samchon/openapi": "4.3.3",
66
66
  "@types/cross-spawn": "6.0.6",
67
67
  "@types/fs-extra": "11.0.4",
68
- "@types/node": "22.15.21",
68
+ "@types/node": "22.15.31",
69
69
  "@types/picomatch": "4.0.0",
70
- "@virtual-live-lab/eslint-config": "2.2.21",
70
+ "@virtual-live-lab/eslint-config": "2.2.22",
71
71
  "@virtual-live-lab/prettier-config": "2.0.19",
72
72
  "@virtual-live-lab/tsconfig": "2.1.20",
73
- "@vitest/coverage-v8": "3.1.4",
73
+ "@vitest/coverage-v8": "3.2.3",
74
74
  "@vitest/eslint-plugin": "1.2.1",
75
- "eslint": "9.26.0",
75
+ "eslint": "9.28.0",
76
76
  "eslint-flat-config-utils": "2.1.0",
77
- "eslint-plugin-import-access": "2.2.2",
77
+ "eslint-plugin-import-access": "3.0.0",
78
78
  "eslint-plugin-unicorn": "59.0.1",
79
79
  "eslint-typegen": "2.1.0",
80
80
  "fs-extra": "11.3.0",
81
81
  "globals": "16.2.0",
82
- "pkg-pr-new": "0.0.50",
83
- "pnpm": "10.11.0",
82
+ "pkg-pr-new": "0.0.51",
83
+ "pnpm": "10.12.1",
84
84
  "prettier": "3.5.3",
85
- "release-it": "19.0.2",
86
- "release-it-pnpm": "4.6.5",
85
+ "release-it": "19.0.3",
86
+ "release-it-pnpm": "4.6.6",
87
87
  "ts-patch": "3.3.0",
88
88
  "typescript": "5.8.3",
89
- "typescript-eslint": "8.31.1",
89
+ "typescript-eslint": "8.34.0",
90
90
  "typia": "9.3.1",
91
91
  "unbuild": "3.5.0",
92
92
  "vite": "6.3.5",
93
- "vite-node": "3.1.4",
94
- "vitest": "3.1.4"
93
+ "vite-node": "3.2.3",
94
+ "vitest": "3.2.3"
95
95
  },
96
96
  "engines": {
97
97
  "node": "^20.0.0 || ^22.0.0 || ^23.0.0"