Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@types/sinon": "^17.0.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "~8.45.0",
"eslint": "~10.0.3",
Copy link

@cubic-dev-ai cubic-dev-ai bot Mar 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1: This upgrade to ESLint 10 is incompatible with the current lint command (--ignore-path was removed in v10), so npm/bun run lint will break.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 14:

<comment>This upgrade to ESLint 10 is incompatible with the current lint command (`--ignore-path` was removed in v10), so `npm/bun run lint` will break.</comment>

<file context>
@@ -11,7 +11,7 @@
 		"@typescript-eslint/eslint-plugin": "5.62.0",
 		"@typescript-eslint/parser": "5.62.0",
-		"eslint": "~8.45.0",
+		"eslint": "~10.0.3",
 		"eslint-config-prettier": "~9.1.2",
 		"eslint-import-resolver-typescript": "^4.4.4",
</file context>
Fix with Cubic

"eslint-config-prettier": "~9.1.2",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-anti-trojan-source": "^1.1.2",
Expand Down
Loading