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
16 changes: 5 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 @@ -19,7 +19,7 @@
"eslint-plugin-no-floating-promise": "~2.0.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "^9.1.7",
"prettier": "2.8.8",
"prettier": "3.8.1",
Copy link
Copy Markdown

@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: Prettier was upgraded to v3, but eslint-plugin-prettier is still v4.2.1, which is incompatible and can crash ESLint (prettier/prettier rule). Upgrade eslint-plugin-prettier to v5+ in the same PR or keep Prettier on v2.

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

<comment>Prettier was upgraded to v3, but `eslint-plugin-prettier` is still v4.2.1, which is incompatible and can crash ESLint (`prettier/prettier` rule). Upgrade `eslint-plugin-prettier` to v5+ in the same PR or keep Prettier on v2.</comment>

<file context>
@@ -19,7 +19,7 @@
 		"eslint-plugin-prettier": "4.2.1",
 		"husky": "^9.1.7",
-		"prettier": "2.8.8",
+		"prettier": "3.8.1",
 		"rollup-plugin-dts": "^6.2.3",
 		"sinon": "^20.0.0",
</file context>
Fix with Cubic

"rollup-plugin-dts": "^6.2.3",
"sinon": "^20.0.0",
"tsconfig-paths": "^4.2.0",
Expand Down
Loading