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

Update dependency typescript to v3.9.5 #278

Merged
merged 12 commits into from
Jun 17, 2020
Merged

Commits on Jun 17, 2020

  1. Configuration menu
    Copy the full SHA
    7eb37b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6019194 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'renovate/typescript-3.x' of github.com:iquabius/olimat …

    …into renovate/typescript-3.x
    iquabius committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    197aa18 View commit details
    Browse the repository at this point in the history
  4. Fix name clashes in resolvers-types.ts with a hack

    I modified indent_style back to "space" in .editorconfig to avoid too
    much changes in this commit's diff.
    
    We still have the following problem: "error TS5053: Option 'noEmit'
    cannot be specified with option 'composite'."
    iquabius committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    8577eb8 View commit details
    Browse the repository at this point in the history
  5. Add --composite false to "typecheck:api" npm command

    TypeScript incremental build seems to be a problem for projects using
    Babel, like Next.js apps:
    
    "error TS5053: Option 'noEmit' cannot be specified with option 'composite'."
    
    So... microsoft/TypeScript#36917
    iquabius committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    092d39b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dac8cd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    020b901 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    37c67f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f7ee680 View commit details
    Browse the repository at this point in the history
  10. Add tsconfig.build.json to avoid incremental build

    For package/web, which uses Babel.
    iquabius committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0ae88a6 View commit details
    Browse the repository at this point in the history
  11. Replace GlobalFetch with WindowOrWorkerGlobalScope

    GlobalFetch was removed in TS 3.6.2:
    apollographql/apollo-link#1131
    iquabius committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2c72323 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9c3c72b View commit details
    Browse the repository at this point in the history