Skip to content
Closed
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
192 changes: 111 additions & 81 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 @@ -89,7 +89,7 @@
"@eslint/js": "^9.39.2",
"eslint": "^9.39.2",
"globals": "^17.1.0",
"markdownlint-cli": "^0.47.0"
"markdownlint-cli": "^0.49.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Keep markdownlint within the supported Node range

When contributors install development dependencies on Node 20—which remains supported by engines and is used by the checked .github/workflows/ci.yml lint job—this upgrade is incompatible because markdownlint-cli@0.49.1 and markdownlint@0.41.1 require Node 22 or newer. Reproducing with Node 20.20.2 and npm ci --ignore-scripts --engine-strict exits with EBADENGINE, while non-strict installs leave the lint job invoking an unsupported CLI. Retain a Node-20-compatible release or update the package engine and CI runtimes together.

Useful? React with 👍 / 👎.

},
"engines": {
"node": ">=18"
Expand Down