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

feat(react): update app and lib generators to support new TS solution setup #28808

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

Commits on Nov 25, 2024

  1. Configuration menu
    Copy the full SHA
    7072123 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb70f27 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c895fcd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a9efd8 View commit details
    Browse the repository at this point in the history
  5. chore(misc): update snapshots

    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    e88b3e3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a57ee18 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    61ee4fc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5225228 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5f6a8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    796abec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e3c8b32 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5d9d5a6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    738e831 View commit details
    Browse the repository at this point in the history
  14. fix(misc): fix misc issues

    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    6edb934 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    740e08e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    407e361 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6a0952d View commit details
    Browse the repository at this point in the history
  18. feat(react): update generators to not add ts plugin by default so int…

    …egrate style still works
    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    df9211d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    77fa88c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    79c5a9f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b4428e3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ca26661 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    247d1a5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    60a36e2 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    0422fa2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    17bf0fc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9f1ad0b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    665239d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2f871da View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5957d5f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fd7f14c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    2891129 View commit details
    Browse the repository at this point in the history
  33. feat(misc): update outDir for react projects to out-tsc/<name> to avo…

    …id conflict with bundlers
    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    572d860 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7c47181 View commit details
    Browse the repository at this point in the history
  35. Revert "feat(misc): do not generate tsconfig for apps preset when --j…

    …s is used"
    
    This reverts commit a9ea5de.
    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c9c4069 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    65f83d7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7e344d0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    f1b8109 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    87b2b94 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    12a9951 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    ff1c106 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    46da2c9 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    6d62802 View commit details
    Browse the repository at this point in the history
  44. feat(core): add --workspaces flag to opt-in to use the ts solution se…

    …tup for the react stack
    leosvelperez authored and jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b37a5dc View commit details
    Browse the repository at this point in the history
  45. Update packages/react/src/generators/application/files/base-vite/tsco…

    …nfig.app.json__tmpl__
    
    Co-authored-by: Nicholas Cunningham <[email protected]>
    jaysoo and ndcunningham committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c9f1d80 View commit details
    Browse the repository at this point in the history
  46. Update packages/react/src/generators/application/files/base-rspack/ts…

    …config.app.json__tmpl__
    
    Co-authored-by: Nicholas Cunningham <[email protected]>
    jaysoo and ndcunningham committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    3e63e40 View commit details
    Browse the repository at this point in the history
  47. Update packages/react/src/generators/application/files/base-webpack/t…

    …sconfig.app.json__tmpl__
    
    Co-authored-by: Nicholas Cunningham <[email protected]>
    jaysoo and ndcunningham committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    13ed2ed View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    fa9a1fa View commit details
    Browse the repository at this point in the history
  49. Update packages/detox/src/generators/application/lib/add-project.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    b601f3a View commit details
    Browse the repository at this point in the history
  50. Update packages/expo/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    4ee8ecc View commit details
    Browse the repository at this point in the history
  51. Update packages/expo/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    0c41d8d View commit details
    Browse the repository at this point in the history
  52. Update packages/remix/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    77ad07c View commit details
    Browse the repository at this point in the history
  53. Update packages/react/src/generators/library/lib/create-files.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    c55b1d1 View commit details
    Browse the repository at this point in the history
  54. Update packages/expo/src/generators/library/library.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7bdfe6d View commit details
    Browse the repository at this point in the history
  55. Update packages/expo/src/generators/application/lib/add-project.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    61217ae View commit details
    Browse the repository at this point in the history
  56. chore(react): cleanup

    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    24a8a16 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    2572b82 View commit details
    Browse the repository at this point in the history
  58. chore(react): cleanup

    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    5e2bae2 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    19ce9f7 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5f83720 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    cb85250 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    51290a6 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    c1d55a8 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    db5cb3c View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    39848e2 View commit details
    Browse the repository at this point in the history
  66. Update packages/expo/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    7614e5c View commit details
    Browse the repository at this point in the history
  67. Update packages/next/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    f9b4b64 View commit details
    Browse the repository at this point in the history
  68. Update packages/remix/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    8d1369e View commit details
    Browse the repository at this point in the history
  69. Update packages/react/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fa2ef85 View commit details
    Browse the repository at this point in the history
  70. Update packages/next/src/generators/application/lib/add-e2e.ts

    Co-authored-by: Leosvel Pérez Espinosa <[email protected]>
    jaysoo and leosvelperez committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    fdf9445 View commit details
    Browse the repository at this point in the history
  71. chore(misc): fix bad rebase

    jaysoo committed Nov 25, 2024
    Configuration menu
    Copy the full SHA
    eac89e6 View commit details
    Browse the repository at this point in the history