Skip to content

react-meteor-accounts: support TypeScript 7 - #498

Open
italojs wants to merge 1 commit into
masterfrom
codex/react-meteor-accounts-typescript-7
Open

react-meteor-accounts: support TypeScript 7#498
italojs wants to merge 1 commit into
masterfrom
codex/react-meteor-accounts-typescript-7

Conversation

@italojs

@italojs italojs commented Aug 24, 2026

Copy link
Copy Markdown
Member

Summary

  • supports the typescript@7.x Meteor compiler package
  • releases the change as 1.1.0-beta.0
  • keeps TypeScript as an onUse dependency because this package is implemented in TypeScript

Why

With react-meteor-accounts@1.0.3, a TypeScript 7 Meteor app cannot resolve package versions: its compiler constraint only permits TypeScript 3.7.5, 4.3.2, or 5.4.3. This beta extends the constraint to TypeScript 6 and 7 while preserving support for existing compiler versions.

This is part of the Meteor TypeScript 7 migration (meteor/meteor#14319).

Validation

  • installed react-meteor-accounts together with typescript@7.0.2 in a local Meteor app
  • completed a server-only build of that app

No package was published.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant