Skip to content
Open
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 @@ -161,7 +161,7 @@
"happy-dom": "^20.0.8",
"husky": "^9.1.7",
"jsdom": "^26.1.0",
"lint-staged": "^16.1.5",
"lint-staged": "^17.0.2",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Config file may break with lint-staged v17 YAML change

Medium Severity

The project has a .lintstagedrc file containing JSON content. According to the lint-staged v17 breaking changes, files named .lintstagedrc (without extension) are now treated as YAML, and the yaml dependency is now optional and may not be installed. Since yaml is not listed as a direct dependency in package.json, the pre-commit hook could fail to parse the config when yaml is unavailable (e.g., in CI with optional deps skipped). The recommended fix per the release notes is to rename the file to .lintstagedrc.json.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 7f00b2f. Configure here.

"msw": "^2.10.5",
"oauth2-mock-server": "^8.2.2",
"playwright": "^1.58.2",
Expand Down
Loading