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
26 changes: 8 additions & 18 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 @@ -36,7 +36,7 @@
"openai": "^6.18.0"
},
"devDependencies": {
"@types/node": "^25.2.1",
"@types/node": "^25.3.2",
Copy link

Copilot AI Mar 2, 2026

Choose a reason for hiding this comment

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

Root @types/node was bumped, but the nested tooling package under scripts/ still declares @types/node ^25.1.0 (and has its own lockfile). If contributors run npm install/typecheck in scripts/, this can lead to inconsistent Node typings across the repo; consider bumping scripts/package.json + scripts/package-lock.json to the same @types/node version (or documenting that scripts/ is intentionally pinned separately).

Suggested change
"@types/node": "^25.3.2",
"@types/node": "^25.1.0",

Copilot uses AI. Check for mistakes.
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitest/ui": "^4.0.18",
Expand Down
Loading