Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Require TypeScript 4.7 #3041

Merged
merged 9 commits into from Jul 10, 2022
Merged

Require TypeScript 4.7 #3041

merged 9 commits into from Jul 10, 2022

Commits on Jun 2, 2022

  1. Copy the full SHA
    0963169 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2022

  1. Move type definitions to entrypoints/

    Only TS 4.7 will resolve them now, but it's cleaner.
    novemberborn committed Jun 5, 2022
    Copy the full SHA
    13251b7 View commit details
    Browse the repository at this point in the history
  2. typescript@4.7.3

    novemberborn committed Jun 5, 2022
    Copy the full SHA
    164b715 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6fc3be5 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7e08024 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    107039b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    3871d05 View commit details
    Browse the repository at this point in the history
  7. Reorganize type tests

    novemberborn committed Jun 5, 2022
    Copy the full SHA
    611e1ae View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Use tsc directly, avoid npx, print actual version

    Somehow `npx tsc` was pointing at an older version. Possibly the binstubs are corrupted in CI… somehow.
    novemberborn committed Jun 6, 2022
    Copy the full SHA
    0f0afe9 View commit details
    Browse the repository at this point in the history