Adapting meteor pkgs for TypeScript 7 - #14692
Merged
italojs merged 5 commits intoAug 25, 2026
Merged
Conversation
italojs
requested review from
Grubba27,
henriquealbert and
nachocodoner
as code owners
August 24, 2026 10:40
italojs
merged commit Aug 25, 2026
0d810bc
into
typescript-changes-consolidated
42 of 43 checks passed
italojs
added a commit
that referenced
this pull request
Aug 27, 2026
* test: pin react-meteor-data beta for TypeScript 7 * test: run server-only fixture on TypeScript 7 * test: use TS7 examples in migration CI * test: use TS7 external examples in migration CI * test: use Flow Router TS7 beta in fixtures
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
This PR prepares Meteor applications, generated skeletons, and E2E coverage for the TypeScript 7 migration.
react-meteor-data@4.1.0-beta.1, which is compatible with TS7typescript@7.0.2typescript-changes-consolidateduses the TS7 branches while released Meteor versions retain their existing sources/when cloning an internal example from a GitHub tree URLContext
This is part of the consolidated TypeScript 7 migration:
react-meteor-databeta: meteor/react-packages#497react-meteor-accountsbeta: meteor/react-packages#498The external app branches are consumed only by CI for the TypeScript migration. They can be merged into their own repositories later, without exposing TypeScript 7 constraints to users of released Meteor versions before then.
Validation
mainis not used for a different examples branchmeteor create --exampleflow and the internal--fromexample paths pass end-to-endsimpletasksandmeteor3-reactsource branches pass their respectivemeteor create --fromflowsExamplesE2E result: 10 passed, 0 failed