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
146 changes: 74 additions & 72 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 @@ -119,7 +119,7 @@
"eslint-plugin-sonarjs": "^4.0.2",
"eslint-plugin-unicorn": "^64.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.3.3",
"lint-staged": "^17.0.3",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2: Upgrading to lint-staged v17 introduces a Node engine mismatch with this repo’s declared support range. Align engines.node (and CI/dev tooling) to >=22.22.1, or keep lint-staged on 16.x until that baseline is raised.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At package.json, line 122:

<comment>Upgrading to `lint-staged` v17 introduces a Node engine mismatch with this repo’s declared support range. Align `engines.node` (and CI/dev tooling) to >=22.22.1, or keep lint-staged on 16.x until that baseline is raised.</comment>

<file context>
@@ -119,7 +119,7 @@
     "eslint-plugin-unicorn": "^64.0.0",
     "husky": "^9.1.7",
-    "lint-staged": "^16.3.3",
+    "lint-staged": "^17.0.3",
     "tsup": "^8.3.5",
     "typescript": "^6.0.3",
</file context>

"tsup": "^8.3.5",
"typescript": "^6.0.3",
"typescript-eslint": "^8.59.0",
Expand Down
Loading