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

fix: fix arethetypesworking errors in all packages #1004

Merged
merged 21 commits into from
Oct 25, 2023
Merged

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    f40cc38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7acf63 View commit details
    Browse the repository at this point in the history
  3. packages/access-client uses tsconfig module/moduleResolution of NodeN…

    …ext to fix attw errors
    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7a95162 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d44289 View commit details
    Browse the repository at this point in the history
  5. wip fix upload-client

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    baca19f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4e431d View commit details
    Browse the repository at this point in the history
  7. filecoin-client fix attw

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    51fac46 View commit details
    Browse the repository at this point in the history
  8. fix attw in filecoin-api

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    52724b2 View commit details
    Browse the repository at this point in the history
  9. root tsconfig.json (that others inherit from) use module=NodeNext and…

    … moduleResolution=NodeNext. It is a better default to use to ensure that https://arethetypeswrong.github.io/ passes
    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7b6139a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8980d10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    89f5c5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41ab164 View commit details
    Browse the repository at this point in the history
  13. prettier .attw.json

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5f1920d View commit details
    Browse the repository at this point in the history
  14. prettier

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    f8652a5 View commit details
    Browse the repository at this point in the history
  15. add atty as monorepo devDep

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3b4156c View commit details
    Browse the repository at this point in the history
  16. module=Node16 not NodeNext

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    433ab1d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    cdf8b53 View commit details
    Browse the repository at this point in the history
  18. rm unused var

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7382e3d View commit details
    Browse the repository at this point in the history
  19. remove child tsconfig.json explicitly using module=NodeNext and inste…

    …ad just inheriting from /tsconfig.json
    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1b5a476 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    df5995b View commit details
    Browse the repository at this point in the history
  21. rm unused ts-ignore

    gobengo committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    e9882a4 View commit details
    Browse the repository at this point in the history