Update to TypeScript 6.x.x#5568
Open
Tiggles wants to merge 24 commits into
Open
Conversation
Fix compilation error
Typesafety work - including extending generics for ResourceBrowser-things Make catch-errors type 'any' explicitly Simplify flat-mapping (Widgets/Machines) Have markdown elements as closures instead of just passing the function Update tsconfig
Formatting Add `: any` to error types in catch Simplify JSON imports in tests
Remove `loading` reducer
Fixes contextMenu not working in filetree
This reverts commit f8801d8.
Contributor
Author
|
This should not be merged into master if we intend to release another update to production shortly, as I would like this to be tested on This is mostly type changes, that shouldn't affect behavior or introduce bugs. Redux-code has been reimplemented using TSConfig has been updated (the most relevant thing with this rewrite for the upcoming TS 7) and I can build the frontend and preview it, so it seems to work correctly, but I will need help to build and deploy on |
hschu12
reviewed
May 20, 2026
hschu12
reviewed
May 20, 2026
Co-authored-by: Henrik Schulz <henrikschulz@hotmail.com>
hschu12
reviewed
May 20, 2026
hschu12
reviewed
May 20, 2026
hschu12
previously approved these changes
May 20, 2026
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.
Most of the changes are type related and shouldn't affect code execution. Some changes that needs to be tested before merge: