1. 01 Oct, 2018 1 commit
    • Maël Nison's avatar
      Plug'n'Play support (#5136) · 9e074bbf
      Maël Nison authored
      * Adds the PnP plugin for Webpack to find dependencies when working under PnP
      
      * Adds configuration for jest
      
      * Adds an e2e test for when using PnP
      
      * Avoids cra from crashing at the engine check
      
      * Avoids cra from crashing when initializing react-scripts
      
      * Makes the ownPath portable
      
      * Fixes linting
      
      * Bumps to pnp-webpack-plugin@1.1.0, removes symlinks: false
      
      * Adds a --use-pnp option
      
      * Pin version
      9e074bbf
  2. 30 Sep, 2018 1 commit
    • Joe Haddad's avatar
      Polish webpack message output (#5174) · 7b1a32be
      Joe Haddad authored
      * Only install react-scripts in CI mode
      
      * Link locally
      
      * Re-enable all output tests
      
      * :lipstick: Polish webpack output
      
      * Test sass support message
      
      * Add more tests, but disabled
      
      * Format missing default export error
      
      * Format aliased import
      
      * Why was node-sass required? Odd
      
      * Format webpack rejection error
      
      * Re-enable unknown package test
      
      * Format file not found error and catch module scope plugin error
      
      * Re-disable case sensitive paths
      
      * Intercept and format case sensitive path errors
      
      * Test out of scope message formatting
      
      * Run behavior on macOS
      
      * Run behavior on Node 8 and 10, only Node 8 for macOS
      
      * Add some debugging
      
      * Update matcher
      
      * Only check stderr
      
      * Remove old snapshot
      
      * More debug
      
      * Remove debug
      
      * Add new debug
      
      * Disable test on linux
      
      * Add comment for future
      Unverified
      7b1a32be
  3. 27 Sep, 2018 1 commit
  4. 21 Sep, 2018 1 commit
  5. 18 Sep, 2018 1 commit
  6. 16 Jul, 2018 1 commit
    • Ian Sutherland's avatar
      Add Node 10 to CI config and remove Node 6 (#4383) · 92d9c5ad
      Ian Sutherland authored
      * Add Node 10 to Travis config. Remove Node 6.
      
      * Add Node 10 to Appveyor config. Remove Node 6.
      
      * Remove node 9 from travis config.
      
      * Increase mocha timeout.
      
      * Update minimum Node version to 8.
      
      * Update yarn to latest on Travis.
      
      * Update old-node test to use Node 4.
      
      * Increase mocha timeout in kitchensink-eject tests.
      
      * Update yarn to latest on Appveyor.
      Unverified
      92d9c5ad
  7. 15 Jul, 2018 1 commit
  8. 01 Feb, 2018 1 commit
    • bradfordlemley's avatar
      Add support for yarn and lerna monorepos. (#3741) · b43ad04b
      bradfordlemley authored
      * Support for multiple source paths via package.json srcPaths entry.
      
      Initial support for yarn workspace.
      
      Support lerna workspace, fix for when to use template files.
      
      Remove support for specifying srcPaths in package.json.
      
      Re-enable transpilation caching.
      
      * Clean up, use file matching (similar to original) in webpack configs instead of matching function.
      
      * Remove package lock files.
      
      * Fix for eject.
      Note: monorepos won't work after eject.
      Can be fixed easily with JEST 22.0.?+ which has file pattern matches against realpaths.
      
      * Filter tests to run only tests in monorepo components included by the app.
      (Not sure this is desireable, might be cool to be able to easily run all tests in monorepo from one app.)
      
      * Fix conditions for when to use template.
      
      * Fix eject.
      
      * Remove code that is not needed w/ Jest 22.
      
      * Include all cra-comp tests in monorepo instead of trying to include only tests that are dependencies of app.
      (tests can be easily filtered via jest cli if desired, e.g. 'npm test -- myapp comp1')
      
      * Pin find-pkg version.
      
      * Hopefully fix jest test file matching on windows by removing first slash.
      
      * E2E tests for monorepo.
      
      * Run monorepo tests in CI.
      
      * Fix and test post-eject build.
      
      * Fix e2e test.
      
      * Fix test suite names in appveyor.
      
      * Include individual package dirs as srcPaths instead of top-level monorepo root.
      Fixes build/start after eject.
      
      * Fix running tests after eject.
      
      * Clean up test workspace, add some verifcations.
      
      * Cleanup.
      
      * Try to fix hang when running test on appveyor.
      
      * Don't write babel or lint config to package.json when ejecting.
      
      * Incorporate review comments.
      * Simply monorepo pkg finder
      * Only include monorepo pkgs if app itself is included in monorepo
      * Check for specific tests in e2e
      
      * Fixes for windows.
      
      * Fix for kitchensink mocha tests compiling.
      
      * Add lerna monorepo test.
      
      * Fix lerna bootstrap on windows.
      
      * Incorporate more review comments:
      * remove support for lerna w/o yarn workspace
      * add react and react-dom as devDeps to comp1 and comp2
      
      * Add monorepo info to user guide.
      b43ad04b
  9. 14 Jan, 2018 1 commit
  10. 11 Jan, 2018 1 commit
  11. 10 Jan, 2018 1 commit
  12. 09 Jan, 2018 1 commit
  13. 03 Sep, 2017 1 commit
  14. 28 Jun, 2017 1 commit
    • Dan Abramov's avatar
      Test Node 8 on Travis (#2659) · 657b3fd6
      Dan Abramov authored
      * Test Node 8 on Travis
      
      We still test Node 7 on AppVeyor
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-simple.sh
      
      * Update e2e-kitchensink.sh
      
      * Update e2e-installs.sh
      657b3fd6
  15. 17 May, 2017 1 commit
  16. 09 May, 2017 1 commit
    • Ian Schmitz's avatar
      Bump minimal Node version to 6 (#1897) · f35593c1
      Ian Schmitz authored
      * Bump minimal Node version to 4.7.0
      
      * Bump minimal Node version to 4.7.0
      
      Modified additional files that needed a bump to 4.7.0 minimum node version
      
      * Bump minimal Node version to 4.7.0
      
      Reverse changes to packages/create-react-app/index.js as this file needs to continue to work on Node 0.10+
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      
      * Bump minimal node version to 6
      f35593c1
  17. 09 Mar, 2017 1 commit
  18. 13 Feb, 2017 1 commit
  19. 11 Feb, 2017 1 commit
  20. 23 Jan, 2017 1 commit
    • Fabrizio Castellarin's avatar
      Use a more sophisticated template for end-to-end testing. (#1187) · 9099570b
      Fabrizio Castellarin authored
      * Use a more sophisticated template for end-to-end testing.
      
      * Not publish integration tests to npm
      
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Prepare the commands for testing with a template
      
      * Fix dev "template" path
      
      * Add various features to test
      
      * Test various features separately
      
      * Test language features
      
      * Comment unused e2e.sh lines
      
      * Add "development" tests
      
      * Test environment variables
      
      * Test webpack plugins
      
      * Replace kitchensink README
      
      * Switch integration tests from jest to mocha
      
      * Use `fs-extra`
      
      * Use the correct folders
      
      * Do some cleanup
      
      * Print a better message for `--template`
      
      * Test `npm start` with and without https
      
      * Separate fast e2e testing from kitchensink testing
      
      * Hide `--internal-testing-template` (former `--template`) CLI option
      9099570b
  21. 11 Dec, 2016 1 commit
    • Fabrizio Castellarin's avatar
      Use "commander" for cli argv handling (#1195) · 7f9fb294
      Fabrizio Castellarin authored
      * Use "commander" for  cli argv handling
      
      * Handle different scripts version forms and exits without a name given
      
      * Revert comment about min supported node version
      
      * Check sooner for the minimal node version
      
      * Add travis test for node <4
      
      * Parse stderr in node versions <4
      7f9fb294
  22. 17 Nov, 2016 1 commit
    • Ville Immonen's avatar
      Support Yarn (#898) · bcc469c9
      Ville Immonen authored
      In the `create-react-app` command, try to install packages using Yarn.
      If Yarn is not installed, use npm instead.
      
      In `react-scripts`, detect if the project is using Yarn by checking if
      a `yarn.lock` file exists. If the project is using Yarn, display all
      the instructions with Yarn commands and use Yarn to install packages
      in `init` and `eject` scripts.
      bcc469c9
  23. 19 Sep, 2016 1 commit
  24. 21 Jul, 2016 1 commit
  25. 18 Jul, 2016 3 commits