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 @@ -18,7 +18,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.3",
"eslint": "^9.21.0",
"eslint": "^9.37.0",

Choose a reason for hiding this comment

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

high

While updating the eslint version here is correct, the corresponding peerDependency in packages/jsdoc-eslint-config/package.json was not updated. To ensure consumers of @jsdoc/eslint-config use a compatible version and to maintain consistency with the version used for development in this monorepo, please also update the peerDependency from ^9.21.0 to ^9.37.0.

"execa": "^9.5.2",
"hereby": "^1.10.0",
"husky": "^9.1.7",
Expand Down