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

Migrate packages to ESM #2061

Merged
merged 24 commits into from
Apr 29, 2023
Merged

Migrate packages to ESM #2061

merged 24 commits into from
Apr 29, 2023

Commits on Apr 26, 2023

  1. Replace ts-node with tsx

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d6f9b9d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05a83a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b53ea6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78bbb45 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3df3537 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f7d75d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ed2a80 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    13abb54 View commit details
    Browse the repository at this point in the history
  9. Proxy isPropValid import

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    11f9f11 View commit details
    Browse the repository at this point in the history
  10. Fix Storybook imports

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c211966 View commit details
    Browse the repository at this point in the history
  11. Fix css prop types

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c875bb9 View commit details
    Browse the repository at this point in the history
  12. Internalize usePrevious and useLatest hooks

    The packages weren't ESM-ready.
    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d702303 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e63bac0 View commit details
    Browse the repository at this point in the history
  14. Use .js for all file extensions

    That's what TypeScript uses for the compiled files.
    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    3fea6d3 View commit details
    Browse the repository at this point in the history
  15. Switch Storybook to Vite

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    c21552d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c32d93b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1274f6a View commit details
    Browse the repository at this point in the history
  18. Remove Babel

    connor-baer committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2d0e54d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    74db9e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    71bc2f1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    895e68f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Add changesets

    connor-baer committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8205c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f5a71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df9d81f View commit details
    Browse the repository at this point in the history