build(deps-dev): adopt TypeScript 6 - #32
Open
asachs01 wants to merge 1 commit into
Open
Conversation
Fleet TS6 migration (tracker: WYRE-AI/mcp-gateway#221). Reapplied against current main -- original PR (opened 2026-06-09) had drifted 74d and gone CONFLICTING; extracted the actual patch (typescript ^6.0.3 + tsconfig types:["node"] + ignoreDeprecations:"6.0") and reapplied fresh rather than force-resolving stale conflict markers. Lockfile regenerated via npm install. typecheck and build both verified green locally before push.
asachs01
force-pushed
the
chore/ts6-migration
branch
from
August 23, 2026 02:53
3937e62 to
2ee1daa
Compare
Contributor
Author
|
Rebased fresh against current main rather than resolving the stale conflict markers (extracted the actual patch: typescript ^6.0.3 + tsconfig types:["node"]/ignoreDeprecations:"6.0", reapplied, regenerated lockfile). typecheck and build both verified green locally before push. Now mergeable=MERGEABLE, was CONFLICTING. Recommend merge -- part of the fleet TS6 migration (tracker mcp-gateway#221). |
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.
Fleet TS6 migration (tracker: wyre-technology/mcp-gateway#221). Applied via the ts6-fleet-migration codemod:
types:["node"]+ignoreDeprecations:"6.0"as needed,typescript ^6.0.3. Local typecheck (typecheck) passed; CI runs full build/test.