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
62 changes: 38 additions & 24 deletions package-lock.json

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 @@ -80,7 +80,7 @@
"eslint": "9.39.4",
"eslint-import-resolver-typescript": "4.4.4",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "61.7.1",
"eslint-plugin-jsdoc": "62.9.0",
"eslint-plugin-unused-imports": "4.4.1",
Comment on lines 80 to 84
Copy link

Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

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

Updating eslint-plugin-jsdoc to v62.x introduces a stricter Node.js engine requirement ("^20.19.0 || ^22.13.0 || >=24" per the dependency metadata). This repo currently doesn't declare a Node version in package.json (no "engines" field), so contributors using e.g. Node 20.11 or Node 22.0 may hit install failures with a confusing engines error. Consider adding an explicit "engines.node" range (and/or documenting the required Node versions) to make the requirement clear and catch mismatches earlier.

Copilot uses AI. Check for mistakes.
"is-it-ready": "1.9.1",
"jsdom": "26.1.0",
Expand Down