Skip to content
Open
Show file tree
Hide file tree
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
18 changes: 7 additions & 11 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-anti-trojan-source": "^1.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-no-floating-promise": "~2.0.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-prettier": "5.5.5",
Copy link
Copy Markdown

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

Choose a reason for hiding this comment

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

P2: eslint-plugin-prettier 5.5.5 requires Prettier >=3, but this project still pins Prettier 2.8.8. This can cause peer dependency conflicts and lint failures until Prettier is upgraded.

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

<comment>`eslint-plugin-prettier` 5.5.5 requires Prettier >=3, but this project still pins Prettier 2.8.8. This can cause peer dependency conflicts and lint failures until Prettier is upgraded.</comment>

<file context>
@@ -17,7 +17,7 @@
 		"eslint-plugin-import": "^2.32.0",
 		"eslint-plugin-no-floating-promise": "~2.0.0",
-		"eslint-plugin-prettier": "4.2.1",
+		"eslint-plugin-prettier": "5.5.5",
 		"husky": "^9.1.7",
 		"prettier": "2.8.8",
</file context>
Suggested change
"eslint-plugin-prettier": "5.5.5",
"eslint-plugin-prettier": "4.2.1",
Fix with Cubic

"husky": "^9.1.7",
"prettier": "2.8.8",
"rollup-plugin-dts": "^6.2.3",
Expand Down