Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR
Updated dependencies to newer versions and expanded Node.js compatibility to include Node 25.
What changed?
<24
to<25
@types/node
from 22.15.17 to 24.0.7debug
from 4.4.0 to 4.4.1mongodb
from 6.16.0 to 6.17.0recast-navigation
from 0.34.0 to 0.39.0globals
from 16.1.0 to 16.2.0oxlint
from 0.16.11 to 1.3.0prettier
from 3.5.3 to 3.6.2tsx
from 4.19.4 to 4.20.3typedoc
from 0.28.4 to 0.28.6How to test?
Why make this change?
This update ensures the project stays current with the latest dependency versions, which includes bug fixes, performance improvements, and security patches. The expanded Node.js compatibility allows developers to use the latest Node.js version (25) with the application.