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(codemods): Use .cjs extension for CommonJS files #7333

Merged
merged 4 commits into from Apr 25, 2024

Commits on Apr 24, 2024

  1. bug(codemods): rename CommonJS files to .cjs

    Rename CommonJS files in codemods to distinguish them from ES module
    files otherwise used in this project.
    Resolve an issue occuring since package.json in codemods is removed when
    publishing causing module type data to be lost.
    
    Fix issue TanStack#7154
    ontanj committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    7319a49 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Fix knip errors

    lachlancollins committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    4a6c15c View commit details
    Browse the repository at this point in the history
  2. Add file extension to tests

    ontanj committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    788728e View commit details
    Browse the repository at this point in the history
  3. Update migration doc

    lachlancollins committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    32477e8 View commit details
    Browse the repository at this point in the history