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 to work with TypeScript 4.7+ #4081

Merged
merged 38 commits into from
Jan 28, 2024

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    6f9f662 View commit details
    Browse the repository at this point in the history
  2. Fix dependencies

    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    23012b7 View commit details
    Browse the repository at this point in the history
  3. Fix lint command

    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    21021c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a594239 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8dd9609 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    21b67f0 View commit details
    Browse the repository at this point in the history
  7. Fix vitest.config.ts file

    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6bb5060 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1cc1d14 View commit details
    Browse the repository at this point in the history
  9. Refactor createReducerBuilder transform file

      - Eliminated `@ts-ignore` directives to improve TypeScript compliance.
      - Configured `lineTerminator` in `.toSource.options` for consistent end-of-line across platforms, overriding `jscodeshift`'s default OS-specific EOL.
      - Removed unnecessary `test.js` file.
      - Refactored `__fixtures__` files to contain more realistic and practical examples.
    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    681a982 View commit details
    Browse the repository at this point in the history
  10. Refactor createSliceBuilder transform file

      - Eliminated `@ts-ignore` directives to improve TypeScript compliance.
      - Configured `lineTerminator` in `.toSource.options` for consistent end-of-line across platforms, overriding `jscodeshift`'s default OS-specific EOL.
      - Refactored `__fixtures__` files to contain slightly more realistic and practical examples.
    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    e9cc2a6 View commit details
    Browse the repository at this point in the history
  11. Refactor createSliceReducerBuilder transform file

      - Eliminated `@ts-ignore` directives to improve TypeScript compliance.
      - Configured `lineTerminator` in `.toSource.options` for consistent end-of-line across platforms, overriding `jscodeshift`'s default OS-specific EOL.
      - Refactored `__fixtures__` files to contain slightly more realistic and practical examples.
    aryaemami59 committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ecbf3f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    17f43b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d07c47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b2e43a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    100cd0e View commit details
    Browse the repository at this point in the history
  5. Update dev dependencies

    aryaemami59 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    0f065ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2837b25 View commit details
    Browse the repository at this point in the history
  7. Update all READMEs

    aryaemami59 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    27fe907 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dc5db44 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    111b466 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    1ba09b0 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    de7aca4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30fb2a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Update lockfile

    aryaemami59 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d3e9899 View commit details
    Browse the repository at this point in the history
  2. Update dev dependencies

    aryaemami59 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e3af65b View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    be4e03e View commit details
    Browse the repository at this point in the history
  2. Add test:watch NPM script

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    6145da5 View commit details
    Browse the repository at this point in the history
  3. Rename vitest.config.ts to vitest.config.mts

      - This was done because the CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    49309bb View commit details
    Browse the repository at this point in the history
  4. Update dev dependencies

    aryaemami59 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    f459a79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2083d02 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    2142f47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7046ddc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7daecc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    0781b0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cd091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ffb9e9 View commit details
    Browse the repository at this point in the history
  4. Revert "Update all READMEs"

    This reverts commit 27fe907.
    aryaemami59 committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    5fc7871 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2024

  1. Configuration menu
    Copy the full SHA
    9eb7331 View commit details
    Browse the repository at this point in the history