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

Support TypeScript 5 #13819

Merged
merged 50 commits into from Mar 15, 2023
Merged

Support TypeScript 5 #13819

merged 50 commits into from Mar 15, 2023

Commits on Jan 28, 2023

  1. Install 5.0

    fisker committed Jan 28, 2023
    Copy the full SHA
    d57dcfe View commit details
    Browse the repository at this point in the history
  2. Modify

    fisker committed Jan 28, 2023
    Copy the full SHA
    ef14830 View commit details
    Browse the repository at this point in the history
  3. Fix

    fisker committed Jan 28, 2023
    Copy the full SHA
    d272bbc View commit details
    Browse the repository at this point in the history
  4. Simplify

    fisker committed Jan 28, 2023
    Copy the full SHA
    11648f3 View commit details
    Browse the repository at this point in the history
  5. Use ESM

    fisker committed Jan 28, 2023
    Copy the full SHA
    cde5fce View commit details
    Browse the repository at this point in the history
  6. Fix test

    fisker committed Jan 28, 2023
    Copy the full SHA
    3a61694 View commit details
    Browse the repository at this point in the history
  7. Clean

    fisker committed Jan 28, 2023
    Copy the full SHA
    26fb3dc View commit details
    Browse the repository at this point in the history
  8. Use cjs export

    fisker committed Jan 28, 2023
    Copy the full SHA
    98621ae View commit details
    Browse the repository at this point in the history
  9. Install typescript@next

    fisker committed Jan 28, 2023
    Copy the full SHA
    793f3eb View commit details
    Browse the repository at this point in the history
  10. Fix merge conflict

    fisker committed Jan 28, 2023
    Copy the full SHA
    226d590 View commit details
    Browse the repository at this point in the history
  11. Fix

    fisker committed Jan 28, 2023
    Copy the full SHA
    f0c8e1b View commit details
    Browse the repository at this point in the history
  12. Linting

    fisker committed Jan 28, 2023
    Copy the full SHA
    5eec6f6 View commit details
    Browse the repository at this point in the history
  13. Install 5.0.0-beta

    fisker committed Jan 28, 2023
    Copy the full SHA
    87bbd48 View commit details
    Browse the repository at this point in the history
  14. Linting

    fisker committed Jan 28, 2023
    Copy the full SHA
    3edaba3 View commit details
    Browse the repository at this point in the history
  15. TEST

    fisker committed Jan 28, 2023
    Copy the full SHA
    ee73807 View commit details
    Browse the repository at this point in the history
  16. TEST

    fisker committed Jan 28, 2023
    Copy the full SHA
    90a8e2b View commit details
    Browse the repository at this point in the history
  17. Restore throw-warnings.mjs

    fisker committed Jan 28, 2023
    Copy the full SHA
    3383840 View commit details
    Browse the repository at this point in the history
  18. Update test

    fisker committed Jan 28, 2023
    Copy the full SHA
    7c4fbce View commit details
    Browse the repository at this point in the history
  19. Fix test

    fisker committed Jan 28, 2023
    Copy the full SHA
    0a88425 View commit details
    Browse the repository at this point in the history
  20. Fix test

    fisker committed Jan 28, 2023
    Copy the full SHA
    85385cb View commit details
    Browse the repository at this point in the history
  21. Fix build script

    fisker committed Jan 28, 2023
    Copy the full SHA
    5e8c904 View commit details
    Browse the repository at this point in the history
  22. Fix build script

    fisker committed Jan 28, 2023
    Copy the full SHA
    2c3b777 View commit details
    Browse the repository at this point in the history
  23. Reduce package size

    fisker committed Jan 28, 2023
    Copy the full SHA
    48e1b85 View commit details
    Browse the repository at this point in the history
  24. Reduce package size

    fisker committed Jan 28, 2023
    Copy the full SHA
    101ab55 View commit details
    Browse the repository at this point in the history
  25. Fix

    fisker committed Jan 28, 2023
    Copy the full SHA
    deb06c7 View commit details
    Browse the repository at this point in the history
  26. Fix tests

    fisker committed Jan 28, 2023
    Copy the full SHA
    5f4b8fc View commit details
    Browse the repository at this point in the history
  27. Fix tests

    fisker committed Jan 28, 2023
    Copy the full SHA
    3370b29 View commit details
    Browse the repository at this point in the history
  28. Linting

    fisker committed Jan 28, 2023
    Copy the full SHA
    9918425 View commit details
    Browse the repository at this point in the history
  29. Improve coverage

    fisker committed Jan 28, 2023
    Copy the full SHA
    a7d7769 View commit details
    Browse the repository at this point in the history
  30. Coverage

    fisker committed Jan 28, 2023
    Copy the full SHA
    e9ffa6f View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. 5.0.1-rc

    fisker committed Mar 2, 2023
    Copy the full SHA
    c054a99 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'next' into ts-5

    # Conflicts:
    #	package.json
    #	tests/format/misc/errors/typescript/modifiers/__snapshots__/jsfmt.spec.js.snap
    #	tests/format/misc/errors/typescript/modifiers/jsfmt.spec.js
    #	yarn.lock
    fisker committed Mar 2, 2023
    Copy the full SHA
    b95106c View commit details
    Browse the repository at this point in the history
  3. yarn dedupe

    fisker committed Mar 2, 2023
    Copy the full SHA
    7fb42dc View commit details
    Browse the repository at this point in the history
  4. Fix

    fisker committed Mar 2, 2023
    Copy the full SHA
    4dfcd10 View commit details
    Browse the repository at this point in the history
  5. Fix

    fisker committed Mar 2, 2023
    Copy the full SHA
    75b9889 View commit details
    Browse the repository at this point in the history
  6. Disable test

    fisker committed Mar 2, 2023
    Copy the full SHA
    76ea5f2 View commit details
    Browse the repository at this point in the history
  7. tsc

    fisker committed Mar 2, 2023
    Copy the full SHA
    cef1a36 View commit details
    Browse the repository at this point in the history
  8. Fix .d.ts file

    fisker committed Mar 2, 2023
    Copy the full SHA
    9492954 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'next' into ts-5

    fisker committed Mar 2, 2023
    Copy the full SHA
    aa9a378 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Copy the full SHA
    ba87b55 View commit details
    Browse the repository at this point in the history
  2. Update typescript-eslint

    sosukesuzuki committed Mar 14, 2023
    Copy the full SHA
    4eae1a7 View commit details
    Browse the repository at this point in the history
  3. Enable tests

    sosukesuzuki committed Mar 14, 2023
    Copy the full SHA
    e80414f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f35f673 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    sosukesuzuki committed Mar 14, 2023
    Copy the full SHA
    deebb65 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Fix snapshot

    fisker committed Mar 15, 2023
    Copy the full SHA
    37669ba View commit details
    Browse the repository at this point in the history
  2. Update test

    fisker committed Mar 15, 2023
    Copy the full SHA
    adb56c5 View commit details
    Browse the repository at this point in the history
  3. Add comma

    fisker committed Mar 15, 2023
    Copy the full SHA
    5e21c0b View commit details
    Browse the repository at this point in the history
  4. yarn dedupe

    fisker committed Mar 15, 2023
    Copy the full SHA
    560cf79 View commit details
    Browse the repository at this point in the history
  5. Pin Node.js version

    fisker committed Mar 15, 2023
    Copy the full SHA
    fce262e View commit details
    Browse the repository at this point in the history
  6. FIx

    fisker committed Mar 15, 2023
    Copy the full SHA
    b657a07 View commit details
    Browse the repository at this point in the history