chore(deps): bump TS toolchain (typescript 5.9, @types/node 24)#2520
Open
HughParry wants to merge 6 commits into
Open
chore(deps): bump TS toolchain (typescript 5.9, @types/node 24)#2520HughParry wants to merge 6 commits into
HughParry wants to merge 6 commits into
Conversation
- typescript: 5.6.2 -> 5.9.3 (latest 5.x; defer TS 6 major) Skipped packages on ^5.8.3 / ~5.8.3 (Angular-tied http-blackhole + angular demo) - tslib: 2.7.0 -> 2.8.1 - tsx: 4.20.x -> 4.21.0 - @types/node: align all packages to 24.12.2 (matches engines.node ^24) - @types/cors, @types/yargs, @types/jsonwebtoken, @types/debug, @types/lodash minor bumps Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Cap WiredTiger cache to 1.5GB (default ~5.5GB on 12GB hosts), override ipinfo NODE_OPTIONS to --max-old-space-size=6144 (image bakes 8192). Fix mongo healthcheck (mongo -> mongosh) and caddy healthcheck port (:2019 -> :2020). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Resolved conflicts: - docker/docker-compose.provider.yml: kept main's mongo cache cap (2.0GB WT cache + 3GB container memory limit). My healthcheck fixes (mongosh, caddy :2020) and ipinfo NODE_OPTIONS=--max-old-space-size=6144 carried over cleanly. - demos/cypress-shared/package.json: kept @types/node 24.12.2 from deps/ts-bump (the bump's purpose), @prosopo/types-database 4.6.0 from main (newer release). - package-lock.json: regenerated via npm i. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
TS-only dep bumps across the workspace.
Bumps
typescript5.6.2 → 5.9.3 (latest 5.x; TS 6 deferred). Packages pinned to^5.8.3/~5.8.3left alone (http-blackhole,angular-procaptcha-integration-demo)tslib2.7.0 → 2.8.1tsx4.20.x → 4.21.0 (lefthttp-blackhole's caret pin alone)@types/nodealigned to 24.12.2 across all packages (was a mix of 22.5.5 / 22.10.2 / 24.x;engines.nodeis^24)@types/cors,@types/yargs,@types/jsonwebtoken,@types/debug,@types/lodashminor bumps