Skip to content
Merged
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
107 changes: 73 additions & 34 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 @@ -63,7 +63,7 @@
"rimraf": "^6.0.0",
"sinon": "^21.0.0",
"sinon-chai": "^4.0.1",
"typedoc": "^0.28.15",
"typedoc": "^0.28.18",
"typescript": "^5.9.3"
Comment on lines +66 to 67
Copy link

Copilot AI Mar 31, 2026

Choose a reason for hiding this comment

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

PR title says this bump is to support TypeScript 6, but the repo’s devDependency is still pinned to typescript: ^5.9.3, so npm install in this repo won’t actually pick up TS 6.x. Either widen/bump the typescript devDependency to include 6.x (and ensure the build/lint/test scripts still pass), or adjust the PR title/description to clarify this is a preparatory bump for a follow-up TS upgrade.

Copilot uses AI. Check for mistakes.
}
}
Loading