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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.2.8",
"server-destroy": "^1.0.1",
"standard": "^9.0.0",
"standard": "^17.0.0",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Lint upgrade breaks existing test suite

High Severity

Bumping standard from v9 to v17 turns on many new error-level rules that the current sources already violate, including object-curly-spacing, prefer-const, no-prototype-builtins, and n/no-deprecated-api. npm test runs standard first, so the suite fails before any tests execute.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 4a83ec1. Configure here.

"tap": "^15.1.5",
"tape": "^4.6.0"
},
Expand Down
Loading
Loading