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

Add codemod to convert input selectors passed as separate inline arguments to a single array #681

Open
wants to merge 94 commits into
base: master
Choose a base branch
from

Commits on Nov 21, 2023

  1. Setup initial codemod

    aryaemami59 committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    5d8f60a View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

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

Commits on Jan 12, 2024

  1. Configuration menu
    Copy the full SHA
    7f422c4 View commit details
    Browse the repository at this point in the history
  2. Update lockfile

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    bbc9e72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bde8530 View commit details
    Browse the repository at this point in the history
  4. Add dependencies

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e0dfdca View commit details
    Browse the repository at this point in the history
  5. Fix eslint configuration

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    971f1ce View commit details
    Browse the repository at this point in the history
  6. Add .gitignore

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    9b13857 View commit details
    Browse the repository at this point in the history
  7. Add .prettierrc.json

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    98d90b4 View commit details
    Browse the repository at this point in the history
  8. Add README.md

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    8414c9d View commit details
    Browse the repository at this point in the history
  9. Add tsconfig.json

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    13e4844 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b2bead View commit details
    Browse the repository at this point in the history
  11. Add vitest.config.ts

    aryaemami59 committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    2a2102e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7b53ed7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f407d1d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2024

  1. Configuration menu
    Copy the full SHA
    b558c9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef20c98 View commit details
    Browse the repository at this point in the history
  3. Add withTypes fixtures

    aryaemami59 committed Jan 14, 2024
    Configuration menu
    Copy the full SHA
    dfb5f2a View commit details
    Browse the repository at this point in the history
  4. Update dependencies

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

Commits on Jan 16, 2024

  1. Update dev command

    aryaemami59 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    df1d5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea8aef View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    aryaemami59 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9dace7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b0197c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6df66a1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88eb9fb View commit details
    Browse the repository at this point in the history
  7. Remove redundant tests

    aryaemami59 committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    90442ab View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5156c25 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1255378 View commit details
    Browse the repository at this point in the history
  10. Add README files

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

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    32f8798 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cf06a0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c6c15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b86668 View commit details
    Browse the repository at this point in the history
  5. Fix test command

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e391a41 View commit details
    Browse the repository at this point in the history
  6. Add test:watch command

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    d4adf6a View commit details
    Browse the repository at this point in the history
  7. Fix vitest.config.mts

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e0fa7de View commit details
    Browse the repository at this point in the history
  8. Bump Vitest

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7199e9a View commit details
    Browse the repository at this point in the history
  9. Bump Prettier

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e1c2d73 View commit details
    Browse the repository at this point in the history
  10. Fix tsconfig.json

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0e57e96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a73f32a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ea8453c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73f09b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2196e96 View commit details
    Browse the repository at this point in the history
  15. Add global Vitest types

    aryaemami59 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    75ddfab View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6043f06 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    e769a6c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3355594 View commit details
    Browse the repository at this point in the history
  3. Format all files

    aryaemami59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    c5482e9 View commit details
    Browse the repository at this point in the history
  4. Bump docusaurus

    aryaemami59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4cd75aa View commit details
    Browse the repository at this point in the history
  5. Bump website dependencies

    aryaemami59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5d9dad4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50b9f89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9bb7c68 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55dff9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bb8e84 View commit details
    Browse the repository at this point in the history
  10. Simplify README.md

    aryaemami59 committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    6c97007 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b0188a3 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    2a635ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c138dd View commit details
    Browse the repository at this point in the history
  3. Bump dependencies

    aryaemami59 committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    df3eaad View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

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

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    1b9eed2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc9063e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7d4dbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    061e189 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    54f8916 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

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

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    7f12b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00540a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ad71005 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    cb0bf56 View commit details
    Browse the repository at this point in the history
  2. Bump vitest

    aryaemami59 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    0886923 View commit details
    Browse the repository at this point in the history
  3. Bump TypeScript

    aryaemami59 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    99752fe View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

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

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    849fec7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a36218b View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    732c0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935efcb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a339a5d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd6f1fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    573675d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fa302c View commit details
    Browse the repository at this point in the history
  7. Remove node 16 from CI

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    7401021 View commit details
    Browse the repository at this point in the history
  8. Change CI name

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    d3e466c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2b6fce View commit details
    Browse the repository at this point in the history
  10. Remove lint step from CI

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    4df84ba View commit details
    Browse the repository at this point in the history
  11. Fix cache-dependency-path

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    2ef2392 View commit details
    Browse the repository at this point in the history
  12. Disable fail-fast

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0ca6fe9 View commit details
    Browse the repository at this point in the history
  13. Fix line endings

    aryaemami59 committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ae36706 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    619f3f8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

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

Commits on Jun 19, 2024

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